/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 239px; width: 1000px; background: url('images/header1.png') no-repeat; outline: none; }
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; margin-top: -6px; }
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


/*this code sets the left sidebar color*/
.custom #content_box {
background:#e4d9ab url(images/bg-content.gif) repeat-y scroll 30.5em 0;
padding-left:0em;
width:99.9em;
}

/*this code sets the width of the content box*/
.custom #content
{width:68em;}

/*this code sets a background color*/
body.custom {
    background: #a79f7a url(images/gradientmirror.png) repeat fixed 0 0;
}


/*set left margin for posts, teasers*/
.custom #post_box {
margin: 0 2.2em 0 1.5em;}

.custom #container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background: #e4d9ab;
    border: 4px solid #807f63;
}


.custom #page {
background:#e4d9ab;
padding:0;
}


/*this code does away with double line in header*/
.custom #header { border-color: #fff; }

/*this code changes the link colors in the sidebar*/
.custom a, .custom a:visited { color: #807f63; font-variant: small-caps; text-decoration: none; } 
.custom a:hover { color: #807f63; font-weight: bold; font-variant: small-caps; }

/*this code set the color for post headlines*/
.custom h2 a {color: #807f63; font-weight: bold; font-variant: small-caps;}, .custom h2 a:visited {color:#807f63; font-weight: bold; font-variant: small-caps;}
.custom h2 a:hover { color: #807f63; font-weight: bold; font-variant: small-caps;; }

/*this code for page headlines*/
.custom h1 {color: #807f63; font-weight: bold; font-variant: small-caps;}

/*this code for front page headline*/
.custom h2 {color: #807f63; font-weight: bold; font-variant: small-caps;}


/*this code for sidebar titles*/
.custom h3 {color: #111111;}

/*this code for sidebar top margin - default 2.2 em*/
.custom ul.sidebar_list {padding-top:1.5em;}

/*this code reduces margins underneath widgets from default of 2.769em*/
.custom li.widget {margin-bottom: 1.8em;}

/*colored footer bar*/
.custom #footer {background:#dec79d none repeat scroll 0 0;
border-top: 0px solid #ffffff;
color:#111111;
padding:1.333em 0.833em 0.917em 1.5em;
text-align:right;
}

/*set color for hyperlinks in footer*/
.custom #footer a{color: #426742;}

/*this code sets the width for the contact page input forms*/
.custom .format_text input, #commentform textarea {
border-width:0.067em;
padding:0.2em;
width:83.5%;}

/*this code goes with the stuff in the custom_functions.php file to help create a full-width header*/
.custom #header_area{display:none;}

.custom #nav_area {background:#17446e; padding:2px; border-bottom:0px solid #17446e;}
	.custom #nav_area ul {border-bottom:0em; border-left:none; border-right:none;}
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}

.custom #title_area {background:#627573; padding:0; border-bottom:0px solid #ffe57e;}
	.custom #header {border-bottom:none;}
	
/*change background color for nav menu*/
.custom ul#tabs{background:#c7a26d; border-bottom:2px solid #ffffff; border-top:2px solid #ffffff; border-left:0px solid #c7a26d; width:999px; color:#c7a26d;}

/*give tabs a hover color*/

.custom ul#tabs li a:hover {background:#dec79d none repeat scroll 0 0; text-decoration:none; }
        
		
/*change tab color and get rid of lines around them*/
.custom ul#tabs li {background:#c7a26d;border-style:none;}


/*set current tab color and hover color, also hover text color*/
.custom ul#tabs li.current_page_item a,
.custom ul#tabs li.current-cat a
{background:#ffffff; color:#111111; font-weight:bold; border_style:none;}

/*scoot over first nav tab and set menu text color*/
.custom ul#tabs li a {
padding:0.818em 1em; color:#111111;}*/

/*this code sets the rotator box background to white*/
.custom #image_box { background-color: #DCD8C0; }


/*this code gets rid of the border under the rotator box*/
.custom #image_box {border-bottom: 0;}


/*Get rid of lines between posts and sidebars*/

/*.custom .post_box, .custom .teasers_box { border-top: none; }*/
.custom #sidebar_1 { border-right: none; }


/*set background colors for MM opt-in box*/
.custom #custom_box {
background:#e0f0fe none repeat scroll 0 0;
border-bottom:0 solid #DDDDDD;
padding:1em;
font-size:1em;
}

.custom #content {
padding-left:1.5em;}


/*image map for office locations*/
#offices { /* background image block */
display: block;
width: 280px;
height: 161px;
background: url(images/OfficeComp.png) no-repeat;
margin-top: 0px;
}
#socialmedia a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#waco { /* Waco Link */
float: left;
position:absolute;
width : 140px;
height: 161px;
margin-left: 0px;
margin-top: 0px;
}
#killeen { /* Killeen Link */
float: left;
position:absolute;
width : 140px;
height: 161px;
margin-left: 141px;
margin-top: 0px;
}
