@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

/*----------Utility--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

.round 					{	-moz-border-radius: 10px; -webkit-border-radius: 10px; border: 1px solid #000; background-color: #000;}
		
.tab 					{	-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-left-radius: 10px; 
							-webkit-border-top-right-radius: 10px; border: 1px; solid #000; background-color: #000; }

.opac					{	opacity: 0.3; background-color: #000;}
		
.shadow					{	border: 1px solid #000; background-color: #fff; -webkit-box-shadow: 3px 5px 10px #ccc;}

.resize					{	background-color: #fff; border: 1px solid #000; resize: both; overflow: auto; max-width: 500px; max-height: 500px;}

.clear					{ clear: both; height: 25px;}

.floatleft				{ float: left;}

.floatright				{float: right;}

/*----------Typology--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
a{
	text-decoration: none;
	color: #CCC;
}
a:hover{
	color: #FAFAFA;
}
body{
	font-size: 14px;
	font-family: Futura;
	color: #FFF;
	background: #000 url(images/bg.png) repeat-x;
}
strong{
	font-size: 15px;
}
/*----------Layout--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
#logo{
	position: absolute;
	top: 0px;
	left: 10px;
}
#wrapper{
	width: 950px;
	margin: auto;
}
#top{
	height: 70px;
	background: transparent url(images/top.png) no-repeat;
}
#top h1{
	margin-left: 100px;
	top: 30px;
	position: relative;
}
#nav{
	height: 40px;
	
	overflow: hidden;
}
#nav ul li{
	display: inline;
	margin-right: 55px;
}
.navh{
	background: transparent url(images/spry.png)  no-repeat;
}
.navp{
	background: transparent url(images/spry.png) 0 -40px no-repeat;
}
.nava{
	background: transparent url(images/spry.png) 0 -80px no-repeat;
}
.navc{
	background: transparent url(images/spry.png) 0 -120px no-repeat;
}
.navs{
	background: transparent url(images/spry.png) 0 -160px no-repeat;
}
#navalign{
	margin-left: 230px;
	margin-top: 10px;
}
#maincontent{
	height: 490px;
	background: transparent url(images/mainbottom.png) no-repeat;
	font-size: 12px;
	padding-top: 50px;
}
#maincontent div{
	float: left;
}
#blur{
	width: 200px;
	margin-right: 20px;
}
#sblur{
	width: 223px;
}
p{
	margin-bottom: 10px;
}
#middle{
	width: 425px;
	margin-left: 30px;
}
#playermiddle{
	padding-left: 30px;
	width: 645px;
}
#playermiddle li{
	margin: 5px;
	float: left;
}
#playermiddle li p{
	font-size: .8em;
}
#slidercontainer{
	background: transparent;
	margin: auto;
	width: 425px;
	height: 410px;
	margin-right: 10px;
	font-size: 14px;
}
#slider{
	width: 425px;
	margin: auto;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:425px;
	height:390px;
	overflow:hidden;
	margin: auto;
}
#slider p{
	font-size: .8em;
	text-align: right;
}
#maincontent .ss-form{
	width: 200px;
	margin-left: 20px;
	float: right;
}
.ss-q-short{
	height: 27px;
	width: 192px;
}
.ss-q-short, .ss-q-long{
	float: left;
	margin: 10px 0 10px 0;
	border: none;
}
#fform #entry_0{
	background: transparent url(images/name.png) no-repeat;
}
#fform #entry_1{
	background: transparent url(images/email.png) no-repeat;
}
#fform .ss-q-long{
	background: #BABABA url(images/message.png) no-repeat;
	width: 192px;
	height: 72px;
	border: none;
}
#maincontent #sform{
	float: left;
	margin-left: 50px;
	width: 450px;
}
#maincontent #sform .errorbox-good{
	float: left;
	width: 192px;
	margin-right: 15px;
}
#maincontent #sform #messagebox, #maincontent #sform  .ss-navigate{
	clear: left;
}
#maincontent #sform #citybox{
	clear: left;
}
#maincontent #sform #checkbox{
	clear: left;
}
#maincontent #sform #checkbox ul{
	margin: 10px 0 10px 0;
}
#maincontent #social{
	clear: both;
	margin-top: 10px;
	
}
#sponsors{
	float: left;
	margin-left: 20px;
}
#sponsors img{
	display: block;
	margin-bottom: 20px;
}
#blur a{
	text-decoration: underline;
}
.twtr-ft{
	visibility: hidden;
}

/*----------Footer--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/

#footer{
	clear: both;
	padding-top: 50px;
	margin: auto;
	width: 300px;
}

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
	color: #000;
}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}