body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #EEE;
	background: #000 url(../images/bg.jpg) no-repeat top center;
}


/* GENERIC TAGS
---------------------------------------------*/
strong, em, b, i {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #FC0;
}

p {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

h2, h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
}

h4 {
	font-size: 13px;
	margin: 5px 0;
}


/* GENERIC CLASSES
---------------------------------------------*/
.nomargin {
	margin: 0 !important;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.panel-wrapper {
	margin: 10px 0;
	background-color: #222;
	padding: 10px 15px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;		
}

.panel {
	color: #FFF;
	line-height: 16px;
	font-size: 12px;	
}

#main .panel p {
	margin: 10px 0 0 0;
}

/* HEADER
---------------------------------------------*/
#header h1 {
	margin: 75px 0 0 0;
	text-indent: -5000px;
	background: url(../images/title.png) no-repeat top center;
}

#header h1.small {
	margin: 50px 0 0 0;	
	background: url(../images/title_small.png) no-repeat top left;
}

#header h1 a {
	display: block;
	text-indent: -5000px;
}


/* FOOTER
---------------------------------------------*/
#footer {
	font-size: 11px;
	color: #555;
	padding: 20px 20px 40px 20px;
	text-align: right;
}

/* COUNTDOWN - LARGE
---------------------------------------------*/
.countdown .box {
	background: url(../images/countdown_box.png) no-repeat;
	padding: 30px 0;
	margin: 10px 0 25px 0; 

}

.countdown .count {
	font-size: 80px;
	line-height: 70px;
	text-align: center;	
	letter-spacing: -0.07em;

}

.countdown .label {
	font-size: 8px;
	text-align: center;
	text-transform: uppercase;	
}

/* COUNTDOWN - SMALL
---------------------------------------------*/
.countdown-small .box {
	background: url(../images/countdown_box_small.png) no-repeat;
	padding: 6px 0 3px 0;
	margin: 40px 0 0 0;
}

.countdown-small .count {
	font-size: 18px;
	line-height: 16px;
	text-align: center;	
	letter-spacing: -0.07em;
	width:20px;
	margin-left: auto;
	margin-right: auto;
}

.countdown-small .label {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;	
	width: 20px;
	margin-left: auto;
	margin-right: auto;
}


/* MAIN
---------------------------------------------*/
#home #main {
	background: url(../images/panel_wide.png) no-repeat;
}

#main {
	background: url(../images/panel_left.png) no-repeat;	
}

#main .solo {
	padding-left: 20px;
	padding-right: 20px;
}

#main .alpha .section {
	padding-left: 20px;
}

#main .omega .section {
	padding-right: 20px;
}

#main .section {
	padding-top: 20px;
}

#main h3 {
	margin: 15px 0 0 0;
}

#main p {
	margin: 10px 0;
	font-size: 13px;
	line-height: 16px;
}

#wrapper {

}


/* RIGHT-RAIL
---------------------------------------------*/
#right-rail {
	background: url(../images/panel_right.png) no-repeat;	
}

#right-rail .section, #right-rail .sidebar-box  {
	padding: 20px 20px 10px 20px;
}

#right-rail h3 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#right-rail h3 a {
	text-decoration: none;
}

#right-rail h3 a:hover {
	text-decoration: underline;
}

#right-rail ul {
	margin: 0;
}


/* TITLES
--------------------------------------------- */
#main h2 {
	text-indent: -5000px;
}

#main .solo h2 {
	text-indent: 0;
	text-transform: uppercase;
	font-size: 25px;
	color: #FC0;
	font-weight: bold;
}

#main .solo h2 a {
	text-decoration: none;
}

#main .event_info h2 {
	background: url(../images/title_eventinfo.png) no-repeat;
}

#main .videos h2 {
	background: url(../images/title_videos.png) no-repeat;
}

#main .answerboard h2 {
	background: url(../images/title_answerboard.png) no-repeat;
}

#main .sponsors h2 {
	background: url(../images/title_sponsors.png) no-repeat;
}


/* BUTTON
--------------------------------------------- */
.buttons {
	margin: 15px 0 0 0;	
}

button { 
  border: 0; 
  cursor: pointer; 
  font-weight: bold; 
  padding: 0 16px 0 0; 
  text-align: center; 
}

button span { 
  position: relative; 
  display: block; 
  white-space: nowrap; 
  padding: 0 0 0 20px; 
}

button.button { 
  background: url(../images/button_right.png) right no-repeat; 
  font-size: 13px;
 
   
}
button.button span { 
  height: 27px; 
  line-height: 25px;
  background: url(../images/button_left.png) left no-repeat;
  color: #000; 
  *margin-right: -27px;
}


/* SIDEBAR
---------------------------------------------*/
.textwidget {
	line-height: 15px;
}

.textlink {
	margin: 5px 0 0 0;
	text-align: center;
}


.box {
	background: url(../images/countdown_box.png) no-repeat;
	padding: 20px 25px 28px 20px;
	margin: 10px 0 0px 0;	
}

.textwidget .box {
	width: 200px;
}

#right-rail .nswn-date ul {
	margin: 0 0 10px 0;
}


/* VIDEOS
---------------------------------------------*/
.video {
	margin: 15px 0 0 0;
	width: 150px;
}

.video a {	
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
}

.video a img {
	border: 1px solid #FC0;
}


/* SPONSORS
---------------------------------------------*/
.sponsors ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.sponsors li {
	margin: 0 0 10px 0;
}

.sponsors li img {
	display: block;
	border: 1px solid #FC0;
}


/* ANSWERBOARD
---------------------------------------------*/
.question {
	margin: 0px 0;
	padding: 10px 0 10px 25px;
	background: url(../images/question_small.png) no-repeat 0px 15px;
}

#main .question h3 {
	margin: 0;
}

.question h3 a {
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
}

.question h3 a:hover {
	text-decoration: underline;	
}

.question-source {
	margin: 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.question-answer {
	margin: 5px 0 0 0;
	line-height: 16px;
}

ul.questions-sidebar {
	list-style: none;	
}

ul.questions-sidebar li {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.15em;
}

ul.questions-sidebar li a {
	text-decoration: none;
}

.srssfetcher {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}

.srssfetcher li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.15em;	
}

.srssfetcher li a {
	text-decoration: none;
}

input {
	background-color: #DDD;
}

.question-detail .question-answer {
	background-color: #222;
	padding: 20px;
	font-size: 15px;
	line-height: 22px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	margin: 20px 0;
	
}

#main .question-detail .question-answer h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

/* PAGINATION
---------------------------------------------*/
.pagination {
	margin: 40px 0;
	font-size: 16px;
}

.pagination a {
	border: 1px solid #FFF;
	padding: 2px 8px;
	text-decoration: none;
}

.pagination a.next_page, .pagination a.prev_page, .pagination a {
	border: 1px solid #FC0;
}

.pagination a.next_page:hover, .pagination a.prev_page:hover, .pagination a:hover {
	background-color: #FC0;
	color: #000;	
}

/* ADMIN PANEL
---------------------------------------------*/
#published_tag {
	color: #0F0;
}

#unpublished_tag {
	color: #C00;
}

#infohidden_tag {
	color: #C00
}

#infoshown_tag {
	color: #0F0

}
