/*
Theme Name: EcoChefs
Version: 1.0
Author: Brandon Houston

*/



body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment:fixed; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #582700;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F6E9C7;
}

h1 {
	color: #F37421;
	font-size: 17px;
	line-height: 22px;
margin-top: 4px;
}

h2 {
	color: #F37421;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
clear: both;
margin-top: 4px;
}

a {
	color: #582700;
}

a:hover {
	color: #f37421;
}

.oneColFixCtrHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 700px;
	height: 75px;
	padding-top: 20px;
		padding-bottom: 10px;
}

.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding: 0;
	height: 100%;
}

.oneColFixCtrHdr #footer {
	padding: 40px 0 0 0; 
	width: 700px;
}

#logo {
	float: left;
}
#topmenu {
	float: right;
text-align:right;
	width: 300px;
	height: 30px;
	margin-top: 10px;
margin-right: 25px;
	font-size: 13px;
color: #F37421;
}

#topmenu a {
	text-decoration: none;
	color: #582700;
	font-weight: bold;
}

#topmenu a:hover {
	color: #f37421;
}


#phone {
	float: left;
	width: 130px;
	height: 25px;
	color: #582700;
	font-size: 13px;
	text-align: right;
	margin-top: 5px;
}
#tm1 {
	float: right;
	width: 132px;
	height: 24px;
	background-color: #f37421;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding-top: 6px;
	text-align: center;
}
#tm1 a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

#tm1 a:hover {
	color: #582700;
}

#left_column {
	float: left;
	width: 112px;
	margin: 0;
	padding: 0;
}
#left_column ul {
	list-style:none;
	padding-left: 5px;
	margin-left: 0;
	font-size: 12px;
}
#left_column li {
	padding-bottom: 12px;
}
#left_column a {
	text-decoration: none;
	color: #582700;
	font-weight: bold;
}

#left_column a:hover {
	color: #f37421;
}

#left_column li.current_page_item a {
	color: #f37421;
}

#right_column {
	width: 587px;
	height: inherit;
	padding: 0;
	margin: 0;
	float: right;
}

#footerlinks {
	float: right;
	width: 588px;
	text-align: center;
	font-size: 9px;
	color: #582700;
}

.trademark {
	font-size: 7px;
	color: #582700;
}

#footerlinks a {
	color: #582700;
	text-decoration: none;
}

#footerlinks a:hover{
	color: #f37421;
}

#footerlinks ul {
text-align: center;
	display: block;
	list-style-type: none;
}
#footerlinks li {
	display: block;
	float: left;
	list-style-type: none;
padding: 0 4px 0 4px;
}

.post {
	width: 575px;
	margin: 0 0 10px;
	color: #582700;
	}

.post hr {
	display: block;
	}
	
.post2 {
position: relative;
z-index:1;
	width: 446px;
	margin: 0 0 40px;
	color: #582700;
	}

.post2 hr {
	display: block;
	}

.narrowcolumn {
	width: 446px;
	margin: 0 0 40px;
	color: #582700;
	}

.narrowcolumn hr {
	display: block;
	}
.widecolumn {
	width: 446px;
	margin: 0 0 40px;
	color: #582700;
	}

.widecolumn hr {
	display: block;
	}	

	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 4px 6px 4px 6px;
	padding: 0;
	display: inline;
	}

img.alignleft {
	margin: 4px 6px 4px 6px;
	padding: 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {


	float: left
	}
/* End Images */

#subform1 input {
	height: 20px;
width: 45px;
padding:0;
margin:0;
font-size: 11px;
}

#subform1 text {
	height: 12px;
padding:0;
margin:0;
}

#subform1 .subformfield {
height: 12px;
width: 65px;
padding:0;
margin:0;
}

.entry a img {
text-decoration: none;

}

.entry a:hover img {

}

.entry {
position: relative;
z-index:1;
}

.entry ul {
margin: 20px;
padding: 0;
}

#comment {
width: 400px;
}


div#commentForm1
{
position: relative;
float:right;
top: 1px;
left: 1px;
z-index:2;
  margin: 0px 20px 0px 20px;
  display: none;
}
div#commentForm2
{
position: relative;
float:right;
z-index:2;
  margin: 0;
padding: 10px;
  display: none;
background-color: #f5e4b6;
border: 2px solid #582700;

}

.commentForm-text
{
position: relative;
float: left;
  margin: 0;
padding: 10px;
  display: none;
background-color: #f5e4b6;

}
.commentForm-footer
{
position: relative;
float: left;
  margin: 0;
padding: 10px;
  display: none;
background-color: #582700;
color:#ffffff;
}

.commentForm-footer a
{
text-decoration: none;
color:#ffffff;
}


.wp-caption {
text-align: center;
background-color: #ffffff;
margin-left: 10px;
margin-right: 10px;
padding: 0;
margin-bottom: 8px;
}

.wp-caption a {
 color: #ffffff;
border: none;
}

.wp-caption img {
border: none;
}

.wp-caption-text {
padding-left: 8px;
padding-right: 8px;
font-style: italic;
font-size: 10px;
margin-top:0;
margin-bottom: 3px;
}













#theFormDiv {
    display:none;
    position:relative;
    top:-650px;
    left:200px;
    background-color:#EEE;
    border:1px solid #000;
    padding:1em;
    margin:3em;
width: 300px;
}


#bSubmit {
    float:left;
    margin:0.5em;
    clear:left;
    width:auto;
}

#bCancel {
    float:left;
    margin:0.5em;
    width:auto;
}

.field-hint {
    font-size:0.7em;
    color:#555555;
}

.nocss {
    display:none;
}

.textwidget {
font-size: 11px;
}

.popupheader {
background-color: #e4bf53;
padding: 8px;
font-size: 14px;
color: #582700;
}

.popupfooter {
background-color: #582700;
padding: 5px;
text-align: right;
font-size: 12px;
color: #ffffff;
}

.popupfooter a {
color: #ffffff;
text-decoration: none;
}
.popupfooter a:hover {
color: #ffffff;
text-decoration: underline;
}

.closebtn {
width:20px;
height: 15px;
top:0;
left:0;
position: relative;
float:right;
margin:0;
padding:0;
}

.popupheadertext {
float: left;
width: 250px;
height: auto;
}

.popupmaintext {
padding: 8px;
color: #582700;
}