/*

SCHOOL DAYS HQ OFFICIAL WEBSITE
http://schooldays.us/

JAST USA All Rights Reserved

*/



/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

@font-face {
    font-family: 'Novecento';
    src: url('../fonts/novecento-demiboldwide-webfont.eot');
    src: url('../fonts/novecento-demiboldwide-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecento-demiboldwide-webfont.woff') format('woff'),
         url('../fonts/novecento-demiboldwide-webfont.ttf') format('truetype'),
         url('../fonts/novecento-demiboldwide-webfont.svg#NovecentoDemiBoldWideRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#OpenSansSemiboldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BASIC STRUCTURE */
body {
	background: #f5f5f5 url('../img/bg.gif') repeat;
	font-family: OpenSans, "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #232323; }

#page {
	margin: 0 auto;
	width: 950px;
	background-color: #FFF;
	box-shadow: 0px 0px 2px #444; }
	
#header {
	height: 45px;
	background: #FFF url('../img/header.jpg') no-repeat left top;
	padding-top: 100px; position: relative; }

#header a.homelink {
	display: block;
	width: 305px;
	height: 65px;
	position: absolute;
	top: 20px;
	left: 10px;
	text-indent: -2000em;
}
	
#header .access {
	height: 45px;
	padding: 0; }
	
#header .access li {
	float: left;
	line-height: 45px;
	border-right: 1px solid #e4e4e4; }
	
#main {
	height: 600px;
	position: relative; }

#main .scanlines {
	position: absolute;
	z-index: 10;
	height: 600px;
	width: 100%;
	background: transparent url('../img/scanlines.png') repeat;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.25) }
	
#footer { padding: 20px 30px; font-size: 12px; color: #444; line-height: 1.5; clear: both; }
#footer span { display: block; float: right; margin-top: 10px; }
	
/* MAIN MENU */

.access a {
	color: #232323;
	text-decoration: none;
	font-family: Novecento, Helvetica, Arial, sans-serif;
	font-size: 20px;
	display: block;
	padding: 0 28px; }
	
.access li.last {
	padding-right: 0;
	border-right: none !important;
}


/* COMMON STYLES & TYPOGRAPHY */	
#content { font-family: OpenSans, "Trebuchet MS", Tahoma, Arial, sans-serif; }

#content h1,
#content h2,
#content h3 { font-family: OpenSansSemibold, "Trebuchet MS", Tahoma, Arial, sans-serif; }

.section { border-bottom: 1px solid #EFEFEF; padding: 30px; }

a {	color: #232323;	text-decoration: underline; }
a:hover {color: #d73131 !important; text-decoration: none; }

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
/* Trigger has-layout for IE compatibility */
.clearfix {	zoom: 1; }

/* HOME PAGE */

.appeal {
	font-family: Novecento, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.4;
	color: #232323;
	background-color: #FBFBFB;
}

.appeal span {
	position: relative;
	top: 15px !important;
}

.limited-appeal {
	background: transparent url('../img/top_limited.jpg') no-repeat 380px center;
	padding: 50px 30px; }
	
.limited-appeal h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px; }
	
.limited-appeal p {
	line-height: 1.5; }
	
.features {
	font-size: 14px;
	line-height: 1.8;
	background: transparent url('../img/top_features.jpg') no-repeat 50px center;
	padding-left: 250px;
}

.features h3 {
	margin-bottom: 20px;
	font-size: 16px;
}

.learnmore {
	font-size: 14px;
}

.learnmore span { padding-left: 30px; }
.learnmore a { padding: 0 10px; }

/* STORY PAGE */

.story p {
	position: absolute;
	background-color: rgba(0, 0, 0, .70);
	;
	padding: 40px;
	height: 520px;
	font-size: 18px;
	line-height: 1.35;
	color: #FFF;
	font-family: OpenSansItalic, "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align: justify;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
	opacity: 0.0;
	-webkit-transition: opacity .60s ease-in-out;
	-moz-transition: opacity .60s ease-in-out;
	-o-transition: opacity .60s ease-in-out;
	transition: opacity .60s ease-in-out;
	

}

.story:hover p { opacity: 1.0; }

span.left.arrow {
	float: left;
	padding-left: 50px;
	background: transparent url('../img/downarrow.gif') no-repeat left center;
	line-height: 30px;
	cursor: pointer;
}


span.right.arrow {
	float: right;
	padding-right: 50px;
	background: transparent url('../img/rightarrow.gif') no-repeat right center;
	line-height: 30px;/* Automatically clear elements for standards-compliant browsers */
	
}

#video { display: none; }


/* CHARACTERS */

.characters { color: #FFF; }

.characters .bx-wrapper {
	background: transparent url('../img/characters.jpg') no-repeat left top; position: relative; height: 600px; visibility: hidden; }

.characters .bx-window { }	
.characters .pager { height: 600px; position: relative; }
.characters .pager img { position: absolute; bottom: 0; left: 70px; }

.characters .pager h1 {	margin: 325px 0 40px 410px; font-family: OpenSansBold, "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 36px; }
.characters .pager p { margin: 0 0 0 410px; width: 500px; line-height: 1.5; font-size: 16px; }

.subchara h2 {
	font-family: Novecento, Helvetica, Arial, sans-serif !important;
	padding: 30px 0 0 30px;
	font-size: 24px; }

.chara { height: 280px; font-size: 15px; line-height: 1.5; }
.chara img { float: left; margin-right: 50px; }
.chara h3 {
	margin: 60px 0 20px;
	font-family: OpenSansSemibold, "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px; }

.chara p { color: #444; width: 95%; }

.bx-wrapper a {	position: absolute; bottom: 260px; }
.bx-wrapper a.bx-next {	right: 15px; }
.bx-wrapper a.bx-prev {	left: 15px; }
.bx-wrapper a.bx-prev img {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
	-o-transform:rotate(180deg); /* Opera */
}

a.bx-next,
a.bx-prev {
	position: absolute;
	z-index: 50; }
	
/* GALLERY */

.gallery {
	background: transparent url('../img/gallery.jpg') no-repeat left top; visibility: hidden; }


.gallery .pager { position: relative; text-align: center; height: 600px; }
.gallery .pager img {
	position: relative;
	top: 150px;
	border: 3px solid #000;
}

#wallpapers h3 {
	margin-bottom: 20px;
	font-size: 18px;
}
#wallpapers img { display: block; margin-bottom: 10px; }
#wallpapers span { font-size: 13px; display: block; line-height: 1.4; margin-bottom: 50px; text-align }

#wallpapers ul li { float: left; margin-right: 50px; }
#wallpapers ul li span {
	margin-bottom: 0; text-align: center;
}

/* BUY */

.buy { border-top: 1px solid #EFEFEF; }

small { font-size: 12px !important; position: relative; top: 5px; }

span.buyoptions {
	float: right;
	position: relative;
	top: 4px;
}

a.buybtn {
	margin: 0 20px;
	display: block;
	float: left;
	text-decoration: none;
	font-family: Novecento, Helvetica, Arial, sans-serif;
	color: #444; font-size: 14px; text-shadow: 0 1px 0 #FFF;
	    border: 1px solid #B6B6B6; padding: 6px 20px; display: block;
	    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
	    box-shadow: 0px 1px 0px 0 #fbfbfb inset, 0 0 0 3px #F0F0F0;
	    -webkit-box-shadow:0px 1px 0px 0 #fbfbfb inset, 0 0 0 3px #F0F0F0;
	    -moz-box-shadow: 0px 1px 0px 0 #fbfbfb inset, 0 0 0 3px #F0F0F0;
	    
	    background: #f0f0f0; /* Old browsers */
	    background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e4e4 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e3e4e4)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top, #f0f0f0 0%,#e3e4e4 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top, #f0f0f0 0%,#e3e4e4 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top, #f0f0f0 0%,#e3e4e4 100%); /* IE10+ */
	    background: linear-gradient(top, #f0f0f0 0%,#e3e4e4 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e3e4e4',GradientType=0 ); /* IE6-9 */ }
}