body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/force3d_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

body, th, td, input, textarea, select, option {
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: none;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFF;
}

h2 {
	text-transform: none;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	text-decoration: none;



}

a:hover {
	color: #999999;

}

/* Header */

#header {
	width: 950px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header_bar.png);
	background-repeat: no-repeat;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
	border-bottom-color: #FF0000;
}


/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	min-height: 800px;
}

/* Content */

#content {
	float: left;
	width: 630px;
	clear: left;
}

.post {
	padding: 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #FFF;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	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;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style-image: none;
	list-style-type: none;
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(images/force3d_bullet.png) no-repeat left 80%;
	list-style-image: none;
	list-style-type: none;
}

#sidebar a {
	text-decoration: none;
	color: #666666;
}

#sidebar a:hover {
	color: #FF0000;
	list-style-image: url(images/force3d_bullet.png);
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	height: 60px;
	width: 950px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	padding: 2px;
	font-size: 9px;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: 9px;
	color: #717171;
	line-height: 1.3em;
	margin-top: -10px;
}
