#formSignup {
	margin: 20px 0 0 110px;
	font-size: 11px;	
}

/**************************/
/* Login / Registration for Blog */
/*************************/
#wlpeLogin, #wlpeReset, #wlpeRegister, #wlpeUser, #wlpeProfileDelete, #wlpeUserProfile, #wlpeActivate, #logoutOnly {
        font-size:12px;
	height: auto;
	margin:0 auto 0 auto; /* centered form */	
	padding: 5px;
	/*border:1px solid #006699;*/
}

#wlpeLogin {
    width: 190px;
}

#wlpeReset {
	width: 175px; 	
}

#wlpeRegister {
	width: 505px; 
	margin:0 0 20px -5px;
}

#wlpeUser {
	width: 210px; 
	
}

#logoutOnly {
	width: 210px; 

}

#wlpeUserProfile {
	width: 360px; 
	
}

#wlpeProfileDelete {
	width: 210px; 
	
}

#wlpeActivate {
	width: 175px; 

}

#wlpeWelcome, #wlpeLoginCount {text-align:center;}

#wlpeWelcomeParagraph { font-size:14px;}

#wlpeNewPasswordInfo {
	margin-top: 10px;
}

#wlpeUserProfileCountry { width: 147px; }

.wlpeMessage {
	 margin-top: -20px;  /* to offset the error/info message */
	 text-align:center;
	 font-weight:bold;
	 margin-bottom: 8px;
}

.errors {
    margin-top: 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: center;
}

.wlpeMessageText { 
	margin-bottom: 8px; 
	margin-top: 5px;
	color: #cc3300;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
}

.warning { color: #cc3300; text-align:center; text-decoration:blink; }

.formbutton{
	cursor:pointer;
    cursor:hand; /* for IE 6.0/5.5 */
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	font-size:11px;
	padding: 1px 2px;
	background:url(../images/formbg.gif) repeat-x left top;
}

/* EmailForm  */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 325px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */

.ditto_summaryPost h3 {
   
    margin: 0px !important;
    padding: 8px !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

/*.ditto_summaryPost a:hover {
	color:#b0dff8;  
	background-color: #F4F4F4; 
}*/

.ditto_summaryPost .ditto_info {
    /*background-color: #F8F8F8;*/
    padding-top: 10px !important;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    font-style: italic; 
}

.ditto_summaryPost table { width:220px; }

.ditto_summary2 {
    /*background-color: #F8F8F8;*/
    padding: 5px !important;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
}
.ditto_link {
    text-align: left;
	padding-bottom: 10px;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
}

#ditto_pages {
	text-align: center;
	font-size:10px;
	margin-bottom:2px;
	margin-top: 5px;
}

#ditto_pages .ditto_currentpage {
   /* border: 1px solid #006699; */
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #006699; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #006699;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #006699; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #006699;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

.stylebox {
 background-color: #F7F7F7; border: 1px solid #A0A0A0; padding: 5px;
 }
 
.hide {
 display: none;
 }
 
#reflect_example h3 {
    display: none;
}
#reflect_example ul {
    list-style: none;
}

.reflect_archive_list {
 margin-top:0;
 padding-top: 0px;  /* we got rid of the Archives title in the default template */
}

.reflect_archive_list ul {
    list-style: none !important; 
    margin-left: 0; 
    padding-left: 0;
}
.reflect_archive_list ul ul{
    margin-left: 0; 
} 

.reflect_archive_list ul ul li {
	margin-top: -5px;
	margin-bottom: 0.8em;
}
.reflect_archive_list li a {	
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#eeeeee ;
	/*border-right:2px solid #fff;*/
	color:#006699;
	text-decoration:none;
/*	border-left:2px solid #ddd;*/
}
.reflect_archive_list li a:hover {
	background-color:#6acc91;
	color:#333;
/*	border-right:2px solid #eee;*/
}

.reflect_archive_list ul ul li {
	display:inline;
 }
 
#longtitle_recent {
	padding: 5px 0 8px 0;
}

/* No language button for blogs */
#no_language {
 	height: 24px;  
	background-color: #77BD92;
}

/****************************************************/

#commentsAnchor {
	font-size: 11px;
	margin-top: 30px;
}

.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
   /* background-color: #f4f4f4;*/
}
.commentAuthor {
   /* background-color: #ffc;  */  
}
.commentMe {
  /*  background-color: #ccf !important;*/
    padding-top: 5px;
}
.commentNum {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}

#archives_header {
	margin: 15px 0 0 0;
	height: 29px;
}

#archives_body {
	padding: 0 5px 0 5px;
	background-color: #eeeeee ;
	border-bottom:1px solid #ddd;
	font-size: 11px;
	overflow:auto;
	height: auto;
	max-height: 400px;
}

/* Acknoledgement message when web user is successfully created */
#message {
	margin-top: 30px;
	text-align:center;
}

#blog_content, #summary_text {padding: 0 5px 0 5px;}

/***********************/
.foxycart img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.foxycart:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

/***********************/
#article_columns {
	list-style: none;
	width: 520px;
	margin: 0;
}

#article_columns li {
	float: left;
	background: url(../images/art-back.png) no-repeat;
	padding-left: 15px;
	padding-right: 10px;
	height: 140px; 
	width: 220px !important; 
        /*padding: 3px;*/ 
	/*border-bottom: 1px solid black;*/
}
.pts {
	border: 1px solid #666;
	padding: 5px;}

#fc_minicart {
	 display: none; 
}