/*
Theme Name: Lifestyle Fitness & Nutrition
Theme URI: http://lifestylefitnessnutrition.com
Description: The theme for lifestylefitnessnutrition.com
Version: 1
Author: Gabe Harris
Author URI: http://greenflipflops.com
Tags: nutrition, fitness, health
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*****
 * elements
 *****/
body{
	background: #ffea68;
	color: #000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}
h1, h2, h3, h4, p, ol, ul{margin: 7px 0;}
h1{font-size: 28px;}
h2{font-size: 22px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
a{color: #0054a6}
a:hover{color: #163757}
 /*****
 * id's
 *****/
div#container{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#container #blueBar .pageTitle{line-height: 48px;}
img#homeLogo{
	float: left;
	height: 210px;
	margin: 0 0 15px 0;
	width: 400px;
}
div#homeRight, div#blogHeadline{
	color: #0054a6;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 150%;
	padding-top: 35px;
	width: 525px;
}
div#blogHeadline{
	font-size: 16px;	
}
#blogLink{
	float: right;
	margin: 0 0 10px 10px;
	width: 151px;
}
ul#homeNav{
	background: #0054a6;
	font-size: 15px;
	height: 60px;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}
ul#homeNav li{
	float: left;
	margin-top: 8px;
	text-align: center;
	width: 160px;
}
ul#homeNav li a{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
ul#homeNav li a:hover{
	color: #feee89;
}
ul#homeImages{
	margin-top: 0;
	width: 100%;
}
ul#homeImages li{
	float: left;
	width: 150px;
}
ul#homeImages li.marginRight{margin-right: 12px;}
ul#homeImages li img{
	height: 446px;
	width: 150px;
}
div#blueBar, .postTitle{
	background: #0054a6;
	color: #fff;
	float: left;
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0;
	text-align: center;
	width: 100%;
}
#blogLogo{
	float: left;
	margin: 0 10px 10px 75px;
}
div#blueBar h2{
	font-size: 16px;
	margin: 0;
	padding: 10px;
}
div#leftNav{
	clear: both;
	float: left;
	text-align: right;
	width: 150px;
}
di#leftNav ul{
	text-align: right;
}
div#leftNav ul li{
	margin: 10px 0;
	padding-right: 20px;
}
div#leftNav ul li a{
	font-weight: 700;
	text-decoration: none;
}
#mainContentContainer{
	background: #fff;
	float: right;
	width: 810px;
}
#mainContent{
	margin: 10px;
}
#mainContent ul, #mainContent ol{margin-left: 20px;}
#mainContent ul{list-style-type: square;}
#mainContent ol{list-style-type: decimal;}
#commentform{
	clear: both;	
}
#commentform label, #commentform input, #commentform textarea{
	float: left;	
}
#mainContent #commentform ul, #mainContent #commentform li{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#mainContent #commentform li{
	clear: left;
	float: left;
	margin: 0 0 5px 0;
}
#mainContent #commentform input{
	margin: 0 10px 0 0;
	padding: 1px 2px;
}
#searchform{
	float: right;
	text-align: right;
	width: 310px;
}
#searchform input{
	padding: 1px 2px;	
}
#footer{
	clear: both;
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}
 /*****
 * classes
 *****/
 .pageTitle{
	color: #ffea68;
	float: left;
	margin-top: -12px;
 }
 .blueBarTitle{
 	float: right;
}
.post{
	clear: both;
	margin: 0 0 15px 0;
}
.postTitle{
	float: none;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	width: auto;
}
.postTitle a{
	color: #fff;
	text-decoration: none;
}
.postTitle a:hover{
	color: #fef4b5;
}
.postDate{
	display: block;
	font: 12px/1.3 Arial, Helvetica, sans-serif italic;
}
.postMeta{
	clear: both;
	background: #fef4b5;
	padding: 10px;
}
.alignright{
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft{
	float: left;
	margin: 0 1em 1em 0;
}
.wp-caption{
	background: #fff;
	border-color: #0054A6;
	font-style: italic;
}
.blogNav{
	clear: both;
	float: left;
	list-style: none outside none;
	width: 100%;
}
.nextPosts{
	float: left;
	list-style: none outside none;
	width: 45%;
}
.prevPosts{
	float: left;
	list-style: none outside none;
	text-align: right;
	width: 45%;
}
.cmtList{
	margin: 0;
	padding: 0;
}
.cmtList li{
	margin: 0 0 0 10px;
	padding: 10px;
}
.cmtList .alt{
	background: #fef4b5;
}
