/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
body {
	background:#000;
}
#header {
	background:#000 url(../images/headerBG.png) repeat-x left top;
	border:none;
}
	.blog-name a {
		display:block;
		background:url(../images/logo.png) no-repeat left top;
		margin-top:-4px;
		width:163px;
		height:34px;
		text-indent:-9999px;
	}
#wrapper {
	margin:0 auto;
	padding-top:6px;
	width:1000px;
}
#nav {
	background:#333 url(../images/menuBG.png) repeat-x left top;
	margin:0 auto;
	padding-top:4px;
	width:1000px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}
#nav a {
	color:#ccc;
}
#nav a:hover {
	color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#main {
	border:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.home-title {
	background:#000 url(../images/headerBG-content.png) repeat-x left top;
	padding-left:8px;
	color:#fff;
	border:none;
	text-transform:none;
}

.multi-sidebar .tabs	{ list-style: none; margin:0; padding:0; overflow: hidden; }
.multi-sidebar .tabs li	{ float: left; position:relative; background: #383332; padding: 5px; margin: 0 5px 0 0; border:none; }
.multi-sidebar .tabs a:link, .multi-sidebar .tabs a:visited	{ text-decoration: none; font-weight: 700; color: #FFF; }
.multi-sidebar .tabs a:hover	{  }
.multi-sidebar .tabs .ui-tabs-selected	{ background: #FFF; border: 1px solid #CCC; border-bottom:none; height:21px; margin-bottom:-2px; }					
.multi-sidebar .tabs .ui-tabs-selected a:link, .multi-sidebar .tabs .ui-tabs-selected a:visited	{ color: #37322F; }			
.multi-sidebar #s-tags a:link, .multi-sidebar #s-tags a:visited	{ font-weight: 700; text-decoration: none; padding: 0 2px; }
