﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #A0A0A3;
	font: normal small "Segoe UI", Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #6C7F00;
}

h2 {
	border-bottom: thick #999900;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	text-transform: lowercase;
	font-weight: bold;
	color: #666666;
	letter-spacing: 2px;
}

h1 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #C6CD9C;
}

ul {
	line-height: 180%;
	font-size: .9em;
}

ol {
	line-height: 180%;
	font-size: .9em;
}

blockquote {
	line-height: 180%;
	font-size: .9em;
}

p {
	line-height: 180%;
	font-size: .9em;
	color: #E0E0E0;
	letter-spacing: 1px;
	text-align: left;
}

a {
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
	color: #E0E0E0;
}

a:hover {
	border: none;
}

/* Header */

#header {
	margin-bottom: 0px;
	margin: 0 30px 0 30px;
	height: 199px;
	color: #FFFFFF;
}

#header h1 {
	padding: 200px 0 0 0;
	text-align: right;
	font-size: 4em;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #000000;
}

#header h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}

/* Content */

#content {
	width: 785px;
	margin: 0 auto;
	background: repeat-y;
	padding-top: 8px;
}

/* Column One */

#colOne {
	margin: 0;
	float: left;
	width: 485px;
	background-color: #333333;
	margin-top: 8px;
}

#colOne .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
	border-top: 10px solid #E0E0E0;
	border-top-style: none;
}

#colOne .posted {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	float: left;
	width: 280px;
	background-color: #333333;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 30px;
	border-bottom: 1px solid #C6CD9C;
}

#colTwo li ul {
	padding-left: 24px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: 2px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background: url('images/flowerbullet.gif') no-repeat left center;
}

#colTwo a {
	border: thin #000000 none;
	padding-left: 10px;
	background: url('images/littlearrowbullet.gif') no-repeat left center;
}

#colTwo a:hover {
	color: #C6CD9C;
}

#menu {
	background: #333333 url('images/thinline.gif') no-repeat;
}
#menu h2 {
	background-image: url('images/flowerbullet.gif');
	background-repeat: no-repeat;
	letter-spacing: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 200px;
	margin-left: -24px;
	padding: 3px 0 3px 24px;
	background: none;
	color: #E0E0E0;
}
#menu .active a {
	background: #CCCCCC;
	color: #333333;
}
#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

/* Footer */

#footer {
	width: 785px;
	margin: 0 auto;
	background: #333333;
}

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}