@charset "iso-8859-2";
/* CSS Document */
body {
font: 14px/1.5 Tahoma;
color:#7B7B7B;
background: #060606 url('img/bg_body.jpg') right top repeat;
text-align: center;
}
#container {
margin: 0 auto;
width: 960px;
text-align: left;
}
/* TOPO
------------------------------------------------------------------*/
#wpTop {
width: auto;
height: auto;
text-align: center;
padding: 0;
margin: 0;
background:transparent;
}
#top {
width: 960px;
height:35px;
margin: 0 auto !important;
padding: 0;
text-align: left;
}
#cat_nav {
width: 960px;
height:auto;
margin: 9px 0 0 20px;
padding: 0;
text-align: right;
display: block;
}
#cat_nav li:first-child {
margin-left: 0;
}
#cat_nav li {
background: #313131 url('img/cat_left_off.png') no-repeat;
height: 20px;
}
#cat_nav li a {
background: url('img/cat_right_off.png') no-repeat top right;
display: block;
padding: 0 10px 0 10px;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
line-height: 1.4;
color: #828282;
}
#cat_nav li:hover, #cat_nav li.over {
background: #FF9900 url('img/cat_left_on.png') no-repeat;
}
#cat_nav li a:hover {
background: url('img/cat_right_on.png') no-repeat top right;
color: #FFF;
}
#cat_nav li.current-cat {
background: #FF9900 url('img/cat_left_on.png') no-repeat;
}
#cat_nav li.current-cat a {
background: url('img/cat_right_on.png') no-repeat top right;
color: #FFF;
}
#wpHeader {
width: auto;
height: auto;
text-align: center;
padding: 0;
margin: 0;
background: #CBCDD5 url('img/wp_header.jpg') left top repeat-x;
margin-bottom:20px;
}
#header {
width: 960px;
height: 305px;
margin: 0 auto;
padding: 0;
background: transparent url('img/bg_header.jpg') right top no-repeat;
}


ul {
	position: relative;
	float: left;
}

li {
	display: block;
	float: left;
	margin-left: 10px;
}
a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #464646;
}


blockquote {
	margin: 20px;
}

blockquote p {
	display: inline;
	background: #FF9900;
	color: #FFF;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h2 {
font-size: 21px;
font-weight: normal;
}
h3 {
font-size: 17px;
font-weight: normal;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	letter-spacing: -.042em;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
	color: #FF9900;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
	color: #FF9900;
}

h5 {
	font-size: 17px;
	color: #FF9900;
}

h6 {
	font-size: 15px;
}

/* `Header
----------------------------------------------------------------------------------------------------*/

#logo {
	background: transparent;
	width: auto;
	height: 72px;
	position: relative;
	display: block;
}

#logo a {
	background: transparent url('images/logo.png') no-repeat;
	width: 235px;
	height: 71px;
	left: 48px;
	top: 15px;
	position: absolute;
	display: block;
}
#logo a span {
display: none;
}
/* `Main
----------------------------------------------------------------------------------------------------*/

#main {
	width: 650px;
	margin: 0 10px;
	position: relative;
	float: left;
	background: #131313;
	padding: 10px;
	margin-bottom: 20px;


}

/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
	width: 250px;
	margin: 0 0 0 10px;
	position: relative;
	float: right;
}

#sidebar ul {
	float: none;
	margin-bottom: 30px;
}

#sidebar li {
	float: none;
	padding: 0;
	margin: 2px 0;
}

#sidebar li.sidebar_header,
#sidebar h3 {
	background: #131313;
	font-size: 17px;
	color:#333;
	font-size: 17px;
	font-weight: bold;
	padding: 17px 5px 5px 5px;
	border: 0;
	margin: 0 0 5px 0;
}

#categories{
width: 250px;
padding: 0;
margin: 0;
height: auto;
}

#categories li,
#popular li {
width: auto;
background: url('img/bg_li.gif') repeat center left;
padding: 5px;
list-style: none;
font-size: 13px;
margin: 1px;
clear:both;
}
