/*
Theme Name: Zest Bakery 3
Description: The WordPress theme was designed by <a href="http://www.edwardfrye.com/">Edward Frye</a>.
Version: 1.8
Author: Edward Frye
Author URI: http://edwardfrye.com/
Tags: orange, green, custom header, fixed width, two columns, fruit, simple, right sidebar, white, clean

    This theme was designed and built by Edward Frye
    whose blog you will find at http://edwardfrye.com

    If you have any questions about this theme, please
    visit http://edwardfrye.com
*/

body  {
	background: #666;
	/*
  background-image: url(../images/gradiant_fade_bg.png); 
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:top left;
  */
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
}

a {
  color: #000;
}
a:hover {
  color: #ff8500;
}

#container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 1em auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
#header {
	background: #ffffff;
	padding: 0 10px;  
	/* height: 220px; */
	background: url(../images/ab7000.png) bottom repeat-x;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#container #header #headerimg img {
	margin: 10px;
}

/* Tips for sidebar:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
  margin-right: 22px;
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar h3, #sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar is created with the right margin on the mainContent div.  No matter how much content the sidebar div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent { 
	margin: 0 26% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 

#footer {
	padding: 0 10px;
	background-color: #333;
  color: #999;
} 
#footer a {
  color: #999;
}
#footer a:hover {
  color: #ff8500;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Navigation Section */
#navigation {
	font-family: "century gothic";
    text-transform:lowercase;
	width: 100%;
	background:#ab7000;
	/* background-image:url(../images/ab7000.png) */
}

#navigation ul {
	margin: 0 5px;
	padding: 0;
}

#navigation li{
	float:left;
	position:relative;
	list-style-type:none;
	margin-right:20px;
}
	
#navigation a{
	position:relative;
	float:left;
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	padding:9px 9px 10px 9px;
	text-decoration:none;
}	
	
#navigation a:hover{
	position:relative;
	float:left;
	color:#FF8500;
	padding:9px 9px 10px 9px;
	text-decoration:none;
}	
	
.navigation a{
	font-size:1.2em;
	color:#55A506;
  text-decoration: none;
}	

.navigation a:hover{
	color:#9FD668;
  text-decoration: none;
}
/* End Navigation Section */

h1, h2, h3 {
	//font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-family: "century gothic";
	font-weight: bold;
  text-transform:lowercase;
}
h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.8em;
  margin-bottom: 0;
}

h2.pagetitle {
	font-size: 1.8em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	color:#ff5800;
	position:relative;
	margin-top:30px;
	height:1.6em;
	width:100%;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
}

.post p{
	color:#333;
	width:505px;
	}

.post li {
	color:#333;
	width:465px;
	}

.post ul {
	/* padding-left: 15px; */
	width:505px;
}

.postpages p{
	color:#666;
	width:505px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

ol.commentlist{
	margin:0px;
}

.commentlist li{
	background:url('images/commentlime.gif') no-repeat top left;
}
	
.commentlist li.alt{
	background:url('images/commentlemon.gif') no-repeat top left #eee;
}	
	
.commentlist cite{
	color:#666;
}	

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.8em;
	text-transform: none;
	color:#666;
	padding-left:70px;
	}
	
.commentinfo{
	padding-left:70px;
}	

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 20px 0 20px 20px;
	width: 537px;
	}



.post {
	margin-bottom: 26px;
	padding-bottom:26px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	font-size:12px;
	float:left;
	color:#ccc;
	font-weight:bold;
	width:100%;
	background-color: #ffae00;
	}
	
.postdetails {
	float:left;
	width:500px;
	color:#FF5800;
	font-size:11px;
	margin-top:1px;
	margin-bottom:5px;
}	
	
.postmetadata a {
	color:#fff;
	text-decoration: underline;
}

.postmetadata a:hover {
	color:#EF732D;
	text-decoration:underline;
}
	
.comments{
	float:left;
	width:115px;
}

.category{
	width: 100%;
	position: relative;
	float:left;
	padding:5px;
}

.catblock{
	position:relative;
	width:100%;
	clear: left;
	float:left;
	left:5px;
	color: #FFF;
}

.categorylink{
	float:left;
}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
h2, h2 a, h3, h3 a, h3 a:hover, cite, .post a{
	clear: left;
	text-decoration: none;
	color: #333;
  padding-bottom: 0px;
  padding-top: 5px;
	}
	
h2 a:hover, .post a:hover {
	clear: left;
	color: #FF5800;	
	text-decoration: none;
  padding-bottom: 0px;
  padding-top: 5px;
	}	

.entry a{
  text-decoration: underline;
}
.entry a:hover{
  text-decoration: underline;
}
	
.postmetadata .category a {
	color: #FFFFFF;
}
.postmetadata .category a:hover {
	color: #c3b31f;
}
#sidebar p {
	color: #AB7000;
}
#images {
  margin-right: auto;
  margin-left: auto;
  width: 756px;
}
#images img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 189px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
  padding: 0 3px 0 3px;
  line-height:1.6em;
}
#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  padding: 0;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul {
  padding: 0;
  margin: 2px;
}

#sidebar ul li ul {
  margin: 3px 0 0;
  padding: 0 1.5em; 
}
#sidebar ul li ul li {
  list-style: square;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

#sidebar #searchform {
  padding: 0 3px 0 3px;
}

#sidebar #searchform #s {
  width: 128px;
  padding: 2px;
  border:1px solid #666;
  margin:5px 0 0 0;
}

#sidebar #searchsubmit {
  padding: 1px;
  margin-left:5px;
}

#sidebar ul {
  padding: 3px;
  margin: 0;
}

.postnavigation .alignleft {
  float: left;
}
.postnavigation .alignright {
  float: right;
}
.postnavigation a {
  text-decoration: none;
}

