/*
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: none;
	color: #000000;
}

a:hover {
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 940px;
	height: 160px;
	margin: 0 auto;
	background: #008080 url(../header.jpg) top repeat-x;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	margin-left: 40px;
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 2.6em;
	color: #ffffff
}

#logo p {
	float: left;
	margin-left: 65px;
	padding: 12px 0 0 2px;
	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: 940px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 30px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #F5F5DC;
	color: #000000;
}

#menu a:hover {
	background: #008080;
	text-decoration: underline;
	color: #000000;
}

/* pixMenu */

.pixmenu {
	width: 650px;
	margin: 0 auto;
}

.pixmenu ul {
	margin: 0;
	margin-left: 30px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
}

.pixmenu li {
	float: left;
	margin-top: 20px;
}

.pixmenu a {
	margin-right: 3px;
	padding: 5px 20px;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}


.pixmenu a:hover {
	background: #008080;
	text-decoration: underline;
	color: #000000;
}


/* Page */

#page {
	width: 860px;
	min-height: 450px;
	margin: 0 auto;
	padding: 40px;
}

/* Content */

#content {
	width: auto;
}

.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: 20px 0;
	text-align: center;
	border-bottom: 1px dotted #000000;
}

/* Thumbnail */

.post .thumbnail {
	margin: 0 auto;
	width: 750px;
 	text-align: center;
	float: left;

}

.post .thumbnail ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

.post .thumbnail li {
	height: 160px;
	width: 120px;
	margin: 2px;
	float: left;
	background: #008080;
 	text-align: center;
}

.post .submenu {
 	text-align: center;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	background: #008080;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}


