/*
File:			custom.css
Description:	Custom styles for Thesis
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.
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/
*/.custom .menu { padding: 0 1.1em; font-wieght: bold; }
.custom #header { padding-top: 0;}
.custom #footer { padding-footer: 0;}
.custom a:hover {background: #736F6E;}
.custom #header #logo a { display: block; height: 200px; width: 1000px; background: url('http://www.instantbannercreator.com/images/members/45228/banner-1263355229.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; } 
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; border-bottom:none;}
/* This line adds your custom background graphic */
body.custom {
background: #000 url('images/blue1.jpg') 50% 0%; repeat-x; margin: 0 auto;
}
.custom #container {
margin-top: 0em;
margin-bottom: 0em;
}

.custom #page {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin: padding;
background:#FFFFFF none repeat scroll 0 0;
padding:0;
}
/* paste in custom.css file ****/
.custom #nav2{

background:url('images/nav-bg.jpg');
width:948px;
height:100px;
padding-left:4px;
float:left;
}
.custom .nav_container{
padding:2.5em 0 0 0;
font-weight:bold;
margin-top:0.9em;

}

.custom .menu li{
border:.0px solid #000000;
-moz-border-radius:3px;
}
.custom .menu { background-color: #000000;}

.custom .menu ul li{
width:13.9em; }

.custom .menu li a{
font-size:1.2em; }