/* @override 
	http://onethousandone.com/stylesheets/onethousandone.css
	http://www.onethousandone.com/stylesheets/onethousandone.css
*/

html, body{
	background: #000;
	height: 100%;
	width: 100%;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .1em;
}

h1{
	font-size: 1.5em;
	margin-bottom: 20px;
}

h2{
	font-size: 1.3em;
	margin: 20px 0px;
	width: 640px;
	float: left;
}

div#fb_like{
	margin: 15px 0px;
	width: 152px;
	height: 24px;
	float: right;
	text-align: right;
}
div#fb-root .url{
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
div#subnav div#fb-root{
	margin-top: 10px;
	border: 1px solid #ccc;
	background: #EEE;
	height: 63px;
	width: 300px;
	overflow: hidden !important;
}

p{
	font-size: 1.3em;
	line-height: 1.9em;
}

a, a:visited{
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #bd0404 !important;
}

a span, h2 span{
	font-weight: normal;
}

div#container{
	background-repeat: no-repeat;
	width: 1195px; /*1396px;*/ /* 1633px */
	height: 929px;
	margin: auto;
	padding-top: 58px;
	padding-left: 219px;
	padding-right: 219px; /*87px; nav*/
	/*margin-bottom: 200px;*/
}

div#nav{
	float: left;
	width: 325px; /*365px;*/
	min-height: 498px; /*590px;*/
	padding: 46px 20px;
	background: url('/images/content_bg.png');
}

div#nav img#logo{
	float: left;
	margin-bottom: 30px;
}
div#nav ul{
	width: 75px;
	float: right;

}
div#nav li{
	width: 77px;
	margin-bottom: 10px;
}

div#left_content{
	clear: both;
	border-top: 2px solid black;
	min-height: 380px;
	padding-top: 30px;
}

div#subnav ul{
	width: inherit;
	float: none;
}
div#subnav li{
	width: inherit;
	margin-bottom: 10px;
	font-size: 1.2em;
}
div#subnav li a.now_playing{
	color: #bd0404 !important;
}

div#content{
	float: right;
	width: 792px; /*820px;*/
	/* height: 470px; /*590px;*/
	background: url('/images/content_bg.png');
	padding: 60px 12px;
}
div#content.blog{
	width: 616px; /*792px;*/
	padding: 46px 20px;
	padding-right: 180px;
}

div#content ul.client_list{
	font-size: 1.3em;
	line-height: 2em;
	width: 280px;
	margin-left: 10px;
}

div#player_container{
	width: 793px;
	height: 446px;
}

a#email, a#facebook_link{
	font-weight: normal !important;
}


/* 2 PANEL For gallery and chronicles */

div#container.two_panel{
	
}
div#container.two_panel div#two_panel_container{
	background: url('/images/2pane_bg.png') repeat-y;
}
div#container.two_panel div#nav, div#container.two_panel div#content{
	background: none;
}

.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
