@import url("reset.css");
/* --- BASIC STRUCTURE --- */
body {
	color: #000;
	font: 62.5% Verdana, Geneva, sans-serif;
	background: #FFF url(/www/style/images/bg/bg-body.jpg) fixed repeat;
}
p {
	font-size: 1.4em;
	line-height: 1.6em;
}
strong { font-weight:700; }
a { color:#CC0066; }
/***- only for google -***/
h1 {
	position:absolute;
	display:none;
	visibility:hidden;
	height:0px;
	width:0px;
}
/*** --- Headers --- ***/
h2 {
	margin-top:15px;
	color:#CC0066;
	font-weight:500;
	font-size:5em;
	display:block;
	text-transform:uppercase;
	padding:5px;/*background:#FFF;*/
}
#letter h2 {font-size:3.5em;padding:0; text-align:center;margin-top:0;}
#letter p {font-size:1.1em;line-height:1.1em; text-align:center;}
h3 {
	margin-top:5px;
	margin-top:15px;
	color:#000;
	font-size:2.0em;
	clear:left;
}
.h3{
	color:#CC0066;
	border-bottom:1px solid #CC0066;
	text-decoration:none;
}
h4 {
	margin-top:10px;
	font-size:1.1em;
	color:#999;
}
h5 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.2em;
	color:#00;
}
h6 {
	margin-top:15px;
	color:#CC0066;
	font-weight:500;
	font-size:3.2em;
	display:block;
	float:left;
	width:300px;
	text-decoration:none;
}
h6 a{
	text-decoration:none;
}
/*** --- CONSTRUCT --- ***/
#container {
	position: relative;
	width:990px;
	margin: 0 auto;
}
#header {
	position:absolute;
	width:968px;
	height:461px;
	left:5px;
	top: 16px;
	z-index:10;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url(/www/style/images/bg/bg-header.png);
}
#main {
	position: relative;
	margin: 0 auto;
	width:974px;
	background:#FFF;
	background-image:url(/www/style/images/bg/bg-main.jpg);
	/*background-color:transparent;	
	background-image:url(/www/style/images/bg/bg-main.png);*/
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}
#home #main { background:none; }
.links{position:relative; z-index:4;}
#vengatweets,
#twitter {
	position: absolute;
	width:336px;
	height:311px;
	left:93px;
	top:590px;
	background-color:transparent;
	background-image:url(/www/style/images/bg/bg-twitter.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	color:#000066;
	padding:54px 20px 0 10px;
}
#vengatweets {
	left:493px;
	top:590px;
	background-image:url(/www/style/images/bg/bg-vengatweets.png);
}
.cheap_ads{
	position:absolute;
	width:728px;
	height:90px;
	bottom:20px;
	left:100px;
}
#vengatweets p,
#twitter p{ font-size:1.2em; line-height:1.3em;}
#vengatweets .tweet_list,
#twitter .tweet_list{ 
	position:relative;
	width:100%;
	height: 250px;
	overflow:hidden;
}
#duct-tape {
	position: absolute;
	width:400px;
	height:349px;
	left:300px;
	top:900px;
	text-indent:-9999px;
	text-decoration:none;
	background-color:transparent;
	background-image:url(/www/style/images/bg/duct-tape.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	z-index:6;
}
#letter {
	position: absolute;
	width:860px;
	height:552px;
	left:5px;
	top:-30px;
	padding-top:100px;
	padding-left:60px;
	padding-right:40px;
	background-color:transparent;
	background-image:url(/www/style/images/bg/bg-letter.png);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}
#countdown {
	position:relative;
	z-index:1000;
	top:260px;
	left:170px;
}
#tv {
	position:absolute;
	top:-30px;
	left:5px;
	z-index:5;
	width:960px;
}
.tv-youtube,
#tv a {
	position: absolute;
	left:46px;
	top:35px;
	z-index:1000;
}
#tv a.close_all {
	text-indent:-9999px;
	overflow:hidden;
	width:47px;
	height:94px;
	left:867px;
	top:117px;
	z-index:1000;
	background-color:transparent;
	background-image:url(/www/style/images/bg/scip-clip.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.tv {
	position: absolute;
	left:0;
	z-index:50;
}
.content {
	position:relative;
	margin-top:465px;
}
#footer {
	position:relative;
	display:block;
	clear:both;
	margin-top: 25px;
	padding:25px;
}
/*** --- CLASSES --- ***/
.full {
	float:left;
	width:952px;
	margin-left:5px;
}
.left {
	float:left;
	width:560px;
	margin-left:5px;
}
.right {
	float:right;
	width:400px;
	margin-right:7px;
}
.gallery { padding:15px; }
.gallery img {
	margin-right:8px;
	margin-bottom:8px;
}
.block { display:block; }
.inline { display:inline; }
.overflow { overflow:hidden; }
.bleft {
	background-image:url(/www/style/images/bg/bg-border-left.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
.bbottom {
	background-image:url(/www/style/images/bg/bg-border-bottom.gif);
	background-repeat:repeat-x;
	background-position:25px bottom;
}
.btop {
	background-image:url(/www/style/images/bg/bg-border-bottom.gif);
	background-repeat:repeat-x;
	background-position:25px top;
}

.align-right{
	text-align:right;
}
.pleft { padding-left:15px; }
.pright { padding-right:15px; }
.pbottom { padding-bottom:15px; }
.ptop { padding-top:15px; }
.mtop { margin-top:15px; }
.grey { color:#999; }
.red { color:#F51320; }
.visual {
	margin-right:15px;
	margin-top:5px;
}
.beatport {
	position:relative;
	float:right;
}
/*** --- NAVIGATION --- ***/
#nav {
	position:absolute;
	height:48px;
	top: 384px;
	left: 14px;
	z-index:999;
}
#nav ul {
	position:relative;
	overflow:hidden;
	height:48px;
	margin:0;
}
#nav li {
	float:left;
	overflow:hidden;
}
#nav a {
	float:left;
	font-size:1.9em;
	font-weight:550;
	text-decoration:none;
	padding: 17px 37px;
	color:#FFF;
	background-color:transparent;
	background-image:url(/www/style/images/bg/bg-nav.png);
	background-repeat:repeat-x;
	background-position:left top;
}
#home #nav-home a,
#schedule #nav-schedule a,
#daily-bra #nav-daily-bra a,
#gallery #nav-gallery a,
#music #nav-music a,
#links #nav-links a,
#nav li.selected a,
#nav a:hover {
	color:#F51320;
	background-color:#FFF;
	background-image:none;
}
#nav-links a{
	padding-right:38px;
}
/*** --- CLEARFIX --- ***/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

