@import url("/superfish.css");

/*
	Theme Name: CarmenCreek_Infimum
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Possibly the minimalest of minimalist themes. Based on Infimum by Alex Smith with modifications to match CarmenCreek.com in August 2009.
	Version: 1.3.2.1
	Author: Derek Mah after Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: buffalo, white, two-columns, fixed-width
*/


/* Carmen Creek Mods:
   * Sidebar moved to left.
   * CarmenCreek headernav absolutely positioned from footer.php.
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
  1.3.2: Bugfix. Added min-width fix for short descriptions, corrected incomplete opening php tag in index.php, added explicit no-border-on-linked images CSS property.
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* reset margins and padding for all */

* { margin: 0px; padding: 0px; }

/* whole page */

body {
	margin: 0em;
	padding: 0em;
	color: #333333;
	background: #ffffff;
	font-family: "georgia", "times new roman", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

#page {
	position: relative;
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 800px;
	background: url(images/vert_line.gif) 170px 200px no-repeat #ffffff;
}

a {
	color: #F15D22;
	text-decoration: underline;
}

a:link, a:visited {
	color: #F15D22;
}

a:hover, a:active {
	color: #000000;
}

a img {
	border: 0px none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	position: absolute; top: 0px; left: 0px;
	border: 0px solid gray;
	background: url(images/header_bkg.gif) left top no-repeat transparent;
	width: 800px; height: 200px;
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */
	float: left;
	min-width: 6em;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}

#header #logo {
	position: absolute; left: 54px; top: 34px;
}

#headernav {
	position: absolute; left: 207px; top: 29px;
	background: url(images/headernav_bkg.gif) left top no-repeat #ffffff;
	width: 600px; height: 24px;
}
/*
#headernav a {
	display: block; width: 115px; height: 24px;
	position: absolute; left: 0px; top: 0px;
	background: url(images/headernav_bkg.gif) left top no-repeat transparent;
}

#headernav a#headernav_consumers {
	left: 0px; top: 0px; width: 115px;
}
#headernav a#headernav_consumers:link, 
#headernav a#headernav_consumers:visited {
	background-position: 0px -24px;
}
#headernav a#headernav_consumers:hover, 
#headernav a#headernav_consumers:active {
	background-position: 0px 0px;
}

#headernav a#headernav_retailers {
	left: 134px; top: 0px; width: 108px;
}
#headernav a#headernav_retailers:link, 
#headernav a#headernav_retailers:visited {
	background-position: -134px -24px;
}
#headernav a#headernav_retailers:hover, 
#headernav a#headernav_retailers:active {
	background-position: -134px 0px;
}

#headernav a#headernav_food_service {
	left: 261px; top: 0px; width: 127px;
}
#headernav a#headernav_food_service:link, 
#headernav a#headernav_food_service:visited {
	background-position: -261px -24px;
}
#headernav a#headernav_food_service:hover, 
#headernav a#headernav_food_service:active {
	background-position: -261px 0px;
}

#headernav a#headernav_producers {
	left: 407px; top: 0px; width: 108px;
}
#headernav a#headernav_producers:link, 
#headernav a#headernav_producers:visited {
	background-position: -407px -24px;
}
#headernav a#headernav_producers:hover, 
#headernav a#headernav_producers:active {
	background-position: -407px 0px;
}*/
/* end header */

/* content area */
#content {
	margin: 0px;
	padding: 186px 0px 0px 0px;
	width: 600px;
	float: right; display: inline;
}


#content h1 {
	margin: 0.6em 0em 0.5em 0em;
	padding: 0em;
	color: #F15D22;
	font-size: 2.0em;
	font-weight: bold;
}


#content h2 {
	margin: 0.77em 0em 0.67em 0em;
	padding: 0em;
	color: #F15D22;
	font-size: 1.5em;
	font-weight: bold;
}

#content h2.pagetitle {
	margin: 1.10em 0em 0.5em -50px;
	text-transform: uppercase;
	text-shadow: #ffffff 0px -1px 0px, #ffffff 0px 1px 0px, #ffffff -1px 0px 0px, #ffffff 1px 0px 0px;
	font-size: 2.0em;
	font-weight: normal;
}

#content h3, #content h4, #content h5, #content h6 {
	padding: 0em;
	color: #663300;
}

#content h3 {
	margin: 0.67em 0em 0.77em 0em;
	font-size: 1.5em;
	font-weight: normal;
}

#content h4 {
	margin: 1.2em 0em 1.1em 0em;
	font-weight: bold;
	font-size: 0.9em;
}

#content h5 {
	margin: 1.2em 0em 1.1em 0em;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

#content h6 {
	margin: 0.1em 0em 0em 0em;
	font-size: 10px;
	font-weight: bold;
}

#content p {
	margin: 1.0em 0em 1.0em 0em;
}

#content .post {
	margin: 1.25em 0em 2.5em;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	font-size: 12px;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	float: left;
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	float: right;
	font-size: 1.25em;
}

/* not sure #comments is used in our theme, but leaving it in */
#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both;
}

#content input#author, 
#content input#email, 
#content input#url, 
#content textarea#comment {
	border: solid 1px #F15D22;
	padding: 0px 0px 0px 5px;
	background-color: #ffffff;
	font: 13px "georgia", "times new roman", helvetica, sans-serif;
	color: #333333;
}

#content #submit {
	border: solid 0px #000000;
	background-color: #000000;
	font-size: 12px; font-weight: bold;
	font-family: "georgia", "times new roman", helvetica, sans-serif;
	color: #ffffff;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	font-size: 12px;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	clear: both;
}

#content #submit {
	border: solid 0px #4b3905;
	background-color: #4b3905;
	font-size: 12px; font-weight: bold;
	color: #ffffff;
}

#content #submit:hover {
	background-color: #F15D22;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 2px 0px 5px 0px;
}

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

/* we need to be really specific to make these image caption paragraphs shed their margins */
#content .post .entry .wp-caption p.wp-caption-dd,
#content .post .entry .wp-caption p.wp-caption-text {
	padding: 0px 4px 5px;
	margin: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #663300;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left; margin-right: 20px;
}

.alignright {
	float: right; margin-left: 15px;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 0px;
	padding: 215px 0px 0px 0px;
	width: 170px;
	float: left;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;
	font-size: 13px;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #663300;
	background: inherit;
	text-decoration: none;
}

#sidebar h2 a:hover {
	color: #F15D22;
	background: inherit;
	text-decoration: underline;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 12px;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li ul li ul li, #sidebar ul li ol li ul li {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}

#sidebar .textwidget {
	font-size: 12px;
}

#sidebar .widgettitle {
	color: #663300;
}

#sidebar .widget_search {
	margin-top: 3.0em;
}

#sidebar .screen-reader-text {
	display: none;
}

#sidebar .widget_search input {
	border: solid 1px #F15D22;
	background-color: #ffffff;
	font-size: 11px; font-family: "georgia", "times new roman", helvetica, sans-serif;
	color: #333333;
}

#sidebar .widget_search #searchsubmit {
	border: solid 0px #4b3905;
	background-color: #4b3905;
	font-size: 12px; font-weight: bold;
	font-family: "georgia", "times new roman", helvetica, sans-serif;
	color: #ffffff;
}

#sidebar .widget_search #searchsubmit:hover {
	background-color: #F15D22;
}

/* end sidebar */

/* footer */
#footer {
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	width: 800px;
	clear: both;
}

#footer p {
	margin: 0.4em 0em;
	padding: 0em;
	font-family: "helvetica", "arial", sans-serif;
	font-size: 11px; line-height: 1.25em;
	color: #4b3905;
	text-align: center;
}

#footer #carmenfooternav {
	width: 763px; height: 17px; overflow: hidden;
	background: url(images/footernav_bkg.gif) left top no-repeat #4b3905;
	margin: 0.4em auto;
	padding: 0em;
	font-family: "georgia", "times new roman", "helvetica", "arial", sans-serif;
	font-size: 10px; line-height: 17px;
	color: #ffffff;
	text-align: center;
}

#footer #carmenfooternav a:link, #footer #carmenfooternav a:visited {
	padding-left: 2px; padding-right: 2px;
	color: #ffffff;
	text-decoration: none;
	background-color: #4b3905;
}

#footer #carmenfooternav a:hover, #footer #carmenfooternav a:active {
	padding-left: 2px; padding-right: 2px;
	color: #ffffff;
	text-decoration: none;
	background-color: #F15D22;
}
/* end footer */

