@charset "UTF-8";
/* CSS Document */

body{
	background:url(../_images/background/wayne1.jpg) no-repeat top right #000;
	color:#888;
	font-size:.625em;
	font-family: Helvetica, Arial, sans-serif;
}
body.admin{
	background-image:none;	
}

.clear{
	clear:both;
}

.container{
	width:1200px;
	margin:0 auto;
}

a{color:#555; text-decoration:none;}
a:hover{color:#fff;}
p{
	font-size:1.3em;
	color:#ccc;
	margin-bottom:10px;
	line-height:1.65em;
}
#navCont h1{
	margin-bottom:18px;	
}

h1 a, h1{
	text-indent:-9999px;
	text-transform:uppercase;
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	height:29px;
}

h1 a:hover{
	background-position:bottom;	
}


#logo{
	margin:0px 0 10px;	
}

#content{
	min-height:340px;
}

ul#nav{
	width:480px;
	height:30px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:30px;
	background-color:#111;
	margin-top:0px;
	
}

ul#nav li{
	padding:0 24px;
	font-size:1.4em;
	display:inline;
}

ul#nav li a{
	
}

#navCont{
	width:500px;
}

.navSect{
	padding:20 0 20px;	
}

#latest h1 a, h1#latest{
	background:url(../_images/nav/latest.png);
	width:187px;
}

#artists h1 a, h1#artists{
	background:url(../_images/nav/artists.png);
	width:187px;
}

#releases h1 a, h1#releases{
	background:url(../_images/nav/releases.png);
	width:187px;
}

#tourDates h1 a, h1#tourDates{
	background:url(../_images/nav/tour-dates.png);
	width:187px;
}

#contact h1 a, h1#contact{
	background:url(../_images/nav/contact.png);
	width:168px;
}

h1#merch{
	background:url(../_images/headers/merchandise.png);
	width:271px;
}

.navSect ul{
	margin-left:18px;	
}

.accordion{
	display:none;
}



.startOpen{
	display:block;	
}
/*   HOME NAV ITEMS   */


#latest ul li, #tourDates ul li, #artistTourDatesCont ul li{
	font-size:1.4em;
	line-height:1.1em;
	width:428px;
}

#latest ul li span, #tourDates ul li span,  #artistTourDatesCont ul li span{
	width:75px;
	font-weight:bold;
	color:#fff;
	display:block;
	float:left;
	letter-spacing:2px;
	
	
	
}

#latest ul li.more,  #tourDates ul li.more{
	margin-bottom:25px;	
}

#releasesCont p.more{
	font-size:1.4em;
	width:500px;
	margin-bottom:25px;
	overflow:auto;
	padding-top:10px;
}
#releasesCont p.more a{
	float:none;
	text-align:right;
	padding-right:10px;
}

#artists ul{
	width:468px;
	height:100%;
	
}
#artists ul li{
	width:428px;
	margin-right:18px;
	float:left;
	text-align:left;
	height:110px;
	font-size:1.4em;
	line-height:1.2em;
}

#artists ul li a{
	color:#888;
	font-size:1.4em;
	line-height:1.2em;
}
#artists ul li img{
	margin-bottom:5px;
	border:1px #555 solid;
}

#tourDates h3, #releases h3{
	width:500px;
	display:block;
	padding:5px 18px;
	background-color:#111;
	margin-bottom:9px;
	font-size:1.8em;
	letter-spacing:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#777;
}

#releasesCont{
	padding-left:20px;	
}
#releasesCont a{
	float:left;
	margin-right:25px;
}

#releasesCont a img{
	border:1px solid #555;	
}

#contact ul li, .admin ul li{
	display:block;
	margin:10px 0;
	font-size:1.2em;
}
#contact ul li label, .admin ul li label{
	display:block;
	color:#555;
	margin-bottom:1px;
}

#contact ul li input, #contact ul li textarea, .admin ul li input, .admin ul li textarea{
	width:400px;	
}

#contact input#sendmessage, .admin input.submitBtn{
	text-transform:uppercase;
	width:150px;
	font-weight:bold;
	margin-left:258px;
}


/***************************/
/*      INTERIOR PAGES     */
/***************************/
h1{
	margin-bottom:40px;	
}

/*   TOUR DATES   */
#tourDatesTable
{
	font-size:13px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
th, thead{
	padding:10px 5px;
	background: #111;
	color: #fff;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
td{
	padding: 5px;
	background: #111; 
	border-bottom: 1px solid #000;
	color: #fff;
	line-height:36px;
	border-top: 1px solid transparent;
}
.transparent-element td{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}
.transparent-element tr:hover td{
	background:#121212;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;	
}

th.headerSortUp { 
    background-image:url(../_images/icons/arrowasc.png);
	background-color:#111;
}
th.headerSortDown {
 background-image:url(../_images/icons/arrowdesc.png);
 background-color:#111;
}

th.header { 
    background:url(../_images/icons/arrowhidden.png) no-repeat center left;
    cursor: pointer; 
    font-weight: bold; 
    padding-left: 15px; 
    margin-left: -1px; 
}	


span.buyTix{
	padding:3px 8px;
	background-color:#555;
	font-weight:bold;
	text-transform:uppercase;
}

span.buyTix a{color:#000;}
span.buyTix:hover{
	background-color:#333;	
}

/*   LATEST   */

#latestCont{
	margin-bottom:25px;
	padding:15px;
	width:500px;
}

.latestStory{
	width:750px;
	margin-bottom:20px;
}
.latestStory .date{
	font-size:1.4em;
	font-style:italic;
	color:#555;
	display:block;
	float:left;
	width:100px;
}
.latestStory h2, .latestStory h2 a{
	font-weight:bold;
	font-size:2em;
	color:#555;
	margin-bottom:10px;
	width:650px;
	float:right;
}
.latestStory p{
	width:650px;
	float:right;
}

.latestStory .more{
	font-weight:bold;
	text-transform: uppercase;
	clear:both;
	font-size:1.3em;
	margin-top:10px;
}

.latestStory .more a{color:#fff;}

.pagination{clear:both;font-size:1.4em;font-weight:bold;color:#555;}
.olderStories{float:left;}
.newerStories{float:right;}


/*   RELEASES   */

#filterReleases ul li{
	display:inline;
	margin-right:30px;
}

#filterReleases ul li label{
	color:#555;
	font-size:1.8em;
	font-weight:bold;
	margin-right:10px;
}

#filterReleases ul li select{
	background-color:#111;
	width:150px;
	padding:4px 2px;
	font-size:1.2em;
	color:#ccc;
	outline:none;
	margin-top:-5px;
}

ul#releasesList, ul#artistList{
	margin:20px 0;
	width:960px;
	font-size:1.2em;
}

ul#releasesList li{
	display:block;
	width:100px;
	text-align:center;
	height:140px;
	margin:0 3px;
	float:left;
}
ul#releasesList li a, ul#artistList li a{
	color:#000;	
}

ul#releasesList li span, ul#artistList li span{
	display:none;	
}
ul#releasesList li:hover, ul#artistList li:hover{
	background-color:#555;
}
ul#releasesList li:hover span, ul#artistList li:hover span{
	display:inherit;	
}
ul#releasesList li img, ul#artistList li img{
	border:2px solid #555;	
}

#releaseInfo{clear:both;}

#releaseInfo h2{
	font-weight:bold;
	font-size:2em;
	color:#fff;
	margin:20px 0 10px;
	display:block;
}

#releaseInfo img{
	float:left;
	margin-right:20px;
}

ul.trackListing{
	line-height:1.8em;
	font-size:1.3em;
	color:#555;
	margin:10px 0 30px;
}

.getBtn{
	padding:3px 10px;
	background-color:#555;
	border:1px solid #111;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
}
.getBtn a{color:#000;}

/*   ARTISTS   */



ul#artistList li{
	display:block;
	width:64px;
	text-align:center;
	height:90px;
	margin:0 3px;
	float:left;
}

ul#artistList li.selected img{
	border-color:#ccc;	
}
#artistInfo{
	clear:both;
	width:690px;
	padding-top:20px;
}

#artistInfo h2 a{
	text-indent:-9999px;
	text-transform:uppercase;
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	height:19px;	
	margin-bottom:20px;
}

h2#Lil_Wayne a{
	background-image:url(../_images/headers/lilwayne-header.png);
	width:131px;
}
h2#Drake a{
	background-image:url(../_images/headers/drake-header.png);
	width:79px;
}
h2#Mack_Maine a{
	background-image:url(../_images/headers/mackmaine-header.png);
	width:156px;
}
h2#Lil_Twist a{
	background-image:url(../_images/headers/liltwist-header.png);
	width:116px;
}
h2#Lil_Chuckee a{
	background-image:url(../_images/headers/lilchuckee-header.png);
	width:155px;
}
h2#Gudda_Gudda a{
	background-image:url(../_images/headers/guddagudda-header.png);
	width:180px;
}
h2#Nicki_Minaj a{
	background-image:url(../_images/headers/nickiminaj-header.png);
	width:142px;
}
h2#Shanell a{
	background-image:url(../_images/headers/shanell-header.png);
	width:110px;
}
h2#Tyga a{
	background-image:url(../_images/headers/tyga-header.png);
	width:60px;
}
h2#Jae_Millz a{
	background-image:url(../_images/headers/jaemillz-header.png);
	width:123px;
}
h2#T-Streetz a{
	background-image:url(../_images/headers/tstreets-header.png);
	width:135px;
}


h2#discography a{
	background-image:url(../_images/headers/discography.png);
	width:169px;
}
h2#artistTourDates a{
	background-image:url(../_images/headers/artist-tour-dates.png);
	width:153px;
}
h2#artistPhotos a{
	background-image:url(../_images/headers/photos.png);
	width:96px;
}
h2#artistContact a{
	background-image:url(../_images/headers/artist-contact.png);
	width:108px;
}

#artistInfo .accordion{
	margin:0 0 20px 20px;	
}

#artistDiscographyCont ul{width:690px;}
#artistDiscographyCont ul li{
	display:inline;	
	margin:0 15px 0 0;
}

#artistDiscographyCont ul li img{
	border:2px solid #555;	
}

#artistDiscographyCont ul li a:hover img{border-color:#ccc;}

ul.gallery li { display: inline; }

/*   FOOTER   */
#footer{
	clear:both;
	background-color:#000;
	border-top:thin #000000 solid;
	margin-top:0px;
}

.footerSection{
	width:300px;
	padding:20px 10px;
	float:left;
}

#footer h4{
	text-indent:-9999px;
	text-transform:uppercase;
	height:38px;
	margin-bottom:10px;
	display:block;

}


#footer #twitter h4{
	background:url(../_images/logo2.png) no-repeat;
	width:205px;
	
}

#footer #socialMedia h4{
	background:url(../_images/get-the-latest.png) no-repeat;
	width:172px;
}


#footer #extraFooter h4{
background:url(../_images/audioplayer.png) no-repeat;
	width:172px;
}

#socialMedia ul li{
	display:inline;
	margin-right:12px;
}
#extraFooter form{
	margin-bottom:18px;	
}
.copyrightInfo, .credits{
	margin:12px 0 0 2px;
	font-size:11px;
}

/***   ADMIN AREA   ***/

.admin #photoAlbumList li{
	display:inline;
	padding:10px;
}

.admin h2{
	font-size:1.6em;
	font-weight:bold;
	color:#eee;
	margin-bottom:15px;
}

.admin h3{
	font-size:1.4em;
	font-weight:bold;
	color:#ccc;
	margin-bottom:12px;
}

.admin #adminList{
	font-size:1.4em;
	line-height:2.4em;
}

.admin table{
	font-size:1.4em;	
}
.admin table th{
	background-color:#333;	
}
.admin td.tableIcon img{
	padding-top:7px;
}

.admin h3 img{ margin-left:5px;}

/***   MERCH    ***/

.product{
	width:280px;
	display:block;
	float:left;
	margin:0 30px 35px 0;
}

.product h3{
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	padding:7px 0;
	background-color:#111;
	width:100%;
	text-transform:uppercase;
}

.product p{
	font-size:1.4em;
	font-weight:bold;
	display:inline;
	padding-right:8px;
	margin-left:47px;
}

.product img{
	margin:10px 0;	
}

.product select{
	width:115px;
	padding:2px;
	background-color:#111;
	border:1px solid #252525;
	padding:3px;
	font-size:1.2em;
	color:#ccc;
	outline:none;
	font-family:Helvetica, Arial, sans-serif;
}

.override #googlecart-widget-head {
    background:#555;
	color:#111;
	border:1px solid #555;
}
.override #googlecart-title {
    color:#111;
}
.override #googlecart-summary {
    color:#ccc;
}

.googlecart-add-button{
	background:#111 !important;
	background-image:none !important;
	border:1px solid #555 !important;
	color:#555;
	text-transform:uppercase;
	text-align:center;
	padding:3px 0;
	width:175px !important;
	margin:10px 0 0 47px;
	font-weight:bold;
	height:15px !important;
	font-size:1.4em;
	letter-spacing:1px;
}


.override #googlecart-widget-body{
	border-color:#555;	
}

.override #googlecart-widget-body td{
    background:#fff;
  }
.override .googlecart-widget-quantity-box {
    background:#fff;
	border-color:#555;
  }
  
.override #googlecart-widget-body td a{
	color:#555;  
}
.override #googlecart-widget-body td a:hover{
	color:#111;  
}
.override .googlecart-widget-remove{color:#555;}

/**************/

input, textarea{
	background-color:#111;
	border:1px solid #252525;
	padding:3px;
	font-size:1.2em;
	color:#555;
	outline:none;
	font-family:Helvetica, Arial, sans-serif;
}
.more{text-align:right;}
em{font-style:italic;}
strong{font-weight:bold;}
.noShow{display:none;}
.transparent-element{
	background: rgba(0,0,0,0.85);	
}