/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}


h1, h2 {
	margin-bottom: 11px;
	font-weight: normal;
}

h3 {
	margin-top: 11px;
	margin-bottom: 11px;
}

h1 {
	font-size: 110%;
}

h2 {
	font-size: 105%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: auto;
	line-height: 1.4em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	padding-left: 2em;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

/* Menu */

#menu {
	margin: 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: list-item ;
}

#menu a {
	display: list-item;
	width: auto;
	height: 12px;
	padding: 0 0 0 0;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #BABABA;
}

#menu a:hover {
	background: #F7F7F4;
}

#menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Header */

#header {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	background: #888888;
	text-align: center;
	font-size: 12px;
}

#header h2 {
	float: right;
	width: auto;
	height: auto;
	margin: 0;
	background: #888888;
	padding: 0 0 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

/* Page */

#page {
	width: autox;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: auto;
	padding-top: 5px;
}

.post {
	margin-bottom: 10px;
	padding: 0 10px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: auto;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 5px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: #999999;
}

.bluebox h2 {
	background: #666666;
}

/* Footer */

#footer {
	clear: both;
	height: auto;
	padding: 5px 0;
	background: #EDEBD5;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
