/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* paste the code in  custom.css   */
.custom #header #header_ad {
float:right;
margin-top:-7em;
width:550px;
}

/*side bar widget bacground*/

.custom li.widget ul {
background:#F0F0F0;
border: 0.1em solid #ffa500;
-moz-border-radius:4px;
padding:0.5em;
}

.custom form#commentform input#submit.form_submit {
background:transparent url('images/comment-submit.png') 0 0 no-repeat;
width:500px !important; height:50px;
display:block; border:0px; padding:0px;
text-indent:-9999px; line-height:0px;
}

.custom form#commentform input#submit.form_submit:hover {
background-position: 3px 0;
}

/* paste the code in  custom.css   */
.custom #comment_form #after_comment_form_ad {
float:left;
margin-top:-7em;
width:500px;
}

.custom .breadcrumbs { 
	font-family:Verdana,Calibri; 
	font-size:1.0em; 
	padding:1.2em 1em 1em 1em; 
	border-bottom:1px dotted #666; 
	border-top:1px dotted #666; 
}
.custom .breadcrumbs a { 
	color:#336699; 
	border-bottom:1px dotted #fff; 
}
.custom .breadcrumbs a:hover { 
	border-bottom:1px dotted #336699; 

