/*
Theme Name: Zingerman's Bakehouse 2010
Author: Billie Lee
*/

/* Layout */

body, #body {
	font-family: verdana,sans-serif;
	margin:0;
	padding:0;
	background: #ef823b;
	font-size: 12px;
	}

#layout {
	width: 900px; /* 755 */
	margin: 0 auto;
	padding:0;
	border:1px solid #660066; 
	border-top: 0;
	}

/* End Layout */



/* Header  */

#header {
	background: #FFFFFF;
	/*width: 755px;*/
	margin: 0;
	padding:0;
	}

/* End Header */


/* Main Layout */


#main {
	background: #FFF;
	padding: 5px 25px;
	position: relative;
	padding-top: 20px;
	}

#main .narrowcolumn {
	width: 570px;
	margin-right: 180px;
	position: relative;
	}

#main .widecolumn {
	width: 800px;
	margin-right: 0px;
	}
	
#main #sidebar {
	width: 254px;
	float: right;
	padding:0px;
	margin:0;
	
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size:80%;
	}



/* Formatting */

h1, h2, h3 {
	font-family: futura-pt, Muno, Georgia,serif;
	color: #000000;
	}
h1 {
	font-size: 170%;
	}
h2 {
	font-size: 25px;
	color: #9f6595;
	text-transform: uppercase;
	}
h3 {
	font-size: 135%;
	}
img, a img { 
	margin:0;
	padding:0;
	border: 0;
	}

#content p a {
	color: #F36B21;
	text-decoration: none;
	/*border-bottom: 1px dotted #F36B21;*/
	font-weight: bold;
	}

#content p a:hover {
	color: #660066;
	text-decoration: none;
	}

#content p a:visited {
	color: #F36B21;
	text-decoration: none;
	/*border-bottom: 1px dotted #660066;*/
	font-weight: bold;
	}

a {
	color: #F36B21;
	text-decoration: none;
	}
#content a:hover {
	color: #660066;
	/*border-bottom: 1px dotted #660066;*/
	}
a:visited {
	color: #660066;
	}
	

	
#breadcrumbs, .breadcrumb {
	font-size: 85%;
	color: #333;
	}
	
hr {
	border:0;
	border-bottom: 1px dotted #FF6600;
	height: 0;
	}
	
	
.purplebold {
	color: #660066;
	font-weight: bold;
	}
/* End Formatting */


/* Footer */

#footer {
	background: #995f99;
	padding: 5px;
}

#footer p {
	color: #fff;
	font-size: 85%;
	text-align: center;
	margin: 0;
}

#footer p a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

#zcob {
	margin:5px auto;
	text-align: center;
	font-size: 80%;
	}
#zcob a {
	color: black;
	}


/* Sidebar */
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	}

#sidebar li {
	list-style: none;
	text-indent: 0;
	margin-left: -40px;
	font-size: 90%;
	}
#sidebar li li:before {
	content: '\BB  ';
	}
	

/* Subpages */
#subpages {
	float: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	max-width: 500px;
	text-align: right;
	}
#subpages li {
	display: inline;
	margin-left: 5px;
	}
#subpages a {
	text-decoration: none;
	}


/* Categories */
#categories {
	width: 100%;
	}
#categories td {
	text-align: center;
	width: 200px;
	border-bottom: 1px dotted #FFCC00;
	}
#categories img {
	max-width: 180px;	
	max-height: 100px;
	}
#categories .category-image {
	height: 110px;
	margin-top: 20px;
	vertical-align: bottom;
	}
#categories .category-name {
	font-weight: bold;
	text-align: center;
	}

#categories .category-name a {
	border:0;
	}

#categories p a:hover {
	}

#categories p a:visited {
	border:0;
	}


/* Products */
#products td {
	margin-bottom: 20px;
	padding: 20px;
	border-top: 1px dotted #FFCC00;
	}
#products img {
	width:200px;
	border:0;
	}
#products .product-name {
	margin-top: 0;
	font-weight: bold;
	font-size: 140%;
	}
#products .product-description {
	margin-bottom: 10px;
	text-align: justify;
	}
#products .product-meta a {
	font-size: 80%;
	color: #666666;
	font-weight: bold;
	margin-right: 15px;
	text-transform: uppercase;
	text-decoration: none;
	}
#products .product-meta a:hover {
	border-bottom: 1px dotted #333;
	}
#products .product-meta a.mailorder {
	color: #660066;
	}
#products .product-meta a.bake {
	color: #FF6600;
	}
#products .product-meta a.vacation {
	color: #990000;
	}

#products .onvacation {
	background-color: #FFCC00;
	font-style: italic;
	color: black;	
	padding: 10px;
	margin: 10px 0;
}

#products .onvacation td {
	border:0px;
	padding:0;
	margin:0;
	padding-right: 5px;
}

#products .ingredients, #products .nutrition {
	background-color: #F8E8B1;
	padding: 10px;
	margin: 10px 0;
	font-size: 90%;
	}
#products .nutrition td{
	font-size: 90%;
	margin-bottom: 0px;
	padding: 0px;
	border-top: 0;
}
#products .ingredients {
	font-size: 90%;
	font-style: italic;
}

/* Posts */
.post {
	margin-bottom: 40px;
	}
.post h2 {
	margin-bottom: 5px;
	font-size: 25px;
	}
.postdate {
	text-transform:uppercase; 
	color:#333333; 
	font-weight:bold; 
	border-bottom:1px dotted #333333; margin-bottom:10px; padding-bottom:5px;
	font-size: 85%;
	}


/* Ads */
.ad {
	margin-top: 20px;
	}

/* Forms */
input.textfield {
	border: 1px solid #333;
	padding: 2px 5px;
	margin-bottom: 2px;
	}
	
input.button {
	background-color: #995f99;
	padding: 3px 5px;
	border:1px solid #660066;
	color: white;
	font-weight: bold;
	font-size: 90%;
	}

input.button:hover {
	background-color: #660066;
	padding: 3px 5px;
	border:1px solid #995f99;
	color: white;
	font-weight: bold;
	font-size: 90%;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Comments */
.commentmetadata {
	font-size:70%;
	}
.commentlist li {
	font-size:80%;
	}

/* Places to Buy */
.placestobuy td {
	padding: 10px;
}

/* Scratch N Sniff */
#scratchnsniff {
	margin-right: 70px;
	background-color: #995f99;
	font-size: 10px;
	font-style: italic;
	color: white;
	}
	
	
/* Monthly Specials */

.specials-list fieldset {
	border: 5px solid #fccb7f;
	padding: 10px 20px;
	margin-top: 20px;
	width: 550px;
}
.specials-list legend {
	font-family: futura-pt, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8e4888;
}
.specials-list h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.specials-list p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.specials-list img {
	margin-left: 20px;
	float: right;
}

.specials-list2 fieldset {
	border: 2px dotted #8e4888;
	padding: 10px 10px;
	margin-top: 20px;
	width: 220px;
	margin-left: 10px;
	text-align: left;
}

.specials-list2 legend {
	font-family: munoextrabold, Verdana, Helvetica, sans-serif;
	font-size: 27px;
	color: #9e6695;
}
.specials-list2 h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.specials-list2 p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

