/*  
	Theme Name: 1.Standard Text
	Theme URI: http://www.access-bydesign.com
	Description: Design by Access-bydesign 
	Author:  Pollyana Miranda de Jesus Popov at Access-bydesign
	Version: 1.0
	Author URI: http://www.access-bydesign.com 
*/

/*----------------------------------------------------------------style-----------------------------------------------------*/

.subhead{
	color:#5e0707;
	font-size:1.5em;
	font-weight:bold;
	}
.second-heading{
	font-size: large;
	font-weight: bold;
	color: #999999;
}	
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.nodisplay{
	display:none;
}
.addresstext{
	font-size: medium;
	color: #0099CC;
}
.sub_title{
	color:#5e0707;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
}
.clear{
	clear:both;
	display:block;
	margin-top: 3em;
	height:150px;
	padding-top:30px;
}
/*--------------------------------------------------------------End Style----------------------------------------------------------------*/





/*-------------------------------------------------------------image style ---------------------------------------------------------------*/
.imageright{
	margin: 1em;
	float: right;
	border:5px solid #fff;
}
.gallerytop{
	border-top: 2px solid #67806A;
}
.imageleft{
	margin: 1em;
	float: left;
	border:5px solid #fff;
}
.image-center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 5px solid #fff;
	margin: 1em;
}
.single-image{
	border:none;
	margin: 1em;
	float:none;
	}
.image-inline{
	float:left;
	margin: 1em;
	border:none;
	display:inline;
	vertical-align:top;
}

/*--------------------------------------------------------------image style-------------------------------------------------------------*/





/*----------------------------------------------------------------Structure---------------------------------------------------------*/

html {
	margin:0;
	padding:0;
	overflow-x: hidden;
	}	
p{
	margin-bottom:10px;
}

h1{
	display:none;
}
img{
	border:none;
}
body {
	margin:0;
	padding:15px 0 15px 0 ;
	background-color: #450000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:small;

	}

#page {

	float:left;
	margin:0 5% 15px 5% ;
	background-color: #CCC;
	width:90%;
	
	}
#container{
	float:left;
	margin:1%;
	padding: 10px 0 10px 0;
	width:98%;
}

/*---------------------------------------------------------------end structure----------------------------------------------------*/





/*------------------------------------------------------------------header-------------------------------------------------------*/

#header {
	float:left;
	margin:0;
	Padding: 0;
	height: auto; 
	width: 100%;
	}
	
		#mainheader	{
			float:left;
			color:#5E0707;
			background-image:url(images/logo.png);
			background-repeat:no-repeat;
			padding:23px 0 0 180px;
			width:82%;
			height:57px;
			margin-bottom:10px;
			font-size:1.6em;
			font-weight:bold;
			word-spacing:0.3em;
		}
		.mainheader_big	{
			font-size:1.8em;
		}
		
		#jumpto{
			display:none;
		}
		#pict{
			float:left;
			padding:2px;
			background-color:#5E0707;
			height:200px;
			width:99.7%;
			z-index:1;
		}
				#header_pict{
					background-repeat:no-repeat;
					background-color:#CCC;
					height:55px;
					padding: 145px 5px 0 100px;
					color:#FFF;
					font-weight:bold;
					text-align:justify;
					z-index:1;
			}
		#breadcrumb{
			color:#34613a;
			text-align:left;
			float:left;
			text-align:right;
			width:95%;
			padding: 5px 0 0 0 ;
			color: #5E0707;
		}	

#wrapper{
	float:left;
	padding:2px;
	background-color:#5E0707;
	margin-bottom:10px;
	margin-top: 10px;
	width:99.7%;
	height:auto;
}

		#mid_wrapper{
			float:left;
			background-color:#B3B3B3;
			height:auto;
			text-align:justify;
			width:100%;
}
/*-------------------------------------------------------------end header--------------------------------------------------------*/




/*----------------------------------------------------------navigation--------------------------------------------------------*/
#nav{
	float:left;
	padding:7px 2px 2px 2px;
	background-color:#5E0707;
	width:99.7%;
	min-height:33px;
	margin-bottom:10px;
	z-index:200;
	height:auto
}

#suckerfishnav {
	background-color:#5E0707;
	font-family:verdana,sans-serif;
	font-size:small;
	font-weight:bold;
	width:98%;
	height:auto;
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    z-index:200;
 }
 #suckerfishnav ul {
	float:left;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
	z-index:200;
 }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:5px 10px;
	z-index:200;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:180px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
	z-index:200;
	background:#990000;
    }
#suckerfishnav li li {
    width:99%;
    font-family:verdana,sans-serif;
	z-index:200;
    }
#suckerfishnav li li a {
	border:1px solid #666666;
    padding:8px 10px;
    width:170px;
    font-size:small;
    color:#ffffff;
	background:#990000;
    }
#suckerfishnav li ul ul {
    margin:-9px 0 0 100px;
	z-index:225;
    }
#suckerfishnav li li:hover {
    background:#990000;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#cccccc;
	z-index:200;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#cccccc;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#cccccc;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#990000;
	z-index:200;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	z-index:200;
}
/*-------------------------------------------End navigation------------------------------------------------------------------------------------*/





/******************************************booking form***********************************************************/


#booking{
	width:100%;
	float:left;
	margin: 10px 0;
	background-color:#CCCCCC;
	min-height: 250px;
	height:auto;
	border:1px solid #450000;
}
.booking1{
	float:left;
	width:44.5%;
	padding: 10px 2.5%;
	height:auto;
	min-height: 250px;
	
	
}
.booking2{
	float:right;
	width:44.5%;
	padding:10px 2.5%;
	min-height: 250px;
	border-left:1px solid #450000;
	height:auto;
}


/**************************************End of bookimng form******************************************************/





/*------------------------------------------Content-------------------------------------------------------------------------------------------------*/
#content{
	border-right:1px solid #5E0707;
	float:left;
	width:72%;
	min-height:850px;
	height:auto;
	line-height:1.7em;
}
.post {
	margin: 10px 3% 50px 3%;
	text-align: justify;
	}

.entrycat{
	border-bottom: 1px solid #540000;
	float:left;
	height:auto;
	padding:0 10px 5px 0;
	width:100%;
	margin-bottom:5px;
}
.posttitle {
	color:#540000;
	font-weight:bold;
	margin:0 3% 20px 0;
	padding:0;
	font-size:1.1em;

}

.posttitle a{
	color:#540000;
}
.posttitle a:visited {
	color:#540000;
}
.posttitle a:hover{
	color:#D50000; /*hover title*/
	text-decoration:none;
	}
.read {
	color:#540000;
	float:right;
	height:auto;
	text-align:right;
	width:100%;
	font-size:medium;
	font-size:1.1em;
	}
.read  a{
	color:#000000; 
}
.read a:visited{
	color:#D50000; /*hover title*/
	text-decoration:none;
}
.read a:hover{
	color:#D50000; /*hover title*/
	text-decoration:none;
}
a:hover, a:active {
	color:#D50000; /*hover title*/
	text-decoration:none;
	}
.page_title{
	color:#5e0707;
	font-size:1.5em;
	font-weight:bold;
	padding-top:10px;
	
}
.page_titlecat{
	color:#5e0707;
	font-size:1.5em;
	font-weight:bold;
	padding: 10px 3% 30px 3%
	
	
}
.page_img{
	background-repeat:no-repeat;
	background-position: center;
	width:100%;
	height:180px;
	float:left;
	margin-top:30px;
	margin-bottom:10px;
			  
		  }
.post_img{
	background-repeat:no-repeat;
	background-position: center;
	width:30%;
	height:150px;
	float:left;
	margin: 0 2% 8px 0 ;
		  }
.date{
	font-size:x-small;
	color:#540000;
}

.search_title{
	margin: 20px 3% 50px 3%;
	color:#5e0707;
	font-size:1.5em;
	font-weight:bold;

}
.members_wrapper
{
	width:96%;
	height:auto;
	float:left;
	margin: 0 2% 20px 2%;
	
}
.members_wrapper2
{
	width:96%;
	height:auto;
	float:left;
}

		.members_bg{
			padding:2px;
			background-color:#5E0707;
			width:47%;
			height:auto;
			float:left;
			margin:0 1% 0 1%;
			
		}
	
		.members_cont{
			padding:2px;
			background-color:#5E0707;
			width:85%;
			height:auto;
			float:left;
			margin:0 1% 10px 1%;
		}
		.members{
			height:auto;
			float:left;
			background-color:#929292;
			width:100%;
		}
		.member_box{
			margin:10px 2% 10px 2%;
			width:96%;
			height: auto;
		}
		.member_details2{
			float:left;
			width:100%;
			height:auto;
			margin-bottom:30px;
		}
		.member_img{
			background-repeat:repeat-x;
			background-position: center;
			width:100%;
			height:120px;
			float:left;
			margin-bottom:10px;
		
		}
		  
		.member_img3{
			background-repeat:repeat-x;
			background-position: center;
			width:100%;
			height: 100px;
			float:left;
			margin-bottom:10px;
		
		}
		.member_img2{
			background-repeat:no-repeat;
			background-position: center;
			width:40%;
			height:150px;
			float:left;
			margin: 0 3% 30px 0; 
			
			
		}
		.description{
			height:auto;
			padding:0 0 8px 0;
		}
		.member_title{
		color:#5e0707;
		font-size:1em;
		font-weight:bold;
		}
		.more{ 
		background-color:#b3b3b3;
		float:right;
		padding:5px 10px 5px 10px;
		margin-bottom:10px;
		font-weight:bold;
		font-size:0.9em;
		}
		.web{
			font-size:0.9em;
			}
		.more a{
			color:#5E0707;
		}
#comments{
	
	float:left;
	height:auto;
	width:100%;
	margin-bottom:5px;
}
.commenthead{
	color:#540000;
	font-weight:bold;
	font-size:large;
	float:left;
	height:30px;
	margin-top:5px;
	width:100%;
}
.yet-another-heading{
	float:left;
	width:100%;
	font-size:small;
	font-weight:bold;
	
}
#respond{
	margin-bottom:15px;
	font-size:1.2em;
	font-weight: bold;
	float:left;
	color:#540000;
	font-style:italic;
	width:100%;
}
#comments{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.moderation{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.comments{
	float:left;
	width:100%;
	margin-bottom:10px;
}
#comment{
	float:left;
	width:100%;
	margin-bottom:20px;
}
#submit{
	float:right;
	width:auto; 
	color:#ffffff;
	padding:2px 1em; 
	margin: 0;
	font-size:0.9em;
	border:1px solid #540000!important;
	background-color:#540000;
}
.space{
	padding-right:10px;
}
.space2{
	padding-right:13px;
}
.remenberme{
	font-size: 0.	9em;
	color:#000000;
	font-weight:normal;
}
.commentlist{
	float:left;
	width:100%;	
}
.verysmalltext a{
	color: #540000;
	text-decoration:none;
}
.commentlist li{
	padding-left:0;
	border-bottom:1px solid #540000;
	width:93%;
}
.author{
	margin-top:50px;
	color:#540000;
	font-size:1.1em;
	font-weight:bold;
	
}
.comment-id{
	color:#540000;
	font-size:1.1em;
	font-weight:bold;
}
.comment-text{
	font-size:small;
	font-weight:normal;
	color:#000000;
	width:100%;
	margin-bottom:10px;
}
.commentmetadata{
	font-weight:normal;
	padding-top:4px;
	float:left;
	font-size:x-small;
}
.commentmetadata a {
	color:#540000;
	font-weight:normal;
}
.commentmetadata a:hover, a:active {

}
/*--------------------------------------------------------end content----------------------------------------------------------------------------*/




/*-------------------------------------------------------------sidebar---------------------------------------------------------------------------*/

#sidebar{
	float:right;
	margin:10px 1% 10px 1%;
	padding:0;
	width:25%;
	height:auto;
	}
.loginout{
	font-size:0.9em;
}
#sidebar form {
	margin: 0;
	}
.chapter{
	width:100%;
	float:left;
	padding: 0;
	height:auto;
}	
	.chapter_finder{
		background-image:url(images/chapter-finder.jpg);
		background-repeat:no-repeat;
		background-position: center;
		width:100%;
		height: 133px;
		float:left;
		margin-bottom:10px;
		
	}

.random_menber{
	float:left;
	border-bottom:2px solid #5E0707;
	padding: 0;
	height:auto;
}
.events{
	float:left;
	padding: 5px 0 10px 0px;
	border-bottom:2px solid #5E0707;
	height:auto;
}
events_data{
	float: left;
	margin-left:0;	
	
}
	.ec3_events {
		float:left;
		margin-left:-50px;
		word-spacing:-1px;
		letter-spacing:-0.2px;
		color:#800;
		list-style:none;
		width:100%;
	}
	
	ul.ec3_events li.ec3_list  {
	float:left;
	 font-size:1em !IMPORTANT;
	 padding-left:35px;
	 background-image:url(images/event.png);
	 background-position:left;
	 background-repeat:no-repeat;
	}
	
	
	ul.ec3_events li.ec3_list ul {
		float:left;
		padding-left:15px;
		 list-style:none;
		 padding-bottom:10px;
	}
	
	
	.ec3_list li:before {
	 content:"" !IMPORTANT;
	}

/*------------------------------------------------------------end sidebar-----------------------------------------------------------------*/





/*-------------------------------------------------------------Search------------------------------------------------------------------*/

.search{
	float:left;
	border-bottom:2px solid #5E0707;
	padding: 10px 0 30px 0;
	margin: 0;
	height:auto;
	color:#5e0707;
	font-size:1.1em;
	font-weight:bold;
	width:100%;
}
	
		#searchform #s{
			width: 60%;
		}
		.search_box{
			margin-top:10px;
		}
		#searchsubmit{
			color:#5E0707;
			font-weight:bold;
			width: 25%;
		}

/*------------------------------------------------------------EndSearch-----------------------------------------------------------*/





/* -----------------------------------------------------------Calendar-------------------------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* ---------------------------------------------------------------------End Calendar --------------------------------------------------------*/




/*------------------------------------------------------------------------footer------------------------------------------------------------*/
#footer {
	border-top:1px solid #5e0707;
	float: left;
	width:100%;
	text-align:center;
	font-size: small;
	line-height:1.6em;
	height:auto;
	margin-top:5px;
	padding-top:10px;
	}
	
			.foot{
				float:left;
				width:100%;
				margin-bottom:10px;
			}
			
			.viewing{
				float:left;
				width:100%;
			}

/*---------------------------------------------------------------------------end footer-----------------------------------------------------------*/



/*-------------------------------------------------------------------------cforms-------------------------------------------------------------------*/

.cform { 
	width: 100%; 
	padding: 0;
	height:auto;
	float:left;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 0 0; 
	height:auto;
	border: 0;
	color:$text-b;
	font-size:1.3em;
	width:100%;
	border:0px;

}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	margin-bottom:15px;
	padding: 0 2px; 
	color:$text-b;
	font-size:150%;
	

}


ol.cf-ol { 
	margin:0!important; 
	padding:0!important;

	width:auto;
}

ol.cf-ol li	{
	background:none!important; 
	padding:0; 
	list-style:none!important; 
	text-align:left;
	width:100%;
	height:auto;
	float:left;
}

ol.cf-ol li	 label{
	width:97%;
	font-size:0.9em;
	height:auto;
	float:left;
}


ol.cf-ol li input
{
	width:97%;
	font-size:1.2em;
	padding:3px;
	margin-bottom:3px;
	height:15px;
	float:left;
}

ol.cf-ol li span.reqtxt, 
ol.cf-ol li span.emailreqtxt
{
	width:5%;
	height:auto;
	float:left;
	display:none;
}

ol.cf-ol li textarea
{
	width:98%;
	height:100px;
	float:left;
	padding:0 1%;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;

}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	
	width:100%;
	margin:4px 10px 0 0; 
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	float:left;
	font-size:0.8em;
}

.cform label span {
	width:100%; /* must be the same as above!*/
	display:block; 

}

label.cf-before {
	margin:4px 10px 0 0; 

}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:100%;

}

label.cf-after span {
	width:100%;
	display:block;

}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:100%;
	text-align:left;

}
label.cf-group-after span {
	width:100%;
	display:block;

}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select 
{ 
	width:98%;
	padding: 2px;
	color:$text;
	background-color: $bg;
	border:1px solid $border-lg;
	vertical-align:top;
	height:27px;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-align:justify;
	letter-spacing: normal;
	line-height: 1.5em;
	float:left;
}


.cform input:hover,
.cform textarea:hover,
.cform select:hover	
{
	border:1px solid $border-mg;
	color:$text;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	
{ 
	border:1px solid $border-mg;
	color:$text;
}


.cform select.cfselectmulti	{ 
	height:100px; 
	width:100%;
}


.cform textarea {
	overflow:auto;
	height:100px;
	width:100%;
	padding: 5px;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */

}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 

}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */

} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 

} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

.cform span.reqtxt,
.cform span.emailreqtxt { 
	margin:3px 0 0 3px;
	vertical-align:top;
	font-size:90%;
	color:$text-w;
	text-align:right;
	float:left;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;

}

.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	
{ 
	width:100px;  
	padding:5px; 
	height:auto;
	background-color: $bg-body;
	color:$text-w;
	margin-top:5px;
	font-style:normal;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.cform input:hover
{
	background-color: $bg;
	border:1px solid $border-mg;

}

.cform input.resetbutton {
	width: auto;
	padding:5px 1em;

}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;

}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(../gorgeous_solutions/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;

}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;

}

ol.cf-ol ul.cf_li_text_err li {
	background:url(../gorgeous_solutions/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;

}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';

}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;

}

input.secinput {
	vertical-align:text-bottom;

}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;

}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;

}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(../gorgeous_solutions/captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;

}

img.imgcalendar {
	border:none;

}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:$text-b;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
	float:left;

}

div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;

}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;

	
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}

div.success {
	background-color:$bg-body;
	color:$text-b;
	border:2px solid $border-mg;
	float:left;
	font-size:1.5em;
	height:auto;
	padding:2%;
	width:95%;	
	display:block;
}

div.failure {
	background-color:#CA3A09;
	color:$text-w;
	border:2px solid $border-mg;
	float:left;
	font-size:1.5em;
	height:auto;
	padding:2%;
	width:95%;	
	display:block;
}
div.waiting {
	background-color:$bg-body;
	color:$text-b;
	border:2px solid $border-mg;
	float:left;
	font-size:1.5em;
	height:auto;
	padding:2%;
	width:95%;	
	display:block;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
	float:left;
}
div.mailerr {
	display:block;
	float:left;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
	float:left;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
	float:left;
}
.disabled {
	border-color:#dddddd!important;
	float:left;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
	float:left;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	color: $text-b;
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	color: $text-b;
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
/* ------------------------------------------------------------------------End cforms--------------------------------------------------------------------*/
