/*File: custom.css*/

/*body.custom {background: url(/wp-content/themes/thesis_17/custom/images/bkgrd-top.gif) repeat-x; margin: 0;}*/

.custom #header #logo a { display: block; height: 171px; width: 599px; background: url('/wp-content/themes/thesis_17/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 .menu {background: url(/wp-content/themes/thesis_17/custom/images/bkgrd-nav.gif) repeat-x; margin: 0;}
.custom .menu {font-weight: bold; width: 1012px; height: 40px; padding-bottom: 0px; }
/*spacing on left and right side; do not use if you want the look of a solid nav bar*/
.custom .menu .tab { height: 30px; margin-top: 3px; 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 { height: 30px; background: #f1dc4d; padding-left: 10pt; padding-right: 10pt; }

/*Reduce the space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 10px; }

/* Customized Sidebar Titles */
.custom .sidebar h3{background-color: #F1DC4D; -moz-border-radius: 5px; padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#000000;}
 
/* Customized Container */
.custom #container {margin-top: 10px; margin-bottom: 1em;}
.custom h1 {margin-bottom: 15px;}
.custom h2 a {color: #ACA081;}
.custom h3 {color: #111111; font-size: 1.15em;}

.custom ul#tabs li {background: #ECCE76;}
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background: #fff; border-bottom-color: #fff; }
.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

#footer p:first-child{display:none; background: url(/wp-content/themes/thesis_17/custom/images/footer.gif) repeat-x; margin: 0;}

/*.custom #sidebar_1 { background: #D4C59F; }*/
/*.custom #sidebar_2 { background: #D4C59F; }*/
.custom #sidebar_2 { text-align: left; }


/**
 * Book on the right side
 */

.custom #page { position: relative; } /* relative positioning is set on the #page div, this allows us to use absolute positioning on the book div and have that absolute positioning be relative to #page */
.custom .sp_book { float: right; position: absolute; right: 0; top: 0; z-index: 80; } /* we position the book and apply a z-index to it higher than the z-index of the navigation */
.custom #sidebars { margin-top: 5em; } /* we push the sidebar down so the book doesn't overlap the sidebar */
.custom #content { margin-top: 0em; } /* we push the content down so the book doesn't overlap the content
/*