/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/

original link color  854762  
*/

/*******************************************************************************/


/* START OF code for sidebar color using graphic image */

.custom #content_box {
 background: url('http://www.gettingclear.com/wp-content/uploads/2012/07/GCSidebarBackground-270.png') 100% 0 no-repeat;
}


/* END OF code for sidebar color using graphic image */
/*******************************************************************************/

#searchwrapper {
width:245px; /*follow your image's size*/
height:33px;/*follow your image's size*/
background-image:url('../../../uploads/2012/07/Search.jpg');
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:9px;
left:20px;
width:240px;
height:8px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:268px;
width:30px;
height:30px;
}
/*******************************************************************************/

/*******************************************************************************/

.custom .post_box a {font-weight:bold; text-decoration:none; color:#6D103D }

/*blockquote styling   e8f6f7  */

.custom blockquote {
 border: 1px dotted #666666;
 color:#000000;
 width: 75%;
 margin: 10px 10px -5px 10px;
 padding: 15px 15px 0px 15px;
float:none;
 background-color: #e2f4f4;

 }
/*******************************************************************************/

/*contact form 7 customizations*/
#contact{
	list-style:none;
	margin:0;
}
#contact li{
	float: left;
    height: 50px;
	margin:0 0 20px;
    position: relative;
    width: 540px;
}
#contact li .text{
	color:#fff;
        background: #7cb7b7;
	padding:5px 5px 5px 0;
	position:absolute;
	z-index:100;
	min-width:85px;
	text-indent: 5px;
}
#contact li .required{
	position:absolute;
	right:20px;
	top:10px;
	z-index:100;
}
#contact li .wpcf7-form-control-wrap{
	position: absolute;
}
#contact li .wpcf7-form-control-wrap input, #contact li .wpcf7-form-control-wrap textarea{
	background:#fff;
	border:solid 1px #7cb7b7;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:15px 10px 25px;
	width: 509px;
	text-indent:95px;
	z-index:100;
	margin:0;
}
#contact li .wpcf7-form-control-wrap input:focus, #contact li .wpcf7-form-control-wrap textarea:focus{
	background:#F0EFEF
}
#contact li .wpcf7-form-control-wrap textarea{
	line-height: 15px;
    padding: 20px;
	height:150;
}
#contact li#message{
	min-height:200px;
}
#contact li#submit input{
	color:#ffffff;
	text-decoration:none;
	margin:10px 30px 0 0;
	background:#8fcb8e;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	border-radius:3px;
	display:block;
	padding:10px 25px;
	text-align:center;
	text-transform:uppercase;
}
#contact li#submit input:hover{
	background:#8fcb8e;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
}
div.wpcf7-validation-errors {
    clear: left;
}



/*******************************************************************************/

/*remove headlines from pages*/

.custom .headline_area { position:absolute; top:-1500px; left:-1500px; }


/*******************************************************************************/

/*Show headlines for Blog Posts*/
.custom .hfeed .headline_area { left:0; position:relative; top:0; }
/*******************************************************************************/


/*Change color of ADHD conference Menu Item*/
.custom .hfeed .headline_area { left:0; position:relative; top:0; }
/*******************************************************************************/
/*
#menu ul a item-344
	background-color: #e2f4f4;
	color: #005653
}*/

.custom .menu, .menu a {background-color:#E6EEEE; letter-spacing:normal;
}

div#column2 {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
div#column3 {
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}


.custom .format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 {
    color: #005653;
}

.custom .format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6 {
    font-family: Georgia,"Times New Roman",Times,serif;
}

.custom .format_text h2 {
    font-size: 1.286em;
    line-height: 1.222em;
    margin: 1.833em 0 0.611em;
    font-weight: bold;
}

.custom .format_text h3 {font-size: 1.1em;
    line-height: 1.1em;
    margin: 1.833em 0 0.611em;
    font-weight: bold;
}
.custom .format_text .photo{
	font-size:.7em;
	text-align:right;
	margin-top:3em;
}

.custom #sidebars h3{font-size:1.2em;
	font-weight:bold; 
	font-variant:normal; 
	letter-spacing:normal	
}

.custom #sidebars h4{font-size:1.1em;
	font-weight:bold; 
	font-variant:normal; 
	letter-spacing:normal	
}

/*--- :[ was margin:0 15em   ]:---*/
.custom .no_sidebars .post_box {width:70%;
margin-left:auto;
margin-right:auto;}
.custom .nospacetop{margin-top:0}
.custom .nospacebottom{margin-bottom:0}