/*

File:			custom.css\
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/

*/
body {background-color:#DED4C1; background:url(images/bg_textured.jpg) repeat 0 0; margin-top: 10px;}
.custom #header {background-color: #DFD3C3; height:195px; margin: 0px; padding:0px;}
.custom #content_box {background:url(images/body_bg.png) repeat-y 0 0; border-bottom: 5px solid #000;}
.custom #sidebars {width: 32em;}
.custom #page{border-left: 1px solid #000; border-right: 1px solid #000; border-top:#000 solid 1px;}
.custom #footer {background-color: #DED4C1; margin: 0px; padding:0px; border-left: 1px solid #000; border-right: 1px solid #000; font-size:12px;}
#wpadminbar a {color:white;}
/* =Menu
-------------------------------------------------------------- */
.menu-main-container {
	width: 100%;
	border-bottom: 5px solid #000;
	background: #DFD3C3; /* Show a solid color for older browsers */
	padding: 0px 0px 33px 0px;
	}
#menu-main {
	background: #DFD3C3; /* Show a solid color for older browsers */
	display: block;
	float: left;
	clear:both;
}
.custom ul.menu li {
padding:0px 1px;
}

.custom ul.menu li a {
border:none;
cursor:pointer;
letter-spacing:0px;
text-transform:none;
font-size:13px;
font-weight:bold;
}

.custom ul.menu li a:hover {
text-decoration:underline;
}
.custom ul.menu ul {
border-left: 1px solid #333300; border-right: 1px solid #333300; border-bottom: 1px solid #333300; padding-right: 10px;
z-index:-50; background: #DFD3C3;
}

table tr td.3col {vertical-align:top; padding:5px; width: 33%;}

.custom #sidebars h3 {font-variant:normal; font-weight: bold; border-bottom: solid 1px #057505;}
.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}