/*
Theme Name: Food
Theme URI: http://pinksheepmedia.com/
Description: For Food.MakingCulture.org
Version: 1.0
Author: Sherwin Arnott, Becky Cory
Author URI: http://www.pinksheepmedia.com/
Tags: fixed width, centered, two columns, widget enabled

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/******
ED5A23 orange soups
F7AC3B yellow preserving
88C23F green sweet
29A7DE blue savoury
E92979 pink
******/

/****** index categories ******/


.category-soups {
	border-left: 1px solid #aaa;
	border-bottom: 2px solid #ED5A23;
	}

.category-savoury {
	border-left: 1px solid #aaa;
	border-bottom: 2px solid #29A7DE;
	}

.category-sweet {
	border-left: 1px solid #aaa;
	border-bottom: 2px solid #88C23F;
	}

.category-preserving {
	border-left: 1px solid #aaa;
	border-bottom: 2px solid #F7AC3B;
	}

.category-everything {
	border-left: 1px solid #aaa;
	border-bottom: 2px solid #7E0E18;
	}	
	
	

.category-soups .time {
	border-top: 1px dotted #ED5A23;
	}

.category-savoury .time {
	border-top: 1px dotted #29A7DE;
	}

.category-sweet .time {
	border-top: 1px dotted #88C23F;
	}

.category-preserving .time {
	border-top: 1px dotted #F7AC3B;
	}

.category-everything .time {
	border-top: 1px dotted #7E0E18;
	}


.cats a {
	font-weight:600;
	}

.category-soups .cats a {
	color: #ED5A23;
	}

.category-savoury .cats a {
	color: #29A7DE;
	}

.category-sweet .cats a {
	color: #88C23F;
	}

.category-preserving .cats a {
	color: #F7AC3B;
	}


/****** main menu navigation ******/

.nav {
	width: 100%;
	height: 30px;
	font-family: 'Anton', arial, sans-serif;
	margin:1em 0;
	float: left;
	background-repeat:no-repeat;
	}

.nav ul {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	overflow:auto;
	border-left: 1px dotted #aaa;
	float:left;
	}

.nav ul li {
	display:inline;
	overflow:auto;
	}

.nav ul li a {
	display:block;
	float:left;
	font-size:1.3em;
	color:#000;
	padding:.5em 1em;
	font-weight:400;
	text-decoration:none;
	border-right: 1px dotted #aaa;
	border-top: 3px solid transparent;
	text-transform:uppercase;
	letter-spacing:1px;
	}

.nav ul li a:hover {
	color:#777;
	border-top: 3px solid #fff;
	}

.nav ul li.current-menu-item a, .nav ul li.current-post-ancestor a {
	color:#000;
	border-top: 3px solid #000;
	}

/****** structure E6E3DC cddde4 ******/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e1e8eb;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#page {
	background-color: transparent;
	margin: 0px auto;
	padding: 0 0 6em 0;
	width: 900px;
	overflow:auto;
	}

#header {
	background: transparent;
	margin: 0;
	padding: 0 0 2em 0;
	float:left;
	width: 900px;
	display:block;
	}

#header h1 {
	font-family: 'Anton', arial, sans-serif;
	font-size:6em;
	float:left;
	}
	
#header h1 a {
	color:#000;
	text-decoration:none;
	padding: .2em 0 0 0;
	border-top:3px solid transparent;
	margin:0;
	float:left;
	}

#header h1 a:hover {
	color:#111;
	border-top:3px solid #000;
	}

#description {
	font-size: 2em;
	display:block;
	margin: 1em 0 0 1em;
	font-family: 'Anton', arial, sans-serif;
	float: left;
	text-transform:uppercase;
	letter-spacing:1px;
	}

.content {
	padding: 0;
	margin: 0;
	width: 900px;
	}

.excerpt {
	height:200px;
	width:250px;
	margin:10px;
	overflow:hidden;
	}

.excerpt p {
	font-size:1.2em;
	line-height:1.2em;
	}

.excerpt a p {
	color:#000;
	font-weight:400;
	}

.post {
	margin: 10px 20px 10px 0;
	float:left;
	background-color:#fff;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

.cats {
	position:relative;
	margin:0;
	padding:5px 0;
	border-bottom:1px dotted #ddd;
	text-transform:uppercase;
	}

.cats a:after {
	content: "\2192"; /*Hexadecimal for Unicode arrow http://en.wikipedia.org/wiki/Arrow_%28symbol%29 */
	font-size:1.2em;
	position:relative;
	padding:0 0 0 5px;
	}

.time {
	padding:10px;
	margin:5px 0 0 0;
	color:#666;
	}

.postauthor {
 	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
	font-family: georgia, times, serif;
	font-style:italic;
	color:#666;
	}

.postauthor a {
	color:#000;
	font-family: arial, verdana, sans-serif;
	font-style:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}

/****** author and search template ******/

.author .post, .search .post {
	padding:10px 5px;
	width:180px;
	margin:10px 10px 0 0;
	height: 80px;
	}

.author .cats, .search .post {
	border-bottom: 0px;
	border-top: 1px dotted #ccc;
	}

.postinside {
	margin:20px 10px;
	}

.author h3, .search h3 {
	margin:5px 0;
	}

.author p, .search p {
	font-size:1.2em;
	}

.author ul li, .search ul li {
	margin: 10px 0 0 0;
	font-size:1.2em;
	}

.author ul li a, .search ul li a {
	color:#000;
	}

/****** single post ******/

.single-post .content {
	width:600px;
	}

.single-post .post {
	width:600px;
	}

.inside {
	margin: 10px 20px;
	}

.single-post .time {
	padding: 10px 0;
	}

.metadata {
	margin:20px 0 0 0;
	padding: 10px 0;
	border-top:1px solid #ddd;
	clear: both;
	}

/****** hyperlink ******/

h1 a {
	text-decoration: none;
	color: #000;
	margin-top:20px;
	}

h1 a:hover {
	text-decoration: underline;
	}

h2 a, h3 a {
	text-decoration: none;
	color: #000;
	}

a {
	color: #7e0e18;
	font-weight: bold;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}


.thread-alt {
	background-color: #f8f8f8;
	}
	
.thread-even {
	background-color: white;
	}
	
.depth-1 {
	border: 1px solid #eadcbb;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

#thumb a {
	float:left;
	margin: 10px 5px 0 0;
	}

.date {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	display: block;
	}

/****** typography ******/


h1, h2, h3 {
	font-family: Helvetica Neue, helvetica neue, helvetica, arial, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	margin-top:20px;
	}

h1 {
	font-size: 2.5em;
	line-height:1em;
	padding:0px;
	}

h2 {
	font-size: 2em;
	}

h3 {
	font-size: 1.5em;
	}

p {
	margin: 10px 0;
	font-size:1.2em;
	line-height:1.5em;
	}

.nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/******	headers ******/

h1 {
	padding-top: opx;
	margin: 0;
	}

h2 {
	margin: 10px 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/****** images ******/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 0px 0px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 10px 0px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.clear {
	clear: both;
	}

/****** lists ******/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#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 ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/****** search in header ******/

.searchheader {
	float: left;
	margin:1.5em 0 0 1.5em;
	}
input.searchterm {
	width:16em;
	}

/****** form elements ******/

.widget_search {
	margin: 0;
	padding: 0;
	}

#searchform {
	margin: 20px auto;
	padding: 10px 3px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/****** footer sidebars and widgets ******/

#footer {
	padding: 1em 0;
	margin: 0 auto;
	width: 900px;
	overflow:auto;
	clear: both;
	border-top: 1px dotted #aaa;
	}

#footer p {
	color: #444;
	font-size: 1em;
	line-height:1.6em;
	}

#footer p a {
	color: #000000;
	}

.footercolumn {
	float:left;
	width:30%;
	margin:0 3% 0 0;
	}

.widget {
	padding: 0;
	margin: 1em 1em 1em 0;
	float: left;
	width: 100%;
	}

.widget h3 {
	margin: 1em 0 0 0;
	}

#sidebar form {
	margin: 0;
	}

/****** calendar ******/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/****** misc ******/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background-image:url(images/blockquote.gif);
	background-repeat:no-repeat;
	margin: 15px 30px 0 10px;
	padding: 20px 0 0 20px;
	}

blockquote p {
	margin: 0px;
	padding: 0px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/****** navigation ******/

.navigation {
	display: block;
	margin: 10px 0;
	float:left;
	width:100%;
	}

.navigationa {
	float:left;
	text-align:left;
	padding: 0;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
	
.navigationb {
	float:right;
	text-align:right;
	padding: 0;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

.navigation a {
	color:#000;
	display:block;
	padding:10px;
	text-align:center;
	}

.page-links {
	font-size:1.5em;
	height:20px;
	float:left;
	width:100%;
	}

.page-links .current {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	padding: 3px;
	font-weight:600;
	color:#29A7DE;
	}

.page-links a {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	padding: 3px;
	color:#E92979;
	}

.page-links a:hover {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	padding: 3px;
	color:#000;
	}

/****** captions ******/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #eadcbb;
	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;
}


/****** comments ******/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eadcbb;
	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.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
