/* GoN Style Mod */

/* Import Default Arras Style */
@import url('default.css');

/* *****************************************************************************
	MAIN SITE LAYOUT
***************************************************************************** */

#header {
	background-color:transparent;
	background-image:url('../../images/GoN/header_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	border:none;
	height:100px;
	padding:0;
	}
	
#header .logo {
	display:none;
	}
	
#searchbar {
	margin:31px 0 0 0;
	}
	
#main {
	padding:10px;
	}
	
	
#bottom-content-1, #bottom-content-2 {
	margin:0 10px 0 0;
	}
	
#footer {
	margin:0 auto;
	}

/* *****************************************************************************
	MODIFY NAVIGATION BAR
***************************************************************************** */
	
.sf-menu {
	font-weight:bold;
	}
	
.sf-menu, .sf-menu ul {
	float:left;
	list-style-type:none;
	line-height:30px;
	padding:0;
	margin:0;
	}
	
.sf-menu a {
	display:block;
	text-decoration:none;
	padding:0 10px;
	text-transform:uppercase;
	color:#666;
	font-size:11px;
	}
	
.sf-menu li {
	float:left;
	padding:0;
	}

/* *****************************************************************************
	MODIFY POSTBAR
***************************************************************************** */
	
.postbar {
	background-image:url(../../images/topnav.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:solid 1px #cccccc;
	font-size:11px;
	list-style-type:none;
	margin:0 0 10px;
	padding:7px 0;
	}
	
.postbar li	{
	border-left:solid 1px #cccccc;
	float:left;
	padding:0 9px;			
	}
	
.postbar li:first-child	{
	border-left:0;
	}
	
.postbar li a:link, .postbar li a:visited {
	font-weight:bold;
	text-decoration:none;
	}

.postbar li a:hover, .postbar li a:active {
	}
	
.postbar .WP-PrintIcon, .postbar .WP-EmailIcon {
	display: none;
	}
	
/* *****************************************************************************
	CUSTOM - Ratings/Views Bar
***************************************************************************** */

div#ratings-views {
	background-color:#e5e5e5;
	background-image:url(../../images/topnav.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:solid 1px #cccccc;
	font-size:11px;
	list-style-type:none;
	margin:0 0 10px;
	padding:7px 10px;
	clear:both;
	}
	
div#ratings-views div.ratings {
	clear:left;
	float:left;
	text-align:left;
}

div#ratings-views div.view-count {
	clear:right;
	float:right;
	text-align:right;
	}
	
/* *****************************************************************************
	MODIFY SIDEBAR WIDGETS
***************************************************************************** */

ul.xoxo li div.widgetcontent ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
