@charset "utf-8";

/* =Header
-------------------------------------------------------------- */
#wrap-header {
	background:url(/wp-content/themes/twentyten/images/header-bg-rep.jpg) repeat-x 0 0;
}
#wrap-header-aux {
	background:url(/wp-content/themes/twentyten/images/header-bg.jpg) no-repeat 50% 0;
}
#header {
	height:180px;
	width:976px;
	margin:0 auto;
	padding:0;
}
#header li {
	list-style-type:none;
}
#header #searchform * {
	vertical-align:middle; 
}
#header #searchform div {
	background:#1f0707; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; 
	padding:11px 18px;
}
#header .header-right {
	position:absolute;
	right:0;
	top:0;
}
#header .infoBox { position:relative; float:right; padding:15px 18px 13px; text-align:right; margin:0 0 8px; display:inline-block; background:#1f0707; -moz-border-radius:0 0 6px 6px; -webkit-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px;  }
#header .infoBox .separator { color:#e05100; margin:0 15px; }

#header #searchsubmit {
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
	height:30px;
	padding:0 12px;
	margin-left:15px;
	border:none;
	cursor:pointer;
	background: #dddddd;
    background-image: -moz-linear-gradient(top, #f6f6f6, #bebebe);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#bebebe));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#f6f6f6, endColorstr=#bebebe, GradientType=0);
}
#header #s {
	width:213px;
	padding:5px 10px;
	color:#ece3e3;
	font-size:17px;
	border:none;
	background:#5e4d4d;
    background-image: -moz-linear-gradient(top, #4c3c3c, #604d4d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c3c3c), to(#604d4d));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#4c3c3c, endColorstr=#604d4d, GradientType=0);
	-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
}
#header .top {
	position:relative;
	height:146px;
}
#header .top #logo {
	width:150px;
	height:150px;
	position:absolute;
	top:10px;
	left:-5px;
	background:url(/wp-content/themes/twentyten/images/logo.png) no-repeat;
	text-indent:-9999px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	position:absolute;
	top:-100px;
	
}


/* =Menu
-------------------------------------------------------------- */

#access {
	width:100%;
	display: block;
	float: left;
	margin: 1px auto;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	display:block;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	float:right;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	font-size:12px;
	display: block;
	line-height: 31px;
	padding: 0 20px;
	margin-right:6px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.7);
	line-height: 1em;
	padding:10px 20px;
	width: 160px;
	margin-left:0;
	height: auto;
}
#access ul ul a:hover {
	background: rgba(0, 0, 0, 0.9);
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.menu-item.active a,
#access ul li.menu-item.active a:hover {
	background:url(/wp-content/themes/twentyten/images/menu-active.jpg) repeat-x;
	cursor:default;
}
#access .register {
	float:right;
}
#access .register a {
	color:#e05100;
}
#access .register a:hover {
	text-decoration:underline;	
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* Footer
-------------------------------------------------------------- */
#wrap-footer {
	margin-top:25px;
	border-top:3px solid #190202;
	background: #3e0d0d;
    background-image: -moz-linear-gradient(top, #521515, #250404);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#521515), to(#250404));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#521515, endColorstr=#250404, GradientType=0);
}
#wrap-footer #footer, #wrap-subfooter .sub-footer {
	width:976px;
	margin:0 auto;
}
#wrap-footer #footer {
	color:#b7a0a0;
}
#wrap-footer #footer .footer_content {
	line-height:1.2em;
	padding-bottom:20px;
	width:100%;
	overflow:hidden;
}
#wrap-footer #footer .logo {
	float:left;
	width:124px;
	height:115px;
	text-align:center;
	margin-right:65px;
	background:#1f0707;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px; 
}
#wrap-footer #footer .logo img {
	margin-top:15px;
}
#wrap-footer #footer .footer-left {
	float: left;
	width:600px;
	padding-top:25px;
}
#wrap-footer #footer .footer-right {
	float:right;
	text-align:right;
	width:178px;
	padding-top:20px;
}
#wrap-footer #footer .footer-right h3 {
	font-size:11px;
}
#wrap-footer #footer .col {
	float:left;
	width:200px;
}
#wrap-footer #footer li {
	list-style-type:none;
	line-height:1em;
	padding-bottom:9px;
	font-size:11px;
}
#wrap-footer #footer .logos {
	padding-top:10px;
}
#wrap-footer #footer .logos img {
	margin-right:5px;
}
#wrap-subfooter {
	background:#000;
	padding:5px 0;
}
#wrap-footer #footer a {
	color:#db6828;
}
#wrap-subfooter, #wrap-subfooter a {
	color:#606060;
}
.banner-top { text-align:center; margin-bottom:10px; }

.wgo_block .section#wgo_stats {
	display:none!important;
}