@charset "UTF-8";
/**
	Theme Name: Late Night Addiction
	Theme URI: http://www.pauljaques.net/
	Description: LNA - Wordpress Theme v.1.0 by Paul Jaques
	Version: 1.0
	Author: Paul Jaques
**/

/** GLOBAL **/
body{
	/**font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;**/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	
	background-image: url(/wp-content/themes/lna/img/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #000;
}

/** divs **/
#body-wrap{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
}
#social-media{
	margin: 20px 30px;
	padding: 0;
	width: 288px;
	float: right;
}
	#social-media li{
	margin: 0;
	padding: 0;
	float: left;
}	
#header{
	margin: 0;
	padding: 0;
	height: 120px;
}
#nav-wrap{
	margin: 0 20px 0 0;
	padding: 15px;
	float: right;
	clear: right;
	background-color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
}	
#navigation{
	margin: 0;
	padding: 0;
	display: block;
}
	#navigation li{
		margin: 0 15px 0 0;
		padding: 0;
		float: left;
		display: inline-block;	
		font-size: 1.1em;
		font-weight: 900;
		text-transform: uppercase;
	}
	#navigation li.last{
		margin: 0;
		padding: 0;
		float: left;
		display: inline-block;	
		font-size: 1.1em;
		text-transform: uppercase;		
	}
#container{
	margin: 20px 20px 0 20px;
	padding: 0 0 20px;
	clear: both;
}
#promo-tile{
	margin: 20px 0;
	width: 920px;
	height: 290px;
	background-color: #222;
	
	overflow: hidden;
}
#mainColumn{
	margin:0;
	padding:0;
	float: left;
	width: 575px;
}
	.article{
		margin: 0 0 22px;
		padding: 10px 10px 30px 10px;
		border-bottom: 1px dotted #444;
	}
#mainColumn-lvl2{
}
#featured-artists{
	margin: 0;
	padding: 0;
	width: 280px;
	float: left;
}
	.artist-preview{
		margin: 10px 0;
		padding: 5px;
		height: 112px;
		clear: both;
		background-color: #000;
	} 
	.artist-preview img{
		margin: 5px 10px 5px 5px;
		float: left;
		border: 2px solid #222;
	}
	.artist-preview img:hover{
		border: 2px solid #000;
	}
	
#upcoming-events{
	margin: 0 0 0 15px;
	padding: 0;
	width: 280px;
	float: right;
}
	#upcoming-eventslist{
		margin: 0;
		padding: 10px;
	}
	#upcoming-eventslist li{
		margin: 0 0 10px;
		padding: 0 0 10px;
		display: block;
		color: #999C9B;
		border-bottom: 1px dotted #555;
	}
	#upcoming-eventslist li p{
		margin: 0;
		padding: 0;
		color: #FFF;
	}
	#upcoming-eventslist li:hover{
		background-image: url(/wp-content/themes/lna/img/eventslist-arrow.jpg);
		background-position: 235px 25px;
		background-repeat: no-repeat;
	}
#sideColumn{
	margin: 0 0 0 65px;
	padding: 0;
	float: right;
	width: 280px;
}
#email-subscription{
	margin: 0 0 20px;
}
	#email-subscription form{
	}
	#email-subscription div{
		margin: 0;
		padding: 0;
		height: 48px;
}
	#email-subscription .input-email{
		margin: 9px 0 0 10px;
		padding: 8px 7px;
		float: left;
		width: 190px;
		height: 15px;
		color: #999;
		
		font-size: 1.3em;
		font-style: oblique;
		font-family: Georgia, Times New Roman;
		display: inline;
		
		border: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#email-subscription .input-submit{
		margin: -2px 0 0 -3px;
		padding: 0;
		float: right;
		width: 53px;
		height: 48px;
		border: 0;
		cursor: pointer;
		background-image: url(/wp-content/themes/lna/img/btn-formgo.jpg);
	}
#rss-subscription{
	margin: 40px 0;
	padding: 0;
}
#sideColumn-ads{
	margin: 20px 0 0;
	height: 140px;
	clear: both;
}

#sideColumn-promo{
	margin: 0 0 10px;
}
#footer-wrap{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	clear: both;
}
#footer{
	margin: 0;
	padding: 20px;
	
}
#footer li{
	display: inline;
	color: #444;
	font-size: 1.1em;
}

/** links **/
a{font-weight: inherit; font-style: inherit; text-decoration:none;}
a:link{color:#FFF;}
a:visited{color:#FFF;}
a:hover{color:#00AEFF;}

/** navigation links **/
#navigation li a:hover{color: #444;}
#navigation li a.selected{color: #444;}

/** social media links **/
#social-media li a{
	margin: 0 30px 0 0;
	float: left;
	display: block;
	list-style: none;
	height: 32px;
	text-indent: -9999px;
	background: url(/wp-content/themes/lna/img/social-media.png) no-repeat 0 0;
}
#social-media li a.last{margin:0;}
#social-media li.social-facebook a{width: 70px; background-position: 0px 0px;}
#social-media li.social-facebook a:hover{background-position: 0px -32px;}
#social-media li.social-twitter a{width: 76px; background-position: -94px 0px;}
#social-media li.social-twitter a:hover{background-position: -94px -32px;}
#social-media li.social-myspace a{width: 82px; background-position: -198px -0px;}
#social-media li.social-myspace a:hover{background-position: -198px -32px;}

#featured-artists a{
	font-weight: 900;
}

/** typography **/
.article-content, #container p{
	margin: 0 0 14px;
	padding: 0;
	color: #999;
	font-size: 1.2em;
	line-height: 1.4em;
}
.artist-info h2{
	margin: 0;
	padding: 0;
}
#rightArtist p{
	padding: 10px 10px 0;
}
.post-info{
	margin: 10px 20px;
	color: #555;
	font-size: 1.2em;
	display: block;
}
	#mainColumn .post-info ul.post-categories li{
		margin: 0 0 0 5px;
		display: inline;
		border-bottom: 2px solid #999;
	}
	.post-info span{
		float: left;
	}
	.post-info .time{
		margin: 0;
		padding: 0 10px 0 0;
		border-bottom: 2px solid #333;	
	}
	.post-info .category{
		margin: 0 10px 0 0;
		
	}
#featured-artists p{
	margin: 5px 0 20px;
	padding: 0;
	color: #999C9B;
	font-size: 1.1em;
	line-height: 1.3em;
}
#sideColumn p{
	margin: 0;
	padding: 10px;
	color: #999C9B;
	font-size: 1.2em;
	line-height: 1.6em;
}
#sideColumn-ads span{
	margin: 0 0 5px 10px;
	color: #646464;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
}
.clr-blue{
	color: #00AEFF;
}

/** buttons **/
.btn-readmore{
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

/** images **/
.logo{
	margin: 40px 0 0 20px;
	padding: 0;
	float: left;
}
.ad1{
	margin-left: 10px;
}
.ad2{
	margin-right: 10px;
}
.ad1, .ad2{
	width: 125px;
	height: 125px;
	border: 2px solid #000;
}
.ad1:hover, .ad2:hover{
	border: 2px solid #222;
}

/** headings **/
h1{
}
h2{
	color: #CCC;
	font-size: 2em;
	letter-spacing: -.5px;
	text-transform: uppercase;
}
	.artist-headings{
		margin: 0 0 20px -10px;
}
h3{
	color: #CCC;
	text-shadow: 0 0 3px #F8F8F8;
	
	font-size: 2.6em;
	font-weight: 900;
	letter-spacing: -.5px;
}
h4{
	margin: 0 0 5px;
	font-size: 1.3em;
	font-weight: 900;
}

/** artists **/
#artist-side{
	margin: 33px 0 0 10px;
	padding: 0;
	float: right;
	width: 240px;
}
#artist-side p{
	padding: 10px 0 10px 10px;
}
#artists{
	margin: 0;
	padding: 0;
	float: left;
	width: 670px;
}

/** structure **/
#leftColumn{
	margin: 0 30px 0 0;
	padding: 0;
	width: 200px;
	float: left;
	background-color: #000;
}
#leftColumn img{
	margin: 15px;
	width: 170px;
}
#middleColumn{
	margin: 0;
	padding: 15px;
	width: 430px;
	float: left;
	background-color: #000;
}

#sideColumn ul{
	margin: 0 0 40px 15px;
}
#sideColumn ul li{
	margin: 5px 0;
	font-size: 1.1em;
}

/** form messages **/
p#success{
	margin:0;
	padding:2px 0;
	color:#00CC66;
	font-size:1.2em;
	text-align:center;
}

p#bademail, p#badserver{
	margin:10px 0;
	padding:2px 0;
	color:#CC0000;
	font-size:1.2em;
	text-align:center;
}

/** images **/
.img-header{
	margin: 0 0 20px;
	padding: 0;
}
.img-corneroverlay{
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 100;
}
.img-djs{
	margin: 20px 0 0;
}
.img-sendmusic{
	margin: 0 0 0 10px;
}
.img-promolarge{
	margin: 0 10px;
	border: 2px solid #222;
}
.img-promolarge:hover{
	border: 2px solid #000;
}

#booking-form{
	margin: 0;
	padding: 10px;
	display: inline-block;
	background-image: url(/wp-content/themes/lna/img/booking-bg.png);
	background-repeat: no-repeat;
	background-position: 320px 265px;
}
#booking-form-artist{
	margin: 0;
	padding: 20px;
	width: 240px;
	float: left;
	display: inline-block;
	background-color: #222;
	border: 5px solid #111;
	position: relative;
	text-align: right;
}
#booking-form-personal{
	margin: 0 15px;
	padding: 20px;
	width: 240px;
	float: left;
	display: inline;
	background-color: #222;
	border: 5px solid #111;
	position: relative;	
	text-align: right;
}
#booking-form-additional{
	margin: 0;
	padding: 20px;
	width: 240px;
	float: right;
	display: inline;
	background-color: #222;
	border: 5px solid #111;
	position: relative;
	text-align: right;
}
#booking-form label{
	margin: 0;
	padding: 0;
	display: block;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 900;
}
#booking-form input{
	margin: 5px 0 8px;
	padding: 5px;
	width: 230px;
	color: #999;
	
	font-size: 1.3em;
	font-style: oblique;
	font-family: Georgia, Times New Roman;
}
#booking-form select{
	margin: 5px 0;
	padding: 0;
}
#booking-form textarea{
	margin: 5px 0;
	padding: 5px;
	width: 230px;
	color: #999;
	font-size: 1.3em;
	font-style: oblique;
	font-family: Georgia, Times New Roman;	
	line-height: 1.4em;
}

#booking-form .booking-form-submit{
	margin: 0;
	padding: 0;
	width: 240px;
	height: 45px;
	border: 0;
	cursor: pointer;
	background-image: url(/wp-content/themes/lna/img/btn-requestbooking.jpg);
	background-repeat: no-repeat;
}
#contact-form .contact-form-submit{
	margin: 0;
	padding: 0;
	width: 240px;
	height: 45px;
	border: 0;
	cursor: pointer;
	background-image: url(/wp-content/themes/lna/img/btn-sendmessage.jpg);
	background-repeat: no-repeat;
}

.img-formsteps{
	position: absolute;
	top: -25px;
	left: -25px;
}
#notification{
	margin: 0 0 20px;
	padding: 5px;
	clear: right;
	float: right;
	width: 280px;
}
#contact-form label{
	margin: 0;
	padding: 0;
	display: block;
	color: #FFF;
	font-size: 1.1em;
	font-weight: 900;
}
#contact-form input{
	margin: 5px 0 8px;
	padding: 5px;
	width: 230px;
	color: #999;
	font-size: 1.3em;
	font-style: oblique;
	font-family: Georgia, Times New Roman;
}
#contact-form select{
	margin: 5px 0;
	padding: 0;
}
#contact-form textarea{
	margin: 5px 0;
	padding: 5px;
	width: 230px;
	color: #999;
	font-size: 1.3em;
	font-style: oblique;
	font-family: Georgia, Times New Roman;	
	line-height: 1.4em;
}
#list-contact{}
#list-contact li{
	margin: 20px 0;
	padding: 0;
	color: #FFF;
	font-size: 1.2em;
}
#list-contact a{
	margin: 0;
	padding: 3px;
	color: #FFF;
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#list-contact a:hover{
	margin: 0;
	padding: 3px;
	color: #FFF;
}
#artist-social{
	margin: 15px 25px;
}
#artist-social li{
	margin: 0 3px 15px;
	padding: 0;
	float: left;
}
#artist-social li a{
	margin: 0;
	padding: 5px;
	display: block;
	color: #FFF;
	background-color: #30AFE4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#artist-social li a:hover{
	margin: 0;
	padding: 5px;
	background-color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#leftArtist ul{
	margin: 0 0 0 10px;
}
#leftArtist li{
	margin: 8px 0;
	padding: 0;
	color: #FFF;
}
#leftArtist p{
	margin: 10px;
}

#side-lnamyspace, #side-lnafacebook{
	margin: 0 0 40px;
	width: 280px;
	float: left;
	clear: both;
	display: block;
}
#side-lnamyspace .img-addus, #side-lnafacebook .img-addus{
	margin: 0 10px 5px 0;
	float: right;
}
#side-lnamyspace ul, #side-lnafacebook ul{
	clear: both;
}
#side-lnamyspace ul li, #side-lnafacebook ul li{
	margin: 0 4px 4px 0;
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #222;
}
#side-archives li{
	margin: 5px 10px;
}

#artist-taggedposts{}
#artist-taggedposts li{
	margin: 8px 0 8px;
	padding: 0 0 8px;
	font-size: 1.1em;
}
#artist-elsewhere ul li a{
	margin: 0;
	float: left;
	display: block;
	list-style: none;
	height: 38px;
	text-indent: -9999px;
	background: url(/wp-content/themes/lna/img/artist-socialmedia.jpg) no-repeat 0 0;
}
#artist-elsewhere ul li a.last{margin:0;}
#artist-elsewhere ul li.social-beatport a{width: 103px; background-position: 0px 0px;}
#artist-elsewhere ul li.social-beatport a:hover{background-position: 0px -40px;}
#artist-elsewhere ul li.social-myspace a{width: 103px; background-position: -370px 0px;}
#artist-elsewhere ul li.social-myspace a:hover{background-position: -370px -40px;}
#artist-elsewhere ul li.social-twitter a{width: 96px; background-position: -130px -0px;}
#artist-elsewhere ul li.social-twitter a:hover{background-position: -130px -40px;}
#artist-elsewhere ul li.social-facebook a{width: 103px; background-position: -250px -0px;}
#artist-elsewhere ul li.social-facebook a:hover{background-position: -250px -40px;}

#artist-elsewhere{margin: 20px 0;}
#artist-elsewhere ul{
	margin: 0 auto 20px;
	width: 103px;
}
#artist-elsewhere ul li{margin: 15px 0;}
#artist-booking{
	margin: 20px 0 0;
}

a.more-link{
	padding: 5px;
	
	color: #242424;
	font-weight: 900;
	
	background-color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
a.more-link:hover{
	color: #FFF;
	background-color: #242424;
}

/** posters **/
#side-posters{
	margin: -10px 0 0;
	padding: 0;
}
#side-posters img{
	border: 2px solid #222;
}
#side-posters img:hover{
	border: 2px solid #000;
}

/** events **/
.event{
	margin: 20px 0;
	padding: 0;
}
.event img{
	margin: 0 0 20px;
	float: left;
}
#mainColumn .event p{
	margin: 16px 0;
	font-size: 1.1em;
}
a.btn-rnd{
	padding: 5px;
	font-size: 1.2em;
	background-color: #30AFE4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
a.btn-rnd:hover{
	color: #FFF;
	background-color: #646464;
}

#events-slider{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}

#events-slider li{
  float: left;
  padding: 0;
  display: block;
}

#events-slider li a{
  display: block;
  overflow: hidden;
  height: 290px;
  width: 75px;
}

#a1{
  width: 200px;
}

#events-slider li img{
  width: 200px;
  height: 290px;
}


#container #artist-side a{
	margin: -25px 0 10px -10px;
	display: block;
	font-size: 1.2em;
	letter-spacing: -.5px;
}
#artist-side a img{
	margin: 0 5px -10px;
}

#side-sendmusic{
	margin: 0 0 20px;
}

/** comments **/
#comments, #respond h3{
	color: #333;
	font-style: oblique;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
}
#commentform{
	margin: 20px 0;
}
.commentlist{
	margin: 20px 0;
	width: 555px !important;
	display: block;
}
.commentlist li{
	width: 555px;
}
.comment-author a{
	font-size: 1.4em;
	font-style: oblique;
	font-weight: normal;
	font-family: Georgia, Times New Roman;
}
.comment-meta{
	margin: 10px 0;
}
.comment{
	margin: 20px 0;
	padding: 10px;
	word-wrap: break-word;
}
#mainColumn .comment p{
	width: 555px !important;
	text-align: left;
}
.comment.even{
	border-bottom: 2px solid #222;
	border-left: 2px solid #222;
	background-color: #111;
}
.comment.odd{
	border-bottom: 2px solid #222;
}
#respond #comment{
	padding: 10px;
	width: 555px;
}


/** COMMENT TOTAL **/
.comment-total{
	padding: 3px 8px 3px 9px;
	width: 8px;
	height: 19px;
	float: right;
	font-size: 1.4em;
	font-weight: 900;
	
	background-image: url(/wp/wp-content/themes/lna/img/comment-totalbg.jpg);
	background-repeat: no-repeat;
}
.comment-total{display: none;}

/** WIDGET TITLES **/
#featured-artists .widgettitle{display: none;}		
#upcoming-events .widgettitle{display: none;}

/** ARTISTS NAVIGATION **/
#artist_nav {
	margin: 0 0 20px 10px;
	padding: 0;		
	border:0;
	float:left;
	display:block;
	cursor: pointer;
}

#artist_nav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	text-align: left;
	cursor: pointer;
	line-height: 3em;
	}

#artist_nav li a {
	display:block;
	text-decoration:none;
	color:#333;
	margin: 0 0 0 0;
	font-size: 2.8em;
	text-transform:uppercase;
	letter-spacing: -2px;
	font-weight: bold; 
	cursor: pointer;
	line-height: 0.6em;
	}

#artist_nav li a:hover,
#artist_nav li a:active,
#artist_nav li a:visited,
#artist_nav li a.sel {
	color:#fff;
	cursor: pointer;
	}