/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

@font-face {
    font-family: 'Lobster13Regular';
    src: url('/moveonthesun/css/fonts/Lobster_1.3-webfont.eot');
    src: url('/moveonthesun/css/fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('/moveonthesun/css/fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('/moveonthesun/css/fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('/moveonthesun/css/fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/moveonthesun/css/fonts/League_Gothic-webfont.eot');
    src: url('/moveonthesun/css/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/moveonthesun/css/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/moveonthesun/css/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/moveonthesun/css/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Typography */

body {
	background-color: #9cd3e3;
	color: #666;
	font-family: 'LeagueGothicRegular', sans-serif;
	font-size: 24px;
	text-shadow: 0 1px 1px rgba(255,255,255, 0.4);
	text-transform: uppercase;
}

h1, h2, h3 {
	font-weight: normal;
	font-size: 48px;
	margin: 0;
}

h1 {
	color: #fff;
	font-size: 195px;
	height: 175px;
	letter-spacing: 0;
	line-height: 195px;
	text-shadow: none;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

h2 {
	color: #41aac8;
	margin-top: 8px;
}

h3 {
	font-size: 24px;
}

p, #lyrics-and-credits .display .credits li {
	font: 14px/18px sans-serif;
	text-shadow: none;
	text-transform: none;
	margin: 0 0 18px;
}

#lyrics-and-credits .display .credits li {
	margin: 0 0 10px;
}

a:link, a:visited {
	color: #ff0000;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

ul, ol  {
	list-style: none;
	padding: 0;
	margin: 0;
}
	ul li, ol li {
		padding: 0;
	}

.font-sans {
	font-family: sans-serif;
}

.font-alt {
	font-family: 'Lobster13Regular', serif;
}

.no-shadow {
	text-shadow: none;
}

.strong {
	font-weight: bold;
}

.light {
	 color: #41aac8;
}

.dark, a.dark {
	color: #000033;
}
.red {
	color: #ff0000;
}


/* Structure */

section {
	float: left;
}
	section.full-width {
		float: none;
		width: 100%;
		overflow: hidden;
	}

.block {
	width: 100%;
	clear: both;
	background-repeat: repeat;
	background-position: center 0;
	margin: 0;
	overflow: hidden;
}
	.block .content {
		width: 940px;
		padding: 0 10px;
		margin: 0 auto;
		overflow: visible;
	}

.bar {
	border-right: 2px solid rgba(255,255,255,0.4);
	padding-right: 19px;
	margin-right: 19px;
}	

/* Header */

header {
	background-image: url('/moveonthesun/img/bg_header.jpg');
	height: 270px;
}
	header .replace {
		display: inline-block; 
		border: 0; 
		text-indent: -999em; 
		overflow: hidden; 
		background-color: transparent; 
		background-repeat: no-repeat; 
		text-align: left; 
		direction: ltr; 
		*line-height: 0;
	}
		header .replace.logo {
			background-image: url('/moveonthesun/img/sprite.png');
			background-position: 0 -19px;
			width: 119px;
			height: 21px;
		}
		
		header .replace.hr {
			background-image: url('/moveonthesun/img/sprite.png');
			background-position: 0 -47px;
			width: 310px;
			height: 20px;
			position: absolute;
			top:-2px;
			right: -4px;
		}
	
	header.block .content {
		margin: 30px auto 0;
		border-top: 2px solid rgba(255,255,255, 0.4);
	}
	
	#intro {
		background-image: url('/moveonthesun/img/bg_header.jpg');
		display: block;
		font-size: 20px;
		text-align: center;
		width: 550px;
		height: 30px;
		margin: -14px auto;
	}
	
	#subtext {
		display: block;
		font-size: 15px;
		text-align: left;
		margin: 12px 0 0 -2px;
		line-height: 15px;
		height: 15px;
		position: relative;
		
	}	

/* Look & Listen */
#look-and-listen {
	background-image: url('/moveonthesun/img/bg_looklisten.jpg');
	height: 450px;
}

	#look {
		height: 450px;
		width: 600px;
		position: relative;
	}
		#look nav {
			left: 90px;
			position: absolute;
			top: 33px;
			
		}
			#look nav li {
				color: #fff;
				text-shadow: none;
				display: block;
				float: left;
				margin-right: 10px;
				padding-bottom: 10px;
			}
				#look nav li:before {
					content:"\2022";
					color: #999;
					margin-right: 10px;
				}
				
				#look nav li:first-child:before {
					display: none;
				}
			
			#look nav li:hover {
				color: #ff0000;
				cursor: pointer;
			}
			
			#look nav li.selected {
				background: transparent url('/moveonthesun/img/sprite.png') no-repeat center 30px;
				color:#ff0000;
				cursor: default;
			}
			
		#look .display .viewer {
			background-color:#fff;
			padding: 2px;
			width: 594px;
			height: 337px;
		}
		
		/* jCarousel */
		
		#look .display .jcarousel-clip-horizontal {
			width: 594px;
			height: 337px;
			overflow: hidden;
		}
		#look .display .jcarousel-item {
			cursor: pointer;
			width:594px;
			height: 337px;
		}
		#look .display .controls {
			text-align: center;
			margin-top: 10px;
			line-height: 0;
		}
			#look .display .controls a {
				background:transparent url('/moveonthesun/img/sprite.png') no-repeat 0 -211px;
				display: inline-block;
				width: 13px;
				height: 13px;
				text-indent: -999em;
			}
			#look .display .controls a.selected {
				background-position: 0 -231px;
			}
		
		#look .display > div {
			display: none;
		}
		#look .display .current {
			display: block;
		}
			
		#listen img {
			-moz-box-shadow:    0 0 30px rgba(0,0,0,0.25);
			-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.25);
			box-shadow:         0 0 30px rgba(0,0,0,0.25);
			margin-top: 5px;
		}
		
		#player {
			height: 35px;
			margin-top: 20px;
			overflow: hidden;
			width:298px;
		}
			#bandcamp {
				position: absolute;
				top:-42px;
		}
		
		#making-of p {
			font: 36px/36px 'LeagueGothicRegular';
			text-align: center;
			text-transform: uppercase;
			margin-top: 135px;
		}


/* Available */

#available-now {
	background-image: url('/moveonthesun/img/bg_available.jpg');
}

	#available-now h2 {
		font-size: 55px;
		text-transform: none;
		height: 75px;
		padding-top: 5px;
		margin-top: 0;
	} 
	
	#available-now h2,
	#available-now h3,
	#available-now ul,
	#available-now ul li {
		display: block;
		float: left;
	}
	
	#available-now h3,
	#available-now ul li {
		font-size: 36px;
		margin-right: 12px;
		height: 62px;
		padding-top: 18px;
		position: relative;
	}

	#available-now ul li:before {
		content:"\2022";
		color: #999;
		margin-right: 12px;
	}
	
	#available-now ul li.last {
		margin-right: 0;
	}
	
	#available-now ul li:first-child:before {
		display: none;
	}
	
	#available-now ul li span {
			display: block;
			font-size: 9px;
			font-weight: bold;
			position: absolute;
			text-align: center;
			top: 63px;
	}
	
	#available-now .itunes  {
		color: #999;
	}
		#available-now .itunes span {
			left: 23px;
			width: 70px
		}
		
	#available-now .hr-store span {
		left: 0;
		width: 170px;
	}
	
	#available-now .profits {
		border-top: 2px solid rgba(255,255,255,0.4);
		font-size: 21px;
		text-align: center;
		width: 100%;
		margin-bottom: 18px;
		height: auto;
	}
	


/* Lyrics & Credits */

#lyrics-and-credits {
	background-image: url('/moveonthesun/img/bg_lyricscredits.jpg');
}
	#lyrics-and-credits .menu {
		float:left;
	}
	
	#lyrics-and-credits nav {
		border-top: 2px solid rgba(255,255,255,0.4);
		margin-top: 8px;
		width:280px;
		overflow: visible;
	}
		#lyrics-and-credits nav ul li {
			border-bottom: 2px solid rgba(255,255,255,0.4);
			height: 42px;
			overflow: visible;
			position: relative;
		}
			#lyrics-and-credits nav ul li .item {
				padding-top: 6px;
				height: 38px;
			}
		
		#lyrics-and-credits nav ul li:hover {
			color: #ff0000;
			cursor:pointer;
		}
		
		#lyrics-and-credits nav ul li.selected .item {
			color: #fff;
			background: transparent url('/moveonthesun/img/sprite.png') no-repeat 0 -73px;
			padding-left:20px;
			text-shadow: none;
			width: 303px;
		}
		
		
	#lyrics-and-credits .display {
		border-left: 2px solid rgba(255,255,255,0.4);
		padding-left: 39px;
		min-height: 800px;
		/*height: 800px;
		overflow: auto;*/
		float: left;
	}
		#lyrics-and-credits .display > div {
			display: none;
		}
		#lyrics-and-credits .display .current {
			display: block;
		}
		#lyrics-and-credits .display .lyrics,
		#lyrics-and-credits .display .credits {
			width:300px;
			float: left;
			padding-top: 35px;
		}

		#lyrics-and-credits .display .lyrics {
			margin:0 19px 20px 0;
		}
		
		#lyrics-and-credits h3 {
			margin-bottom: 12px;
		}
		
		#lyrics-and-credits .collab {
			background: transparent url('/moveonthesun/img/sprite.png') no-repeat 0 -122px;
			height: 78px;
			width: 100%;
			margin-top: 30px;
		}
			#lyrics-and-credits a.collab:hover {
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
				-khtml-opacity: 0.7;
				opacity:0.7;
			}

/* Footer */

footer {
	background-image: url('/moveonthesun/img/bg_footer.jpg');
}
	footer .links {
		border-bottom: 2px solid rgba(255,255,255,0.4);
		text-align: center;
		overflow: hidden;
	}
		footer .links a {
			display: block;
			font-size: 64px;
			float: left;
			text-decoration: none;
		}
		
		footer .links a:hover {
			color: #ff0000;
		}
		
	footer .legal {
		
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		margin-top: 10px;
	}


@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
