/*
Theme Name: Epicurean Consulting.
Description: Theme for Epicurean Consulting.
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */

html, body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

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;
}
.alignleft {
	float: left;
	padding-right: 12px;
	padding-bottom: 8px;
}
.alignright {
	float: right;
	padding-left: 12px;
	padding-bottom: 8px;
}

/* Formatting for Theme */
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#wrapper {
	margin: 0 auto;
	background-color: #ffffff;
}

#container {
	width: 850px;
	margin: 0 auto;
}

/* Formatting for Header */
#header {
	width: 850px;
	height: 136px;
	background-image: url(images/epicurean_header.jpg);
	position: relative;
}

#header img {
	padding-top: 10px;
	padding-left: 10px;
}

#main_nav {
	position: absolute;
	left: 417px;
	top: 112px;
	z-index: 10;
}

#main_nav ul {
	background-color: #006838;
	width: 419px;
	float: left;
}

#main_nav li {
	float: left;
	padding-top: 6px;
	padding-bottom: 7px;
}

#main_nav a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
}

/* Formatting for Main Page Content */
#main_page_content {
	width: 850px;
	float: left;
	background-color: #603913;
	z-index: 20;
	position: relative;
}

#main_page_content_left {
	width: 384px;
	height: 540px;
	margin-left: 16px;
	background-color: #dcd0c4;
	float: left;
	background-image: url(images/homepage_textpanel_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 15px;
	margin-right: 18px;
}

#main_page_content_left p {
	font-size: 13px;
	line-height: 165%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 22px;
}

#main_page_content_middle {
	float: left;
	margin-top: 16px;
	width: 235px;
}

.sixteenpx {
	width: 10px;
	height: 16px;
}

#main_page_content_right {
	float: right;
	width: 164px;
	margin-right: 16px;
	margin-top: 16px;
	margin-left: 16px;
}

#lecture {
	background-color: #dcd0c4;
	margin-bottom: 16px;
	height: 320px;
}

#lecture h3 {
	color: #006838;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 5px;
}

#lecture ul {
	padding-bottom: 25px;
}

#lecture li {
	font-size: 12px;
	color: #603913;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#lecture p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #603913;
	line-height: 135%;
}

#safeserve {
	background-color: #dcd0c4;
	height: 206px;
}

#safeserve h3 {
	color: #006838;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 5px;
}

#safeserve p {
	color: #603913;
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 150%;
}

/* Formatting for Footer */
#footer {
	clear: both;
	width: 850px;
	height: 65px;
	background-color: #603913;
}
#footer a {
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px
        padding-top: 5px;
	text-decoration: none;
	display: block;
	text-align: center;
}
#bottom_nav {
}

#bottom_nav ul {
	width: 500px;
	float: left;
}

#bottom_nav li {
	float: left;
	padding-top: 16px;
	padding-bottom: 6px;
}

#bottom_nav a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 16px;
	padding-right: 14px;
}

#contact_info {
	float: right;
	margin-right: 16px;
	padding-top: 16px;
	width: 325px;
}

#contact_info p {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 135%;
}

/* Formatting for Interior Pages */
#interior_page_top_brown {
	width: 850px;
	height: 16px;
	background-color: #603913;
	z-index: 20;
	position: relative;
}

#interior_page_content {
	float: left;
	width: 850px;
	background-image: url(images/interior_page_background.png);
	background-repeat: repeat-y;
}

#new_page_content {
	float: left;
	width: 850px;
	background-image: url(images/newpage_background.png);
	background-repeat: repeat-y;
}

#new_page_content h1 {
	padding-left: 60px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}

#new_page_content h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 60px;
	padding-bottom: 10px;
}

#new_page_content h3 {
	padding-left: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #006838;
	padding-bottom: 10px;
}

#new_page_content p {
	font-size: 13px;
	line-height: 165%;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 22px;
}

#new_page_content ul {
	padding-left: 75px;
	padding-bottom: 25px;
}

#new_page_content li {
	list-style: square;
	padding-bottom: 6px;
	font-size: 12px;
	padding-right: 60px;
}
	
#interior_page_content_left {
	width: 384px;
	margin-left: 16px;
	background-color: #dcd0c4;
	float: left;
	padding-top: 10px;
	margin-top: 15px;
	margin-right: 18px;
}

#interior_page_content_left h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}

#interior_page_content_left h3 {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #006838;
	padding-bottom: 10px;
}

#interior_page_content_left p {
	font-size: 13px;
	line-height: 165%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 22px;
}

#interior_page_content_left ul {
	padding-left: 25px;
	padding-bottom: 25px;
}

#interior_page_content_left li {
	list-style: square;
	padding-bottom: 6px;
	font-size: 12px;
	padding-right: 15px;
}

#interior_page_content_right {
	float: right;
	width: 416px;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #dcd0c4;
	text-align: left;
}

#interior_page_content_right p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 140%;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#interior_page_content_right img {
	float: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

#history p{
	font-size: 14px;
	line-height: 170%;
}

#book {
	width: 350px;
	text-align: center;
	margin: 0 auto;
}

/* Formatting for Blog */
#blog_page_content {
	float: left;
	width: 850px;
	background-image: url(images/blog_background.png);
	background-repeat: repeat-y;
}

#blog_page_content_left {
	width: 600px;
	margin-left: 16px;
	background-color: #dcd0c4;
	float: left;
	padding-top: 10px;
	margin-top: 15px;
	margin-right: 16px;
}

#blog_page_content_left h2 {
	font-size: 16px;
	color: #006838;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 8px;
}

#blog_page_content_left p {
	padding-bottom: 12px;
}

a.post_title {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #006838;
}

a:hover.post_title {
	text-decoration: underline;
}

p.date {
	padding-left: 10px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 12px;
}

.post {
	padding-bottom: 25px;
}

.entry {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 145%;
}

.entry ul {
	padding-left: 25px;
	margin-left: 25px;
}

.entry li {
	list-style: square;
	padding-left: 0px;
	padding-bottom: 8px;
}

.entry ol {
	padding-left: 25px;
	margin-left: 25px;
}

.entry ol li {
	list-style: decimal;
	padding-left: 0px;
	padding-bottom: 8px;
}

.postmetadata {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #603913;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 10px;
	line-height: 135%;
	margin-top: 8px;
}

.postmetadata a {
	font-weight: bold;
	color: #006838;
	text-decoration: underline;
}

.navigation {
	padding-left: 10px;
	padding-right: 10px;
	color: #603913;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

.navigation a {
	color: #603913;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

h3#comments {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}

#comments a {
	font-size: 12px;
	font-weight: bold;
	color: #006838;
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.commentlist {
	padding-left: 10px;
	font-size: 12px;
	line-height: 150%;
}

.commentlist a {
	color: #006838;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#respond {
	padding-left: 10px;
}

#respond h3 {
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 0px;
}

#commentform p {
	padding-bottom: 6px;
	font-size: 11px;
}

#comment {
	width: 300px;
}	
#blog_sidebar {
	float: right;
	width: 202px;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #dcd0c4;
}

#blog_sidebar h2 {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	color: #006838;
	font-weight: bold;
	font-size: 13px;
}
#blog_sidebar p {
	font-size: 12px;
	line-height: 135%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
}

#blog_sidebar ul {
	padding-left: 5px;
}

#blog_sidebar li {
	list-style-type: none;
	padding-bottom: 6px;
}

#blog_sidebar li a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #603913;
}
	
	
	