body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#005847;
	background-color:#000000;
}
#container {
	width:1024px; margin:0 auto;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1, h2, h3 {
	text-transform: none;
	font-family: "Monotype Corsiva";
	font-weight: normal;
	color: #CC0000;
}
h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}
h2 {
	font-size: 1.5em;
	color:#FFFFFF;
	
}
h3 {
	font-size: 1.2em;
	color:#CCCCCC;
}
p, ul, ol{
	margin-bottom: 1.5em;
	line-height: 180%;
	color:#FFFFFF;
	font-size:20px;
}
blockquote {
	font-style: italic;
	font-color: #FFFF33;
	font-size: 1.8em;
}
ul {
}
ol {
}
a {
	color: #FA9C39;
}
a:hover {
	text-decoration: none;
}
small {
}
hr {
	display: none;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: left;
	margin: 0 0 0 15px;
}
/* Header */
#feeds {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	text-align: right;	
}
#feeds b {
	display: none;
}
#feeds a {
	padding:px;
	background: none;
	background-color:#0066FF;
	text-decoration: none;
	font-weight: bold;
	color: #E6E6E6;
}
#feeds a:hover {
	text-decoration: underline;
}
#logo {
	background-image: url(img/banner.png);
	background-position: left center;
	background-repeat:no-repeat;
	width: 100%; 
	height: 140px;
	margin:auto;
	position:fixed;
}
/* Menu */
/* Sidebar */
#sidebar {
	height:100%;
	margin-top:139px;
	margin-left: inherit;
	position:fixed;	
}
/* Page */
#page {
	width:1024px;
	height:inherit;
	background-color:#000000;
	background-image: url(img/background.png);
	background-repeat: repeat;
}
/* Content */
#content {
	width: 800px;
	height:auto;
	padding-top: 250px;
	padding-left: 225px;
}
.post {
	text-align: left;
}
.post .food{
	font-family: "Monotype Corsiva";
	text-align:left;
	float:left;
	max-width:60%;
	margin-top:40px;
}
.post .title {
	margin-top: 0px;
	border-bottom: 2px solid #1A1A1A;
	text-align:center;
	font-size:2.0em;
}
.post .meta {
	margin: 0;
	padding-left: 6px;
	background: ;
	color: #404040;
}
.post .meta a {
	color: #404040;
}
.post .entry {
	padding-top: 0px;
	text-indent:inherit;
	font-color:#000000;
}
}
.post .more {
	font:"Monotype Corsiva";
	color:#FFFFFF;
	float: right;
	font-size:12px;
}
.post .more a {
	padding-left: 15px;
	background: url() no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}
.post .more a:hover {
	text-decoration: underline;
}
.vline {
	border-bottom: 1px solid #1A1A1A;
}
.disclaimer{
	margin-top: 50px;
	height: 40px;
	font:frutiger;
	font-size:11px;
	color:#FF0000;
	text-align:center;
	background: #1A1A1A;
	border-top: 10px solid #000000;
}
/* Search */
#search form {
	padding: 20px;
}
/* Footer */
