/*
Theme Name: Dr. Smash Designs
Theme URI: http://dvolkov.com/
Description: Theme for Dr. Smash Designs.
Version: 1.0
Author: Denis Volkov
*/

/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
	font-family: Arial;
}

#navigation {
	position: absolute;
	margin-left: -460px;
	z-index: 10;
	top: 150px;
	left: 50%;
	width: 920px;
	height: 50px;
}

#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: 610px;
	padding: 40px 10px 10px 10px;
	background-color: transparent;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 14px;
	border: solid 1px;
/*	border-color: #701618;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
}

#wrapper a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#wrapper a:hover {
	text-decoration: underline;
	color: #344261;
	font-weight: bold;
}

#page_scroller {
	position: relative;
	width: 890px;
	height: 600px;
	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: 825px;
	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 {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(images/menu_bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/menu_bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#B11718;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#DE3330;
}