/*

Theme Name: DJ Eleven
Theme URI: 
Description: 
Tags: fixed width, two columns, widget ready, widgets, right sidebar, white, clean, valid CSS
Author: maude_rewrite
Author URI: http://www.maude_rewrite.com

*/

/* global
--------------------------------------------------*/
html { background-color:#fff!important; font-family:Arial, Helvetica, sans-serif;}
a {
	font-weight:bold;
	color:#FC0749;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background-color:#000;
}
a:visited {
	font-weight:bold;
	color:#FC0749;
	text-decoration:none;
	background-color:transparent;
}
body {
	background-color:#fff
}
.container {
	background-color:#fff;
	margin:0 auto;
	width:1050px;
	padding:0;
	background-image:url('img/container_bg.png');
	background-repeat:no-repeat;
	
}
/* This is for elements _within_ modules that need to be clearfixed, since the clearfix styles don't inherit well. */
.clearfix {
	display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
input.submit {
	padding:0px;
}
.top_module {
	padding-top:25px;
}

/* grid 
--------------------------------------------------*/
  .one_column  { width:87px; }
  .two_columns { width:194px; }
.three_columns { width:260px; }
 .four_columns { width:408px; }
 .five_columns { width:504px; }
  .six_columns { width:622px; }
.seven_columns { width:729px; }
.eight_columns { width:836px; }
.nine_columns { width:943px; }
.ten_columns { width:1050px; }
.one_column, 
.two_columns, 
.three_columns, 
.four_columns, 
.five_columns, 
.six_columns, 
.seven_columns, 
.eight_columns,
.nine_columns,
.ten_columns {
	float:left;
	margin-left:20px;
}
.ten_columns#image {
	background-image:url('img/content_header.png');
	background-repeat:repeat-y;
	-moz-box-shadow: 3px 3px 10px #cdcecc;
	-webkit-box-shadow: 3px 3px 10px #cdcecc;
	box-shadow: 3px 3px 10px #cdcecc;
	width:836px;
	margin:0 87px;
	padding:40px 0px;
}

/* Apply this to left-most rail in any container, including the site container. */
.leftest { margin-left:0; }

/* header 
--------------------------------------------------*/
.header {
	width:1050px;
	margin-bottom:55px;
}
ul.navigation {
	float:right;
	margin-top:20px;
	margin-right:120px;
}
ul.navigation a span {
	display:none;
}
ul.navigation a#mixtapes {
background:url("img/nav_mixTapes.png");
background-repeat:no-repeat;
display:block;
height:32px;
width:120px;
float:right;
}
ul.navigation a#mixtapes:hover {
background:url("img/nav_mixTapes-hover.png");
background-repeat:no-repeat;
display:block;
height:32px;
width:120px;	
}	
ul.navigation a#news {
background:url("img/nav_news.png");
background-repeat:no-repeat;
display:block;
height:32px;
width:106px;
float:right;
}
ul.navigation a#news:hover {
background:url("img/nav_news-hover.png");
background-repeat:no-repeat;
display:block;
height:32px;
width:106px;	
}	
	
ul.navigation a#contact {
background:url("img/nav_contact.png");
background-repeat:no-repeat;
display:block;
height:32px;
width:159px;
float:right;
}
ul.navigation a#contact:hover {
background:url("img/nav_contact-hover.png");
background-repeat:no-repeat;
display:block;
height:32px;
width:159px;	
}	
	
/* footer 
--------------------------------------------------*/
.footer {
	background-image:url("img/content_footer.png");
	background-repeat:no-repeat;
	height:86px;
	margin:0 auto;
	position:relative;
	top:-36px;
	width:386px;
}
	
	
/* post 
--------------------------------------------------*/
.single_post {
	margin-bottom:80px;
}
.single_post h2 {
	background-image:url("img/entry_date_bg.gif");
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	height:23px;
	letter-spacing:1px;
	padding:2px 0 7px 5px;
	text-transform:uppercase;
	display:block;
	margin:15px 0 0 0;
}
.single_post h2 a {
	color:#fff;
}
.single_post h2 a:hover {
	color:#000;
	background-color:transparent;
}
.single_post h2 a:visited {
	color:#fff;
	background-color:transparent;
}
.single_post small {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	padding-left:5px;
}
.single_post small a {
	color:#000;
}
.single_post small a:hover {
	color:#fff;
}
.single_post small a:visited {
	color:#000;
	background-color:transparent;
}

.single_post p {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	margin-top:15px;
	text-transform:none;
	padding-left:5px;
	
}
.single_post ul.events_list li {
	margin-bottom:80px;
}	
.single_post ul.events_list h2 {
	font-size: 12px;
	    height: 9px;
	    margin-bottom: 6px;
}
.single_post cite {
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	margin:15px 0 0 0;
	display:block;
	padding-left:5px;
}
.single_post cite.events {
	margin-top:7px;
	padding-left:5px;
	font-size:18px;
}
/* sidebar 
--------------------------------------------------*/
.sidebar ul li {
	margin:0 0 35px 0;
	padding:0px 0 40px 0;
	background-image:url("img/entry_date_bg.gif");
	background-repeat:repeat-x;
	background-position:center bottom;
	
}
.sidebar ul li#blogroll ul li, .sidebar ul li#categories ul li, .sidebar ul.events li, .sidebar ul.music li {
	margin:0 0 3px 0;
	padding:0;
	background-image:none;
	
}
.sidebar ul li#blogroll ul li, .sidebar ul li#categories ul li {
	text-align:right;
}
.sidebar ul li ul li a {
	font-size:12px;
	color:#000;
}
.sidebar ul li ul li a:hover {
	font-size:12px;
	color:#fff;
}
.sidebar ul li ul li a:visited {
	color:#000;
	background-color:transparent;
	
}
.sidebar ul li span {
	display:none;
}

.sidebar ul li h2#mailing {
	background-image:url('img/mailing_list.png');
	background-repeat:no-repeat;
	width:230px;
	height:24px;
	margin-bottom:20px;
}

.sidebar form input {
	border:1px solid #FC0749;
	background-color:#fff;
	font-size:10px;
	padding:5px;
	display:inline;
	margin-bottom:10px;
	width:160px;
}
.sidebar form input#button {
	margin-bottom:0;
	width:75px;
	background-color:#FC0749;
	color:#fff;
	font-weight:#bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:10px;
	float:right;
	margin-right:0px;
	padding:4px 0;
}

.sidebar form input#sidebarsubmit {
	margin-bottom:0;
	width:75px;
	background-color:#FC0749;
	color:#fff;
	font-weight:#bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:10px;
	float:right;
	margin-right:0px;
	padding:4px 0;
}

.sidebar form input#sidebarsubmit:hover {
	margin-bottom:0;
	width:75px;
	cursor:pointer;
}
.sidebar ul li h2 {
	float:right;
}
.sidebar ul li ul, .sidebar ul li form {
	clear:both;
}
.sidebar ul li h2#search {
	background-image:url('img/search.png');
	background-repeat:no-repeat;
	width:136px;
	height:24px;
	margin-bottom:20px;
}
.sidebar ul li h2#categories {
	background-image:url('img/categories.png');
	background-repeat:no-repeat;
	width:212px;
	height:24px;
	margin-bottom:20px;
}

.sidebar ul li h2#events {
	background-image:url('img/events.png');
	background-repeat:no-repeat;
	width:132px;
	height:24px;
	margin-bottom:20px;
}
.sidebar ul li h2#blogroll {
	background-image:url('img/links.png');
	background-repeat:no-repeat;
	width:100px;
	height:24px;
	margin-bottom:20px;
}
.sidebar ul.music li {
	margin-bottom:15px;
}
.sidebar ul.music li img {
	border:5px solid #CACACA;
	width:155px;
	height:155px;
	margin-left:30px;
}
.sidebar ul li h2#music {
	background-image:url('img/music.png');
	background-repeat:no-repeat;
	width:118px;
	height:24px;
	margin-bottom:20px;
}
.sidebar ul li h2#mixes {
	background-image:url('img/mixes.png');
	background-repeat:no-repeat;
	width:116px;
	height:24px;
	margin-bottom:20px;
}
.sidebar ul.events li h3 {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.sidebar ul.events li h3 a {
	text-transform:uppercase;
	color:#0b7ca8;
}
.sidebar ul.events li h4 {
	font-size:12px;
	font-weight:bold;
	color:#000;
}	
.sidebar ul.events li {
	margin-bottom:10px;
}
.sidebar ul.events li p {
	font-size:12px;
	font-weight:normal;
	color:#000;
	
}
/* comments 
--------------------------------------------------*/
.comments {
	font-size:10px;
}
.comments h3 {
	font-size:12px;
	margin-bottom:10px;
	font-weight:bold;
	color:#FC0749;
	text-transform:uppercase;
}
.comments .avatar {
	float:left;
	margin-right:10px;
}
.comments .avatar img {
	margin-right:0;
}
.comments .commenter_info {
	float:left;
}
.comments .commenter_info small, .comments .commenter_info em {
	display:block;
	font-size:10px;
	font-weight:bold;
}
.comments small {
	display:block;
	font-size:10px;
}
.comments .comment {
	clear:both;
	display:block;
	padding:10px 0 20px 0;
}
.comments label {
	margin:0 10px 5px 0;
	font-size:10px;
	font-weight:bold;
	display:block;
	color:#FC0749;
}
.comments input {
	margin-bottom:10px;
	border:none;
	background-color:#fff;
	padding:3px	;
	border:1px solid #FC0749;
	
}
.comments input#submit {
	margin:10px 0;
	border:none;
	background-color:#FC0749;
	padding:3px	;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	display:block;
	font-size:12px;
}
.comments textarea#comment {
	border:none;
	background-color:#fff;
	padding:3px	;
	border:1px solid #FC0749;
	
}

/* mixtapes 
--------------------------------------------------*/
.music {
	padding:0 20px;
}
.music ul.mixtapes, .music ul.crates {
	padding:20px 0 20px 32px;
}

.music ul.mixtapes li {
	display:inline;
	margin-right:24px;
	margin-bottom:30px;
	height:165px;
	float:left;
}
.music a:hover, .music a:visited {
	background-color: transparent;
}
.music ul.mixtapes li img {
	border:5px solid #CACACA;
	width:155px;
	height:155px;
}
.music h2 {
	color:#21C3E5;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.music ul.crates li {
	display:inline;
	margin-right:26px;
	margin-bottom:30px;
	height:125px;
	float:left;
}

.music ul.crates li img {
	border:5px solid #CACACA;
	width:115px;
	height:115px;
	float:left;
}

/* misc 
--------------------------------------------------*/

.not_found h2 {
	font-weight:bold;
	text-transform:uppercase;
}
.not_found p {
	margin:20px 0;

}
h2.pagetitle {
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	margin-bottom:40px;
}

/* contact 
--------------------------------------------------*/
.contact {
	padding:0 20px;
}
.contact ul {
	width:480px;
}
.contact h2 {
	background-image:url("img/entry_date_bg.gif");
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:23px;
	letter-spacing:1px;
	padding:5px 5px 0 5px;
	text-transform:uppercase;
	display:block;
	margin:15px 0 0 0;
}
.contact a {
	font-size:12px;
	margin-bottom:5px;
	display:block;
	max-width:157px;
}
.contact a#image:hover {
	background-color:transparent;
} 
.contact img#therub {
	margin:10px 0 25px 0;
}











