/*
color sceme

teal #008080
tan #FAEBD7
bright tan #F5F5DC
text black #000000
link black #050505
hover grey #848484
white #ffffff
*/

body {
	margin: 0;
	background: #FAEBD7 url(../bkgnd.jpg) top repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #050505;
}

a:hover {
	background: none;
	text-decoration: none;
	color: #848484;
}

p.first:first-letter
{
	float:left;
	padding: 2px;
	font-weight: 900;
	font-size:4em;
}

/* Header */

#header {
	width: 80%;
	height: 160px;
	margin: 0 auto;
	background: #008080 url(../header.jpg) top repeat-x;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	margin-left: 1em;
	padding-top: 1.5em;
	text-transform: uppercase;
	font-size: 2.6em;
	color: #ffffff
}

#logo p {
	float: left;
	margin-left: 3.06em;
	padding: .75em 0 0 .13em;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #050505;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 80%;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 1.2em;
	padding: 1em 0 0 .6em;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: .13em;
	padding: .4em 1.2em;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #F5F5DC;
	color: #000000;
}

#menu a:hover {
	background: #008080;
	text-decoration: underline;
	color: #000000;
}

/* SubMenu */

.submenu {
	width: 80%;
	height: 60px;
	margin: 0 auto;
}

.submenu ul {
	margin: 0;
	margin-left: 2em;
	padding: 1.2em 0 0 .8em;
	list-style: none;
	line-height: normal;
}

.submenu li {
	float: left;
}

.submenu a {
	margin-right: .15em;
	margin-top: .15em;
	padding: .4em 1.75em;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
}


.submenu a:hover {
	background: #008080;
	text-decoration: underline;
	color: #000000;
}

/* Page */

#page {
	width: 80%;
	min-height: 450px;
	margin: 0 auto;
	padding: 2em;
}

/* Content */

#content {
	float: left;
	width: 65%;
}

.post {
}

.post .title {
	padding: 5px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.post .title a {
	background: none;
}

.post .meta {
	padding: 2px 10px;
	background: #F5F5DC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}

.post .entry {
	padding: 1.7em 0;
	text-align: justify;
	border-bottom: 1px dotted #000000;
}

/* Sidebar */

#sidebar {
	position:absolute;
	left: 65%;
	top: 260px;
	float: right;
	width: 258px;
	background: #F5F5DC;
	border: 1px solid #D3D3D3;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 1.7em;
}

#sidebar li li {
}

#sidebar h2 {
	padding: .15em .75em;
	background: #000000;
	letter-spacing: .15em;
	font-size: 1.2em;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar p {
	padding: 1.1em;
}

/* Footer */

#footer {
	width:80%;
	margin: 0 auto;
	padding: 1.75em 0;
	background: #008080;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: .75em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}