/*Savory Audio 2010
----------------------------------------------------------
----------------------------------------------------------
----  CSS by Anthony Henderson - astrobotcreative.com ----
------------------------------------------------------- */

/* anything prefixed with a "d_" is the detail view of a section */

/* GENERAL RULES
-------------------------------------------------------------------- */


* {
	/* overwrite all default browser settings */
	margin: 0;
	padding: 0;
	}

body {	
	background-color: #000;
	background-image: url(../../media/images/back_top_line.gif);
	background-repeat: repeat-x;
	
	/* global font settings */
	font-family: arial, helvetica, verdana, sans-serif;
	/* main text color */
	color: #fff; 
	font-size: 12px;
	
	line-height: 22px;
}

a{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 12px;
}

a:link { 
	color: #fff;
	}
a:visited { 
	color: #fff;
	}
a:hover { 
	color: #fff;
	text-decoration: underline;
	}
a:active { 
	color: #fff;
	}
	
/* removes border on all images */

img {
	display: block;
	border-style: none;
	}
	
ul {
	list-style-type: none;
	}
	
/*
-------------------------------------------------------------------*/

/* HEADINGS
-------------------------------------------------------------------*/

h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: dashed 1px;
	}


/* GENERAL SITE STRUCTURE
-------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 800px;
	padding: 0px 0px 0px 27px;
	
	background-image: url(../../media/images/header.jpg);
	background-repeat: no-repeat;
	}
	
#left_col {
	float: left;
	width: 615px;
	padding-top: 6px;
	}
	
#right_col {
	float: right;
	width: 275px;
	}
	
#footer {
	float: left;
	clear: both;
	width: 100%;
	color: #686868;
	background-color: #151515;
	height: 40px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	repeat: repeat-x;
	}
	
.pagination {
	float: left;
	padding: 10px 0px 15px 0px;
	}
	
/* HEADER (including navigation & audio player)
-------------------------------------------------------------------*/

#header {
	float: left;
	width: 640px;
	height: 225px;
	}

#top_nav {
	position: relative;
	width: 400px;
	left: 168px;
	top: 150px;
	color: #16c973;
	}
	
#top_nav ul li {
	display: inline;
	}
	
#top_nav li {
	margin-left: 25px;
	}

#top_nav li.first {
	margin-left: 0px;
	}
	
#top_nav a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 14px;
}

#top_nav a:link { 
	color: #ffffff;
	}
	
#top_nav a:visited { 
	color: #ffffff;
	}
	
#top_nav a:hover { 
	color: #dcdcdc;
	text-decoration: underline;
	}
	
#top_nav a:active { 
	color: #ffffff;
	}
	
/* RIGHT COLUMN
-------------------------------------------------------------------*/

#web_links {
	color: #000;
	background-color: #ccc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 12px
	}
	
#web_links ul{
	padding: 10px 0px 0px 5px;
	list-style-type: none;
	line-height: 26px
	}
	
#web_links ul a {
	color: #000;
	font-size: 14px;
	}
	
#web_links_header {
	width: 244px;
	height: 30px;
	background-image: url(../../media/images/weblinks_header.png);
	background-repeat: no-repeat;
	}
	
.right_col_email {
	padding: 10px 0px 0px 5px;
	}
	
.right_col_email a {
	color: #000;
	font-size: 20px;
	}
	
.right_col_email img {
	display: inline;
	}
	
#soundcloud {
	background-color: #ccc;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	}

#audio_header {
	width: 258px;
	height: 30px;
	background-image: url(../../media/images/audio_header.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	}
	
/* HOME PAGE (including newsfeed)
-------------------------------------------------------------------*/

#home_news {
	}
	
.home_news_entry a {
	color: #ccc;
	}
	
#home_news_title {
	float: left;
	width: 600px;
	height: 35px;
	background-image: url(../../media/images/news_header.png);
	background-repeat: no-repeat;
	border-bottom: solid 2px;
	}
	
.home_news_entry {
	float: left;
	clear: left;
	width: 580px;
	background-color: #121212;
	border: solid 1px;
	border-color:#fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 10px;
	margin-top: 20px;
	}
	
.news_entry_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	}
	
.news_entry_date {
	float: left;
	padding: 10px 0px 0px 0px;
	}
	
.news_entry_body {
	float: left;
	clear: both;
	padding: 15px 0px 0px 0px;
	}
	
.news_linkthis {
	float: left;
	padding: 10px 0px 0px 15px;
	}
	
.news_linkthis a {
	text-decoration: underline;
	}
	
/* ARTISTS
-------------------------------------------------------------------*/

#artist_wrapper {
	}
	
#artist_heading {
	float: left;
	width: 600px;
	height: 35px;
	background-image: url(../../media/images/artists_header.png);
	background-repeat: no-repeat;
	border-bottom: solid 2px;
	}
	
.artist_wrap {
	float: left;
	padding: 20px 20px 0px 0px;
	}
	
.artist_entry {
	width: 150px;
	border: 1px solid;
	text-align: center;
	padding: 12px;
	}
	
.artist_title {
	padding: 15px 0px 0px 0px;
	}
	
.artist_title a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 22px;
}

.artist_title a:link { 
	color: #ffffff;
	}
	
.artist_title a:visited { 
	color: #ffffff;
	}
	
.artist_title a:hover { 
	color: #000;
	background-color: #fff;
	}
	
.artist_title a:active { 
	color: #ffffff;
	}

.artist_image {
	}
	
#d_artist_wrapper {
	float: left;
	padding: 15px 0px 0px 0px;
	}
	
#d_artist_heading {
	font-size: 32px;
	font-weight: bold;
	float: left;
	width: 600px;
	border-bottom: solid 2px;
	padding: 0px 0px 10px 0px;
	}
	
#d_artist_image {
	float: left;
	width: 150px;
	border: 1px solid;
	padding: 12px;
	}
	
#d_artist_bio {
	float: left;
	width: 375px;
	padding: 0px 0px 0px 15px;
	}
	
#d_artist_links_heading {
	font-size: 32px;
	font-weight: bold;
	float: left;
	width: 600px;
	border-bottom: solid 2px;
	padding: 30px 0px 10px 0px;
	}
	
#d_artist_links {
	float: left;
	clear: both;
	font-size: 14px;
	padding: 15px 0px 0px 0px;
	}
	
#d_artist_links a {
	font-size: 14px;
	color: #fff;
	}

/* RELEASES
-------------------------------------------------------------------*/

#release_wrapper {
	}
	
#releases_title {
	float: left;
	width: 600px;
	height: 35px;
	margin: 0px 0px 10px 0px;
	background-image: url(../../media/images/releases_header.png);
	background-repeat: no-repeat;
	border-bottom: solid 2px;
	}

.release_wrap {
	float: left;
	width: 180px;
	padding: 10px;
	}

.release_entry {
	height: 230px;
	padding: 6px 6px 6px 13px;
	border: 1px solid;
	}
	
.release_title {
	font-weight: bold;
	}
	
.release_artist {
	padding: 6px 0px 0px 0px;
	}
	
.release_cat {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 3px 0px 8px 10px;	
	}
	
.release_cat a {
	color: #000;
	}
	
/* ---- Release detail styling ----*/

.d_release_left {
	float: left;
	}
	
.d_release_right {
	float: right;
	width: 195px;
	padding-top: 33px;
	font-size: 14px;
	}
	
.d_release_pre {
	color: #90ffaf;
	}

.d_release_title {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	}
	
.d_purchase_title {
	float: left;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	}
	
.d_release_purchase {
	float: left;
	clear: both;
	padding: 0px 0px 40px 0px;
	}
	
.d_release_purchase a{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	font-size: 14px;
}

.d_release_purchase a:link { 
	color: #ffffff;
	}
	
.d_release_purchase a:visited { 
	color: #ffffff;
	}
	
.d_release_purchase a:hover { 
	color: #90ffaf;
	border-bottom: 1px dashed;
	border-color: #ccc
	}
	
.d_release_purchase a:active { 
	color: #ffffff;
	}
	
.d_release_artist {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ccc;
	padding: 6px 0px 6px 0px;
	}
	
.d_release_cat {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ccc;
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	}
	
.d_release_tracks {
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	}
	
.d_release_tracks ul {
	padding: 10px 0px 0px 0px;
	}
	
.d_release_tracks li {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 15px;
	list-style-type: decimal;
	}
	
.d_track_title {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	padding: 5px;
	}

/* EVENTS
-------------------------------------------------------------------*/

#event_title {
	float: left;
	width: 600px;
	height: 35px;
	background-image: url(../../media/images/events_header.png);
	background-repeat: no-repeat;
	border-bottom: solid 2px;
	}
	
/* LINKS
-------------------------------------------------------------------*/

#links_title {
	float: left;
	width: 600px;
	height: 35px;
	background-image: url(../../media/images/links_header.png);
	background-repeat: no-repeat;
	border-bottom: solid 2px;
	}
	
.link_list {
	float: left;
	padding: 12px 0px 0px 0px;
	}
	
.link_list a {
	color: #fff;
	}
	