@charset "utf-8";
/*
Theme Name: Camp Skeeter
Theme URI: kyle@chorister.net
A theme by: <a href="mailto:kyle@chorister.net>Kyle McLaughlin</a>.
Version: 1.2
Author: Kyle McLaughlin
Author URI: kyle@chorister.net

*/

body {
	background-color:#000;
}
ul {
	color:#FFFFFF;
}
ol {
	color:#FFFFFF;
}
#page {
	margin: 0px auto;
	width: 1000px;

}
#header {
	margin:0px;
	background: #000000 url(images/header.jpg) repeat-x;
	position:relative;
	height: 125px;
	width:1000px;
}
.menu-title {
	margin:0px;
	padding: 0px 0px 0px 0px;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
	background-color: #033;
	border-top-color: #033;
	border-right-color: #033;
	border-bottom-color: #033;
	border-left-color: #033;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menu {
	margin:10px;
	padding: 0px;
	background-color: #000;
	border: thick solid #033;
	width: 100%;
}
.menu-items {
	padding: 0px 0px 0px 20px;
}
#nav {
	position:relative;
}
#nav li {
	list-style:disc;
}
/* #nav a {
	color: #ffffff;
	text-decoration: none;
	 background: #003333;
	padding: 5px 15px; 
	font: 18px/100% Arial, Helvetica, sans-serif;
	display: block;

} */
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
	color:#FFF;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
#content {
	position:relative;
	overflow: hidden;
	left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;	/* left: auto;*/
}
.post {
	clear:both;
	padding-top: 10px;
	padding-left: 20px;	
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
	font-size: 15px;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
#footer {
	clear: both;
	background: #003333;
	color: #FFFFFF;
	font-size: 95%;
	font: Arial, Helvetica, sans-serif;
	line-height: 130%;
	text-align:center;
	width:1000px;
}
