/* @override 
	http://www.nutritionistaconsulting.com/blog/style.css
	http://jonahaga.com/clients/Consulting/tumblog/style.css
*/

* { margin: 0; padding: 0 }

/* @group Structure
   ================================================== */

body {
    margin: 0; padding: 0;
    color: #666;
    background-image: url(img/wood-bg.jpg);
    font: normal 12px/1.5 "Helvetica Neue", sans-serif; }

#wrapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden }

#header {
    position: relative;
    height: 250px; width: 1000px;
    margin: 0 auto }

#page {
    float: left;
    width: 1000px;
    margin: 0 auto;
    background: transparent url(img/content-mid.jpg) repeat-y }

	.sidebar p { margin: 0 0 10px }

.container {
    float: left;
    width: 620px;
    margin: 30px 0 0 20px }
    
.post { margin: 0 0 0 20px; overflow: hidden;}


/* @end
   ================================================== */

/* @group Top Nav
   ================================================== */

#nav {
    position: relative;
    height: 30px; width: 1000px;
    margin: 0 auto;
    z-index: 2 }

ul#topnav {
    float: left;
    width: 1000px;
    margin: 0 auto; padding: 0;
    background-image: url(img/topnav.png) }

	ul#topnav a.home {
	    width: 102px;
	    background: url(img/topnav.png) no-repeat 0 0 }

		ul#topnav a.home:hover {
		    width: 102px;
		    background: url(img/topnav.png) no-repeat 0 -30px }

	ul#topnav a.explore {
	    width: 107px;
	    background: url(img/topnav.png) no-repeat -102px 0 }
		
		ul#topnav li:hover a.explore {
		    width: 107px;
		    background: url(img/topnav.png) no-repeat -102px -30px }

	ul#topnav a.contributors { 
		width: 144px;
		background: url(img/topnav.png) no-repeat -209px 0; }
		
		ul#topnav li:hover a.contributors { 
			width: 144px;
			background: url(img/topnav.png) no-repeat -209px -30px }
			
	ul#topnav a.elsewhere {
	    width: 126px;
	    background: url(img/topnav.png) no-repeat -353px 0 }

		ul#topnav li:hover a.elsewhere {
		    width: 126px;
		    background: url(img/topnav.png) no-repeat -353px -30px }

	ul#topnav a.consulting {
	    width: 209px;
	    background: url(img/topnav.png) no-repeat -479px 0 }
	    	
    	ul#topnav li:hover a.consulting {
		    width: 209px;
		    background: url(img/topnav.png) no-repeat -479px -30px }

	ul#topnav .sub ul li {
	    width: 100%;
	    color: #fff; /*--Override parent list item--*/ }

		ul#topnav .sub ul li a {
		    display: block; float: none;
		    height: auto; /*--Override height from parent list item--*/
		    margin-right: 15px; padding: 7px 0 5px 0;/*padding: 5px 5px 5px 15px;*/
		    text-decoration: none; text-indent: 0; /*--Override text-indent from parent list item--*/
		    font: normal 11px/1.3 "Helvetica Neue", sans-serif;		    		    
	    	border-bottom: 1px solid #a3d493; }

		ul#topnav .sub ul li a:hover { background-position: 7px 9px }
			
			ul#topnav .sub ul.eat li a:hover { color: #2c3925 }

	ul#topnav li {
	    float: left; position: relative;
	    margin: 0; padding: 0;
	    list-style-type: none }

	ul#topnav li .sub {
	    display: none; float: left; position: absolute;
	    border: 1px solid #79976b;
	    left: 0; top: 30px;
	    width: 100%;
	    padding: 10px 10px 10px;
	    background-color: #e1f1dc;
	    -khtml-border-radius-bottomleft: 5px;
	    -khtml-border-radius-bottomright: 5px;
	    -moz-border-radius-bottomleft: 5px;
	    -moz-border-radius-bottomright: 5px;
	    -webkit-border-bottom-left-radius: 5px;
	    -webkit-border-bottom-right-radius: 5px;
	    z-index: 99999; }

		ul#topnav li .sub ul {
		    float: left; 
		    width: 180px;
		    margin: 0; padding: 0 }

	ul#topnav li .row {
	    float: left;
	    width: 100%;
	    margin-bottom: 10px;
	    /*--If needed to break out into rows--*/
	    clear: both; }

	ul#topnav li a {
	    float: left;
	    height: 30px;
	    text-indent: -9999px;
	    /*--Push text off of page--*/:  }

	ul#topnav .sub ul li h2 a,
	ul#topnav .sub ul li h2 {
		/*--Sub nav heading style--*/
	    margin: 0; padding: 0 15px 0 0;
	    letter-spacing: 1px;
	    background: none;
	    border-bottom: none;
	    font: bold 15px/1.5 "Helvetica Neue", sans-serif }

.sub ul.burn li a:hover { color: #750b00 }

.sub ul.learn li a:hover { color: #38374b }

/* @end
   ================================================== */

/* @group Content
   ================================================== */

/* ===[ General Styles ]===
   ================================================== */

p { margin: 20px 0; }

a {
    color: #79976b;
    font-weight: bold;
    text-decoration: none }

	a:hover { color: #2c3925 }

	a img { border: none }

ul,
ol { padding-left: 30px }

ul li { list-style-type: circle; }

	.post ul img { margin: 10px 0; }
	
	.post ul li { margin: 10px 0 }

h1.title { font: normal 22px/1.2 "OFL Sorts Mill Goudy TT", Georgia, serif }
	
	h1.title a { color: #666; font-weight: normal; }
	
		h1.title a:hover { color: #2c3925 ; }

.post h2 { 
	font: bold 14px/1.2 "Helvetica Neue", sans-serif;
	color: #4c6340;
	margin: 20px 0 10px; }

h3.date {
    color: #79976b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: 10px/3 "Helvetica Neue", sans-serif }

blockquote {
    padding-left: 10px;
    margin: 0 0 0 10px;
    border-left: 3px solid #fdcc6a }

p.question {
    padding: 5px;
    background-color: #f2f6ef;
    font-style: italic;
    border: 1px solid #79976b }
    
hr { margin: 20px 0; }  


.post img,
.post object  { 
	display: block;
	margin: 0 auto; }
	
	.post a.theLink img { display: inline; margin: 0; }

 /*===[ Contributor Post ]===
   ==================================================*/ 
h2.contrib-post { 
	color: #6a8295;
	margin: 20px 0 5px; }

p.contrib-post { 
	color: #6a8295;
	font: italic 11px/1.5 "Helvetica Neue", sans-serif;
	margin: 0 0 10px; }

p.contrib-byline { 
	color: #6a8295;
	font-size: 14px; line-height: 1.2;
	overflow: auto; }
	
	p.contrib-byline strong { 
	font-size: 20px; }
	
	p.contrib-byline img { 
		border: 1px solid #ddd;
		float: left; clear: both;
		margin-right: 10px; padding: 3px;
		width: 45px; }
	
/* ===[ Link ]===
   ================================================== */

a.theLink {
    color: #79976b;
    font: normal 22px/1.2 "OFL Sorts Mill Goudy TT", Georgia, serif }

a.theLink:hover {
    position: relative;
    left: 3px;
    color: #2c3925 }

/* ===[ Quote ]===
   ================================================== */

p.quote { font: normal 20px/1 "Helvetica Neue", "Helvetica Neue", sans-serif }

p.quote-source {
    margin: 5px 0 20px;
    font-size: 12px;
    text-align: right }

span.quote-open,
span.quote-close { font: normal 30px/1 Georgia, serif }

/* ===[ Conversation ]===
   ================================================== */

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

	ul.conversation li.even {
	    color: #2c3925;
	    border-bottom: 1px solid #d9ccba }

	ul.conversation li.odd {
	    color: #79976b;
	    border-bottom: 1px solid #e7dac8 }

	ul.conversation li { list-style-type: none }

span.label {
    text-transform: uppercase;
    font: bold 10px/1 Arial, "Helvetica Neue", sans-serif }

/* ===[ Read More ]===
   ================================================== */

p.read_more_container {
    height: 26px;
    clear: both }

a.read_more { 
	background: url(img/read-more-btn.png) no-repeat 0 0;
	float: right;
	margin-right: 1px;
	text-indent: -99999px;
	height: 25px; width: 108px; }

	a.read_more:hover { background-position: 0 -25px; }
	
	a.read_more:active { position: relative; left: 1px; }

/* ===[ Permalink ]===
   ================================================== */

.permalink {
    height: 25px;
    margin: 10px 0 10px 20px;
    font-size: 10px }

ul#metadata {
    height: 21px;
    margin: 0; padding: 0;
    overflow: hidden }

	ul#metadata li.permalink {
	    padding-left: 20px;
	    background: url(img/permalink-icon-link.png) no-repeat 0 0 }

	ul#metadata li.comments {
	    padding-left: 20px;
	    background: url(img/permalink-icon-comment.png) no-repeat 0 0 }

	ul#metadata li.notes {
	    padding-left: 20px;
	    background: url(img/permalink-icon-notes.png) no-repeat 0 0 }

	ul#metadata li {
	    float: left;
	    margin: 0 20px 0 0;
	    list-style-type: none; }

		ul#metadata li iframe {
		    position: relative;
		    top: 1px;
		    max-width: 80px; width: 65px }

		ul#metadata li a {
		    position: relative;
		    top: 1px;
		    color: #919191;
		    text-transform: uppercase;
		    letter-spacing: 1px;
		    font: normal 9px/2 "Helvetica Neue", sans-serif }

.break {
    margin: 0 0 40px 20px;
    border-bottom: 5px solid #79976b }

/* ===[ Notes ]===
   ================================================== */
ol.notes {
	border-top: 2px solid #ccc; border-bottom: 2px solid #ccc;
    max-height: 300px; width: 600px;
    margin: 0 0 40px 0; padding: 0;
    list-style-type: none;
    overflow: auto; }

	ol.notes li.note.reblog.with_commentary blockquote a,
	ol.notes li.note.answer_content { font-weight: normal }

	ol.notes li.note {
	    padding: 5px;
	    border-top: solid 1px #ccc }

		ol.notes li.note img.avatar {
		    height: 20px; width: 20px;
		    margin-right: 10px;
		    vertical-align: -4px }

		ol.notes li.note blockquote {
		    margin: 10px 0px 0px 25px; padding: 4px 10px;
		    border-color: #eee }

/* ===[ Post Navigation ]===
   ================================================== */
.navigation { 
	overflow: auto;
	margin-left: 20px; padding-bottom: 40px; }
	
	.navigation a { 
		background-image: url(img/post-nav.png) ;
		background-repeat: no-repeat;
		height: 25px; width: 108px;
		text-indent: -9999px; }

.navigation a.previous {
    background-position: 0 0;
    margin-right: 1px;
    float: right; }
    
    .navigation a.previous:hover { background-position: 0 -25px; }
    
    .navigation a.previous:active { position: relative; left: 1px; }

.navigation a.next { 
	background-position: -108px 0;
	margin-left: 1px;
	float: left; }
	
	.navigation a.next:hover { background-position: -108px -25px; }
	
	.navigation a.next:active { position: relative; right: 1px; }
/* @end
   ================================================== */

/* @group Sidebar
   ================================================== */

.sidebar {
    float: left;
    width: 300px;
    margin: 30px 0 0 20px }

.sidebartop {
    height: 15px;
    background: url(img/sidebar-top.jpg) no-repeat }

.sidebarmid {
    padding: 0 20px;
    background: url(img/sidebar-mid.jpg) repeat-y }

	.sidebarmid img.widget {
	    display: block;
	    margin: 0 auto; padding: 20px 0;
	    clear: both }

	.sidebar a.archive,
	.sidebar a.rss {
	    display: block; float: left;
	    height: 30px; width: 125px;
	    margin-top: 5px;
	    color: #fff;
	    text-align: center;
	    letter-spacing: 1px;
	    background: url(img/search.png) no-repeat 0 -32px;
	    font: normal 13px/2.5 "Helvetica Neue", sans-serif; }

	.sidebar a.archive:active,
	.sidebar a.rss:active {
	    position: relative;
	    top: 1px }

	.sidebar a.archive:hover,
	.sidebar a.rss:hover { background-position: -135px -32px }

	.sidebar h1 {
	    height: 25px;
	    text-indent: -9999px }

.sidebar-about-top {
    height: 25px;
    margin-top: 20px;
    background: url(img/sidebar-top-about.png) no-repeat }

/* ===[ Sponsors ]===
   ================================================== */
.sidebar-support-top {
    height: 25px;
    background-image: url(img/sidebar-top-sponsors.png) }
    
	/* ===[ Ads ]=== 
	   ================================================== */
	.ads { 
		margin: 0 auto; padding: 10px 0;
		text-align: center; }
		
		.ads div { margin: 0 auto; }
	
		.ads img { 
			display: block;
			margin:0 auto; padding: 20px 0px;}
	
	.blogads { 
		background-color: #eaf3e6; border: 1px solid #dbe5da;
		margin: 15px 0 20px; }
		
		.blogads p { 
			margin: 10px 0 0; 
			font-size: 11px; font-style: italic;
			letter-spacing: 1px; }
		
		.blogads a { font-weight: normal }
	
		#adspot_206776043 a { 
			font-size: 14px;
			text-transform: uppercase; letter-spacing: 1px;
			border-bottom: 1px dotted #79976b;
			padding-bottom: 6px; }

/* ===[ Contributors ]===
   ================================================== */
.sidebar-contributors-top { 
	height: 25px;
	background-image: url(img/sidebar-top-contributors.png); }
	
	.contributors { 
		overflow: hidden;
		padding: 0; }
		
		ul.contributors li { 
			float: left;
			margin-right: 20px; 
			list-style-type: none;
			text-align: center; }
			
			ul.contributors li:last-child { margin-right: 0; }
			
			ul.contributors li a { font-size: 14px; font-weight: normal;}
	
	.contributors img {  
		background-color: #fff;
		border: 1px solid #bbb;
		padding: 3px;
		width: 65px; }
		
	
/* ===[ Explore ]===
   ================================================== */
.sidebar-explore-top {
    height: 25px;
    background-image: url(img/sidebar-top-explore.png) }
    
    .sidebarmid ul.eat,
	.sidebar ul.burn,
	.sidebar ul.learn {	padding: 5px 0 20px }

		.sidebarmid ul.eat li,
		.sidebarmid ul.burn li,
		.sidebarmid ul.learn li { 
			border-bottom: 1px solid #dac182;
			list-style-type: none;
			padding: 2px 0;  }

		.sidebarmid ul.eat li a,
		.sidebarmid ul.burn li a,
		.sidebarmid ul.learn li a { 
			display: block;
			font-weight: normal; }
			
			.sidebarmid ul.eat li a:hover { color: #79976b; }
			
			.sidebarmid ul.burn li a:hover { color: #c26a61; }
			
			.sidebarmid ul.learn li a:hover { color: #72728b ; }

	.sidebarmid h2 {
	    padding: 5px 0;
	    border-bottom: 3px solid #dac182;
	    font: bold 16px/1 "Vollkorn", Georgia, serif }
	    
	    .sidebarmid h2.eat a,
	    .sidebarmid h2.learn a { display: block; }

/* ===[ Read ]===
   ================================================== */
.sidebar-read-top {
    height: 25px;
    background-image: url(img/sidebar-top-read.png) }
    
	.sidebarmid ul.read { padding: 0 0 0 20px }
	
	.sidebarmid ul.read li {
	    list-style-image: url(img/star.png); }
	    
	    .sidebarmid ul.read li a { display: block; }

/* ===[ Search ]===
   ================================================== */
.tumblrsearch {
    width: 260px;
    padding: 20px 0;
    font-size: 10px;
    line-height: 1.5em;
    overflow: hidden; }

#search input#query {
    float: left;
    height: 30px; width: 217px;
    padding-left: 10px;
    background: url(img/search.png) repeat-x;
    border: none;
    line-height: 18px;
    overflow: hidden;
    z-index: 1; }

#search input#submit {
    float: right;
    height: 30px; width: 33px;
    text-indent: -9999px;
    background: url(img/search.png) no-repeat -227px 0;
    border: none;
    cursor: pointer;
    overflow: hidden; }

a.archive { margin-right: 10px }

/* ===[ Social ]===
   ================================================== */
ul.social {
    margin: 20px 0; padding: 0;
    overflow: hidden }

	ul.social li { list-style-type: none }

		ul.social li a {
		    float: left;
		    height: 54px; width: 54px;
		    text-indent: -99999px }

	ul.social li.fb a {
	    margin-right: 15px;
	    background: url(img/sidebar-social-icons.png) no-repeat -18px -10px }
	
		ul.social li.fb a:hover { background-position: -18px -70px }
	
	ul.social li.twitter a {
	    margin-right: 15px;
	    background: url(img/sidebar-social-icons.png) no-repeat -87px -10px }
	
		ul.social li.twitter a:hover { background-position: -87px -70px }
	
	ul.social li.email a {
	    margin-right: 14px;
	    background: url(img/sidebar-social-icons.png) no-repeat -156px -10px }
	
		ul.social li.email a:hover { background-position: -156px -70px }
	
	ul.social li.fat a { background: url(img/sidebar-social-icons.png) no-repeat -225px -10px }
	
		ul.social li.fat a:hover { background-position: -225px -70px }

/* ===[ I Heart Fat ]===
   ================================================== */
.sidebar-banners a {
    display: block;
    height: 49px; width: 260px;
    text-indent: -99999px;
    background: url(img/sidebar-social-icons.png) no-repeat }

a.fat-banner {
    margin: 20px 0 0; padding-bottom: 10px;
    background-position: -20px -138px }

	a.fat-banner:hover { background-position: -20px -197px }

a.advertise { background-position: -20px -263px }

	a.advertise:hover { background-position: -20px -318px }

.guidelines {
    height: 60px; width: 120px;
    margin: 0 auto; padding: 10px 0;
    clear: both }

.sidebarbtm {
    height: 15px;
    margin-bottom: 20px;
    background-image: url(img/sidebar-btm.jpg) }

h2.eat,
ul.eat a { color: #4c6340 }

h2.burn,
ul.burn a { color: #c21200 }

h2.learn,
ul.learn a { color: #595877 }

.foodbuzz { width: 300px }

	.foodbuzz img {	margin: 0 auto }

/* @end
   ================================================== */

/* @group Footer
   ================================================== */

#footer {
    float: left; position: relative;
    height: 154px; width: 1000px;
    padding: 10px 0;
    background: url(img/footer.png) no-repeat }

	#footer .disclaimer {
	    width: 920px;
	    margin: 0 auto;
	    border-bottom: 1px dashed #79976b;
	    overflow: hidden }

		#footer .disclaimer div {
		    float: left;
		    height: 30px;
		    padding: 13px 10px 0 0;
		    overflow: hidden }

		#footer .disclaimer h1 {
		    padding: 2px 3px;
		    background-color: #79976b; color: #4c6340;
		    font-size: 10px; font-weight: bold;
		    font-style: normal;
		    text-transform: uppercase;
		    -khtml-border-radius: 5px;
		    -moz-border-radius: 5px;
		    -webkit-border-radius: 5px; }

		#footer .disclaimer p {
		    margin: 0 auto; padding: 10px 0;
		    color: #cedcc9;
		    text-align: left;
		    font: italic 10px/1.3 "Helvetica Neue", sans-serif }

	#footer p {
	    margin: 5px 0;
	    color: #79976b;
	    text-align: center }

/* @end
   ================================================== */
