/* Importing animations & fonts */
@import url('animations.css');
@import url('fonts.css');

/* CSS */

* {
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	outline:0 none;
	border:0 none;
	list-style-type:none;
	vertical-align:baseline;
}


html, body {
	height:100%;
}

body {
	font: 14px/20px "ClearSans Thin",sans-serif;
	background:url("images/bg.png") no-repeat scroll top left transparent;
}

#container {
	position:relative;
	min-height:100%;
}

header, hgroup, section, article, aside, nav, footer {
	display:block;
}

header[role="banner"] {
	height:80px;
	margin-left:170px;
}


/* Linkstyles */

a:link, a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover, a:active {
	border-bottom:1px solid #000000;
}

a time {
	text-decoration:none !important;
}

.linkunderline a:link, 
.linkunderline a:visited {
	text-decoration:none;
	border-bottom:1px dotted;
}

.linkunderline a:hover, 
.linkunderline a:active {
	text-decoration:none;
	border-bottom:1px solid;
}

.linknounderline a:link, 
.linknounderline a:visited {
	text-decoration:none;
	border:0 none;
}

.linknounderline a:hover, 
.linknounderline a:active {
	text-decoration:none;
	border-bottom:1px solid;
}

.blogpost a, .preview a, .release a, .live a, .artist a, .page a {
	border-bottom:1px dotted #000000;	
}

.blogpost a:hover, .preview a:hover, .release a:hover, .live a:hover, .artist a:hover,
.blogpost a:active, .preview a:active, .release a:active, .live a:active, .artist a:active, .page a:hover, .page a:active {
	border-bottom-style:solid;
}

h1 a {
	float:left;
	background:url("images/logo.png") no-repeat scroll 0 0 transparent;
	display:block;
	width:500px;
	height:72px;
	margin-top:70px;
	margin-bottom:35px;
	overflow:hidden;
	text-indent:500px;
	white-space:nowrap;
	color:#FFFFFF;
}

h1 a:link, h1 a:visited {
	border:0 none;
	color:#FFFFFF;
}


/* Layout Styles */

#front #topnav {
	-webkit-animation-name:fade-in;
	-webkit-animation-duration:4s;
}

#front .preview {
	-webkit-animation-name:fade-in;
	-webkit-animation-duration:1s;
}

#topnav {
	float:right;
	text-align:left;
	display:block;
	height:142px;
	width:195px;
	border-right:15px solid #000000;
}

#topnav ul {
	margin-top:55px;
}

#topnav ul li {
	text-align:right;
	font:normal 24px "ClearSans",Helvetica,Arial,sans-serif;
	line-height:1em;
	list-style:none;
}

#topnav ul li a:link, 
#topnav ul li a:visited {
	display:block;
	border-bottom:0 none;
	width:170px;
	height:31px;
	text-decoration:none;
	color:#000000;
	margin-left:12px;
}

#topnav ul li a:active {
	position:relative;
	top:1px;
}

#music a.nav-music,
#artists a.nav-artists,
#live a.nav-live,
#page a.nav-about {
	font-style:italic;
}

#content {
	padding-bottom:200px;
	width:930px;
}

#main {
	width:500px;
	padding-left:170px;
	min-height:650px;
}

#page #main {
	min-height:820px;
}

#blog #main {
	min-height:1050px;
}

#main ul {
	line-height:1.5em;
	margin-bottom:8px;
}

#main ul li {
	list-style-type:none;
}

#main ul li:before {
	content: "› \0020";
}

#live #main {
	width:750px;
}

#sidebar {
	position:absolute;
	top:180px;
	left:730px;
	width:200px;
}

#sidebar p {
	text-align:center;
}

.leftalign {
	text-align:left;
}

.inline-list {
	text-align:center;
}

.inline-list li {
		display:inline;
}

.inline-list li:after {
	content:" • ";
}

.sidebartitle {
	clear:left;
	font:13px/18px "ClearSans",sans-serif;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	letter-spacing:1px;
	border-bottom:1px solid #000000;
	margin-top:8px;
	margin-bottom:8px;
	padding:4px 0 2px 0;
}

p + .sidebartitle, nav + .sidebartitle, form + .sidebartitle, select + .sidebartitle {
	padding-top:20px;
}

.download {
	text-align:center;
}

.download li {
	display:inline;
}

.download li a:link,
.download li a:visited {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:4px 7px 5px 7px;
	margin-right:7px;
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font:12px/17px "ClearSans",Helvetica,Arial,sans-serif;
}

.download li a:hover,
.download li a:active {
	color:#DDDDDD;
}

.download li a:active {
	position:relative;
	top:1px;
}

.sidebartitle + .download {
	margin-top:10px;
}

#archives {
	border-top:1px dotted #DDDDDD;
	text-align:center;
	padding-top:20px;
	margin-bottom:30px;
}

select {
	font:16px "ClearSans",sans-serif;
	width:300px;
	padding:10px 0;
	height:40px;
	background:#DDDDDD;
}

#weblog {
	width:310px;
	min-height:310px;
	height:auto;
	background-color:#000000;
	color:#FFFFFF;
	z-index:2;
	-webkit-border-radius:155px;
	-moz-border-radius:155px;
	-khtml-border-radius:155px;
	border-radius:155px;
}

#weblog:hover {
	cursor:move;
}

#bloggie {
	position:absolute;
	top:55px;
	left:55px;
	width:200px;
	height:210px;
	cursor:text;
	-webkit-animation-name:fade-in;
	-webkit-animation-duration:4s;
}

#bloggie a:link, 
#bloggie a:visited {
	color:#FFFFFF;
}

#bloggie h1 {
	border-color:#FFFFFF;
	color:#FFFFFF;
	margin:0;
	padding:4px 0 2px 0;
}

#bloggie h2 {
	font-size:14px;
	line-height:1.5em;
	margin:10px 0 5px 0;
}

#bloggie p {
	font:13px/18px "ClearSans Thin",sans-serif;
}

#bloggie p + p {
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
}
#bloggie .posttime + p {
/*	text-indent:6.2em;*/
}

#bloggie a.more-link {
	border-bottom:1px dotted #FFFFFF;
	background:url("images/arrow-small-black.png") no-repeat top left transparent;
}

#bloggie a.more-link:hover {
	border-bottom:1px solid #FFFFFF;
}

#rss {
	position:absolute;
	top:4px;
	right:0;
}

#rss a:link, #rss a:visited {
	display:block;
	width:15px;
	height:15px;
	background:url("images/feed-icon.png") no-repeat scroll 0 0;
	overflow:hidden;
	text-decoration:none;
	text-indent:200px;
	border:0 none;
}

#rss a:hover, #rss a:active {
	background-position:0 -24px;
}

.lead p {
	padding:0 0 25px 0;
	font:18px/25px "ClearSans Thin",Helvetica,Arial,sans-serif;
	line-height: 26px;
}

p {
	font-family:"ClearSans Thin",Helvetica,Arial,sans-serif;	
	font-size:14px;
	line-height:1.5em;
	margin-bottom:8px;
}

p + p {
	padding-bottom:8px;
}

em {
	font-style:italic;
}

p strong {
	font-family:"ClearSans";
	font-weight:bold;
}

small {
	font-style:italic;
	font-size:12px;
}

.artist, .release, .preview {
	clear:left;
	min-height:230px;
}

.title {
	font:bold 20px/26px "ClearSans",Helvetica,Arial,sans-serif;
	margin:0 0 10px 0;
}

.title a:link, .title a:visited, .title a:hover, .title a:active {
	text-decoration:none;
	border:0 none;
}

.context {
	font:normal 14px/20px "ClearSans",sans-serif;
	font-weight:normal;
}

.releaseartist, .place {
	font:normal 16px/22px "ClearSans",Helvetica,Arial,sans-serif;
}

a.more-link {
	font:10px/14px "ClearSans",Helvetica,Arial,sans-serif;
	background:url("images/arrow-small.png") no-repeat top left transparent;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	padding-left:10px;
}

.more-link:hover {
	border-bottom:1px solid #000000;
}

.release ol {
	border-bottom:1px dotted #DDDDDD;
	list-style-position:inside;
	margin-bottom:8px;
}

.release ol li {
	list-style-type:decimal-leading-zero;
	line-height:1.6em;
	border-top:1px dotted #DDDDDD;
	padding:1px 0 1px 0;
}

.release ol li a:link,
.release ol li a:visited {
	text-decoration:none;
	border:0 none;
}

.release ol li a:hover,
.release ol li a:active {
	text-decoration:none;
	border-bottom:1px solid;
}

.blogpost {
	clear:left;
}

.blogpost p img { /* in case someone put's an image into a post */
	display:block;
	text-align:center;
	margin-top:12px;
	margin-bottom:8px;
	outline:1px dotted #DDDDDD;
	max-width:500px;
	border:0 none;
}

.posttime {
	position:absolute;
	display:inline;
}

.posttime + p {
	text-indent:6.4em;
}

.postmeta {
	font:bold 11px/1.5em "ClearSans",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	clear:both;
}

.commentmeta {
	font-family:"ClearSans",Helvetica,Arial,sans-serif;
	margin:0;
}

#comments p, #comments p+p {
	font-size:13px;
	line-height:18px;
	margin-bottom:0;
	padding-bottom:0;
}

#comments p+p {
	text-indent:10px;
}

#comments p + p.commentmeta {
	text-indent:0;
	margin-top:5px;
}

.blogpost .postmeta {
	margin-top:5px;
	margin-bottom:40px;	
}

.blogpost blockquote {
	font-style:italic;
	text-align:justify;
	padding-left:15px;
	padding-right:40px;
}

.release .postmeta {
	margin-top:30px;
	margin-bottom:10px;
}

.postmeta a {
	text-decoration:none;
}

#footer {
	position:absolute;
	bottom:0;
	width:855px;
	height:120px;
	margin-bottom:60px;
	font-family:"ClearSans",Helvetica,Arial,sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	z-index:1;
	-webkit-border-top-right-radius: 60px;
	-webkit-border-bottom-right-radius: 60px;
	-moz-border-radius-topright: 60px;
	-moz-border-radius-bottomright: 60px;
	-khtml-border-radius-topright:60px;
	-khtml-border-radius-bottomright:60px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

#front #footer {
	-webkit-animation-name:fade-in;
	-webkit-animation-duration:4s;
}

.footer {
	float:left;
	min-width:60px;
	padding-top:20px;
	padding-right:40px;
}

.footer ul {
	font:11px/16px "ClearSans",Helvetica,Arial,sans-serif;
}

.footer ul li a:link,
.footer ul li a:active,
.footer ul li a:hover,
.footer ul li a:visited {
	color:#FFFFFF;
	border-color:#FFFFFF;
}

.footer p {
	font-size:11px;
	line-height:16px;
	padding-bottom:3px;
	margin-bottom:0;
	line-height:1.4em;
	color:#FFFFFF;
}

.footer p a:link, 
.footer p a:active, 
.footer p a:hover, 
.footer p a:visited {
	color:#FFFFFF;
	border-color:#FFFFFF;
}

.footer p a img {
	border:0 none;
	padding-top:10px;
}

.footerinfo {
	margin-left:170px;
}

.claim {
	font:14px/20px "ClearSans",sans-serif;
	font-style:italic;
	font-weight:bold;
}

.creativecommons a {
	display:block;
	width:105px;
	height:30px;
	background:url("images/cc.logo.png") no-repeat 0 5px;
	overflow:hidden;
	text-indent:500px;
	white-space:nowrap;
	color:#000000;
	border:none;
}

h5 {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:2px;
}

.hidden {
	display:none;
}

fieldset {
	border:0 none;
}

#commentform legend, #search legend {
	display:none;
}

#newsletter input[type=email] {
	font-family:"ClearSans",Helvetica,Arial,sans-serif;
	border:0 none;
	padding:2px 1px 1px 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	margin-bottom:2px;
}

#newsletter button {
	font:normal 11px/13px "ClearSans",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	width:60px;
	border:0 none;
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	padding:2px 5px 1px 6px;
}

#newsletter button:hover {
	cursor:pointer;
	border:1px solid #FFFFFF;
	background:#000000;
	color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	padding:1px 5px 0 6px;
}


/* Comment Styles */

#comments {
	clear:both;
	font-size:11px;
	margin-top:40px;
	padding-left:70px;
	background: url("images/comments-bg.png") repeat-y;
}

#comments h3 {
	font:16px/22px "ClearSans",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

#comments ol li {
	font-size:13px;
}

#comments article {
	margin-bottom:20px;
}

.required {
	float:left;
	margin-top:10px;
	font-family:"ClearSans",sans-serif;
	font-size:12px !important;
}

#commentform, .nocomments {
	margin:30px 0 50px -70px;
	padding-left:70px;
	background: url("images/comments-triangle.png") no-repeat bottom left;
	min-height:50px;
}

#commentform textarea {
	font:14px/21px "ClearSans",serif;
	width:310px;
	height:90px;
	border:0 none;
	background:#DDDDDD;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px;
	margin-bottom:10px;
}

#commentform ol {
	border:0 none;
}

#commentform ol li {
	list-style:none;
	border:0 none;
}

#commentform label, #mc_signup_form label {
	float:left;
	font:14px/20px "ClearSans",Helvetica,Arial,sans-serif;
	width:110px;
	margin-top:4px;
	margin-bottom:10px;}

#commentform input, #mc_signup_form input {
	font:14px/20px "ClearSans",sans-serif;
	width:310px;
	border:0 none;
	background:#DDDDDD;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:4px;
	margin-bottom:10px;
}

#commentform button, #mc_signup_form input.button {
	font:12px/17px "ClearSans",sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	border:0 none;
	background:#000000;
	color:#FFFFFF;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	float:right;
	padding:10px 20px;
}

#commentform button:hover, #mc_signup_form input.button:hover {
	cursor:pointer;
	background:#DDDDDD;
	color:#000000;
}

#commentform button:active, #mc_signup_form input.button:active {
	position:relative;
	top:1px;
}

#mc_display_rewards {
	display:none;
	float:right;
	text-align:right;
}


/* Search */

#search {
	text-align:center;
}

#search button {
	font:10px/14px "ClearSans",sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	border:0 none;
	background:#000000;
	color:#FFFFFF;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	padding:5px 10px;
}

#search button:hover {
	cursor:pointer;
	background:#DDDDDD;
	color:#000000;
}

#search input {
	font:14px/20px "ClearSans",sans-serif;
	text-align:left;
	width:192px;
	border:0 none;
	background:#DDDDDD;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:4px;
	margin-bottom:10px;
}

time {
	font:11px/15px "ClearSans",Helvetica,Arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.release h3, .artist h3, .page h3 {
	clear:left;
	font:bold 14px/20px "ClearSans",Helvetica,Arial,sans-serif;
	padding:0 0 0 12px;
	margin:0 0 4px 0;
	background:url("images/arrow.png") no-repeat top left transparent;
}

.releasemeta {
	border-top:1px solid #000000;
	padding-top:10px;
	padding-bottom:20px;
	float:left;
	font-size:13px;
	text-align:center;
	margin-top:20px;
	width:100px;
}

.releasemeta dt {
	font-style:italic;
}

.releasemeta dd {
	font:12px/17px "ClearSans",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:3px;
}

.live {
	clear:both;
	min-height:340px;
}

.live + .live {
	margin-bottom:50px;
}

.live time {
	float:left;
	display:block;
	background:#000000;
	width:70px;
	height:70px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-khtml-border-radius:35px;
	border-radius:35px;
	margin:0 15px 15px 0;
}

.live .title {
	padding-top:12px;
}

.live p, .live ul {
	padding-left:85px;
}

.flyer {
	float:right;
	max-height:300px;
	max-width:500px;
	margin:5px 0 15px 15px;
	outline:1px dotted #DDDDDD;
}

.month, .day, .year {
	display:block;
	text-align:center;
	color:#FFFFFF;
}

.month {
	font:13px "ClearSans",Helvetica,Arial,sans-serif;
	margin-top:8px;
}

.day {
	font:22px "ClearSans",Helvetica,Arial,sans-serif;
	font-weight:bold;
}

.year {
	font:10px "ClearSans",Helvetica,Arial,sans-serif;
	font-weight:bold;
}

img {
	display:inline;
	vertical-align:bottom;
}

.thumbnail {
	float:left;
	margin:5px 15px 15px 0;
	width:150px;
	outline:1px dotted #DDDDDD;
	border:0 none;
}

#artists .preview .thumbnail {
	float:right;
	margin:5px 0 15px 15px;
}

.artistpic, .cover {
	outline:1px dotted #DDDDDD;
	margin:0 0 15px 0;
}

.footer a img {
	display:block;
}


/* Flashplayer */

.release ol li object {
	float:right;
	margin-top:5px;
}