/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Remove Uppercase */
.custom .headline_meta span,
 .custom .headline_meta abbr {
   text-transform: none;
}



/* Sidebar background color */
#sidebar_1 {
    background: #F3F9FF;
}


/* Carryover to have the images float to the right from the old Morning After theme which used Div Captionright */
.captionright { float: right; margin: 0 0 1em 1.5em; padding: 0.5em; text-align: left; }



/* Pullquotes */
.custom .format_text pullquote {
position: center; 
color: #ffffff; 
margin: 13px; 20px ; 
padding: 0 20px 0 50px;
 color: #1F7A7A; 
font: bold 1.3em georgia, serif; 
font-style: italic; 
letter-spacing: -0.048em    ;
   
}


/* Blockquotes */
.custom .format_text blockquote {
margin: 20px ; 
padding: 0 20px 0 50px; 
color: #333; 
background: url('/wp-content/uploads/blockquote.png') no-repeat 10px 0 ;
font-style: italic; 	
border: none;	
background-color: #F3F9FF;        }

/* Look of Search box */
.custom form.search_form #s {
font-family:arial;
font-size:1.1empx;
background:#ffffff;
color:#000000;
border:2px solid #61B4BA;
padding:5px;
width:190px;
}




