/* Chateau Revenge - for The Silver Seas - Design & Dev by [gb] Studio */
/* gb-studio.tv */

/* =================== */
/* = Chateau Revenge = */
/* =================== */


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

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #c40a25;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	
	-webkit-text-stroke:1px transparent;
}
body.blue {
	background-color: #4e4ca0;
	background-image: url("../images/bg_blue.jpg");
}

a {
	color: #ab0019;
}

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;
}

/* chateau */

#chateau {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 585px;
	height: 485px;
	background-image: url("../images/chateau.png");
	background-position: left top;
	z-index: 500;
}

/* title */

#title {
	position: fixed;
	left: 50px;
	top: 55px;
	width: 817px;
	height: 167px;
	z-index: 1000;
}

#title h1 {
	display: block;
	width: 817px;
	height: 167px;
	text-indent: -9999px;
	background-image: url("../images/title_chateau-revenge.png");
	background-repeat: no-repeat;
	background-position: top left;
}

/* switch */

#switch {
	position: fixed;
	left: 85px;
	top: 230px;
	width: 475px;
	z-index: 1100;
/*	background-color: pink;*/
}

#switch ul li {
	float: left;
}
#switch ul li.blue.selected,
#switch ul li.blue a {
	margin-right: 15px;
}

#switch ul li.selected,
#switch ul li a {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 15px;
	width: 200px;
	height: 30px;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-color: #231f20;
}

#switch ul li.blue a {
	color: #fff;
	text-decoration: none;
	background-color: #4b4897;
}
#switch ul li.red a {
	color: #fff;
	text-decoration: none;
	background-color: #ab0019;
}
#switch ul li.blue.selected {
	color: #4e4ca0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	
	-webkit-box-shadow: inset 0px 0px 12px #353376;
	-moz-box-shadow: inset 0px 0px 12px #353376;
	box-shadow: inset 0px 0px 12px #353376;
}
#switch ul li.red.selected {
	color: #c40a25;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	
	-webkit-box-shadow: inset 0px 0px 12px #850114;
	-moz-box-shadow: inset 0px 0px 12px #850114;
	box-shadow: inset 0px 0px 12px #850114;
}

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


/* content stuff */

#content {
	margin: 0 auto;
	padding: 180px 0px 0px 550px;
	width: 450px;
	min-height: 800px;
}

#content #album {
	margin: 0 auto;
	padding-top: 65px;
	width: 440px;
}

#content #purchase {
	margin: 25px 0px 0px 0px;
}

#content #purchase h2 {
	margin: 25px 20px 25px 0px;
	padding: 15px 0px 15px 0px;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: center;
	
	background-color: #c40a25;
}

body.blue #content #purchase h2 {
	background-color: #4e4ca0;
}

#content #purchase p.order_button {
	margin: 0px;
/*	float: right;*/
}
#content #purchase p.order_button a {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	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: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	background-color: #231f20;
}
#content #purchase p.order_button a:hover {
	background-color: #8bc63f;
}
#content #purchase p.order_button a:active {
	position: relative;
	top: 2px;
	color: #8bc63f;
	background-color: #fff;
}
#content #purchase p.order_button a span.price {
	display: block;
	font-size: 52px;
	float: left;
	letter-spacing: -0.05em;
}
#content #purchase p.order_button a span.price span.sm {
	font-size: 26px;
	letter-spacing: 0em;
}

#content #purchase p.order_button.digital a {
	background-color: #231f20;
}
#content #purchase p.order_button.digital a:hover {
	background-color: #8bc63f;
}
#content #purchase p.order_button.digital a:active {
	color: #8bc63f;
	background-color: #fff;
}

#content #purchase p {
	margin: 18px 20px 0px 40px;
	font-size: 14px;
	line-height: 22px;
}
#content #purchase p.note {
	font-size: 12px;
	line-height: 22px;
}

#content #hype {
	margin: 0px 0px 0px 25px;
}

#content #hype p {
	margin: 0px;
	float: left;
}
#content #hype p a {
	display: block;
	margin: 50px 10px 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: #ab0019;
}
body.blue #content #hype p a {
	background-color: #403d88;
}
#content #hype p a:hover,
body.blue #content #hype p a:hover {
	background-color: #e90280;
}
#content #hype p a:active,
body.blue #content #hype p a:active {
	position: relative;
	top: 2px;
	color: #e90280;
	background-color: #fff;
}


/* bottom stuff */



#content #footer {
	position: absolute;
	left: 600px;
	margin: 310px 0px 0px 0px;
	padding-bottom: 25px;
}

#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;
}

#content #footer p {
	margin: 15px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ff7b8e;
	line-height: 17px;
}
body.blue #content #footer p,
body.blue #content #footer p a {
	color: #6b69bb;
}

#content #footer p a {
	color: #ff7b8e;
}
#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: 20px;
	bottom: 10px;
	width: 550px;
	height: 30px;
	z-index: 8500;
}

#jukebox #jukebox_holder {
	width: 550px;
	height: 30px;
	float: left;
}

/* share bug */

#share_bug {
	position: fixed;
	top: 30px;
	right: 0px;
	width: 155px;
	z-index: 750;
}
#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: #e90280;
}
#share_bug p a:hover {
	color: #fff;
	background-color: #8bc63f;
}
#share_bug p a:active {
	position: relative;
	top: 2px;
	color: #e90280;
	background-color: #ffb4dd;
}
#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: 700;
}

#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: 1250;
}
#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: #53c2ba;
}
#shopping_cart_bug p a:hover {
	color: #fff;
	background-color: #8bc63f;
}
#shopping_cart_bug p a:active {
	position: relative;
	top: 2px;
	color: #53c2ba;
	background-color: #c2fffb;
}
#shopping_cart_bug p a span.underline {
	text-decoration: underline;
}
