/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import url('css/home.css');
@import url('css/nav.css');

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

*:focus {
	outline:none;
}

body,html {
	min-height:100%;
	}
	
body {
	background: #58634A;
	color: #545454;
	font-size:12px;
	line-height:1.5em;
	font-family:calibri, geneva, 'lucida grande', 'trebuchet ms', sans-serif;
	}
	
p {	
	margin: 1em 0 1em;
	line-height:1.4em;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#566b51;
	text-decoration:underline;
	}
	
em {
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	margin:0 0 1em;
	}

img {
	border:0;
	}
		
td, th {
	padding:.5em;
	border-bottom:1px solid #999;
}

/* Structure */

#wrapper {
	position:relative;
	margin: 15px auto 0;
	width: 900px;
	text-align: left;
	overflow: auto;
	padding-bottom:16px;
	background:#FFF url(images/container_bottom.jpg) bottom center no-repeat;
	}

#masthead h1 {
	width: 900px;
	height:130px;
	background: url(images/header.jpg) no-repeat;
	text-indent:-9999px;
	margin:0;
	position:relative;
	}
	
#masthead h1 span {
	width: 900px;
	height:130px;
	background: url(images/header.jpg) no-repeat;
	position:absolute;
	top:0; left:0;
	}
	
	
#masthead img {
	position:absolute;
	top:0;
	left:0;
	}
	
#container {
	float:left;
	width:870px;
	background:url(images/container_sides.jpg) top left repeat-y;
	border-top:1px solid #c6c6c6;
	padding:15px;
	}
		
#content {
	width:610px;
	float:left;
	}

#sidebar {
	width:240px;
	float:right;
	}
		
/*Subnav */

.navigation { /*Older and newer posts links*/
	margin:15px 0 ;
	width:100%;
	}	

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */
h1, h2, h3, h4, h5, h6, h7 {
	margin:.75em 0;
}

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h2.description {
	position:absolute;
	left:-9999px;
}

h2.recipe_title {
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 .5em;
	border-bottom:1px dotted #666;
	clear:left;
}

#post-97 h2 { /*styles the h2's on Subscribe page*/
	font-size:1.9em;
	margin:1.5em 0 .5em;
}

h3, #sidebar h2, .recipe h4 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin:1em 0;
	font-weight:bold;
	color:#5f5f5f;
	}

.entry h3 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	letter-spacing:0em;
	margin:1em 0;
	font-weight:normal;
	color:#545454;
}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}


#feastSubhead { /*h3 on category.php for Conscious Feast Category */
	margin:0 0 25px;
	text-align:center;
	line-height:1.3em;
	text-transform:none;
	font-size:1.1em;
	}
	
.entry .post_subtitle {
	text-align:center;
	font-size:1.8em;
}
	

#sidebar h3, #sidebar h2 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size:1em;
	}
	
#subfeature h3 {
	margin-top:.5em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}
	
#subscriptions h3 {
	border:none;
	font:1.6em Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	letter-spacing:normal;
	margin:0;
	padding:0 0 .25em;
	text-align:center;
}

h4 {
	font:1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
	
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited {
	font-weight:normal;
}
	
/* -----------Content-------- */
	
/* Misc content styles */

.archive_listing {
	background:#fdfad0;
	overflow:auto;
	border:1px dotted #e4df61;
	margin:15px 0;
	padding:10px;
}

	.archive_listing img {
		float:left;
		margin:0 1em 1em 0;
	}

.book_subtitle {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	padding:8px 0;
	}

.box { 
  padding: 1em; 
  margin-bottom: 1.5em; 
  background: #eee;
  border:1px solid #ccc;
}

.caption {
	text-align:center;
	clear:both;
	margin-top:0;
	}

.consciousfeast-feed h3 a {
	font-weight:bold;
}

.consciousfeast-feed h3 a em {
	font-weight:normal;
	text-transform:none;
}

.consciousfeast-feed li {
	margin:.5em 0;
}
	
.article
	{
	margin-top:15px;
	padding:0 50px 15px 30px;
	}
	
.author {
	margin:0 2em 1em;
	text-align:center;
	}
	
.entry .article a {
	font-weight:normal;
	}
	
.article p {
	background:#e4efd5;
	border-bottom:1px dotted #ccc;
	margin-top:0;
	padding:5px 0 5px 5px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}
	
.quote { 
	font-family:georgia, times, serif;
	font-style:italic;
	text-align:center;
	margin-bottom:.5em;
}

#ess-left { /*on essentials post */
	width:430px;
	}
	
#ess-left p {
	margin:0 0 2em;
	}
	
.post_date {
	font-size:90%;
	margin:0 0 1em;
}
		
.postMetadata {
	padding:0 0 10px;
	margin:0 0 25px;
	}
	
.entry img.amazon { /*styles Buy From Amazon image underneath books*/
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
}
	
#browseArchive {
	margin-top:15px;
	}
	
#browseArchive option, #browseArchive select {
	font-size:95%;
	padding:2px 0 0;
	}

.postmetadata {
	margin: 30px 0;
	}
	
.pro-player-container {
	float:left;
	text-align:center;
	margin:1em auto 2em;
	padding:1px;
    border: 1px solid #ccc;
}

.pullout {
	float:right;
	width:35%;
	margin:1em 0 1em 1em;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}	
	
#ess-right {
	width:135px;
	}
	
#ess-right img {
	margin-bottom:50px;
	}
	
.resource_listing
	{
	background:#eef5e1;
	text-align:left;
	width:350px;
	margin:10px 0 20px 10px;
	border-bottom:1px dotted #c8dbae;
	}

.resource_listing h1
	{
	background:#c8dbae;
	text-align:left;
	font:130% geneva, calibri, arial, sans-serif;
	margin-bottom:0;
	padding:3px 0 3px 5px;
	}

.resource_listing a
	{
	font:120% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

.resource_listing p
	{
	margin:15px 7px;
	}
	
.top /*used on resources page*/
	{
	text-align:left;
	margin:5px 0 10px;
	}

.top a
	{
	font-size:90%;
	}
/* @ Sidebar Styles */

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:15px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}
	
/*Sidebar store image*/
#store_sidebox,
#store_sidebox a,
#store_sidebox span {
	width:240px;
	height:185px;
}
	
#store_sidebox a,
#store_sidebox a {
	display:block;
	position:relative;
	text-indent:-9999px;
}

#store_sidebox span {
	position:absolute;
	top:0; left:0;
	background:url(images/nicoles-shop.gif) no-repeat;
}

#store_sidebox a:hover span {
	background-position:0 -185px;
}

/* @ Post Formatting*/

.entry {
	padding-bottom:15px;
	overflow:auto;
	}
	
.entry a {
	font-weight:bold;
	}
	
/* @ Images */
	
.entry img, img.frame {
	padding: 2px; 
	border: 1px solid #ccc;
	background:#fff;
	}

.entry img.left { 
	margin: 0.5em 15px 0.5em 0; 
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	margin: 0.5em 0 0.5em 15px; 
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	margin: 0 auto 1.5em auto; 
	float: none; 
	clear: both; 
}

.entry img.plain {
	border:none;
	padding:0;
	}
.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	text-align:center;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
	
img#wpstats { /*hides the smiley face*/
	display:none
}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
    font-size:.8em;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}
	
.article img { /*on magazine page*/
	float:right;
	margin:0 15px 0 5px;
	}

#feastDescription {
	background:#eef5e1;
	margin:10px 30px 15px;
	padding:5px 15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}	

#newsletter_blurb
	{
	float:left;
	margin:20px 20px 0 0;
	padding:0;
	font: 20px/24px georgia, serif;
	text-align:left;
	color:#793916;
	}

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	
	
.post ul li {
	list-style:square;
	margin-bottom:10px;
	margin-left:40px;
	}

.post ol li {
	margin-bottom:10px;
	margin-left:40px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}
	
/* @ Recipe Formatting */

.recipe {
	background:#fdfad0;
	overflow:auto;
	margin:10px;
	border:1px dotted #e4df61;
	padding:15px;
	clear:left;
}

ul.recipe_ing, ul.recipe_instr {
	margin:0 0 20px 10px;
	padding:0;
	}
	
ul.recipe_ing li, ul.recipe_instr li {
	margin:.5em 0;
	padding:0;
	list-style:none;
	}

ol.recipe_instr {
	margin:0 0 20px 0;
	padding:0;
	}
	
ol.recipe_instr li {
	margin:2px 0 2px 2em;
	padding:0;
	list-style-type:decimal;
	}

.recipe_servings {
	font:italic Georgia, "Times New Roman", Times, serif;
}

.recipe_subhead {
	margin:10px 0;
	font-size:1.1em;
}

/* @Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	overflow:auto;
	}
	
#searchform div {
	float:right;
	margin:0 0 20px;
	
}

.button {
	padding: 1px;
	background:#58634A;
	color:#e7e7e7;
	border:none;
	font-size:95%;
	padding-top:2px;
	cursor:pointer;
	display:inline;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}
	
fieldset {
	border:none;
	margin:0;
	padding:0;
}

.post form li, form li, .post form ul, form ul {
	list-style:none;
	padding:.25em 0;
	margin:0;
}
	
input {
	color:#666;
}
	
#newsletter select {
	width:auto;
	}
	
#newsletter span {
	color:#7da939;
	}		
	
label {
	display:block;
	margin:.5em 0 .25em;
	}

#about_contact {
	float:right;
	padding:15px;
	background:#fdfad0;
	border-top:1px dotted #e4df61;
	border-bottom:1px dotted #e4df61;
	margin-bottom:20px;
}

#about_contact textarea {
	width:90%;
	height:100px;
}


#email_signup { 
	margin:0;
	padding:0;
}

#email_signup li {
	margin:.5em 0;
}

#email_signup select {
	width:auto;
}
	
#subscribe label, #email_signup label {
	text-indent:-9999px;
	position:absolute;
}
	
fieldset.submit {
	margin-left:150px;
	}

#email_signup #icon {
	background:url(images/e-mail_icon.jpg) left top no-repeat;
	padding-left:70px;
	height:60px;
}

#subscribe #icon {
	background:url(images/feedburner.gif) left top no-repeat;
	padding-left:70px;
	height:72px;
}


/* Comments*/

.commentcount {
	padding-right: 19px;
	font:.8em Arial, Helvetica, sans-serif;
	background:url(images/bubble.gif) no-repeat right;
	}
	
.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.left {
	float:left;
	margin:0 1em 1em 0;
	}

.right {
	float:right;
	margin:0 0 1em 1em;
	}

.clearleft { clear:left; }

.clearright { clear:right; }

.clearboth { 
	clear:both; 
	margin-top:5px;
	}	


/* Footer*/

#footer {
	margin: 0 auto 15px;
	width: 900px;
	font-size:0.9em;
	padding-top:15px;
	color:#FFF;
	text-align:center;
	}

#footer a {
	color:#fff;
	font-weight:bold;
	}
	
#footer a:hover {
	color:#78b5c9;
	}