/*File:	custom.css*/

/*body.custom {background: url('/wp-content/themes/thesis_17/custom/images/bkgrd.png');
margin: 0;}*/

.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:2px; margin-right: 2px; }
/*spacing on left and right side; do not use if you want the look of a solid nav bar*/
/*.custom .menu .tab { background: #4D372A; padding-left: 1pt; padding-right: 1pt; }*/

/*Reduce the space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 10px; }

/*Content Format and Framing*/
.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: 0.1em #4c3729;
    border: 0.3em solid #d85571;}
    
    /*submit form text color*/
.custom #commentform .form_submit { color: #46382d; color: #ffffff; Background: #B7495F;}


/*Header image and removing text*/
.custom #header #logo a { display: block; height: 100px; width: 400px; 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;}

/*Image Framing*/
.custom .format_text img { background:url('/wp-content/themes/thesis_17/custom/images/shadow.gif') no-repeat right bottom;
border:none;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
padding:4px 10px 10px 4px;}

.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; }*/

/*.custom #sidebar_1 { background: #D4C59F; }
.custom #sidebar_2 { background: #D4C59F; }
.custom #sidebar_2 { text-align: left; }*/

/* Customized Recipe Class */
.custom .recipe 
{
	margin: 0px;
	border: 2px dotted #000000;
	padding: 10px;
	background-color: #ffffff;}
	
/* Customized Sidebar Titles */
.custom .sidebar h3{background-color: #9FAC3A; -moz-border-radius: 5px; padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}

/*Custom Footer*/
.custom #footer { font-size: 8pt; font-family: Verdana, Arial, Helvetica; color: #ffffff; Background: #B7495F;}
.custom #footer  a { color: #ffffff;}

/**
 * Book on the left 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 #header { padding-left: 250px; } /* we add some spacing to the left side of the #header to accommodate for the book width */
.custom .menu { padding-left: 531px; width: 600px; } /* we add some spacing to the left side of the .menu to accommodate for the book width */
.custom .sp_book { float: left; left: 0; position: absolute; top: 0; z-index: 90; } /* we position the book and apply a z-index to it higher than the z-index of the navigation */
.custom #sidebars { margin-top: -12em; } /* we push the sidebar down so the book doesn't overlap the sidebar */