/** ------------------------------
    BASE
    ------------------------------ */

	body {
		background-color: #EEE;
		font-size: .9em;
		margin: 0;
	}
	ul {
		margin-left: 1.35em;
	}
	h2 {
		font-size: 1.6em;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	h3 {
		margin-top: 1em;
	}
	h4 {
		margin-bottom: .5em;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
	}
	.round {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

/** ------------------------------
    CONTAINER
    ------------------------------ */

	.container {
		margin: 0 auto;
		width: 974px;
		text-align: left;
	}

/** ------------------------------
    HEADER
    ------------------------------ */

	#header {
		height: 100px;
	}
	
	#header h1 {
		float: left;
		margin-bottom: 0;
	}
	
	#header h1 a {
		display: block;
		height: 100px;
		width: 600px;
	}

	#header h1 a span {
		display: none;
		margin: -9000px;
		height: 0;
	}
	
	#user_nav {
		text-align: right;
		font-size: .85em;
	}

	#nav, #content_container {
		padding-left: 20px;
		padding-right: 20px;
	}

/** ------------------------------
    NAVIGATION
    ------------------------------ */
	#nav {
		font-weight: normal;
		padding-top: .5em;
		padding-bottom: .65em;
	}
	#user_nav {
		padding-top: 1em;
	}
	#user_nav .tabs {
		margin-right: 0;
	}
	#nav ul {
		margin-left: 0;
		margin-bottom: 0;
		float: left;
	}
	#nav ul.subscribe {
		float: right;
	}
	#nav li {
		margin: 0 !important;
	}
	#nav li.first {
		padding-left: 0;
	}
	#nav a {
		text-decoration: none;
	}
	#nav ul.subscribe {
		margin-right: 0;
	}
	#nav ul.subscribe li.feed-icon, #nav ul.subscribe li.podcast-icon, #nav ul.subscribe li.itunes-icon, #nav ul.subscribe li.releases-feed-icon {
		padding: 0 20px 0 0;
	}
	#nav ul.subscribe li.feed-icon, #nav ul.subscribe li.releases-feed-icon {
		background: transparent url(../images/feed.png) center right no-repeat;
	}
	#nav ul.subscribe li.podcast-icon, #nav ul.subscribe li.itunes-icon, #nav ul.subscribe li.releases-feed-icon {
		padding-left: 6px;
	}
	#nav ul.subscribe li.podcast-icon {
		background: transparent url(../images/podcast.png) center right no-repeat;
		
	}
	#nav ul.subscribe li.itunes-icon {
		background: transparent url(../images/itunes.png) center right no-repeat;
	}
	
/** ------------------------------
    CONTENT CONTAINER
    ------------------------------ */
	#content_container {
		padding-top: 1em;
		padding-bottom: 4em;
		margin-bottom: 0;
	}

/** ------------------------------
    SIDEBAR
    ------------------------------ */

	#sidebar {
		text-align: right;
	}
	#sidebar ul {
		margin-left: 0;
	}
	#sidebar li {
		list-style: none;
	}


/** ------------------------------
    BREADCRUMBS
    ------------------------------ */
	#breadcrumbs {
		font-size: .85em;
	}
	#breadcrumbs a {
		text-decoration: none;
	}
	#breadcrumbs ul {
		margin-left: 0;
	}
	#breadcrumbs li {
		padding-right: .5em;
	}
	
/** ------------------------------
    ABOUT
    ------------------------------ */
	.social {
		margin-top: 2em;
		text-align: center;
		color: #777;
	}
	.social p {
		margin-bottom: .5em;
	}
	.social li {
		display: inline;
		padding: 0 .5em;
	}
	.social img {
		vertical-align: middle;
	}
	
/** ------------------------------
    BLOG
    ------------------------------ */
	.blog #content {
		float: left;
		width: 634px;
	}
	.blog #content_container {
		padding-right: 0;
	}
	.blog #sidebar {
		margin-left: 20px;
	}
	.post {
		padding-bottom: 1em;
		margin-bottom: 2.5em;
		border-bottom: 1px solid #DDD;
	}
	.post.last {
		border-bottom: none;
	}
	.post img, .recent img {
		float: left;
		margin-right: 1em;
		padding: 10px;
		background-color: #EEE;
	}
	.post img {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	h3.date {
		font-size: 1em;
		margin-bottom: .35em;
	}
	.post h2 {
		margin-bottom: 0em;
	}
	.byline {
		font-size: 1em;
		margin-top: 0;
	}
	.meta_footer {
		text-align: right;
	}
	.meta_footer a {
		white-space: nowrap;
	}
	
	#comments, #comments ul {
		margin: 0;
	}
	#comments li {
		list-style: none;
	}
	#comments h4 {
		margin-bottom: .25em;
	}
	.comment_meta, .comment_message {
		float: left;
	}
	.comment_meta {
		width: 140px;
		margin-right: 20px;
		text-align: right;
	}
	.comment_message {
		width: 474px;
	}
	.comment {
		margin-bottom: 1em;
	}
	.odd {
		background-color: #EDEDED;
	}
	
/** ------------------------------
    CALENDAR
    ------------------------------ */
.fc-content {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/** ------------------------------
    FOOTER
    ------------------------------ */

	#footer {
		margin-bottom: 0;
		padding: 1em 20px 4em 20px;
		padding-bottom: 4em;
		font-size: .85em;
		line-height: 1.35em;
		text-align: right;
	}
	
	#footer p {
		margin-bottom: .75em;
	}


/** ------------------------------
    ADMINISTRATION
    ------------------------------ */

	.admin #sidebar, .admin #content {
		float: left;
	}
	.admin #sidebar {
		width: 150px;
		margin-right: 20px;
	}
	.admin #content {
		width: 764px;
	}
	.admin_menu {
		margin-bottom: .5em;
		margin-left: 0;
	}

/** ------------------------------
    DEFINITION LISTS
    ------------------------------ */

	dl {
		background-color: #EEE;
		border: 1px solid #DDD;
		padding: 1em;
	}

/** ------------------------------
    FORMS
    ------------------------------ */

	form {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background-color: #EEE;
		padding: 1em;
	}
	
	fieldset {
		border: 1px solid #CCC;
		padding: .5em;
	}
	
	legend {
		margin-left: 2em;
		position: relative;
	}
	
	textarea {
		vertical-align: top;
		width: 450px;
		height: 75px;
	}
	textarea.big {
		height: 30em;
	}
	select {
		vertical-align: top;
	}
	
	label {
		display: inline-block;
		margin-right: .25em;
		width: 6em;
		text-align: right;
		color: #444;
	}
	
	.action {
		margin-left: 6em;
	}
	.action label {
		text-align: left;
	}
	
	.submit {
		margin-top: .5em;
	}
	
	.submit, .indent {
		padding-left: 6.25em;
	}
	
	.wide {
		width: 27em;
	}
	.wider {
		width: 45em;
	}
	
	.narrow {
		width: 4em;
	}
	
	.errorSummary {
		background-color: #FBE3E4;
		text-align: center;
		border: 1px solid #FBC2C4;
		color: #8A1F11;
		padding: .5em;
		margin-bottom: 1em;
	}
	.errorSummary ul {
		margin-right: 0;
	}
	.errorSummary li {
		list-style: none;
	}
	.errorSummary p {
		font-weight: bold;
	}
	span.required {
		color: #8A1F11;
	}
	
	label.error {
		padding: 0;
		background-color: transparent;
		border: 0;
	}
	input.error {
		padding: 1px;
		border-width: 1px;
	}


/** ------------------------------
    TABLES
    ------------------------------ */

	.admin_data {
		width: 100%;
		background-color: #EEE;
		border: 1px solid #DDD;
		margin: .5em 0;
	}
	
	th {
		background-color: #DDD;
	}
	
	th a {
		color: #000;
	}
	
	td, th {
		padding: .25em .5em;
		text-align: center;
	}
	
	.odd {
		background-color: #FFF;
	}

/** ------------------------------
    TABS
    ------------------------------ */

	.tabs li {
		display: inline;
		list-style: none;
		padding-right: .25em;
	}
	

/** ------------------------------
    BUTTONS
    ------------------------------ */

	.action_form {
		display: inline;
		background-color: transparent;
		border: none;
		padding: 0;
	}
	
	.action_button {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #EEE;
		border: 1px solid #999;
		font-size: 1em;
		vertical-align: middle;
		padding: 0 .25em;
		margin-right: .125em;
	}
	.action_button, a.action_button {
		text-decoration: none;
		color: #333;
	}
	.action_button:hover {
		background: #FFF;
		text-decoration: underline;
		cursor: pointer;
	}

/** ------------------------------
    HOME
    ------------------------------ */
	.newrelease {
		display: block;
		float: left;
		width: 674px;
		height: 250px;
		background-color: transparent;
		background-position: right -145px;
		background-repeat: no-repeat;
		color: #FFF;
		text-decoration: none;
	}
	.newrelease span {
		display: block;
		position: relative;
		text-align: right;
		padding: 10px;
		height: 50px;
		left: 0;
		top: 180px;
		background-color: #555;
		overflow: hidden;
	}
	.newrelease:hover {
		color: #EEE;
		cursor: pointer;
	}
	.home #content_container {
		padding: 0 0 3em 0;
	}
	.home #content {
		float: left;
		width: 674px;
	}
	.home #sidebar, .blog #sidebar {
		float: left;
		width: 300px;
		text-align: left;
		font-size: .85em;
	}
	.home #sidebar .links, .blog #sidebar .links {
		padding-right: 20px;
	}
	.home h3 {
		margin-top: 1em;
		margin-bottom: .35em;
	}
	.home .promo {
		display: block;
		width: 300px;
		height: 250px;
	}
	.home .promo:hover {
		background-position: left 0 !important;
	}
	#sidebar h3 {
		margin-top: 1.4em;
	}
	.promo span {
		display: none;
		margin-left: -20000px;
	}
	.home .releases {
		width: 220px;
		float: left;
		padding: 0 20px 0 20px;
	}
	.home .type_overview {
		float: left;
		padding: 10px;
		background-color: #EEE;
		margin: 0 0 24px 0;
		width: 200px;
		font-size: .85em;
	}
	.home .news {
		width: 374px;
		float: left;
		padding: 0 20px 0 20px;
	}
	.home .news h2, .home .releases h2 {
		margin-top: 20px;
	}
	.recent h3 {
		font-size: 1.25em;
		margin-top: 0;
		margin-bottom: .5em;
	}
	.recent h3.byline {
		margin-top: 0;
		margin-bottom: 1.35em;
	}
	.recent_more {
		text-align: right;
		padding: 0 20px;
	}
	.twitter {
	}
	.tweet {
		padding: .5em 0;
		border-bottom: 1px solid #FFF;
	}
	.tweet ul {
		font-weight: bold;
	}
	.radio {
		font-size: .9em;
		padding: 6px 20px;
		height: 22px;
		background-color: #ffffda;
		overflow: hidden;
	}


/** ------------------------------
    SHOW DATA
    ------------------------------ */

	.show_data img {
		border: 1px solid #BBB;
	}
	.show_data li {
		list-style: none;
	}
	
/** ------------------------------
    RELEASES
    ------------------------------ */
	.tracklist {
		margin: 0 0 2em 0;
		font-size: 0.85em;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background-color: #EEE;
		padding: 1em;
	}
	.tracklist li {
		list-style: none;
	}
	.tracklist li.track {
		padding: .5em 0;
	}
	.tracklist li ul {
		margin-top: .25em;
		background-color: #DDD;
		padding: .25em .5em;
	}
	.tracklist li ul li {
		display: inline;
		padding-right: .25em;
	}
	.medium_cover_container, .small_cover_container, .large_cover_container {
		margin: 0 12px 0 0;
	}
	.small_cover_container form, .medium_cover_container form, .large_cover_container form {
		margin-top: .5em;
		padding: 10px;
	}
	.small_cover, .medium_cover {
		float: left;
	}
	.show_data .medium_cover, .public_show_data .medium_cover {
		float: none;
	}
	.admin .medium_cover_container {
		margin: 0 0 0 0;
	}
	.small_cover_container form {
		width: 180px;
	}
	.medium_cover_container form {
		width: 230px;
	}
	.large_cover_container form {
		width: 580px;
	}
	.small_cover_container input {
		width: 115px;
	}
	.medium_cover_container input {
		width: 165px;
	}
	.large_cover_container input {
		width: 515px;
	}
	.cover_gloss {
		display: block;
		position: relative;
		left: -1px;
		margin-right: 0 !important;
	}
	.cover_gloss, .preview_blank {
		border: 1px solid #DDD;
	}
	.cover_gloss:hover, .preview_blank:hover {
		border: 1px solid #AAA;
	}
	
	.medium_cover_container .cover_gloss {
		left: 1px;
	}

	.admin .release_info {
		width: 492px;
	}
	
	.release_previews, .artist_thumbs {
		margin-bottom: 1.35em;
	}
	
	.preview_image {
		margin: 0 6px 6px 0;
	}
	
	.preview_image .preview_blank {
		display: block;
		position: relative;
		left: 0;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.neighbors {
		margin-bottom: 1.5em;
	}
	.type_overview {
		float: left;
		padding: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background-color: #EEE;
		margin: 0 18px 24px 0;
		width: 200px;
		font-size: .85em;
	}
	.last {
		margin-right: 0;
	}
	.release_name {
		float: left;
		width: 180px;
		color: #444;
		height: 40px;
		padding: 10px;
		text-align: center;
		overflow: hidden;
	}
	.release_sidebar {
		text-align: right;
		width: 250px;
		font-size: 0.85em;
	}
	.release_sidebar h3, .artist_releases h3 {
		font-size: 1em;
		font-weight: bold;
		margin-top: 1.35em;
	}
	.release_sidebar .preview_image {
		margin: 0 0 6px 6px;
	}
	.release_info {
		margin-left: 20px;
		width: 664px;
	}
	.release_sidebar .medium_cover_container {
		margin-right: 0;
	}
	.release_sidebar ul {
		margin: 0;
	}
	.release_sidebar li {
		list-style: none;
	}
	.more {
		text-align: right;
	}
	.downloads {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: .85em;
		background: #EEE url(../images/chill/dl.png) left center no-repeat;
		padding: 10px 10px 10px 60px;
		margin-bottom: .5em;
	}
	.downloads h3 {
		margin-top: 0;
	}
	.downloads ul {
		margin: 0;
	}
	.downloads li {
		list-style: none;
	}
	.download_link, .download_count {
		color: #619A45;
		font-weight: bold;
	}
	.artist {
		margin-top: -1.35em;
		margin-bottom: 2em;
	}

/** ------------------------------
    ARTIST
    ------------------------------ */
.artist_pic {
	width: 250px;
	height: 250px;
	background-color: #CCC;
}
.artist_release {
	float: left;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #EEE;
	margin: 0 3px 10px 0;
	width: 50px;
}
.artist_image {
	display: block;
	width: 250px;
	height: 250px;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
}
.artist_image, .artist_thumb {
	border: 1px solid #DDD;
}
.artist_image:hover, .artist_thumb:hover {
	border: 1px solid #AAA;
}
.artist_image span, .artist_thumb span {
	display: none;
}
.artist_thumbs {
	margin-top: 6px;
}
.artist_thumb {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 0 6px 6px;
}
	
/** ------------------------------
    RANDOMIZER
    ------------------------------ */
	ul.randomizer {
		text-align: center;
		background-color: #EEE;
		padding: 10px;
	}
	.randomizer li {
		list-style: none;
	}
	
/** ------------------------------
    PAGINATION
    ------------------------------ */
	.pagerContainer {
		text-align: center;
	}
	.yiiPager {
		margin: 0 auto;
	}
	
	ul.yiiPager a:link, ul.yiiPager a:visited {
		border-color: #999;
		color: #555;
	}
	ul.yiiPager a:hover {
		background-color: #CCC;
		color: #222;
	}
	ul.yiiPager .selected a {
		background: #555;
		border-color: #444;
		color: #FFF;
	}
	ul.yiiPager .selected a:hover {
		color: #FFF;
	}
	ul.yiiPager .hidden a {
		border-color: #DDD;
		color: #AAA;
	}
	ul.yiiPager .hidden a:hover {
		background-color: transparent;
	}

/** ------------------------------
    LIGHTBOX
    ------------------------------ */
	.lbox span {
		display: none;
		margin: -12000px;
	}

/** ------------------------------
    MISCELLANEOUS
    ------------------------------ */

	.clearer {
		clear: both;
	}
	
	.left {
		float: left;
	}
	.release_sidebar .left {
		float: right;
	}
	
	.right {
		float: right;
	}
	
	.message, .success {
		padding: .5em;
		text-align: center;
		margin-bottom: 1em;
	}
	
	.message {
		background-color: #E1FFE1;
		border: 1px solid green;
		color: green;
	}
	
	.success {
		background-color: #E1E1FF;
		border: 1px solid blue;
		color: blue;
	}
	
	.inline {
		display: inline;
	}
	
	div.captcha {
		text-align: center;
		margin-right: .35em;
	}
	div.captcha img {
		border: 1px solid #BBB;
	}
	
	.instructions {
		font-size: .85em;
	}
	.alt {
		color: #555;
	}
	.label {
		font-weight: bold;
	}
	
/** ------------------------------
    CHILL THEME
    ------------------------------ */
  	body {
		background: transparent url(../images/chill/bg.jpg) top left repeat-x;
	}

	#header h1 a {
		background: transparent url(../images/chill/header-bg.jpg) top left no-repeat;
	}
	a {
		color: #4D6B96;
	}
	a:hover {
		color: #333;
	}
	.newrelease:hover {
		color: #FDF3BA;
	}
	h2 {
		color: #444;
	}
	#nav {
		background-color: #B0B0B0;
	}
	#nav li {
		border-right: 1px solid #CECECE;
		padding: 0 .5em;
	}
	#nav li.last, #nav ul.subscribe li {
		border-right: none;
	}
	#nav, #nav a {
		color: #FFF;
	}
	#nav a:hover {
		color: #222;
	}
	#user_nav {
		color: #B0B0B0;
	}
	#user_nav a {
		color: #FFF;
	}
	#footer {
		border-top: 1px solid #B0B0B0;
		padding-top: 1em;
		background: #FFF url(../images/chill/footer-bg.jpg) top center no-repeat;
	}
	#content_container {
		background: #FFF url(../images/chill/content-bg.jpg) top left repeat-x;
	}

/** ------------------------------
    RADIO
    ------------------------------ */
.waxradio {
	width: 934px;
	height: 350px;
	overflow: hidden;
}
.waxpoweredby {
	font-size: .85em;
	color: #777;
	margin-top: .25em;
}

/** ------------------------------
    PODCAST
    ------------------------------ */
.podcast {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #EEE;
	margin: 0 0 1em 0;
	padding: .5em;
}
.podcast li {
	list-style: none;
}
.to-download {
	font-size: .85em;
	text-align: right;
	color: #777;
}

/** ------------------------------
    CHROME EXTENSIONFM PLUGIN
    ------------------------------ */
.exfmSinglePlayer {
	display: inline-block !important;
	margin-top: -2px !important;
}

/** ------------------------------
    PLUSONE BUTTON
    ------------------------------ */
.plusoneContainer {
	margin-bottom: 1em;
}
