/* 
	nerd style
	main panel color: d11f2b
	main panel & dropdown border: 87161a
	sidebar panel bg: 53d8eb
	sidebar panel header bg: 0c91a4
	sidebar panel border: 36bbce
	dropdown hover: ff2635
	footer links: 4a4a4a
*/


/* general reset */
html {
	min-width:999px;
}
body {
	margin: 0;
	color: #FFF;
	font: 11px Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bg-body-nerd.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
img {
	border:0;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input,
textarea,
select {
	font-size:100%;
	vertical-align:middle;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* main wrapper */
#wrapper {
	width:999px;
	overflow:hidden;
	margin:0 auto;
	padding:170px 0 0;
	position:relative;
}
/* logo */
.logo {
	margin:0;
	position:absolute;
	top:0;
	left:380px;
}
.logo strong {
	display:block;
	background:url(../images/logo-nerd.png) no-repeat;
	width:241px;
	height:215px;
	overflow:hidden;
}
.logo a {
	overflow:hidden;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	position:relative;
	width:132px;
	height:160px;
	margin:8px 0 0 54px;
}
/* main */
#main {
	width:999px;
	z-index:10;
	position:relative;
}

/* top nav bg */
.main-t {
	height:36px;
	background: url(../images/bg-main-t-nerd.png) no-repeat;
}

/* bottom fadeout */
.main-b {
	background: url(../images/bg-main-b-nerd.png) no-repeat;
	height:278px;
}

/* side grads */
.main-c {
	background: url(../images/bg-main-c-nerd.png) repeat-y;
	width:999px;
}
.main-c:after {
	clear:both;
	display:block;
	content:"";
}
/* main-content block */
.main-content {
	width:949px;
	overflow:hidden;
	padding:28px 25px 20px;
	float:left;
	margin:-25px 0 -278px;
	position:relative;
}
/* main navigation */
#nav {
	margin:0;
	list-style:none;
	padding:0;
	height:25px;
	width:949px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#nav:after {
	clear:both;
	display:block;
	content:"";
}
#nav li {
	float:left;
	display:inline;
	margin:0 0 0 51px;
	position:relative;
	padding:6px 0 0;
	height:19px; 
}
#nav li a {
	width:886px;
	height:14px;
	text-indent:-9999px;
	display:block;
	background: url(../images/bg-nav.png) no-repeat;
	cursor:pointer;
}
#nav li span {
	width:100%;
	overflow:hidden;
	display:block;
}
#nav .home {
	margin:0 0 0 60px;
	width:70px;
}
#nav .news {
	width:70px;
}
#nav .news a {
	margin:0 0 0 -118px;
}
#nav .artists {
	width:85px;
}
#nav .artists a {
	margin:0 0 0 -239px;
}
#nav .events {
	width:85px;
}
#nav .events a {
	margin:0 0 0 -375px;
}
#nav .media {
	width:75px;
}
#nav .media a {
	margin:0 0 0 -510px;
}
#nav .forum {
	width:80px;
}
#nav .forum a {
	margin:0 0 0 -636px;
}
#nav .blog {
	width:118px;
}
#nav .blog a {
	margin:0 0 0 -768px;
}
#nav li:hover a,
#nav li.hover a {
	background: url(../images/bg-nav-hover.png) no-repeat;
}
#nav li:hover ul a,
#nav li.hover ul a {
	background:none;
}


/* dropdown menus */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 25px;
	left: -17px;
	width: 120px;
	background: #d11f2b;
	border-width: 0 1px 0 1px;
	display: none;
	border-color: #87161a;
	border-style: solid;
}
#nav ul li {
	float:none;
	display:block;
	margin:0;
	padding:0;
	vertical-align:middle;
	border-bottom: 1px solid #87161a;
	height:1%;
}

#nav li:hover ul,
#nav li.hover ul {
	display:block;
}
#nav ul li a {
	height:auto;
	text-indent:0;
	display:block;
	width:111px;
	margin:0 !important; 
	padding:0 0 0 9px;
	font-size:11px;
	line-height:23px;
	background:none;
}
#nav li .active  a {
	background: url(../images/bg-nav-active.png) no-repeat !important;
}

/* dropdown menu hover */
#nav ul li a:hover {
	text-decoration: none;
	background-color: #ff2635;
}

/* featuredcontent holder */
.featuredcontent-holder {
	width:949px;
	overflow:hidden;
}
.featuredcontent-holder img {
	display:block;
}
/* main-block */
.main-block {
	width:100%;
	margin:3px 0 0;
}
.main-block:after {
	clear:both;
	content:"";
	display:block;
}
/* main holder */
.main-holder {
	float:left;
	width:720px;
}
/* sidebar */
.aside {
	width:220px;
	float:right;
}
/* content */
.main-block .main-holder #content {
	float:right;
	width:490px;
	margin:-23px 0 0;
	position:relative;
}
.main-holder .aside {
	float:left;
}


/* sidebar panels */
.aside .block {
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #36bbce solid;
	background: #53d8eb;
	overflow:hidden;
	padding:0 0 10px;
	margin:0 0 3px;
	width:218px;
	position:relative;
}
.aside .block h3 {
	color: #53d8eb;
	font-size: 13px;
	margin: 0;
	text-align: center;
	height: 20px;
	background-color: #0c91a4;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.sIFR-hasFlash .aside .block h3 {
	padding:4px 0 0;
	height:16px;
	overflow:hidden;
}
.sIFR-hasFlash .aside .block h3 span {
	visibility: hidden;
	font-size: 17px;
}
.aside .block img {
	display:block;
}
/* recent media block */
.recent-media {
	margin:6px -5px -7px 5px;
	padding:0;
	list-style:none;
	width:216px;
	overflow:hidden;
}
.recent-media li {
	float:left;
	border:1px solid #2e2e2e;
	margin:0 8px 7px 0;
	display:inline;
	width:62px;
}
/* jukebox block */
.aside .jukebox {
	width:220px;
	margin:0 0 3px;
}
/* upcoming events block */
.upcoming-events {
	width:206px;
	margin:0 0 -5px;
	padding:4px 6px 0;
	list-style:none;
	font-size:10px;
	color:#fff;
}
.upcoming-events li {
	height:1%;
	vertical-align:middle;
	margin:0 0 3px;
	overflow:hidden;
	width:100%;
}
.upcoming-events li em {
	width:41px;
	float:left;
	font-style:normal;
}
.upcoming-events li em abbr {
	border:0;
}
.upcoming-events li div {
	width:165px;
	float:left;
}
.upcoming-events li div strong,
.upcoming-events li div span {
	display:block;
}
/* forum topics block */
.forum-topics {
	margin:0;
	padding:3px 0 4px 9px;
	list-style:none;
}
.forum-topics li {
	padding:0 0 0 7px;
	background: url(../images/bullet-forum-topics.gif) no-repeat 0 6px;
	width:100%;
	overflow:hidden;
	margin:0 0 1px;
}
/* bbcpromo block */
.bbcpromo {
	width:220px;
	overflow:hidden;
	margin:0 0 3px;
}
.bbcpromo img {
	display:block;
}
/* main heading */
.main-heading {
	width:490px;
	height:20px;
	background: url(../images/bg-main-heading-nerd.png) no-repeat;
	position:relative;
	margin:0 0 3px;
	overflow:hidden;
}
.main-heading h2 {
	text-align:center;
	margin:0;
	font-size:16px;
}
.sIFR-hasFlash .main-heading h2 {
	padding:2px 0 0;
}
.sIFR-hasFlash .main-heading h2 span {
	font-size:25px;
	visibility: hidden;
}
.main-heading .icon {
	width:14px;
	height:16px;
	background: url(../images/icon-news-feed1.gif) no-repeat;
	position:absolute;
	left:9px;
	top:2px;
	text-indent:-9999px;
}
.main-heading .rss {
	height:20px;
	width:10px;
	background: url(../images/rss-transparent.png) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:2px;
	right:4px;
}
/* news feed block */
.news-feed {
	width:435px;
	background:#d11f2b;
	margin:0 0 3px;
	border:1px solid #87161a;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	padding:2px 21px 7px 32px;
}
.news-feed img{
	float:left;
	margin:-1px 0 0 -25px;
}
.news-feed h3 {
	font-size:15px;
	margin:0 0 0 -25px;
	padding-left:23px;
	min-height: 20px;
}
.news-feed em {
	font-style: italic;
	display: block;
	font-size: 10px;
}
.news-feed p {
	margin:10px 0 0;
}
.news-box p.more, .news-feed p.more {
	font-weight:bold;
	margin:6px 0 0;
	font-size:10px;
}
.news-nav {
	width:100%;
	overflow:hidden;
	margin:10px 0 0;
}
.news-nav .btn-prev a{
	float:left;
}
.news-nav .btn-next a{
	float:right;
}
.news-nav a {
	font-size:13px;
	color:#d11f2b;
	text-transform:uppercase;
	font-weight:bold;
}
.aside .block .rss {
	position:absolute;
	background: url(../images/bg-rss2.gif) no-repeat;
	width:8px;
	height:8px;
	text-indent:-9999px;
	overflow:hidden;
	right:5px;
	top:5px;
}
/* events page */
.main-block #content{
	width:720px;
	float:left;
	margin:-23px 0 0;
	position:relative;
}
#content .heading{
	background:url(../images/bg-heading-large.gif) no-repeat;
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 3px;
}
#content .heading h2{
	margin:0 auto;
	font-size:22px;
	text-align:center;
}
.sIFR-hasFlash #content .heading h2 {
	padding:2px 0 0;
	height:18px;
	overflow:hidden;
}
.sIFR-hasFlash #content .heading h2 span {
	visibility: hidden;
	font-size: 22px;
}
#content .heading .rss{
	position:absolute;
	width:10px;
	height:10px;
	right:4px;
	top:2px;
	background:url(../images/rss-transparent.png) no-repeat;
	text-indent:-9999px;
}
.events-list{
	width:100%;
	overflow:hidden;
	margin:0 0 9px;
}
.event-box{
	height:1%;
	overflow:hidden;
	background:#d11f2b;
	margin:0 0 3px;
	padding:3px 0 0 17px;
	border:1px solid #87161a;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}
.event-box .date{
	float:left;
	width:65px;
	font-size:13px;
	padding:4px 4px 0 0;
	font-style:normal;
}
.event-box .entry-content{
	float:left;
	width:600px;
}
.event-box .entry-title{
	width:100%;
	overflow:hidden;
	font-size:12px;
	margin:0 0 11px;
}
.event-box .entry-title h3{
	font-size:17px;
	margin:0;
}
.event-box p{ margin:0 0 11px; }
.events-list .news-nav a{ font-size:12px !important; }
.events-list .news-nav{ margin-top:4px;}

/* sidebar */
.search-form{
	height:1%;
	overflow:hidden;
	padding:4px 9px 0;
	margin:0 0 -5px;
	position:relative;
}
.search-form label{ display:none; }
.inp01{
	float:left;
	width:164px;
	height:18px;
	background:#53d8eb;
	border:1px solid #9c9c9c;
	margin:0 3px 0 0;
	display:inline;
}
.inp01 input{
	float:left;
	margin:0;
	padding:1px 5px 2px;
	background:none;
	border:0;
	color:#d1d1d1;
	width:154px;
}
.go-btn{
	float:left;
	margin:0;
}
.block dl{
	margin:0 0 -5px;
	position:relative;
	height:1%;
	overflow:hidden;
	font-size:10px;
	padding:5px 3px 0;
}
.block dl dt{
	float:left;
	width:40px;
	padding:0 4px 0 0;
}
* html .block dl dt{ padding:0 1px 0 0; }
.block dl dd{
	height:1%;
	overflow:hidden;
	margin:0 0 1px;
}
.block dl dd strong{
	display:block;
	font-size:11px;
}
.htagcloud,
.widget_tag_cloud div{
	height:1%;
	overflow:hidden;
	padding:3px 7px 0;
}
.htagcloud ul,
.widget_tag_cloud .wp-tag-cloud{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
.htagcloud ul li,
.widget_tag_cloud .wp-tag-cloud li{ display:inline; }
.links,
.posts,
.blogroll,
.posts ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
#recentcomments{
	margin:0;
	padding:7px 8px 0;
	list-style:none;
}
.links li,
.posts li,
.posts ul li,
.blogroll li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
#recentcomments li{
	background:url(../images/bullet-forum-topics.gif) no-repeat 0 2px;
	padding:0 0 1px 7px;
	height:1%;
}
/* news-details page styles */
#content .heading .icon{
	position:absolute;
	top:2px;
	left:8px;
}
.news-box{
	height:1%;
	overflow:hidden;
	background:#d11f2b url(../images/bg-article.png) no-repeat 7px 0;
	border:1px solid #87161a;
	border-radius:10px;
	padding:1px 0 0 32px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	line-height:13px;
	margin:0 0 5px;
}
.news-box .title{
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
}
.news-box h3{
	margin:0;
	font-size:17px;
	line-height:21px;
}
.news-box p{
    margin:0 0 14px;
    padding:0 10px 0 0;
}
.back{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px;
	text-transform:uppercase;
    color:#d11f2b;
}
.back a{ color:#d11f2b; }
/* comments list */
.comments-list{
	height:1%;
	padding:0 29px 13px;
	overflow:hidden;
}
.comments-list h4{
	margin:0 0 5px;
	color:#000;
	font-size:14px;
	text-align:center;
}
.comment{
	background:#ebebeb;
	height:1%;
	overflow:hidden;
	border:1px solid #d5d5d5;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	padding:10px 8px 0;
	color:#000;
	margin:0 0 3px;
}
.comment .entry-title{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.comment .entry-title .avatar-photo{
	float:left;
	border:1px solid #ccc;
	margin:0 8px 0 0;
	display:inline;
}
* html .entry-title .avatar-photo{ margin:0 5px 0 0; }
.comment .entry-title .avatar-photo img{ display:block; }
.comment .entry-title .holder{
	height:1%;
	overflow:hidden;
	padding:4px 0 0;
}
.comment .entry-title strong{
	display:block;
	font-size:12px;
	color:#000;
	margin:0 0 1px;
}
.comment .entry-title .date{
	color:#8d8d8d;
	margin:0;
	padding:0;
	list-style:none;
}
.comment .entry-title .date li{
	background:url(../images/date-separator.gif) no-repeat 0 50%;
	display:inline;
	padding:0 7px 0 12px;
}
.comment .entry-title .date li:first-child{
	background:none;
	padding-left:0;
}
.comment .entry-title a{ color:#8d8d8d; }
.comment p{ margin:0 0 12px; }
.comment .entry-content{
	height:1%;
	overflow:hidden;
	padding:0 0 0 3px;
}
/* comment form */
.comment-form{
	height:1%;
	overflow:hidden;
	padding:0 40px 15px;
	color:#000;
}
.comment-form h4{
	margin:0 0 11px;
	font-size:13px;
}
.comment-form .row{
	width:100%;
	overflow:hidden;
	padding:0 0 7px;
}
.comment-form .row label{
	display:block;
	font-size:12px;
	padding:0 0 4px;
}
#commentform p a{
    color:#000000;
}

.inp02{
	background:#fff;
	border:1px solid #ccc;
	width:291px;
	height:23px;
	overflow:hidden;
}
.inp02 input{
	float:left;
	margin:0;
	padding:4px 5px 3px;
	background:none;
	border:0;
	width:281px;
	font:14px/14px Helvetica, Arial, sans-serif;
}
.comment-form .row textarea{
	width:444px;
	height:134px;
	margin:0;
	background:#fff;
	border:1px solid #ccc;
	font:14px Helvetica, Arial, sans-serif;
	padding:3px 0 3px 5px;
	margin:7px 0 0;
	overflow:auto;
}
.comment-form .submit{
	margin:0;
	padding:0;
	cursor:pointer;
}
/* news-details page styles */
.news-list .news-box{
	margin:0 0 3px;
	padding-bottom:7px;
}
.news-list .news-nav{ margin:7px 0 0; }
.news-list .news-nav a{
	font-size:12px !important;
}
/* footer */
#footer {
	background: url(../images/bg-footer-nerd.jpg) no-repeat 50% 0;
	width:100%;
	text-align:center;
	overflow:hidden;
	padding:10px 0 15px;
	color:#7f7f7f;
	font-size:10px;
}
.nav {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.nav li {
	display:inline;
	padding:0 10px;
}
.nav li a {
	font-size: 12px;
	color: #4a4a4a;
	text-transform: uppercase;
	font-weight: bold;
}

#footer p {
	margin:5px 0 0;
	text-align:center;
}
#footer p span {
	background: url(../images/separator-footer.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
	margin:0 0 0 8px;
}
#footer p a{
    color:#7F7F7F;
}
.sIFR-Flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-Flash + div[adblocktab=true] {
	display: none !important;
}

#flashbanner-nothing {
	margin-top: 10px;
	margin-left: 30px;
}
