/*































File:			custom.css































Description:	Custom styles for Thesis































































BASIC USAGE:































































If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 































will be appended with the "custom" class, like so: <body class="custom">. You can use 































the "custom" class to override *any* CSS declarations contained in the style.css file.































































For example, if you wish to change the default link color to green, you would add the 































following declarations to this file:































































	.custom a, .custom a:visited { color: #090; }	<--- This makes links green































	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them































































WHY THIS WORKS:































































By using the "custom" class, you are creating more specific CSS declarations for HTML































elements. CSS styling is applied through rules of specificity, and because declarations































prepended with .custom are more specific, they get applied when the page is rendered!































































More information about styling your Thesis installation using this file can be found































in the User's Guide:































	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/































*/































.format_text .to_comments {visibility: hidden;}































.custom .comments_closed p {display: none ;}































































/* Top Nav bar */































.custom ul#topnav {































border-style: none;































list-style-image: none;































list-style-position: outside;































list-style-type: none;































background:#450013 none repeat scroll 0 0;































width: 100%;































































}































.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }































.custom ul#topnav li a { font-size: 1.1em; color: #fff; }































.custom ul#topnav li a:hover { text-decoration: underline; }































/* End Nav bar */































































/* Center nav_menu */































.custom ul.menu{































text-align: center;































width: 100%;































background:#450013 none repeat scroll 0 0;































}































































.custom .menu li{































display: inline-block;































float: none;































}































































/*Attempt at centering logo */































.custom .logo p{































float: center;































































}































.custom .sitemap h3 {margin-top: 0;}















.custom .sitemap ul {font-size: .85em; }















.custom .sitemapl { float: left; width: 40%;}















.custom .sitemapr { float: right; width: 60%;}































/* Site background */































/* body.custom {































&nbsp;&nbsp; &nbsp;background: #8db6b6 url('images/bg-ocean.jpg') 50% 0 no-repeat;































}































































.custom #container {































&nbsp;&nbsp; &nbsp;margin-top: 2em;































&nbsp;&nbsp; &nbsp;margin-bottom: 2em;































}































































.custom #page {































&nbsp;&nbsp; &nbsp;background: #fff;































} */































#header {















width: 106.4em;















margin-left:-25px;















background:#450013;















}































































 .menu {















position:absolute;















left:20px;















padding:0px;















border:0px;















margin-left: -21px;















}















#content_box {















padding-top:50px;















}



























#topnavclean {



position:relative;



background:#450013;





height:30px;



margin-left:auto;



margin-right:auto;



width:1070px;



margin-bottom:-30px;



}







































#featblog h2 {















font-weight: bold;







color: #450013;







font-size:13px;







font-style: text transform: uppercase;







margin-bottom:10px;







font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;















}































#headline h2 {















font-weight:500;







font-family:Georgia, "Times New Roman", Times, serif;







font-size:24px;







margin-bottom:2px;















}















#excerpt p {







	font-family:Arial, Helvetica, sans-serif;







	font-size:15px;







}















#excerpt{







	border-bottom:1px solid #000;







	padding-bottom:15px;







}















#headline h3 {







	margin:0px;







	padding:0px;







	color:#999;







}















#latestposts h2 {















font-weight: bold;







color:#450013;







font-size:13px;







margin-bottom:20px;







padding-bottom:10px;







font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;







}















#latestposts ul li  {







	font-size:13px;







	font-family:Arial, Helvetica, sans-serif;







	color:black;







        margin-bottom: 4px;







}















 .rez {







        text-transform: uppercase;







	color:#666;







        font-size:10px;







}















#interactive {







	background:#CCC;







	width:auto;







	height:100px;







}







#interactive p{







	float:left;







}















.widget h3 {







font-weight: bold;







color:#450013;







font-size:13px;







margin-bottom:20px;







padding-bottom:5px;







font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;







}















#frontright li {







	







  list-style-type: none;}















#houseadside {







background:#8e8e8e;







height:150px;







margin-top:10px;







margin-bottom: 10px;







}























#wpp-3{







line-height:11px;







}







#paypal form input{







border:0px;







}







#footerleft1{







text-align:left;







}







#paypal form{



margin-top:-20px;



}







#featblog input, textarea 



{ width:85%;



font-size:14px;



}



#featblog form{



font-size:15px;



font-weight:bold;



}







#footer {



border-top: 1px solid #000;

padding-top: 20px;

}







#frontright li ul li {



line-height:14px;



}







/* Custom background */








.custom #page {



    background: #fff;



}







#imageicon {

text-align:center;

margin-top:-28px;

border:none;

padding-bottom:10px;

}

#imageicon a:link {

text-decoration:none;

background:none;

border:none;

}



#imageicon a:visited {

text-decoration:none;

background:none;

border:none;

}



#footerright1 ul {

text-align:left;

padding-left:125px;

}



#footerright {

text-align:left;

padding-left: 130px;

padding-top:25px;

margin-bottom:-25px;

}



#footerleft1 {

padding-top:25px;

margin-bottom:-25px;

}



#footerleft {

padding-top:25px;

margin-bottom:-25px;

}





#footerleft h2 {

padding-right:15px;

}





.menu a {

width:100px;

text-align:center;

}



#leader {

width:800px;

margin-left:auto;

margin-right:auto;

margin-top:10px;

margin-bottom:10px;

}

.menu ul li {
	display: inline;
list-style-type: none;
padding-left:10px;
}