/*
Theme Name: New Student Welcome Night
Theme URI: http://www.conradchu.com
Description: Clean layout
Author: Conrad Chu
Author URI: http://www.conradchu.com
Template: nswn
Version: 1.0.0
Tags: white, light, two-columns, right-sidebar, fixed-width, theme-options
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/
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;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
}

h2, h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
}


/* GENERIC CLASSES
---------------------------------------------*/
.nomargin {
	margin: 0 !important;
}

.panel-wrapper {
	margin: 20px 0;
	background-color: #222;
	padding: 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;
}


/* 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;
}


/* COUNTDOWN - LARGE
---------------------------------------------*/
.countdown .box {
	background: url(./images/countdown_box.png) no-repeat;
	padding: 30px 0;
	margin: 10px 0 25px 0;
	z-index: 1;
}

.countdown .count {
	font-size: 80px;
	line-height: 70px;
	text-align: center;	
	letter-spacing: -0.07em;
	width: 100px;
	margin-left: auto;
	margin-right: auto;

}

.countdown .label {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;	
}

/* 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;
}


/* 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;
	text-decoration: none;
}

#right-rail ul {
	margin: 0;
}


/* TITLES
--------------------------------------------- */
#main h2 {
	text-indent: -5000px;
}

#main h2 a {
	display: block;
}

#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;
	*text-indent: 0px;
	color: transparent;
}

#main .answerboard h2{
	background: url(./images/title_answerboard.png) no-repeat;
	*text-indent: 0px;
	

}

#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: -22px;
}


/* SIDEBAR
---------------------------------------------*/
.textwidget {
	line-height: 15px;
}

.textwidget button.button span{
	*margin-right: -28px;

}

.textwidget button.button{
	*margin-left: -30px;
}

/* VIDEOS
---------------------------------------------*/
.videos {
	padding: 0 0 0 25px;
}
.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
---------------------------------------------*/
.answerboard {
	padding: 0 15px 0 0;
}

.question {
	margin: 10px 0;
}

.question h3 a {
	text-decoration: none;
	font-size: 18px;
}

.question-source {
	margin: 5px 0 0 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.question-answer {
	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 {
	background: url(./images/question_small.png) no-repeat 0px 0px;
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	line-height: 1.15em;	
	*width: 200px;

}


/* FACEBOOK
---------------------------------------------*/
.facebook {
	margin: 15px 0 0 0;
}

.facebook h4 {
	font-size: 13px;
	margin: 0;
	line-height: 15px;
}

.facebook h4 a:hover {
	text-decoration: underline;
}

.facebook img {
	float: left;
	margin: 0 10px 0 0;
}


/* POSTS
-----------------------------------------*/
.post {
	margin: 50px 0;
}

.post h3 {
	font-size: 25px;
}

/* CLEARFIX
-----------------------------------------*/
.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content:".";
}

.clearfloat {
	display: inline-block
}

.clearfloat {
	display: block
}
