﻿
/**remove gray interior borders**/
.custom #header, .custom .post, .custom .teasers_box,.custom #footer, .custom #footer a, a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom, .custom #container, .custom #page#commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
      border-bottom: 0px; border-top: 0px;  border-right: 0px;border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
background: none;
}
.custom #tabs {
border-bottom: none; 
}
.custom #container {
margin-top:15px; margin-bottom:0;
}
.custom #page {
margin:0;
}


/* Header - Image Banner */
.custom #header {
border:0; padding:0; margin:0; height:175px; background:url(images/Katy-Barrilleaux-Header.gif) center left no-repeat;
}


/* Footer - Image */
.custom #footer {
border:0; padding:0; margin:0; height:159px; background:url(images/Katy-Barrilleaux-Footer.gif) center left no-repeat;
}


/* New Links above Header */
.custom #mynavbox {
border:0;margin:0; padding:0; float:right; width:50%;
}
.custom ul#mymenustyle{padding: 0; margin: 0; list-style-type: none; float: right;
 color: #999; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background-color: #fff;
}
.custom #mymenustyle li { 
width: 15em; display: inline; 
}
.custom #mymenustyle a {
color:#999999; background:#fff; font-weight:normal; width: 15em; text-transform: uppercase; letter-spacing: 2px;  
}
.custom #mymenustyle a:hover {
color:#F24D24; background:#fff; width: 15em;
}
.custom #mymenustyle img {
vertical-align:middle; border:0; padding:1em;
}


/* Position the Search Box */
.custom thesis_search_form {
float:right; display:inline;
}
.custom #s { 
font-size:10pt; background:#fff; color:#CCCCCC; float:right;display:inline; padding:0; margin:5px 25px 0 0; width:175px; 
} 
.custom widget thesis_widget_search { 
background:#fff; float:right; display:inline;
}


/** menu rss formatting for ie **/
.custom .menu .rss { 
width:12%;display:inline;
}


/*File:			custom.cssDescription:	Custom styles for ThesisBASIC 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 themWHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended 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 foundin the User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/*/.custom #header #logo a { display: block; height: 150px; width: 920px; background: url(’images/header1.gif’) no-repeat; outline: none; }/* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */.custom #header #tagline { height: 0; }/* 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; }