/*  
Theme Name: ZingCreamery
Theme URI: 
Description: Zingerman's Creamery Website 
Version:
Author: Billie Lee
Author URI: http://zsn-it.com
*/


/* From old site */
a {
	text-decoration: underline;
	color:#333300;
}
a:hover {
	text-decoration: underline;
}
a.footer {
	font-size: 11px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333300;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-indent: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;


}
.whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;


}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-indent: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}
.blackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}
.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660066;
	text-indent: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}
.purplebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #660066;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6699CC;
	text-indent: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}
.bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6699CC;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006600;
	text-indent: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.greenbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006600;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-indent: 0px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-indent: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}
.copywhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-indent: 0px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;



}









/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background-color: #E8E8CE;
	background-image: url(/display/images/pattern.gif);
	background-repeat: repeat-x repeat-y;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #990000; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #990000;
}
a:visited {
	color: #B96F17;
}

.footer-links a:visited{
        color: #990000;
}

a:hover, a:active {
	color: #6B4E34;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

#breadcrumbs {
	font-size: 0.9em;
	margin-left: 10px;
	margin-top: 0;
	color: #666666;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 990px;
	background-color: #FFF;
	text-align: left;
	margin-top: 85px;
	padding: 0px;
}

#page {
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
	}
		
#content {
	float: left;
	margin: 0 0 0 20px;
	width: 700px;
	padding-top: 30px;
}
#content.gelato {
	margin-left: -10px;
	width: 990px;
	padding: 0;
}

#widecontent {
	float: left;
	width: 900px;
	margin: 10px;
	padding-top: 30px;
}
#sidebar {
	margin-left:750px;
	padding: 0px;
	padding-top: 20px;
	width: 200px;
	font-size: 0.9em;
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}
	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		background-color: #E8E8CE;
		border-top: 10px solid #9BBB38;
		font-size: 0.9em;
		text-align: right;
	}
	

/* Header Styles */
#header {
	position: absolute;
	top: 25;
	width: 990px;
	display: block;
	}
	
#logo {
	position: absolute;
	top: 0;
	left: 20;
	}

#search {
	position: absolute;
	right: 10;
	top: 10;
	}
#search .textfield {
	margin:0;
	padding:0;
	height: 24px;
	border:0;
	font-size: 12px;
	float: left;
	}
#search .searchbutton {
	margin:0;
	padding: 0;
	display: block;
	margin-bottom:0;
	margin: 0;
	height: 24px;
	float: left;
	border:0;
	}
	
	
#secondarylinks {
	background-color: #990000;
	text-align: right;
	border: 1px solid #990000;
	}
#secondarylinks ul {
	margin: 10px 160px 10px 0;
	}
#secondarylinks li {
	list-style: none;
	display: inline;
	margin-left: 20px;
	}
#secondarylinks a {
	font-family: Lucida Sans, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	font-size: 12px;
	text-transform: lowercase;
	}

#primarylinks {
	background-color: #f0e9c2;
	text-align: right;
	border: 1px solid #f0e9c2;
	}
#primarylinks ul {
	margin: 15px 20px 10px 0;
	}
#primarylinks li {
	list-style: none;
	display: inline;
	margin-left: 50px;
	}
#primarylinks a {
	font-family: "MunoBold", Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-size: 20px;
	}

/* Sidebar Styles */

li {
	list-style-type: none;
}

#sidebar h2 {
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	/*background: url(images/arrow.gif) no-repeat center right;*/
	font-size: 1.4em;
}
#sidebar h2 a {
	color: #990000;
}
#sidebar h2 a:hover {
	color: #E58712;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E7D0;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar ul ul li a {
	width: 170px;
}
#sidebar ul ul li a:hover {
	background-color: #FFF;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 10px 0.1em 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}
/* Calendar */
#wp-calendar {
	margin: 0 0 1.2em 0;
	width: 190px;
	border: 1px solid #E8E7D0;
	background: #FAFAF0;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 188px;
} 
html>body #wp-calendar {
	width: 188px;
}
#wp-calendar caption {
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
	background: #9BBB38;  
	color: #FFF;
	font-weight: bold;
}
#wp-calendar td {
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Blog */

.post {
	width:100%;
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #990000;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	/*padding: 0 10px;*/
	/*background: #9BBB38 url(images/posttitle.gif) no-repeat top right;*/
}
.posttitle a:link, .posttitle a:visited {
	color: #990000;
	font-weight: bold;
}
.posttitle a:hover, .posttitle a:active {
	/*background: #E8E7D0 url(images/posttitle.gif) no-repeat 100% -91px;*/
	color: #6B4E34;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	/*background: url(images/postmeta.gif) no-repeat top left;*/
	font-size: 0.9em;
	color: #999;
}
.postentry {
	width: 100%;
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #E8E7D0;
	padding: 1px 20px;
	background-color: #FFF;
}
/*
.alt {
	background-color: #FAFAF0 !important;
}
*/
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/*	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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Featured Item */
#featured {
	border-bottom:1px solid #ccc;
	padding-top: 10px;
	margin-top:10px;
}

#contactinfo {
padding:0px;
text-align: center;
font:  12pt bold Helvetica, Arial, Verdana, sans-serif;
}





/* Cheese List */
#cheeselist {
border-top: 1px dashed #A5A205;
}
#cheeselist td {
border-bottom: 1px dashed #A5A205;
padding-top: 15px;
margin-top: 10px;
padding-bottom: 10px;
}

#cheeselist img {
text-align: center;
margin-bottom: 5px;
}

#cheeselist a img {
border: 0;
}

#cheeselist p {
margin-bottom: 10px;
} 

#cheeselist p strong {
font-size: 14px;
line-height: 14px;
}

#cheeselist p.specs {
	line-height: auto;
	}



/* CHEESE INFO */
#cheese_info {
	margin-bottom: 30px;
	}
	
#cheese_meta, 
#cheese_description, 
#cheese_servingsuggestions {
	margin-bottom: 10px;
	}
#cheese_info span {
	color: #666666;
	text-transform: uppercase;
	padding-right: 10px;
	}
	
	
/* GELATO HOME */
	.flavor{
	color:#990000;
	font-weight:bold;
	margin:0px;
	display:inline;
	font-family:verdana;
	font-size:12px;
	}
	
	.gelatodot{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

	.gelatodescription{
	margin:0px;
	font-family:verdana;
	font-size:12px;
	line-height: 18px;
	}

	.regularflavors .flavor {
	margin-left:10px;
	}
	
	.regularflavors img {
 		vertical-align: middle
 	}

	.regularflavors .gelatodescription {
	margin-left:29px;
	font-size:12px;
	line-height: 18px;
	width: 340px;
	}
	.regularflavors li, .currentseason li {
	font-size:12px;
	line-height: 18px;
	margin-bottom: 15px;
	}

	.currentseason_header {
		margin-top: -30px;
	}
	
	.futureseason{
	color:#990000;
	font-weight:bold;
	font-family:verdana;
	font-size:11px;}

	.futureflavors{
	font-family:verdana;
	font-size:11px;
	}

	.futureflavors li{
	margin:0px;
	margin-top:5px;
	margin-left: -22px;
	}
	
	
	
	
	
/* Events Calendar */
.tec-calendar-buttons,
.ical,
#tec-nav-below
{
	display: none;
}
#tec-content {
	padding-left: 20px;
}
.tec-event:last-child .tec-event-entry {
	border-bottom: none;
}
.tec-events .tec-event-entry {
	border-bottom: 1px dotted #a57c52;
	margin-bottom: 20px;
}
.alt {
	background: white;
}
.entry-title {
	margin: 0.5em 0;
	line-height: 1em;
}
.event-day {
	font-size: 1em;
	font-weight: bold;
	color: black;
	margin: 0.5em 0;
	line-height: 1em;
}

