/*
Theme Name: Alter Eco Community
Author: Sarah Mattern, http://matternco.com
Date: September 2009
With: joy + peace + love
*/

/* A few resets for browser consistency... */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img {
	border: none;
	}

hr {
	display: none;
	}

/* Setting up the page... */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	background: #FFF;
	}

a {
	color: #EA2B4F;/*a nice shade of pink*/
	text-decoration: none;
	}

a:hover {
	color: #660033;/*a darker shade of pink*/
	text-decoration: none;
	}

#page {
	width: 700px;
	text-align: left;
	}

/* The header... */

#header {
	width: 700px;
	}

h1, h1 a, .description { /*hidden*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	}
	
.logo { 
	width: 700px;
	height: 100px;
	display: block;
	margin: 20px 0 10px 0;
	}

.altereco {
	float: left;
	width: 150px;
	height: 100px;
	background: url(images/altereco.jpg) no-repeat;
	}

.altereco a {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	}

.altereco b {
	display: none;
	}
	
.cookbook {
	float: right;
	width: 550px;
	height: 100px;
	background: url(images/cookbook.jpg) no-repeat;
	}

.cookbook a {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	}

.cookbook b {
	display: none;
	}
	
/* The Basics... */

p {
	padding: 6px 0 6px 0;
	}

small {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}

.clear {
	clear: both;
}

.hide {
	display: none;
	}
	
/* The Headers... */
	
h2 {
	color: #650032; 
	font-size: 22px;
	padding: 10px 0 5px 0;
	}

h2 a {
	color: #650032;
	}
	
h2 a:hover {
	color: black;
	}

h2.pagetitle {
	clear: both;
	padding-bottom: 20px;
	}
	
h3, h3 a {
	color: #650032; 
	font-size: 18px;
	padding: 5px 0 0 0;
	}

h3 a:hover {
	color: #EA2B4F;
	}

h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #EA2B4F;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin-bottom: -5px;
	}

/* The content... */

#content {
	width: 700px;
	font-size: 13px;
	line-height: 140%;
	}

.maincol {
	width: 480px;
	}

.intro {
	font-size: 14px;
	}

.subcol {
	width: 200px;
	}

.book {
	margin: 20px 0 20px 0;
	height: 190px;
	background: url(images/openbook.jpg) no-repeat bottom center;
	text-align: center;
	}

.spoon {
	width: 200px;
	height: 700px;
	margin: 20px 0 20px 0;
	background: url(images/spoon.jpg) no-repeat top center;
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/*.orangeBlock {
	clear: both;
	margin: 20px 0 20px 0;
	width: 700px;
	height: 5px;
	background: url(images/orangeBlock.jpg) no-repeat bottom;
	}*/

.orangeBlock {
	clear: both;
	margin: 20px 0 20px 0;
	width: 700px;
	height: 6px;
	background: url(images/yellowBrush.jpg) no-repeat;
	}

.yellowBrush {
	clear: both;
	padding: 10px 0 10px 0;
	width: 700px;
	height: 6px;
	background: url(images/yellowBrush.jpg) no-repeat;
	}
	
/* Buttons... */
.share {
	margin-top: 10px;
	width: 150px;
	height: 28px;
	background: url(images/sharebtn.gif) no-repeat bottom;
	}

.review {
	margin-top: 10px;
	width: 150px;
	height: 28px;
	background: url(images/reviewbtn.gif) no-repeat bottom;
	}

.share a {
	display: block;
	width: 150px;
	height: 28px;
	background: url(images/sharebtn.gif) no-repeat top;
	}

.review a {
	display: block;
	width: 150px;
	height: 28px;
	background: url(images/reviewbtn.gif) no-repeat top;
	}

.share a:hover, .review a:hover {
	background-image: none;
	}

.share b, .review b, h3#recipeGallery b {
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
	}
	
/* Gallery Titles, search */

.galleryTitle {
	float: left;
	text-align: left;
	}

.galleryTitle h3 {
	float: left;
	width: 208px;
	height: 22px;
	background: url(images/recipe_gallery.gif) no-repeat top left;
	}

.galleryTitle h3 a {
	width: 100%;
	height: 100%;
	display: block;
	}

.galleryTitle p {
	padding: 5px 0 5px 0;
	font-size: 13px;
	color: #333;
	}

.galleryTitle b {
	font-weight: normal;
	color: #666;
	}

.gallerySearch {
	float: right;
	text-align: right;
	width: 415px;
	}

.searchinput {
	margin-left: 20px;
	border: 1px solid #FFD829;
	padding: 3px 3px 3px 22px;
	font-size: 12px;
	height: 14px;
	width: 157px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFFDDC url(images/search.gif) no-repeat .4em center;
	}

#catmenu, #searchform {
	float: right;
	margin-bottom: 20px;
	}

/* Gallery content */
.image {
	width: 202px;
	float: left;
	}

.image p {
	padding: 3px 0 3px 0;
	}

.image .postratings {
	font-size: 11px;
	color: #666;	
	}

.image .img {
	width: 190px;
	height: 140px;
	padding: 5px;
	border: 1px solid #FFD829;
	background-color: #FFFDDC;
	margin-top: 5px;
	}

.posttext {
	width: 480px;
	float: right;
	padding-bottom: 10px;
	}

/* Recipe content... */

#content .post {
	padding: 10px 0 10px 0;
	}

#content .postmetadata {
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	}
	
.post ul, .post ol {
	padding: 0 0 0 30px;
	}

.post ul li {
	margin: 5px 0 5px 12px;
	list-style: circle;
	}

.post ol li {
	margin: 5px 0 5px 12px;
	list-style: decimal;
	}



/* This is for the footer... **/

#footer {
	clear: both;
	width: 700px;
	font-size: 13px;
	line-height: 180%;
	color: #666;
	}

#footer a {
	color: black;
	text-decoration: none;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}

#credits {
	clear: both;
	width: 700px;
	text-align: left;
	font-size: 9px;
	letter-spacing: .03em;
	color: #999;
	line-height: 150%;
	text-transform: lowercase;
	padding: 10px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	}

#credits a {
	color: #999;
	border-bottom: 1px dotted #666;
	}

#credits a:hover {
	color: #666;
	}

	
/* Style for images... */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.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: 13px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Style for comments...*/

h3#comments, #respond h3 {
	padding-top: 20px;
	}

#commentform {
	padding: 10px 0 10px 0;
	}

.comment-body {
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #FFD829;
	}

.commentlist {
	border-bottom: 1px solid #FFD829;
	}

#commentform input, #commentform textarea {
	padding: 3px;
	background-color: #FFFDDC;
	border: 1px solid #FFD829;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 192px;
	margin: 10px 5px 0 0;
	}

#commentform textarea {
	width: 474px;
	height: 100px;
	}

#commentform #submit {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #EA2A4E;
	padding: 2px 5px 2px 5px;
	border: none;
	letter-spacing: .05em;
	width: auto;
	}

#commentform p {
	padding: 3px 0 4px 0;
	}
	
#commentform {
	margin: 0 0 0 0;
	}

#respond h3 {
	padding-bottom: 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

.commentlist li .avatar { 
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist li {
	padding-top: 10px;
	}

.children { padding: 0; }

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

ol.commentlist {
	margin: 3px 0 0px 0;
	padding: 0;
	}

/* Form */

.maincol .tdomf_form, .tdomf_form label, .tdomf_form input, .tdomf_form textarea, .tdomf_form fieldset, .tdomf_form_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	}

input#tdomf_key_1, input#tdomf_form_id, input#tdomf_form_id {
	clear: none;
	display: none;
	}

.tdomf_form_message {
	margin-top: 10px;
	white-space: normal;
	color: red;
	}

pre {
	white-space: normal;
	}

.tdomf_form {
	text-align: left;
	}

.tdomf_form label {
	clear: left;
	float: left;
	}
	
.tdomf_form input, .tdomf_form textarea, .tdomf_categories, .tdomf_form .notes {
	clear: left;
	float: left;
	}

input#iagree {
	float: left;
	}

label.noclear {
	clear: none;
	padding-left: 5px;
	}

.tdomf_form fieldset {
 margin: 20px 0 20px 0;
 text-align: left;
}

.tdomf_form p {
	padding: 3px 0 3px 0;
	}

.tdomf_form input, .tdomf_form textarea {
	padding: 3px;
	background-color: #FFFDDC;
	border: 1px solid #FFD829;
	}

#tdomf_upload_inline_form {
	font-family: Arial, Helvetica, sans-serif;
	}

.tdomf_form iframe {
	height: 150px;
	}

.tdomf_buttons input {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #EA2A4E;
	padding: 2px 5px 2px 5px;
	border: none;
	letter-spacing: .05em;
	}

.tdomf_buttons {
	padding: 1px;
	border: 1px solid #EA2A4E;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#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. blog stuff... */
.pagenav {
	clear: both;
	padding: 20px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	}

.navigation {
	clear: both;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	}

.pagenav .alignleft img {
	padding-right: 3px;
	}

.pagenav .alignright img {
	padding-left: 3px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 100px 0 20px;
	font-style: italic;
	padding: 10px 0 10px 15px;
	background: url(images/quote.jpg) no-repeat top left;
	min-height: 100px;
	}

blockquote p {
	padding: 5px 0 5px 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	}

.navigation a {
	background: black;
	color: white;
	font-size: 13px;
	padding: 3px 4px 3px 4px;
	}
