/*
Theme Name: DIMMN
Theme URI: http://gilperez.com
Description: Theme for Danger Is My Middle Name
Author: Gil Perez
Author URI: http://gilperez.com
Version: 1.0


*/
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-image:url(../../../images/dimmn_web_bg.jpg);
	background-repeat:repeat-x;	
	background-position:center top;
	background-color:#000000;
}

#main {
	min-height:300px;
	background-image:url(../../../images/dimmn_web_bg.jpg);
	background-repeat:repeat-x;	
	background-position:center top;
}

#main .container {
	width:800px;
	margin:0 auto;
	background-image:url(../../../images/dimmn_web.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:500px;
}
#header {
	position:relative;
	min-height:500px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
/*navigation*/
#nav {padding:0;margin:0;z-index:1;}
#nav li {position:relative;display:block;float:left;}
#nav li a {display:block;float:left;height:30px;line-height:30px;padding: 0 20px;}

/*sub navigation*/
#nav ul {position:absolute;top: 30px;left:0;padding:0;} /*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/
#nav ul a, #nav ul li {float:none;}

#menu {
z-index:1;
	margin:0px;
	padding:0px;
	position:absolute;
	right:0px;
	bottom:20px;
	width:auto;
}
ul#menu li {
	display:inline;
	margin-left:12px;
	list-style:none;
	font-size:12px;
}
ul#menu li a {
	text-decoration:none;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}
img {
	border:none;
}
#footer {
	height:100%;
}
#footer h2{
	color:#86c440;
}
#footer a{
	color:#febf10;
}
#footer a:hover{
	color:#ffffff;
}
#footer .container {
    z-index:0;
	width:800px;
	margin:0 auto;
	position:relative;
	
}
#footer .content{
background-color:#121212;
padding:10px;
	width:450px;
	position:absolute;
	left:0px;
}
#sidebar{
background-color:#121212;
	width:300px;
	position:absolute;
	right:0px;
	padding:10px;
}
#sidebar li {
	list-style:none;
	padding:0px;
	margin:0px;

}
#sidebar .separator {
	border-top:1px solid #eeeeee;
	margin-top:20px;
	padding-top:5px;
}
#sidebar ul {
	list-style:none;
	padding:0px;
	margin:0px;

}
.text_block {
	width:455px;
	position:absolute;
	line-height:18px;
	right:0px;
	top:0px;
	margin-bottom:40px;
}
.itunes {
	width:244px;
	height:279px;
	float:left;
}
.facebook {
	width:163px;
	height:215px;
	float:left;
}
.twitter{
	float:left;
}
.merch {
	width:124px;
	height:120px;
	float:right;
}
.amazon {
	float:right;
}
#player {
	width:300px;
	padding-top:10px;
}
.container #player {
	width:200px;
	position:absolute;
	top:0px;
	right:0px;
}
.lefttext {
	float:left;
	margin-right:30px;
}
.righttext {
	float:left;
}
.homeplayer{
	float:right;
}