/* The Ship and the Sea - for The Autumn Film - Design & Dev by [gb] Studio */
/* gb-studio.tv */

/* ======================== */
/* = The Ship and the Sea = */
/* ======================== */

/* don’t give up on me now, this can all be mended / we can iron this out, this can all be mended */

/* to the ocean blue, I hoped it would be you*/

@import url("reset.css");   /* thanks yahoo */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #06456d;
	
	-webkit-text-stroke:1px transparent;
}

a {
	color: #77d1e2;
}

a, a:hover, a:active {
	outline: none;
}

strong {
	font-weight: bold;
	-webkit-text-stroke:0px transparent;
}
em {
	font-style: italic;
}
strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

/* top content */

#top_content_container {
	min-height: 725px;
	background-color: #095963;
	background-image: url("../images/top_content_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#top_content {
	margin: 0 auto;
	width: 1000px;
}

#top_content #album {
	position: absolute;
	top: 70px;
	margin-left: 465px;
	width: 520px;
	height: 520px;
}

#top_content #album p.note {
	margin: 0px 0px 0px 25px;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #77d1e2;
}

#top_content #header {
	position: absolute;
	top: 26px;
	width: 272px;
	height: 55px;
}

#top_content #header h1 {
	width: 272px;
	height: 37px;
	text-indent: -9999px;
	background-image: url("../images/title_album.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#top_content #header h2 {
	width: 131px;
	height: 18px;
	text-indent: -9999px;
	background-image: url("../images/title_band.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#top_content div.content {
	position: absolute;
	margin: 270px 0px 0px 0px;
	width: 440px;
}

#top_content div.content h3 {
	margin: 0px 20px 25px 0px;
	font-size: 52px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: right;
}

#top_content div.content p.note {
	margin: 15px 10px 0px 0px;
	width: 275px;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #77d1e2;
	float: right;
	clear: both;
}

#top_content div.content p.order_button {
	margin: 0px;
	float: right;
}
#top_content div.content p.order_button a {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	width: 265px;
	height: 30px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	
	background-color: #0198b4;
}
#top_content div.content p.order_button a:hover {
	background-color: #00829a;
}
#top_content div.content p.order_button a:active {
	position: relative;
	top: 2px;
	color: #00829a;
	background-color: #fff;
}
#top_content div.content p.order_button a span.price {
	display: block;
	font-size: 52px;
	float: left;
	letter-spacing: -0.05em;
}
#top_content div.content p.order_button a span.price span.sm {
	font-size: 26px;
	letter-spacing: 0em;
}

#top_content div.content p.order_button.digital a {
	background-color: #108f8b;
}
#top_content div.content p.order_button.digital a:hover {
	background-color: #0a7875;
}
#top_content div.content p.order_button.digital a:active {
	color: #0a7875;
	background-color: #fff;
}

#top_content div.content p {
	margin: 12px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

/* transition area */

#transition_container {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 250px;
	background-color: #095963;
	background-image: url("../images/transition_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

/* middle stuff */

#middle_container {
	margin: 0px;
	min-height: 750px;
	background-color: #06456d;
	background-image: url("../images/middle_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#middle_container #monster {
	position: absolute;
	margin-top: 412px;
	width: 268px;
	height: 386px;
	z-index: 450;
}

#middle_content {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 1000px;
}

#middle_content #songs {
	position: absolute;
	margin: 430px 0px 0px 155px;
	width: 275px;
}

#middle_content #songs h4 {
	margin: 0px 10px 25px 0px;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: right;
}

#middle_content #songs ol {
	width: 275px;
	height: 425px;
}

#middle_content #songs ol li {
	width: 275px;
	height: 33px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
#middle_content #songs ol li.song_01 { background-image: url("../images/01_song.png"); }
#middle_content #songs ol li.song_02 { background-image: url("../images/02_song.png"); }
#middle_content #songs ol li.song_03 { background-image: url("../images/03_song.png"); }
#middle_content #songs ol li.song_04 { background-image: url("../images/04_song.png"); }
#middle_content #songs ol li.song_05 { background-image: url("../images/05_song.png"); }
#middle_content #songs ol li.song_06 { background-image: url("../images/06_song.png"); }
#middle_content #songs ol li.song_07 { background-image: url("../images/07_song.png"); }
#middle_content #songs ol li.song_08 { background-image: url("../images/08_song.png"); }
#middle_content #songs ol li.song_09 { background-image: url("../images/09_song.png"); }
#middle_content #songs ol li.song_10 { background-image: url("../images/10_song.png"); }
#middle_content #songs ol li.song_11 { background-image: url("../images/11_song.png"); }
#middle_content #songs ol li.song_12 { background-image: url("../images/12_song.png"); }


#middle_content #hype {
	margin: 0px 0px 0px 485px;
	padding-top: 420px;
	width: 515px;
}

#middle_content #hype div.mention {
	margin-bottom: 30px;
	padding: 18px;
	width: 204px;
	height: 104px;
	float: left;
	
	background-color: rgba(6,132,204, 0.8);
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#middle_content #hype div.mention.left { margin-right: 35px; }

#middle_content #hype div.mention p {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.07em;
}

#middle_content #hype div.mention p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#middle_content #hype div.mention p a:hover  { text-decoration: underline; }
#middle_content #hype div.mention p a:active { color: #77d1e2; }

#middle_content #hype div.mention p.link {
	position: absolute;
	margin-top: 105px;
	margin-left: 29px;
	width: 175px;
}
#middle_content #hype div.mention p.link a {
	padding: 5px 10px 5px 10px;
	background-color: #126a9d;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;	
	float: right;
}
#middle_content #hype div.mention p.link a:hover {
	text-decoration: none;
	background-color: #0385d0;
}
#middle_content #hype div.mention p.link a:active {
	position: relative;
	top: 2px;
	color: #0385d0;
	background-color: #fff;
}

#middle_content #hype div.video {
	margin-bottom: 30px;
}

#middle_content #hype div.twitter_link p {
	margin: 0px;
	float: right;
}
#middle_content #hype div.twitter_link p a {
	display: block;
	margin: 50px 0px 10px 0px;
	padding: 10px 30px 10px 30px;
	height: 30px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	
	background-color: #2c82bc;
}
#middle_content #hype div.twitter_link p a:hover {
	background-color: #1c97e9;
}
#middle_content #hype div.twitter_link p a:active {
	position: relative;
	top: 2px;
	color: #2c82bc;
	background-color: #fff;
}


#middle_content #links {
	margin: -80px 0px 0px 150px;
	width: 290px;
	float: left;
}
#middle_content #links ul {
	width: 290px;
}
#middle_content #links ul li a {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 10px 25px 10px 25px;
	height: 30px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	
	background-color: #0198b4;
	
	clear: left;
}
#middle_content #links ul li a:hover {
	background-color: #00849d;
}
#middle_content #links ul li a:active {
	position: relative;
	top: 2px;
	color: #0198b4;
	background-color: #fff;
}

#middle_content #links ul li.small a {
	width: 90px;
	float: left;
	clear: none;
}
#middle_content #links ul li.small.right { float: right; }

/* bottom stuff */

#bottom_container {
	margin-top: -300px;
	width: 100%;
	height: 409px;
	background-color: #06456d;
	background-image: url("../images/bottom_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#bottom_content {
	margin: 0 auto;
/*	margin-top: 300px;*/
	width: 1000px;
}

#bottom_content #footer {
	position: absolute;
	margin: 310px 0px 0px 225px;
}

#bottom_content #footer h6 {
	width: 200px;
	height: 29px;
	text-indent: -9999px;
	background-image: url("../images/title_production.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom_content #footer p {
	margin: 15px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #92cbf1;
	text-align: right;
	line-height: 17px;
}

#bottom_content #footer p a {
	color: #92cbf1;
}
#bottom_content #footer p a:hover {
	text-decoration: none;
}

/* other stuff */

hr.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	border-width:0;
	margin:0;
	padding:0;
	overflow: hidden;
}

/* jukebox */

#jukebox {
	position: fixed;
	left: 0px;
	top: 365px;
	width: 131px;
	height: 200px;
	z-index: 500;
}

#jukebox #jukebox_holder {
	width: 85px;
	height: 121px;
	float: left;
}

#jukebox img.right {
	width: 46px;
	height: 121px;
	float: right;
}

/* share bug */

#share_bug {
	position: fixed;
	top: 30px;
	right: 0px;
	width: 155px;
	z-index: 500;
}
#share_bug p a {
	display: block;
	padding: 5px 5px 5px 15px;
	width: 135px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	text-decoration: none;
	background-color: #1398cf;
}
#share_bug p a:hover {
	color: #fff;
	background-color: #02aee3;
}
#share_bug p a:active {
	position: relative;
	top: 2px;
	color: #1398cf;
	background-color: #b1e8fb;
}
#share_bug p a span.underline {
	text-decoration: underline;
}

/* facebook like */

#fb_like_bug {
	position: fixed;
	top: 30px;
	right: 0px;
	width: 255px;
	height: 32px;
	
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	text-decoration: none;
/*	background-color: #53c2ba;*/
	
	z-index: 450;
}

#fb_like_bug p {
	margin: 6px 0px 0px 15px;
}

/* shopping cart bug */

#shopping_cart_bug {
	position: fixed;
	bottom: 40px;
	right: 0px;
	width: 175px;
	z-index: 500;
}
#shopping_cart_bug p a {
	display: block;
	padding: 15px 15px 15px 25px;
	width: 135px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	text-decoration: none;
	background-color: #1398cf;
}
#shopping_cart_bug p a:hover {
	color: #fff;
	background-color: #02aee3;
}
#shopping_cart_bug p a:active {
	position: relative;
	top: 2px;
	color: #1398cf;
	background-color: #b1e8fb;
}
#shopping_cart_bug p a span.underline {
	text-decoration: underline;
}

/* if you go drifting off i will be here, beneath the clouds / and if you can't your way, hear my voice, follow the sound */