/*
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: #000000;
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, {
	font-weight: normal;
}

h1 {
	letter-spacing: 1.5px;
	font-size: large;
	color: #c0bea7;
}

h2 {
	letter-spacing: -1px;
	font-size: 16px;
	color: #A09E72;
}

.style2 {color: #009900}

.style4 {color: #FF0000}

.style3 {
	color: #FF0000;
	font-size: 14px; }

.style13 {
	color: #009900;
	font-size: 12px;
}

.style14 {
	font-size: 14px;
}

.style15 {
	font-size: 12px;
	font-style: italic;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #c0bea7;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 760px;
	padding-top: 25px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	float: right;
	padding: 0;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

/* Sidebars */

#sidebar {
	float: left;
	width: 440px;
}

.sidebar {
	float: right;
	width: 320px;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
}

