/* STYLES FOR "WILD WEST" THEME */

body {
	background:#000;
}

#container { 
	width:1000px;
	background-image:url(gfx/bg-container.jpg);
	background-repeat:no-repeat;
	background-position:0px 20px;
	margin:auto;
}

#header {
	height:97px;
}

#nav li a {
	background-image:url(gfx/nav-bg.png);
}

#nav li a strong {
	background-image:url(gfx/nav-bg-rt.png);
}

#main-content-top {
	height:100px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

#top-nav li a {
	background-image:url(gfx/top-nav-bg.png);
	color:#fff;
}

#top-nav li a strong {
	background-image:url(gfx/top-nav-bg-rt.png);
}



.side-panel-box {
	background:#fff url(gfx/side-panel-bg.png) repeat-x left bottom;
	border-left:1px solid #D5AE94;
	border-right:1px solid #D5AE94;
}

.side-panel-top {
	background:#fff url(gfx/side-panel-top.png) no-repeat;
}

.side-panel-bottom {
	background:#fff url(gfx/side-panel-bottom.png) no-repeat;
}


.user-panel-box {
	background:#fff url(gfx/user-panel-bg.png) repeat-x left bottom;
	border-left:1px solid #D5AE94;
	border-right:1px solid #D5AE94;
}

.user-panel-top {
	background:#fff url(gfx/user-panel-top.png) no-repeat;
}

.user-panel-bottom {
	background:#fff url(gfx/user-panel-bottom.png) no-repeat;
}

.controls { border-top:1px solid #D5AE94; }

h2 {
	border-bottom:1px dashed #D5AE94;
}

.user-panel-box h2 {
	font-size:15px;
	border-bottom:1px solid #D5AE94;
}

.side-panel-box h2, .about-box h2 {
	border:0;
}

.about-box, .box {
	border:1px solid #D5AE94;
}

h1, h2 {
	color:#7F1400;
}

.about-box h2, .box h2, .box h2 a {
	background:#D5AE94;
	color:#fff;
}

.blog-box1 {
	background:transparent url(gfx/bg-blog-box1.jpg) repeat-x bottom left;
	border-bottom:1px solid #D5AE94;
}

a { color:#CA6E21 }

a:hover { color:#f60 }

.img-thumb img { 
	border:1px solid #D5AE94;
	margin-bottom:5px;
}

.imgborder { border:1px solid #D5AE94; }

.suggest-link {
	position:relative;
	margin-bottom:-1px;
	border-bottom:0;
}

.suggest-link a {
	border:1px solid #D5AE94;
	background:transparent url(gfx/bg-button2.png) repeat-x;
	color:#fff;
	border-bottom: #fff;
	z-index:9999px;
}

.suggest-link a.on, .suggest-link a:hover {
	background:transparent url(gfx/bg-button.png) repeat-x;
	border-bottom:0;
	color:#AA4E01;
}

.xb2, .xb3, .xb4 {border-left-color:#D5AE94; border-right-color:#D5AE94;}
.xb1 {background-color:#D5AE94;}
.xboxcontent {border-color:#D5AE94;}

.left-menu-link {
	border-top-color:#D5AE94;

}

.left-menu-link li a {
	border-bottom-color:#D5AE94;
}

.left-menu-tabs ul li a {
	background-image:url(gfx/bg-button2.png);
	border-color:#D5AE94;
}

.left-menu-tabs ul li a:hover, .left-menu-tabs ul li.on a {
	background-image:url(gfx/bg-button.png); 
	color:#AA4E01;
}

.left-menu-stats .rfloat { color:#AA4E01 }


#header-new .bar1 {
	background:#c16c2a;
}

#header-new .bar2 {
	background:#6C2700;
}

#header-new ul.nav-links li.on a, #header-new ul.nav-links li a:hover {
	background:#c16c2a;
	color:#fff;
}

#header-new .stats {
	color:#fff;
}

#header-new a:hover { 
	color:#ffe2cc;
}
