/*
File:			custom.css
Description:	Custom styles for Thesis

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: #ded0ac;
}

.custom .menu {font-weight: bold; width: 1057px; padding-bottom: 5px;  padding-right: 7px; }
.custom .menu .tab { margin-left: 0px; margin-right: 0px; }
.custom .menu .tab { background: #e7e7e7; padding-left: 4pt; padding-right: 4pt; }

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #6f7984;
    border: 0.4em solid #947651;
}

.custom #page {
    background: #fff;
}
.comment img {
padding: 5px;
border: 0.2em solid #AF7633;
margin: 5px;
}
.enlarge-text {
font-weight: bold;
font-style: italic;
}

.custom #header #logo a { display: block; height: 215px; width: 1000px; background: url('http://www.healthytastychow.com/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 h1 a{padding-top: 10px; padding-bottom: 15px; text-decoration:none}
.custom h2 a {color: #856a4a;}
.custom h3 {color: #111111; font-size: 1.15em;}

.custom ul#tabs li {background: #ded0ac;}
.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;
}

.custom #sidebar_1 { background: #ded0ac; }
.custom #sidebar_2 { background: #ded0ac; }
.custom #sidebar_2 { text-align: left; }


/* Customized Recipe Class */
.custom .recipe 
{
	margin: 0px;
	border: 2px dotted #000000;
	padding: 10px;
	background-color: #ffffff;}