/*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/themes/thesis_16/custom/images/BG.gif') }

.custom #header #logo a { display: block; height: 136px; width: 1000px; 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: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #AF7633;
}
/* Customized Sidebar Titles */
.custom .sidebar h3{background-color: #db095e; -moz-border-radius: 5px; padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; font-size:1em; color:#ffffff;}
 
/*Reduce the space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 15px; }


.custom .menu { font-weight: bold; padding-bottom: 15px; padding-top: 4px; }
.custom .menu .tab { margin-left: 11px; margin-right: 12px; }

/*.custom #sidebar_1 { background: #e1cca8; }
.custom #sidebar_2 { background: #e1cca8; }*/
.custom #sidebar_2 { text-align: left; }

.custom #container { 
margin-bottom: 1em; 
margin-top: 1em; 
border: 2em; 
padding: 0;
/*background: #849f4b; */
}

.custom .format_text img { background:url('/wp-content/themes/thesis_16/custom/images/shadow.gif') no-repeat right bottom;
border:none;
border-top:#eee 2px solid;
border-left:#eee 2px solid;
padding:4px 10px 10px 4px;}

.comment img {padding: 5px; border: 0.1em solid #28a1a1; margin: 5px;}
.enlarge-text {font-weight: bold; font-style: italic;}

.custom ul#tabs li {background: #398785;}
.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 h1 {color: #85663f;}
.custom h2 a {color: #85663f;}
.custom h3 {color: #111111; font-size: 1.15em;}

#footer p:first-child { display:none;}

/* Customized Recipe Class */
.custom .recipe {
		margin: 0px;
		border: 2px dotted #000000;
		padding: 10px;
		background-color: #eee;}