/*---------------------------------+
 | Site: Chicago Green City Market |
 | Part: Master styles             |
 +---------------------------------*/

/* Imports
=====================================================================*/
@import "reset.css"; /* Reset styles */
@import "ie.css"; /* Internet Explorer */


/* Fonts
======================================================================*/
.agenda th span, h1, h2, h3, h4, h5, h6, .monthly th, #nav, #nav-secondary, 
.phone, #search *, .thumblist-large dt, #utilities-nav {
	font-family: Arial, sans-serif;
}

body, input, select, textarea { font-family: Verdana, Arial, sans-serif; }

code, pre { font-family: Consolas, "Courier New", Courier, monospace; }


/* Basics
======================================================================*/
a { color: #008da9; }
a:hover { text-decoration: none; }
address { font-style: normal; }
blockquote, dl, ol, p, pre, table, ul { margin-bottom: 1.6em; }
body { background: #fff9cd url(/images/bg.jpg); font-size: 0.75em; line-height: 1.6; }
cite, em { font-style: italic; }
code, pre { font-size: 1.1em; }
dt { margin-top: 1.6em; }
dt, h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }
fieldset { border: 1px solid #ddd; margin-bottom: 2em; padding: 1em 1.5em; }
h1 { color: #78a22f; font-size: 1.6em; line-height: 1.2; margin-bottom: 0.5em; }
h2, h3 { font-size: 1.25em; line-height: 1.33; margin-bottom: 0.66em; }
h3 { color: #ef4035; margin-bottom: 0.5em; }
h4 { font-size: 1.1em; }
hr { border-bottom: 3px dotted #78a22f; border-width: 0 0 2px; clear: both; color: #fff; margin: 1em 0; }
iframe { border: 0; }
legend { background: #fff; color: #78a22f; font-size: 1.5em; margin: 0 0 0 -0.75em; padding: 0 0.75em 0.1em; }
li { margin-bottom: 0.5em; }
ol { list-style-type: decimal; margin-left: 2em; }
pre code { font-size: 1em; }
table { border-collapse: collapse; empty-cells: show; }
td, th { vertical-align: top; }
ul li { background: url(../images/bullet3.gif) 3px 7px no-repeat; padding-left: 16px; }

/*--- Stock reusables ---*/
.l { float: left; }
.r { float: right; }
ul.flat li { background: none; padding: 0; }


/* Core layout
======================================================================*/
#atffc { display: none; } /* Hide AddThis div that appears at top sometimes */
.clear { clear: both; }
#page { background: url(/images/header-bg.jpg) repeat-x 0 0; padding: 48px 2em 2em 2em; }
#wrap { margin: 0 auto; width: 960px; }

/*--- Columns ---*/
.c2l, .c2r { width: 47.5%; }
.c2l .c2l, .c2l .c2r, .c2r .c2l, .c2r .c2r { width: 45.5%; }
.c2l, .c3l, .c3m { float: left; }
.c2r, .c3r { float: right; }
.c3l { margin-right: 3%; }
.c3l, .c3m, .c3r { width: 31%; }

/*--- Content ---*/
#content {
	background: #fff url(../images/rule-v.gif) repeat-y 67.39% 0;
	border: 1px solid #c8c099;
	border-width: 0 1px;
	padding: 3em;
	position: relative;
}

#content-primary { float: left; width: 64%; }
#content-secondary { float: right; width: 28%; }

	/* Home page */
	.home #content { background-position: 32.61% 0; padding: 2em; }
	.home #content-primary { float: right; width: 65.5%; }
	.home #content-secondary { float: left; }
	
	/* Wide layout (no sideabar) */
	.wide #content { background-image: none; }
	.wide #content-primary { float: none; width: 100%; }
	.wide #contnet-secondary { display: none; }


/* Content
======================================================================*/

/*--- Calendar ---*/
	/* Agenda view */
	.agenda { margin-top: 1em; width: 100%; }
	.agenda p { margin: 0; }
	.agenda td, .agenda th { border-top: 1px dashed #ddd; padding-bottom: 1.5em; padding-top: 0.75em; }
	.agenda th { padding-right: 1em; white-space: nowrap; }
	.agenda th span { color: #78a22f; display: block; font-size: 2.03em; font-weight: normal; line-height: 1; }
	.agenda th strong { color: #766200; display: block; font-size: 0.83em; font-weight: normal; text-transform: uppercase; }
	
	/* Monthly view */
	.monthly * { line-height: 1; text-align: center; vertical-align: middle; }
	.monthly { width: 100%; }
	.monthly h3 { color: #fff; text-align: left; }
	.monthly td { border: 1px solid #d3d3d3; padding: 0.75em 0; text-align: center; width: 14.28%; }
	.monthly td a { font-weight: bold; }
	.monthly .month th { background: #77a22f; color: #fff; font-weight: bold; padding: 0.5em 1em 0.7em; }
	.monthly .week th { background: #faeea6; font-size: 0.9em; padding: 0.6em 0; }
	
/*--- Callouts ---*/
.call-l .info, .call-r .info { font-size: 0.8em; }
.call-l img, .call-r img { display: block; }
.call-l img.icon, .call-r img.icon { display: inline; }
.call-l p, .call-r p { margin-bottom: 0.5em; }
.call-l { float: left; margin: 0 1.5em 0.5em 0; }
.call-l, .call-r { color: #7f8183; }
.call-r { float: right; margin: 0 0 0.5em 1.5em; }
div.call-l, div.call-r { width: 17em; }
div.call-l, img.call-l { clear: left; }
div.call-r, img.call-r { clear: right; }
dt img.call-l { margin-top: 0; }
img.call-l { margin-right: 1em; }
img.call-r { margin-left: 1em; }

/*--- Event details ---*/
.event-details { border: 1px solid #ddd; border-width: 1px 0; margin-bottom: 1em; padding: 1em 0; }
.event-details p { margin: 0; }

/*--- Features ---*/
#features {
	background: #faeea6 url(../images/trees.gif) no-repeat -3% 100%;
	border-bottom: 2px solid #92875a;
	border-left: 1px solid #c8c099;
	border-right: 1px solid #c8c099;
	padding-left: 1.6em;
	position: relative;
}

#features-primary { float: left; padding-top: 1.6em; width: 29%; }
#features-secondary { float: right; position: relative; }
#features-secondary img { display: block; }

	/* Carousel */
	#carousel { bottom: 0.6em; margin: 0; }
	#carousel h2 { display: none; font-size: 1em; margin: 0; position: absolute; left: 31.3em; top: 0; width: 22em; }
	#carousel h2, #carousel h2 a { color: #fff; }
	#carousel img { border: 2px solid #555; }
	#carousel li { background: none; margin: 0; padding: 0; }
	#carousel li.current h2 { display: block; }
	#carousel li.current img { border-color: #fff; }
	#carousel li { float: left; margin: 0 0 0 0.5em; }
	#carousel p { margin: 0; cursor: pointer; }
	#overlay { background: #000; bottom: 0; height: 5em; opacity: 0.65; filter: alpha(opacity = 65); }
	#overlay, #carousel { left: 0; position: absolute; width: 100%; }

/*--- Feed links ---*/
.facebook { background: url(/images/facebook.gif) no-repeat 0 50%; padding: 2px 0 2px 20px; }
.feed { background: url(/images/icon-feed.gif) no-repeat 0 50%; padding: 2px 0 2px 22px; }
.flickr { background: url(/images/flickr.gif) no-repeat 0 50%; padding: 2px 0 2px 20px; }
.twitter { background: url(/images/twitter.gif) no-repeat 0 50%; padding: 2px 0 2px 20px; }
.yelp { background: url(/images/yelp.gif) no-repeat 0 50%; padding: 2px 0 2px 20px; }

/*--- File icons ---*/
.file { background-position: 0 50%; background-repeat: no-repeat; padding: 3px 0 3px 23px; }
.file-pdf { background-image: url(../images/icon-pdf.gif); }
.file-doc { background-image: url(../images/icon-doc.gif); }
.file-ppt { background-image: url(../images/icon-ppt.gif); }
.file-xls { background-image: url(../images/icon-xls.gif); }
.file-zip { background-image: url(../images/icon-zip.gif); }

/*--- Footer ---*/
#footer { background: #35301d; border-top: 5px solid #867a48; font-size: 0.9em; padding: 1em 1.85em 1.85em; }
#footer, #footer a { color: #877B41; }
#footer a, #footer h6 { color: #c6ba7e; }
#footer h6 { font-size: 1.29em; }
#footer ul { margin: 0; }
#footer ul li { background: none; border-left: 1px solid #877B41; display: inline; margin: 0 0 0 0.75em; padding: 0 0 0 0.75em; }
#footer ul li.first { border: 0; margin: 0; padding: 0; }

	/* Credit */
	#credit { float: right; }
	#credit a { color: #877b41; text-decoration: none; }
	#credit strong { color: #c6ba7e; font-weight: normal; text-decoration: underline; }
	#credit a:hover strong { text-decoration: none; }

/*--- Forms ---*/
.form { border-collapse: collapse; width: 100%; }
.form h2, .form p { margin-bottom: 0.2em; }
.form td { padding: 0.2em 0; }
.form th { color: #000; padding: 0.25em 1em 0.2em 0; text-align: right; vertical-align: top; width: 33.5%; }
.form thead th	{ text-align: left; padding-left: 13.2em; font-weight: bold; font-size: 1.2em; border-top: #CCC solid 1px; }

	/* Buttons */
	.btn { overflow: visible; padding: 0.25em 1em; vertical-align: middle; }
	
	/* Fields */
		/* Help text */
		.field-help { font-size: 0.9em; margin-left: 0.75em; }
		.field-help, .field-help strong { color: #737b80; }
		.field-help img { border: 1px solid #ddd; vertical-align: middle; }
		
		/* Location fields */
		.loc-fields { float: left; margin: 0; width: 52%; }
		.loc-fields li { float: left; margin-right: 5%; padding: 0; }
		.loc-fields .txt { width: 98%; }
		.loc-city { width: 48%; }
		.loc-state { width: 13%; }
		.loc-zip { margin: 0; width: 23%; }
		
		/* Text boxes */
		.txt, .txt-sm, .txt-med { background: #fff url(../images/field-bg.gif) repeat-x 0 0; border: 1px solid #aaa; padding: 0.25em; vertical-align: middle; }
		.c2l .txt, .c2r .txt { width: 75%; }
		.field .txt { width: 98%; }
		.txt { width: 48.5%; }
		.txt-sm { width: 3em; }
		.txt-med { width: 7em; }
		
	/* Options */
	.options-h, .options-v { margin-bottom: 0; }
	.options-h, .options-v { list-style: none; margin-left: 0; }
	.options-h input, .options-v input { margin-bottom: -0.05em; }
	.options-h li, .options-v li { background: none; clear: both; margin-bottom: 0.3em; padding: 0; }
	.options-h li { display: inline; margin-right: 0.7em; white-space: nowrap; }
	.options-v li { padding-left: 23px; text-indent: -23px; }
	.options-v li p { margin: 0; text-indent: 0; }
	
	/* Mailing list sign up */
	.mailing .btn { margin: 0; }
	.mailing .txt { width: 65%; }

/*--- Header ---*/
#header { background: url(/images/sunburst.jpg) no-repeat 50% 100%; }

	/* Logo */
	#logo { float: left; margin: -48px 1em -30px -36px; position: relative; }
	#logo-print { display: none; }
	
	/* Tagline */
	#tagline { background: url(/images/tagline.gif) no-repeat 0 0; float: left; height: 51px; margin-top: 2.5em; text-indent: -999em; width: 329px; }
	
	/* Search */
	#search { clear: right; float: right; margin-top: 3em; }
	#search * { vertical-align: top; }
	#search .txt { background-image: none !important; font-size: 1.6em; width: 8em; }
	#search label { color: #766200; font-size: 1.4em; font-weight: bold; }
	
	/* Utilities nav */
	#utilities-nav { float: right; font-size: 1.2em; margin: -2.5em 0 0; }
	#utilities-nav a { color: #f9e68a; }
	#utilities-nav li { background: none; display: inline; margin-left: 0.7em; padding: 0; }

/*--- Highlights ---*/
#highlights { clear: both; font-size: 0.9em; }
#highlights h3 { color: #9f914d; font-size: 1.85em; }
#highlights .tile { border-top: 3px dotted #aec782; float: left; margin-right: 2.5%; padding-top: 0.5em; width: 23%; }
#highlights div.last { margin: 0; }

/*--- Home page ---*/
.home h2 { color: #ef4035; font-size: 17px; line-height: 1.2; margin-bottom: 0.5em; }
.home h3 { font-size: 1.4em; font-weight: normal; margin: 0; padding-top: 0.5em; }

/*--- Iframes ---*/
#content iframe { width: 100%; }

/*--- Muted text ---*/
a .mute, .mute { color: #766200; }
dt .mute, h2 .mute { font-weight: normal; }
.mute { font-size: 0.9em; }
p.mute { margin: 0; }

/*--- Navigation ---*/
	/* Primary */
	#nav {
		background: url(/images/nav-bg.gif) repeat-x 0 100%;
		border-bottom: 2px solid #414141;
		clear: both;
		padding: 0.6em 0.5em 0.8em;
		position: relative;
	}
	
	#nav ul { margin: 0; }
	
	#nav ul a {
		color: #fff;
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 1;
		padding: 0.5em 1.1em;
		text-decoration: none;
		white-space: nowrap;
	}
	
	#nav ul a:hover { text-decoration: underline; }
	#nav ul li { background: none; float: left; margin: 0; padding: 0; text-align: center; }
	#nav ul li.current a { background: #fff; color: #78a22f; }
	#nav ul li.current span { border-right: 2px solid #fff; display: block; height: 0.8em; margin-bottom: -0.8em; width: 50%; }
	
		/* Extras */
		#nav-extras { float: right; font-size: 1.6em; font-weight: bold; margin-right: 1em; }
		#nav-extras a { color: #faeea6; text-decoration: none; }
		#nav-extras a:hover { text-decoration: underline; }
	
	/* Secondary */
	#nav-secondary { font-size: 1.5em; font-weight: bold; line-height: 1.3; }
	#nav-secondary a { color: #4dafc3; text-decoration: none; }
	#nav-secondary a:hover { text-decoration: underline; }
	#nav-secondary li { background: none; margin-bottom: 0.35em; padding: 0; }
	#nav-secondary li.current a { color: #000; }

/*--- Page tools ---*/
.page-tools { clear: both; padding-top: 0.5em; }
.page-tools a { background-position: 0 50%; background-repeat: no-repeat; padding: 2px 0 2px 20px; }
.page-tools li { background: none; display: inline; margin-right: 1em; padding: 0; }
.page-tools .feedback { background-image: url(/images/icon-feedback.gif); }
.page-tools .print { background-image: url(/images/icon-print.gif); }
.page-tools .share { background-image: url(https://secure.addthis.com/static/btn/sm-plus.gif); }

/*--- Phone numbers ---*/
.phone { color: #ef4035; font-size: 1.25em; font-weight: bold; }

/*--- Search results ---*/
#cse-search-results iframe { width: 603px !important; }

/*--- Secondary content ---*/
#content-secondary { font-size: 0.9em; }
#content-secondary .call-l { margin-right: 1em; }
#content-secondary .call-r { margin-left: 1em; }

/*--- Skip links ---*/
.skip { left: -9999em; position: absolute; top: 0; }

/*--- Thumbnail lists ---*/
.thumblist dt { clear: both; font-weight: bold; }
.thumblist img { float: left; margin: 0.25em 1em 1em 0; }

	/* Large thumbs */
	.thumblist-large { padding-left: 160px; }
	.thumblist-large img { margin-left: -160px; }
	.thumblist-large dt { font-size: 1.5em; }
	
	/* Small thumbs */
	.thumblist-small { padding-left: 60px; }
	.thumblist-small img { margin-left: -60px; }