/*
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/*/

body.custom { background: url('/wp-content/images/bkgrd.jpg');} 

/* Lines above and/or below menu */
.custom ul.menu {
border-top:6px solid #000000;  
/*border-bottom:1px solid #eeb211;*/}

.custom .menu {font-weight: bold; padding-bottom: 5px; }
/*spacing on left and right side; do not use if you want the look of a solid nav bar*/
.custom .menu .tab { margin-left: 0px; margin-right: 0px; }
/*spacing on left and right side; do not use if you want the look of a solid nav bar*/
.custom .menu .tab { background: #bd9629; padding-left: 16pt; padding-right: 16pt; }

.custom h1 {font-size:18px; color: #bd9629;  font-family:Verdana; font-weight:bold;}
.custom h2 {font-size:16px; color: #bd9629;  font-family:Verdana; font-weight:bold;}
.custom h2 a { color: #666666; }

.custom #header #logo a { display: block; height: 193px; width: 1050px; background: url('/wp-content/themes/thesis_16/custom/images/header.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;}

.custom #container {
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #000000;
    border: 0.4em solid #bd9629;}

.custom #sidebars a {color:#d83900;}
.custom .sidebar h3 { font-weight:bold; letter-spacing: 0; font-variant:normal; color: #999999; font-size:14px; font-family:Verdana;}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;}

#divider {
        padding-top:0px;
        padding-bottom:3px;
        border-bottom: 0px dotted #cccccc;
        font-size:13px;
        font-weight: bold;
        font-family:arial;}

.block {
	float:left;
	width:300px;
	margin:0 10px 10px 0;
        text-align: center;
}

.last { margin-right:0 !important; }
.footerheader {color:#000000;margin-left:-2px;}
.footertext {color:#000000;}
#footer p {color:#000000; text-align:left;}
#footer h2 {text-align:left;}
#footer a {color:#d83900; text-decoration:none;}
#footer a:hover {text-decoration: underline;}


.clear {
	clear:both;
	height:0.001em;
	margin:0px;
	padding:0px;
	display:block;
	
/*Removes Thesis Theme Designation from footer*/
#footer p:first-child { display:none;}
