/*

Theme Name: Home

Theme URI: http://www.themelab.com/free-wordpress-themes/

Description: Design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>

Version: 1.0

Author: Theme Lab

Author URI: http://www.themelab.com/

*/



/* CSS Document */



* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	background:url(images/body.jpg) center -67px repeat-x #050507;
	font:70% Verdana;
	color:#ACACB0;
}
a {
	color:#99FF00;
}
a:hover {
	text-decoration:none;
}
#header {
	height:166px;
	display:block;
	background:url(images/header.jpg) center -67px no-repeat;
}
h1.main_title {
	font:170% Century Gothic;
	color:#fff;
	font-weight:bold;
	margin:20px auto 0;
	text-align:center;
}
h1.main_title a {
	color:#fff;
	text-decoration:none;
}
#container {
	width:760px;
	margin:0 auto;
	background:#151521;
	padding:5px;
}
#navigation {
	background:#181825;
	width:600px;
	border-top:1px solid #2E2E47;
	padding:12px 0;
	margin:35px auto 1px;
	font:100% Georgia;
	color:#fff;
	letter-spacing:2px;
	text-transform:uppercase;
}
#nav li {
	list-style:none;
	display:inline;
	margin-right:0px;
}
#nav a {
	padding:12px;
	color:#ACACB0;
	text-decoration:none;
	margin-right:0px;
}
#nav a:hover {
	background:url(images/nav_link_active.jpg) top repeat-x;
	color:#fff;
}
#nav li.current_page_item a {
	background:url(images/nav_link_active.jpg) top repeat-x;
	color:#fff;
	font-weight:bold;
}
#inner_container {
	background:url(images/inner_container.jpg) top repeat-x #181824;
	padding:10px 10px 10px 25px;
}
#sidebar {
	width:200px;
	padding:10px;
	float:right;
	background:#232436;
	color:#bdbdc1;
}
#container #sidebar h2 {
	font-size:90%;
	margin:10px 0;
}
#container #sidebar p {
	text-indent:0;
	font-size:90%;
	line-height:17px;
}
#content {
	margin-right:240px;
}
blockquote {
	background:url(images/quote.gif) bottom right no-repeat #292935;
	padding:2px 17px;
}
p {
	margin:10px 0;
	padding:5px;
	line-height:20px;
	text-indent:25px;
}
p.note {
	padding:20px;
	background:#2D2D44;
	color:#fff;
}
#container h1 {
	color:#fff;
	margin:15px 0;
	padding:10px 0 0 0;
	font-family: Arial;
	font-size: 170%;
	border-top: 1px solid #FFF;
}
#container h1 a, #container h2 a {
	text-decoration:none;
}
#container h2 {
	color:#fff;
	margin:15px 0;
	padding:10px 0 0 0;
	font-family: Arial;
	font-size: 150%;
	border-top: 1px solid #FFF;
}
#container ul {
	margin:10px 15px;
}
#container ul li {
	margin:10px 0;
}
#container img {
	background:#070713;
	padding:5px;
}
#footer {
	width:750px;
	background:#151521;
	padding:10px;
	margin:0 auto;
	clear:both;
}
#content table {
	width:475px;
	background:#1E1E2D;
	margin:25px 0;
}
td {
	padding:8px;
	text-align:center;
	background:url(images/td.jpg) top left no-repeat #1E1E2D;
	font:100% Georgia;
}
th {
	color:#fff;
	padding:10px;
}
#footer p {
	text-indent:0;
}
#footer p.validate {
	float:right;
}
.clear {
	clear:both;
}
h3#comments {
	padding:10px 0 10px 0;
}
h3#respond {
	padding:10px 0 10px 0;
}
.commentlist p {
	text-indent:0;
}
img.avatar {
	float:left;
	padding-right:5px;
}
.pagination {
	padding:10px;
}
.pagination .alignleft {
	float:left;
}
.pagination .alignright {
	float:right;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */

div.wp-caption {
        margin: 0 20px 0 0;
	clear:left;
}
.spec-item-box {
	list-style-position: inside;
}
ul.spec-item-box2 {
	list-style-position: inside;
}
ul.spec-item-box2 li {
	display:inline;
	font-style:italic;
	padding-right:10px;
}

