/* mct 2012 */

* { margin: 0; padding: 0; }

body { 
	background-color: #FFF;
	width: 100%;
	line-height: 20px;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: Helvetica, Arial; 
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.tRight { text-align: right; }
.tLeft { text-align: left; }

a img { border: none; }

#c { 
	/*background-color: #0b0720;*/
	background-color: #000;
	color: #AAA;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display:block;
}

#c .inner { width: 960px; margin: 0 auto; }

#ytplayer { 
	position: absolute;
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}

#i {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	overflow: hidden; 
	top: 0;
	left: 0;
	z-index: 2;
}

/* insane warp
.line {
	width: 100%;
	height: 20px;
	z-index: 5;
	position: absolute;
}

.line img {
	width: 100%;
	height: 10px;
	z-index: 6;
}
*/

.line {
	width: 100%;
	height: 20px;
	z-index: 5;
	position: absolute;
}

.line img {
	width: 100%;
	height: 3px;
	z-index: 6;
}

#menuContain { 
	position: absolute;
	width: 150px;
	top: 60px;
	right: 30px;
	background-color: #000;
	opacity: .9;
	z-index: 20;
	border:1px solid #444;
}

#menu { 
	position: relative;
	height: 100%;
}

#menu ul { 
	padding: 30px;
}

#menu ul li {
	list-style-type:none;
	margin: 0px 0 10px;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 0px solid #270d2e;
	padding-bottom: 0px;
}

a:hover { border-bottom: 0px solid #481856; }

.panel { 
	position: absolute;
	top: 60px;
	left: 30px;
	background-color: #222;
	opacity: .9;
	border:1px solid #444;
	z-index: 30;
	padding: 30px;
}

p {
	margin-top: 5px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
}


#about {
	width: 600px;
}

.panel .photoContain {
	float: right;
	margin: 0px 0 30px 30px;
	width: 250px;
	border: 1px solid #444;
}

#statement { 
	display: block;
}

#work {
	width: 568px;
	padding: 30px 0 0 30px;
}

#press {
	width: 568px;
	padding: 30px 0 0 30px;
}

.panel .url { font-size: 11px; }

.panel .item {
	float: left;
	margin: 0 30px 30px 0px;
}

.panel .item:hover {

}

.panel .item .photoContain { 
	float: none;
	margin: 3px 0 0 0;
}

#tumblr {
	padding: 0;
	left: 30px;
	border: none;
	width: 578px;
	height: 1500px;
	background-color: #222;
	opacity: 1;
}

#test { 
	width: 300px;
	height: 100px;
	overflow: auto;
	left: 400px;
	padding: 0;
}

#dataBlend {
	width: 580px;
	height: 500px;
	color: #AAA;
	overflow-x: hidden;
	
}

.question {
	font-weight: normal;
	margin: 10px 0;
	color: #EEE;
}

.answers p { letter-spacing: 1px; }

#shows {
	width: 568px;
	padding: 30px 0 0 30px;
}

#news { display: none; }
