/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body {
	background-color: #b4d7c6;
}
#keyword {
	font: 15px "Trebuchet MS";
	color: #89c8a8;
	width: 10px;
	height: 1px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#keyword-desc {
	font: 10px "Trebuchet MS";
	color: #89c8a8;
	width: 800px;
	margin: 5px auto 10px auto;
	padding: 0px;
	text-align: justify;
	line-height: 10px;
}
#keyword-tags {
	font: 10px "Trebuchet MS";
	color: #89c8a8;
	margin: 5px auto 2px auto;
	padding: 0px;
	text-align: justify;
	line-height: 10px;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
/*	height: 500px;*/
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	margin: 30px auto;
	background: #FFFFFF url(../img/nav-grad.gif);
	background-repeat: repeat-x;
}
#body {
	margin: 90px 0px 30px 20px;
	padding-right: 10px;
	width: 540px;
	color: #888888;
	text-align: justify;
	font: 13px "Trebuchet MS";
	border-right: 1px solid #EEEEEE;
}
#topnav {
	float: right;
	width: 210px;
	font: 12px "Trebuchet MS";
	padding: 0px;
	padding-left: 10px;
	margin-right: 10px;
}
#search {
	padding-top: 10px;
	padding-bottom: 15px;
}
#rss {
	font-size: 15px;
	padding-bottom: 15px;
}
.pagenav, #archives, .categories, .linkcat, #meta {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	font-size: 15px;
}
.pagenav li, #archives li, .categories li, .linkcat li, #meta li {
	list-style: none;
	margin: 0px;
	font-size: 12px;
}
.pagenav ul, #archives ul, .categories ul, .linkcat ul, #meta ul {
	margin: 0px;
	margin-left: -20px;
}
#about {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 13px;
	color: #666666;
}
#body a, #topnav a {
	text-decoration: none;
	color: #6c9f86;
	font-weight: 600;
}
#body a:hover , #topnav a:hover {
	border-bottom: 1px dotted #BBBBBB;
	color: #888888;
}
#body h1 {
	font: 25px "Trebuchet MS";
	font-stretch: condensed;
	font-weight: normal;
	text-decoration: none;
	color:#e3852d;
	letter-spacing: -0.05em;
	border-bottom: 1px dotted #CCCCCC;
}
#body h1 a {
	font-weight: normal;
	color:#e3852d;
	text-decoration: none;
}
#body h1 a:hover {
	color:#e38999;
	text-decoration: none;
	border-bottom: none;
}
#body img a {
	border: none;
}
#body img a:hover {
	border: none;
}
#date {
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 0em;
	color: #CCCCCC;
}
#commentlist cite {
	font-size: 11px;
}
#commentlist p {
	font-size: 13px;
}
#commentlist li {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	margin-right: 30px;
}
#comment {
	width: 525px;
}
.storycontent {
	margin-left: 15px;
	margin-right: 15px;
}
.meta {
	width: auto;
	text-align: right;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 30px;
	font-size: 12px;
}
.feedback {
	font-size: 12px;
	float: left;
	margin-right: 10px;
}
#footer {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	margin-top: -32px;
	font: 12px "Trebuchet MS";
	color: #89c8a8;
	font-variant:small-caps;
}
/* --[ nav ]------------------------------- */
#nav {
	width: 794px;
	height: 42px;
	float: left;
	margin: 20px 0 35px 0;
	padding: 5px 5px;
	position: relative;
	left: -2px;

	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #DDDDDD;
	
	overflow:visible;
	background:url(../img/bg.gif);
	background-repeat:repeat;
}
#nav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
}
#nav a {
	float: left;
	display: block;
	padding: 8px 10px;
	border: none;

	font:20px "Trebuchet MS";
	font-stretch:condensed;
	text-decoration:none;
	color:#6c9f86;
	letter-spacing: -0.1em;	
}
#nav li ul a {
	font-size: 15px;
}
	
/* hover state */
#nav li:hover {
	color:#e3852d;
}
#nav a:hover { /* a backup for IE's lack of li:hover support */
	color:#e3852d;
}
html>body #nav a:hover {
	color:#e3852d;
}

/* active state */

#nav li.logo {
	background: url(../img/header-small.gif) no-repeat top left;
	height: 92px;
	width: 167px;
	position: relative;
	top: -23px;
	margin-left: 20px;
	padding-right: 25px;
}
#nav li.active a {
	color:#7f734b;
}
#nav li.active:hover {
}
#nav li.active a:hover {
	color:#7f734b;
}
#nav li.active ul a {
	color:#6c9f86;
}
#nav li.active ul a:hover {
	color:#e3852d;
}
#nav li ul {
	display: none;
	background: none;
	font-size: 15px;
} 
#nav li:hover > ul {
	display: block;	
	background: none;
	position: absolute;
	top: 42px;
	text-align: left;
	padding-top: 5px;
	padding-left: 0px;
}

