/*
Theme Name: Eat Sanely	
Description: Theme for EatSanely.com
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com
*/

@charset "utf-8";
/* CSS Document */
/* clear browser formatting */
html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: 0;
}

img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }

table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	vertical-align: top;
}

/* —[ REUSABLE CLASSES ]— */

.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 2px;
}

/* Formatting for Theme */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/EatSane_Site_BG.jpg) repeat-x #687274;
}

#wrapper {
	width: 956px;
	margin: 0 auto;
}

#header {
	width: 956px;
	height: 308px;
	background: url(images/EatSane_Site_Header_2.png) no-repeat;
	position: relative
}

#home_link {
	width: 432px;
	height: 205px;
	position: absolute;
	left: 30px;
	top: 101px;
}

#main_nav {
	width: 956px;
	height: 30px;
	background: url(images/EatSane_Site_MainNav_BG.png) no-repeat;
}

#main_nav ul {
	padding-top: 10px;
	padding-left: 100px;
}

#main_nav li {
	float: left;
	padding-right: 25px;
}

#main_nav li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}

#main_nav li a:hover {
	text-decoration: underline;
}

#main_nav li ul {
	position: absolute;
	left: -999em;
	width: 150px;
	background: #b1bfc2;
	padding-top: 0px;
	padding-left: 0px;
}

#main_nav li ul li {
	width: 150px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	border: 1px solid #000000;
}

#main_nav li ul a {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	font-weight: normal;
	color: #000000;
	display: block;
}

#main_nav li ul a:hover {
	background-color: #51404B;
	color: #fff;
	text-decoration: none;
}

#main_nav li:hover ul {
	left: auto;
}

#main_nav li:hover ul, #main_nav li.sfhover ul {
	left: auto;
}

#page_content_top {
	width: 956px;
	height: 19px;
	background: url(images/EatSane_Site_Content_Top.png) no-repeat;
}

#page_content {
	width: 956px;
	background: url(images/EatSane_Site_Content_MidRepeat.png) repeat-y;
}

#wide_column {
	float: right;
	padding-right: 55px;
	padding-top: 5px;
	width: 549px;
}

#wide_column_photo {
	width: 549px;
	height: 222px;
	padding-bottom: 15px;
}

#main_bug1 {
	width: 174px;
	height: 109px;
	float: left;
	margin-right: 12px;
	padding-bottom: 15px;
}

#main_bug2 {
	width: 174px;
	height: 109px;
	float: left;
	margin-right: 12px;
	padding-bottom: 15px;
}

#main_bug3 {
	width: 174px;
	height: 109px;
	float: right;
	padding-bottom: 15px;
}

#main_content {
	padding-top: 0px;
	padding-bottom: 15px;
}

#main_content_top {
	width: 542px;
	height: 10px;
	background: url(images/EatSane_Site_TextBox_Top.jpg) no-repeat;
}

#main_content_middle {
	width: 542px;
	background: url(images/EatSane_Site_TextBox_MidRepeat.jpg) repeat-y;
}

#main_content_bottom {
	width: 542px;
	height: 11px;
	background: url(images/EatSane_Site_TextBox_Bottom.jpg) no-repeat;
}

#main_content h1 {
	color: #8b0d19;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 15px 10px 10px;
}

#main_content h2 {
	padding: 8px 15px 10px 10px;
	color: #8b0d19;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

#main_content h2 a {
	color: #8b0d19;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
}

#main_content h2 a:hover {
	text-decoration: underline;
}

#main_content h3 {
	padding: 8px 15px 10px 10px;
}

#main_content h4 {
	padding: 8px 15px 10px 10px;
}

#main_content h5 {
	padding: 8px 15px 10px 10px;
}

#main_content p {
	padding: 5px 15px 15px 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 160%;
}

#main_content ul {
	padding-left: 25px;
	padding-right: 10px;
}

#main_content ol {
	padding-left: 25px;
	padding-right: 10px;
}	

#main_content ul li {
	padding-bottom: 15px;
	line-height: 145%;
	font-size: 11px;
list-style: square;
}

#main_content ol li {
	padding-bottom: 15px;
	line-height: 140%;
	font-size: 11px;
list-style: decimal;
}

#main_content a {
	text-decoration: none;
   	color: #8b0d19;
}

#main_content a:hover {
	text-decoration: underline;
    color: #A9B7BA
}

#sidebar {
	float: left;
	width: 256px;
	padding: 5px 35px 15px 61px;
}

#sidebar_top {
	width: 256px;
	height: 29px;
	background: url(images/EatSane_Site_SideNav_Top.jpg) no-repeat;
}

#sidebar_middle {
	width: 256px;
	background: url(images/EatSane_Site_SideNav_MidRepeat.jpg) repeat-y;
	padding-bottom: 25px;
}

#side_nav {
	margin-left: 15px;
	padding-top: 15px;
}

#side_nav ul li {
	padding-bottom: 25px;
}

#side_nav li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#side_nav li a:hover {
	text-decoration: underline;
}

#sidebar_bottom {
	width: 256px;
	height: 29px;
	background: url(images/EatSane_Site_SideNav_Bottom.jpg) no-repeat;
}

#newsletter {
	width: 70%;
	margin: 0 auto;
	padding-top: 35px;
}

#newsletter h3 {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

#newsletter p {
	color: #fff;
	text-transform: uppercase;
	font-size; 12px;
	padding-bottom: 6px;
}

#featured_post {
width: 85%;
margin: 0 auto;
padding-top: 35px;
}

#featured_post h2 {
color: #fff;
font-size: 16px;
font-weight: bold;
padding-bottom: 12px;
}

#featured_post h2 a {
color: #fff;
text-decoration: none;
font-size: 16px;
}

#featured_post h2 a:hover {
text-decoration: underline;
}

#featured_post p {
padding-bottom: 8px;
line-height: 135%;
color: #fff;
}

#featured_post a {
color: #fff;
text-decoration: underline;
font-weight: bold;
}

#featured_post a:hover {
text-decoration: none;
font-weight: bold;
}

#photo {
	padding-top: 25px;
	width: 184px;
	height: 238px;
	margin: 0 auto;
}

#footer {
	width: 956px;
	height: 115px;
	background: url(images/EatSane_Site_Footer.png) no-repeat;
}

#footer p {
	color: #fff;
	padding-top: 65px;
	text-align: center;
}

#copyright {
	padding-top: 10px;
	padding-bottom: 25px;
}

#copyright p {
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#copyright p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#copyright p a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}

/* Blog Formatting */

small {
	padding-left: 10px;
	font-size: 10px;
}

#main_content p.metadata {
	font-size: 10px;
}

#main_content p.metadata a {
	font-size: 10px;
	text-decoration: none;
	color: #8b0d19;
}

#main_content p.metadata a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #8b0d19;
}

.navigation {
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar_middle_blog {
	width: 256px;
	background: url(images/EatSane_Site_SideNav_MidRepeat.jpg) repeat-y;
	padding-bottom: 25px;
}
	
#sidebar_middle_blog ul {
	padding-left: 25px;
}

#sidebar_middle_blog ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
}

#sidebar_middle_blog ul li a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar_middle_blog ul li a:hover {
	text-decoration: underline;
}

#sidebar_middle_blog h2 {
	color: #fff;
	font-size: 15px;
	padding-bottom: 5px;
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
}

#respond a {
	font-size: 11px;
}

#searchform {
	padding-top: 5px;
}

#searchform label {
	color: #ffffff;
}
