@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../fonts/league_gothic-webfont.eot');
	src: local('☺'), url('../fonts/league_gothic-webfont.woff') format('woff'), url('../fonts/league_gothic-webfont.ttf') format('truetype'), url('../fonts/league_gothic-webfont.svg#webfontUfw2gk8P') format('svg');
	font-weight: normal;
	font-style: normal;
	}
.lg {
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	}

body {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ccc;
	font-size: 12px;
	line-height: 1em;
	}
form, input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	}
a {
	color: #900;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.clear {
	clear: both;
	}

#header {
	width: 100%;
	height: 190px;
	background-color: #131313;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}
#header .wrapper {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	}
#header h1 {
	position: absolute;
	top: 45px;
	left: 10px;
	z-index: 1000;
	}
#header .search {
	position: absolute;
	top: 0;
	right: 0;
	}
#header .search a {
	width: 34px;
	height: 34px;
	background-image: url('../images/search_tab.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: -10px;
	display: block;
	}
#nav {
	width: 100%
	height: 40px;
	background-color: #2a2a2a;
	}
#nav .wrapper {
	height: 40px;
	}
#nav .main {
	width: 650px;
	height: 40px;
	float: left;
	}
#nav .main li {
	width: 60px;
	margin: 0 10px;
	float: left;
	}
#nav .main a {
	width: 60px;
	height: 27px;
	color: #666;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 13px;
	display: block;
	}
#nav .main a:hover {
	color: #999;
	}
#nav .main .active {
	color: #999;
	}
#nav .secondary {
	width: 300px;
	height: 40px;
	padding-right: 10px;
	float: left;
	}
#nav .secondary li {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 38px;
	padding-left: 20px;
	float: right;
	}
#nav .secondary a {
	color: #727272;
	}
	
#content {
	width: 100%;
	background-color: #efefef;
	}
#content .pagination {
	}
#content .pagination a {
	margin-right: 10px;
	}

	
#footer {
	width: 940px;
	padding: 40px 10px 20px 10px;
	margin: 0 auto;
	}
#footer .credits {
	width: 940px;
	color: #999;
	font-size: 11px;
	padding-top: 25px;
	clear: both;
	}
#footer .credits a {
	color: #999;
	}
#footer .copyright {
	float: left;
	}
#footer .byline {
	margin-left: 10px;
	float: left;
	}
#footer .byline a {
	text-decoration: underline;
	}
#footer a {
	color: #333;
	}
#footer h5 {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 18px;
	}
#footer li {
	line-height: 1.4em;
	}
	
.col-140 {
	width: 140px;
	float: left;
	}
.col-300 {
	width: 300px;
	float: left;
	}
.col-620 {
	width: 620px;
	float: left;
	}
.ml-20 {
	margin-left: 20px;
	}

/*

SEARCH

*/

#search {
	width: 100%;
	height: 100%;
	background-image: url('../images/search.png');	
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 999;
	overflow: hidden;
	}
#search .wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	}
#search form {
	width: 940px;
	position: absolute;
	top: 150px;
	left: 10px;
	}
#search form textarea {
	width: 940px;
	color: #fff;
	background-color: transparent;
	border: 0;
	font-size: 200px;
	line-height: 1em;
	text-decoration: underline;
	text-transform: uppercase;
	}
#search .close {
	position: absolute;
	top: 0;
	right: 0;
	}
#search .close a {
	width: 34px;
	height: 34px;
	background-image: url('../images/search_close.png');
	background-repeat: no-repeat;
	background-position: center 5px;
	margin-right: -10px;
	display: block;
	}

/*

SIDEBAR

*/

#sidebar .ad {
	width: 300px;
	background: #fff;
	margin-bottom: 40px;
	}
#sidebar h5 {
	font-size: 15px;
	font-family: Georgia, serif;
	line-height: 1em;
	margin-bottom: 15px;
	}
#sidebar .reviews {
	width: 300px;
	margin-bottom: 20px;
	}
#sidebar .reviews .item {
	width: 300px;
	margin-bottom: 20px;
	float: left;
	}
#sidebar .reviews .item img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	display: block;
	float: left;
	}
#sidebar .reviews h3 {
	color: #000;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 6px;
	}
#sidebar .reviews h3 a {
	color: #000;
	}
#sidebar .reviews h4 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	}
#sidebar .reviews h4 a {
	color: #000;
	}
#sidebar .reviews .rating {
	width: 66px;
	height: 10px;
	background-image: url('../images/reviews_rating_grey.png');
	margin-top: 5px;
	overflow: hidden;
	}
#sidebar .reviews .rating p {
	width: 66px;
	height: 10px;
	background-image: url('../images/reviews_rating_orange.png');
	overflow: hidden;
	}
#sidebar .auxiliary li {
	font-family: Georgia, serif;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	line-height: 1.2em;
	padding: 8px 0;	
	}
	
/*

HOME

*/

#features {
	width: 100%;
	}
#features .item {
	width: 25%;
	height: 175px;
	background-color: #000;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	float: left;
	}
#features .item h3 {
	bottom: 0;
	left: 0;
	color: #eee;
	background-color: #000;
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 5px;
	display: none;
	position: absolute;	
	z-index: 2;
	}
#features .item h3 a {
	color: #fff;
	text-decoration: none;
	}
#features .item img {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	}

#home {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#home #notice {
	width: 900px;
	background: #ffc;
	font-size: 13px;
	line-height: 1.4em;
	padding: 20px;
	margin: 0 auto 40px auto;
	}
#home h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#home .post {
	width: 620px;
	background-image: url('../images/news_border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
#home .post .date {
	color: #999;
	font-size: 11px;
	}
#home .post h3 {
	color: #1e1e1e;
	font-size: 60px;
	line-height: 54px;
	text-transform: uppercase;
	margin: 10px 0;
	}
#home .post h3 a {
	color: #1e1e1e;
	text-decoration: none;
	}
#home .post h3 a:hover {
	text-decoration: underline;
	}
#home .post p {
	color: #1e1e1e;
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.3em;
	}
#home .post .artist {
	color: #c00;
	font-weight: bold;
	}
	
/*

SHARE

*/

#content .share * {
	vertical-align: top;
	}
#content .twitter-share-button {
	margin-right: 8px;
	}
	
/*

NEWS

*/
	
#news {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#news h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#news .post {
	width: 620px;
	background-image: url('../images/news_border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
#news .post .date {
	color: #999;
	font-size: 11px;
	}
#news .post h3 {
	color: #1e1e1e;
	font-size: 48px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 10px 0;
	}
#news .post h3 a {
	color: #1e1e1e;
	text-decoration: none;
	}
#news .post h3 a:hover {
	text-decoration: underline;
	}
#news .post p {
	color: #1e1e1e;
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.3em;
	}
#news .post .artist {
	color: #c00;
	font-weight: bold;
	}
#news #related h4 {
	font-size: 15px;
	font-family: Georgia, serif;
	line-height: 1em;
	margin-bottom: 15px;
	}
#news .share {
	margin-bottom: 40px;
	}
#news #related li {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.4em;
	}
#news #related li a {
	}
#news #related li span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	}
	
/*

REVIEWS

*/
	
#reviews {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#reviews h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#reviews .post {
	width: 620px;
	background-image: url('../images/news_border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
#reviews .post .date {
	color: #999;
	font-size: 11px;
	}
#reviews .post h3 {
	color: #1e1e1e;
	font-size: 48px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 10px 0;
	}
#reviews .post h3 a {
	color: #1e1e1e;
	}
#reviews .post span.meta {
	color: #999;
	font-size: 11px;
	}
#reviews .post span.meta a {
	color: #999;
	}
#reviews .post .review {
	width: 600px;
	margin-top: 15px;
	}
#reviews .post .review img.album {
	width: 80px;
	height: 80px;
	border: 1px dotted #ccc;
	padding: 4px;
	margin: 0 1em 1em 0;
	display: block;
	float: left;
	}
#reviews .post .review p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6em;
	}
#reviews .post .review table {
	font-size: 11px;
	}
#reviews .post .review table td {
	line-height: 1em;
	padding-right: 10px;
	padding-bottom: 6px;	
	}
#reviews .post .rating {
	width: 66px;
	height: 10px;
	background-image: url('../images/reviews_rating_grey.png');
	margin-top: 5px;
	overflow: hidden;
	}
#reviews .post .rating p {
	width: 66px;
	height: 10px;
	background-image: url('../images/reviews_rating_orange.png');
	margin: 0;
	overflow: hidden;
	}
#lala_embed {
	padding: 0 10px;
	margin-top: 20px;
	}
#lala_embed p {
	color: #666;
	font-weight: normal;
	margin-bottom: 15px;
	}
	
/*

MUSIC

*/
	
#music {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#music h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#music .post {
	width: 620px;
	background-image: url('../images/news_border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
#music .post .date {
	color: #999;
	font-size: 11px;
	}
#music .post h3 {
	color: #1e1e1e;
	font-size: 48px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 10px 0;
	}
#music .post h3 a {
	color: #1e1e1e;
	text-decoration: none;
	}
#music .post h3 a:hover {
	text-decoration: underline;
	}
#music .post p {
	color: #1e1e1e;
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.3em;
	}

/*

VIDEOS

*/
	
#videos {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#videos h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#videos .post {
	width: 620px;
	background-image: url('../images/news_border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
#videos .post .date {
	color: #999;
	font-size: 11px;
	}
#videos .post h3 {
	color: #1e1e1e;
	font-size: 48px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 10px 0;
	}
#videos .post h3 a {
	color: #1e1e1e;
	text-decoration: none;
	}
#videos .post h3 a:hover {
	text-decoration: underline;
	}
#videos .post p {
	color: #1e1e1e;
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.3em;
	}

/*

RELEASE DATES

*/

#release_dates {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#release_dates h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#release_dates h2 span {
	color: #ccc;
	}
#release_dates table.release_dates {
	width: 100%;
	margin: 0 0 30px 0;
	}
#release_dates table.release_dates td {
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
	line-height: 1.6em;
	padding: 4px 0;
	}
#release_dates table.release_dates td.album_artist {
	width: 48%;
	border-right: 1px dotted #ccc;
	}
#release_dates table.release_dates td.album_title {
	width: 52%;
	font-style: italic;
	padding-left: 10px;
	}
#release_dates table tr td a {
	color: #080808;
	text-decoration: none;
	}
#release_dates table tr td a:hover {
	color: #333;
	text-decoration: underline;
	}
#release_dates p {
	line-height: 1.4em;
	margin-bottom: 20px;
	}
#release_dates .note {
	color: #999;
	font-size: 12px;
	margin: 0;
	}
	
/*

INTERVIEWS

*/
	
#interviews {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#interviews h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#interviews .post {
	width: 620px;
	background-image: url('../images/news_border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
#interviews .post .date {
	color: #999;
	font-size: 11px;
	}
#interviews .post h3 {
	color: #1e1e1e;
	font-size: 48px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 10px 0;
	}
#interviews .post h3 a {
	color: #1e1e1e;
	text-decoration: none;
	}
#interviews .post h3 a:hover {
	text-decoration: underline;
	}
#interviews .post p {
	color: #1e1e1e;
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 15px;
	}
#interviews .post blockquote {
	color: #333;
	border-left: 2px solid #ccc;
	padding-left: 15px;
	}
#interviews .post blockquote p {
	color: #333;
	}
	
/*

BANDS

*/
	
#bands {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#bands h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#bands .listing {
	margin-top: 30px;
	}
#bands .listing .c300 {
	width: 300px;
	float: left;
	}
#bands .listing ul li {
	line-height: 1.4em;
	}
#bands .listing ul li a {
	color: #222;
	display: block;
	}
	
#bands .profile h4 {
	font-size: 18px;
	margin-bottom: 20px;
	}
#bands .profile h2 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 35px;
	}
#bands .profile .post {
	width: 620px;
	background-image: url('../images/news_border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
#bands .profile .post .date {
	color: #999;
	font-size: 11px;
	}
#bands .profile .post h3 {
	color: #1e1e1e;
	font-size: 48px;
	line-height: 42px;
	text-transform: uppercase;
	margin: 10px 0;
	}
#bands .profile .post h3 a {
	color: #1e1e1e;
	}	


/*

PAGE

*/

#page {
	width: 940px;
	padding: 40px 10px;
	margin: 0 auto;
	}
#page .col-620 h1 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 20px;
	}
#page .col-620 h3 {
	color: #222;
	font-family: Georgia;
	font-size: 24px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 6px;
	}
#page .col-620 p {
	line-height: 1.3em;
	margin-top: 15px;
	}
#page .col-620 blockquote {
	line-height: 1.3em;
	padding-left: 1.6em;
	margin-top: 15px;
	}
	
/*

ERROR

*/

#error h1 {
	color: #222;
	font-family: Georgia;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 20px;
	}
#error p {
	line-height: 1.3em;
	margin-top: 15px;
	}
