/*
Theme Name: Reno Tactical
Theme URI: http://dvolkov.com/
Description: Theme for Reno Tactical.
Version: 1.0
Author: Denis Volkov
*/

/* CSS Document */

body {
	background-color: #830101;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	font-family: Arial;
}

#navigation {
	position: absolute;
	margin-left: -456px;
	z-index: 10;
	top: 155px;
	left: 50%;
	width: 920px;
	height: 40px;
	background-color: #000000;
}

#logo {
	position: absolute;
	margin-left: -500px;
	z-index: 12;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: 145px;
	padding: 0px;
	background-color: transparent;
}

#wrapper {
	position: absolute;
	margin-left: -461px;
	z-index: 1;
	top: 150px;
	left: 50%;
	width: 900px;
	height: 500px;
	padding: 40px 10px 10px 10px;
	background-color: #333333;
/*	background-image: url(images/content_bg.jpg); */
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	border: solid 5px;
	border-color: #000000;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#wrapper a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#wrapper a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}

#page_scroller {
	position: relative;
	width: 895px;
	height: 510px;
	overflow: auto;
	padding-right: 10px;
}

#sidebar {
	position: absolute;
	margin-left: 243px;
	z-index: 1;
	top: 350px;
	left: 50%;
	width: 225px;
	height: 660px;
	padding: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 16px;
	border: solid 1px;
/*	border-color: #701618;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
}

#sidebar a {
	text-decoration: none;
	color: #344261;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #344261;
	font-weight: bold;
}

#sidebar_scroller {
	position: relative;
	width: 225px;
	height: 660px;
	overflow: auto;
	padding-right: 10px;
	text-align: justify;
}

#footer {
	position: absolute;
	margin-left: -480px;
	z-index: 1;
	top: 715px;
	left: 50%;
	width: 960px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
/*	border: solid 1px;
	border-color: #701618;
	background-color: #F7EAAD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#footer a:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

/*  Navigation  */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	background:transparent url("images/bg.jpg") repeat-x top left;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	background:transparent url("images/over.jpg") no-repeat top right;	
}
