/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.custom .comment-reply-link { background: #EEE; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div { background: #FFEEDD; }
dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text {
    border-color: #CC6600;
    border-style: solid;
    border-width: 0 0 0 2px;
}

/* Caption Style */

.wp-caption {
border: 1px solid #FCFDFE;
text-align: center;
padding-top: 5px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #FFFFFF;
}
.wp-caption p.wp-caption-text {
font-size: 1em;
line-height: 17px;
font-weight: bold;
padding: 8px;
margin: 0;
}


/*post sub-title color*/
.custom .format_text h2{background-color: #9c9c9c;
padding: 0.2em 0.2em 0.2em 0.5em; color:#ffffff;
-moz-border-radius: 4px; }

/*h2 style 
.custom h2 {font-size: 11px font-weight: bold; padding: 0px 5px;}*/


.custom .format_text blockquote {
color:#000;
background:transparent url('images/blockquotes-3.jpg') 0 0 repeat;
margin-left:auto; margin-right:auto;
padding:1.4em 1.4em 0 1.4em;
border-top:1px dashed #111;
border-bottom:1px dashed #111;
border-left:0px;
}
