/*  
Theme Name: Nicole Aloni
Theme URI: http://www.outwardfocusdesign.com
Description: A child theme for Monochrome Pro
Version: 0.1
Author: Christopher Cox
Author URI: http://www.outwardfocusdesign.com
Template: monochrome-pro

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

*/

/*@import url("../monochrome-pro/style.css");*/
@import url("css/nav.css");
@import url("css/home.css");
@import url("css/slider.css");

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

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

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

a:hover, a:active {
	color:#566b51;
	text-decoration:underline;
	}
	
em {
	background:none;
	}
	
hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}
	
.small {
	font-size:.9em;
}


img {
	border:0;
	}
	
ul, ol {
	margin-left: 0; /* overrides line in monochrome-pro */
	margin:0;
	padding:0;
	}
	
ul li {
	margin:0;
	padding:0;
	list-style:none;
}


*:focus {
	outline: none;
}
	

/* Structure */
#outer_wrapper {
	background:url(images/wrapper_top.jpg) no-repeat;
	width:1000px;
	height:100%;
	margin:0 auto;
	padding:43px 0 0;
}

#wrapper {
	position:relative;
	background:#fff url(images/bg-shadow.jpg) repeat-y;
	width: 960px;
	margin:0 auto;
	padding:0 20px;
	overflow:auto;
	text-align:left;
	}

#masthead h1 {
	width:960px;
	height:197px;
	background: url(images/header.jpg) no-repeat;
	text-indent:-9999px;
	margin:0;
	position:relative;
	}
	
#masthead h1 span {
	position:absolute;
	top:0; left:15px;
	background: url(images/masthead.jpg) no-repeat;
	width:930px;
	height:182px;
	}
	
#container {
	position:relative;
	background:url(images/lemons.gif) center bottom no-repeat;
	width:930px;
	padding:0 15px 44px;
	overflow:auto;
	}
	
#container-recipe_post {
	position:relative;
	width:940px;
	overflow:auto;
	padding:0 10px 20px;
}
	
#content-1col {
	width:auto;
	padding:0 10px;
}
		
#content-2col {
	width:615px;
	float:left;
	}

	
/* #content-3col {
	position:relative; allows the left-column to come after the main content in the markup
	float:left;
	left:160px;
	width:586px;
} */


#center-column { /*on homepage only*/
	float:left;
	width:455px;
	overflow:auto;
	margin:20px 0 0;
}



#sidebar-right {
	width:280px;
	float:right;
	}
	
#home #sidebar-right {
	width:300px; /*leaves 15px margin between content and sidebar */
}
	
/*#container-recipe_post #sidebar-right {
	width:175px;
	float:right;
	margin-top:-22px; 
} uncomment if using 3 column option*/
	
#sidebar-recipes {
	float:left;
	width:150px;
	margin-right:10px;
}


#sidebar-right #sidebar-recipes {
	float:none;
	width:auto;
	margin:0;
	overflow:auto;
}

/*#container-recipe_post #sidebar-left {
	position:relative;
	right:585px;
	width:140px;
	float:left;
	margin-top:-22px;
} uncomment if using 3 column option*/


#sidebar-bottom {
	border-top:10px solid #e1f6f6;
	margin:0 15px 20px;
	overflow:hidden;
}
		
/*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: 2em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:2px solid #dbdbdb;
	margin: 20px 0 8px;
	}

.post h2:first-child {
	margin-top:0;
}


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


#linklist h2 {
	font-size:1.6em;
	border:none;
}

h2.recipe_title {
	font-size:1.8em;
	font-weight:normal;
	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:#686f6f;
	}

.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 {
	border-top:5px solid #dbdbdb;
	border-bottom:2px solid #dbdbdb;
	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
	}

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_list {
	margin:0;
	padding:0;
}

#archive_list li {
	list-style:none;
	background:#fdfad0;
	overflow:auto;
	border:1px dotted #e4df61;
	margin:15px 0;
	padding:10px;
}

#archive_list .left {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

#archive_list img {
	padding:1px;
	border:1px solid #ccc;
}

#archive_list .right {
	float:right;
	width:425px;
	margin:0; padding:0;
}

#archive_list h2 {
	border:none;
	font-size:1.3em;
	margin:0 0 .5em;
}

.audio-player {
	float:left;
	margin:1em 0;
	padding:1em;
	background:#fdfad0;
	overflow:auto;
	border:1px dotted #e4df61;
	clear:left;
}

.audio-player p {
	color:#7da939;
	margin:0 0 .25em;
	font-size:1.1em;
}

.audio-player + * {
	clear:left;
}

.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;
	}
	
.article
	{
	margin-top:15px;
	padding:0 50px 15px 30px;
	}
	
.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;
	}


.meta {
	font-size: .6em;
	line-height: inherit;
}

.quote { 
	font-family:georgia, times, serif;
	font-style:italic;
	text-align:center;
	margin-bottom:.5em;
}

.quote_author, .author {
	margin:0 2em 1em;
	text-align:center;
	}

#ess-left { /*on essentials post */
	width:430px;
	}
	
#ess-left p {
	margin:0 0 2em;
	}
		
.postMetadata {
	padding:0 0 10px;
	margin:0 0 25px;
	border-bottom:1px solid #333;
	}
	
.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;
	}

#linklist li {
	margin:.75em 0 ;
	padding-left:1em;
	text-indent:-1em;
}
	
.postmetadata {
	margin: 30px 0;
	}	

#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;
	}
	
/* RECIPE ARCHIVE PAGE LAYOUT */	

#subhead {
	background:#fdfad0;
	overflow:auto;
	border:1px dotted #e4df61;
	margin:15px 0;
	padding:10px;
}
	
.recipe_childcat { 
	float:left;
	width:30%;
	padding-right:3%;
}


.recipe_childcat h2 {/*on recipe archive page*/
	font-size:1.3em;
	border-bottom:5px solid #bfe683;
}


.recipe_childcat h3 {/*on recipe archive page*/
	margin:0 0 .25em;
	font-weight:bold;
}


ul.recipe_archive_list {
	margin:0; padding:0;
}


ul.recipe_archive_list ul {
	margin:0 0 20px;
	padding:0;
}



ul.recipe_archive_list li {
	list-style:none;
	margin:0; padding:0;
}

ul.recipe_archive_list li li {
	margin:.25em 0 .25em 1em;
	padding:0 0 0 1em;
	text-indent:-1em;
}
/* END RECIPE ARCHIVE LAYOUT */

.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%;
	}
	
#tools { /*share this and print this icons*/
	margin-bottom:15px;
}

	.print_this {
		float:right;
		margin-right:15px;
	}
	
	.print_this img {
		float:left;
		margin:0 3px 0 0;
	}
	
	.share_this {
		float:left;
	}
	
/*----------- Sidebar Styles ----------------*/

/* BLOGHER ADS */
#blogher-160 {
	margin-bottom:20px;
	padding-left:60px;
}

a.bhaheadlines, #blogher-160 li a, #blogher-300 li a {
	color:#666;
	font-family:arial;
	padding-left:5px;
}

.recipe_cats { /*left sidebar*/
	padding:0; margin:0 0 1.5em;
}

.recipe_cats li {
	list-style:none;
	padding:0;
	margin:.2em 0;
}


.sidebar li {
	list-style:none;
	margin:.5em 0;
	padding:0;
}

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

.bullets li {
	list-style:disc;
	border-bottom:1px solid #FFF;
	}
	
#store_sidebox,
#store_sidebox a,
#store_sidebox span {
	width:280px;
	height:216px;
}

#container-recipe_post #store_sidebox,
#container-recipe_post #store_sidebox a,
#container-recipe_post #store_sidebox span {
	width:175px;
	height:137px;
}
	
#store_sidebox a,
#container-recipe_post #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;
}

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

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

#container-recipe_post #store_sidebox a:hover span {
	background-position:0 -137px;
}

/* Bottom Sidebar */
#sidebar-bottom h3 {
	margin:.5em 0 1em;
	border-top:none;
}

/*Post Formatting*/

.entry {
	padding-bottom:15px;
	overflow:auto;
	}
	
.entry a {
	font-weight:bold;
	}
	
body.single #content-2col .post { /*Gives posts a bit more breathing room from left edge*/
	padding:0 0 0 5px;
}
	
/* 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
	}

.rsswidget img {/*rss icon in right sidebar*/
	float:left;
	margin-right:3px;
}

.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
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
    font-size:.8em;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}
	
#wpstats {/*hide the smiley icon*/
	display:none;
}

.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:20px 0;
	border:1px dotted #e4df61;
	padding:11px;
	clear:left;
}

.recipe_servings {
	font-style:italic;
}

.recipe img {
	margin:1.5em 0 0;
}

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 30px;
	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;
	}
#search {
	float: none;
	position:absolute;
	right:15px;
	top:3px;
}

#search #s {
	position:relative;
	background: #fff url('../monochrome-pro/images/icons/search_grey.gif') 0px center no-repeat;
	color: #b0b0b0;
	margin-top: 0px;
	padding: 2px 0 2px 17px;
	border:1px solid #b0b0b0;
	font-size:1em;
	width:261px;
}

#searchsubmit {
	position:absolute;
	right:2px;
	bottom:2px;
	background:#fff;
	font-size:1em;
	line-height:1em;
	border:none;
	padding:0;
	margin:0;
}

.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: 80%;
	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;
	}

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

#side_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.3em Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}	
	

/* Float Properties*/

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

.right {
	float:right;
	margin:0 0 1em 1em;
	}
	
.center {
	text-align:center;
}

.clearleft { clear:left; }

.clearright { clear:right; }

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


/* Footer*/

#footer {
	background:#e1f6f6;
	padding:5px 15px;
	margin: 0 15px 15px;
	font-size:0.9em;
	}

#footer a {
	font-weight:bold;
	}

