/*
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-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B9B9B;
}

entryImage {
	text-align: center;
}

h1, h2, h3 {
	text-transform: sentence;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 18px; }
h3 { font-size: 14px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px solid #1F1F1F;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	margin-top: 20px;
	padding: 20px 40px 20px 60px;
	background: #131313;
}

.post h2, .post h3, .post table {
	margin-left: -40px;
}

/* Header */

#header {
	width: 750px;
	height: 130px;
	margin: 0 auto;
	border-bottom: 1px solid #1F1F1F;
}

#header h1 {
	margin: 0;
	padding: 50px 0 0 20px;
	font-size: 48px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 92px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FF941D;
}

/* Content */

#content {
	width: 680px;
	margin: 0 auto;
	padding: 0px;
}

#colOne {
	float: left;
	width: 180px;
}

#menu {
	font-size: 14px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 500px;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333333;
}
