@charset "utf-8";
/* CSS Document */

/* CUSTOM FONTS ------------------------------------- */

/* Single Sleeve */
@font-face {
    font-family:'SingleSleeveRegular';
    src: url('fonts/sing-singlesleeve.eot');
    src: local('âº'), url('fonts/sing-singlesleeve.woff') format('woff'), url('fonts/sing-singlesleeve.ttf') format('truetype'), url('fonts/sing-singlesleeve.svg#SingleSleeveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* TeX-Gyre-Schola */
@font-face {
    font-family: 'TexgyrescholaRegular';
    src: url('fonts/texgyreschola-regular-webfont.eot');
    src: url('fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreschola-regular-webfont.woff') format('woff'),
         url('fonts/texgyreschola-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreschola-regular-webfont.svg#TeXGyreScholaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TexgyrescholaItalic';
    src: url('fonts/texgyreschola-italic-webfont.eot');
    src: url('fonts/texgyreschola-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreschola-italic-webfont.woff') format('woff'),
         url('fonts/texgyreschola-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreschola-italic-webfont.svg#TeXGyreScholaItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TexgyrescholaBold';
    src: url('fonts/texgyreschola-bold-webfont.eot');
    src: url('fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreschola-bold-webfont.woff') format('woff'),
         url('fonts/texgyreschola-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreschola-bold-webfont.svg#TeXGyreScholaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TexgyrescholaBoldItalic';
    src: url('fonts/texgyreschola-bolditalic-webfont.eot');
    src: url('fonts/texgyreschola-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreschola-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreschola-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreschola-bolditalic-webfont.svg#TeXGyreScholaBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CUSTOM FONTS END ---------------------------------------- */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/background-cube.jpg);
	background-color: #135C7F; /*166890*/
}

p {
	font-family: 'TexgyrescholaRegular', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 6.8em;
	color:#093347;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 6.8em;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 3.2em;
	color:#000000;
	margin: 0px;
	line-height: .3em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: .6em;
	padding-left: 0px;
}

h4 {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 3.2em;
	color:#888b8c;
	margin: 0px;
	line-height: .3em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: .6em;
	padding-left: 0px;
}

h2 em, h3 em, h4 em {
	padding-right: .2em;
}

h5 {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.9em;
	color:#093347;
	margin: 0px;
	line-height: 0.4em;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0.6em;
	padding-left: 0px;
}

.form_text {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color:#888b8c;
	margin: 0px;
	line-height: 1.4em;
	padding: 0 0 .6em 0;
	margin: 0;
}

.form_field {
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #888B8C;
	margin: 0;
	padding: 0;
	font-family: 'TexgyrescholaRegular', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: .6em;
	color: #ffffff;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	height: 1.3em;
}

.comments_field {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #888B8C;
    margin: 0 0 0 16px;
    padding: 0;
	font-family: 'TexgyrescholaRegular', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: .4em;
	color: #ffffff;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px; 
    -webkit-border-radius: 0 4px 4px 4px;
}

.required {
	font-family: 'TexgyrescholaRegular', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: .9em;
	color:#888B8C;
	margin: 0px;
}

.submit {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color:#082330;
	line-height: 1.4em;
	margin: 89px 0 0 16px;
	padding: 1px 12px;
	cursor: pointer;
	background-color: #dfdfdf;
	border: 1px solid #888b8c;
	border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
}

#envelope {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 5000px;
	background-repeat: no-repeat;
	background-image: url(images/...);
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#footer {
	background:url(images/footer-grass.png) repeat-x;
	font-family: 'TexgyrescholaRegular', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 0.6em;
	color: #236A8F;
	height: 89px;
	bottom: -45px;
	position: fixed;
	width: 100%;
	z-index: 900;
	margin: 0 0 0 -51px;
}

#tall-grass {
background:url(images/footer-tall-grass.png) no-repeat;
width: 100%;
height: 189px;
margin: -32px 0 0 0;
}

#footer-button {
float: left;
margin: 12px 0 0 46px;
width: 61px;
}

#scrollabout {
	position: relative;
	height: 10px;
	padding: 0px;
	margint: 0px;
	width: 10px;
	margin-left: -80px;
	margin-top: -30px;
}

#playscape {
	float: left;
	width: 100%;
	margin: 0 0 0 40px;
	position: relative;
	background-image: url(images/playscape-bkg.jpg);
	background-repeat: no-repeat;
	height: 1183px;
	padding: 0px;
}

#about {
	float: left;
	width: 100%;
	margin: 0 0 0 40px;
	position: relative;
	background-image: url(images/about-bkg.jpg);
	background-repeat: no-repeat;
	height: 1183px;
	padding: 0px;
}

#about-content {
	float: left;
	width: 100%;
	margin-top: 80px;
	position: relative;
	background-image: url(images/speaknspel-bigl.png);
	background-repeat: no-repeat;
	height: 360px;
	padding: 0px;
	margin-left: 80px;
}

#about-bubble {
	padding: 0px;
	float: left;
	width: 100%;
	height: 200pt;
	margin-top: 66px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 206px;
}

#about-bubble-pointer {
	background-image: url(images/message-pointer.png);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	width: 48px;
	height: 320px;
	margin: 0px;
}

#about-message {
	background-image:url(images/paper-cube.png);
	margin: 110px 0;
	padding: 0 20px 15px 20px;
	width: 600px;
	float: left;
	border-radius: 14px;
	-moz-border-radius: 14px; 
    -webkit-border-radius: 14px;
}

#about-message p  {
	margin: 0px;
	padding: 0px;
}

#scrollplans {
	position: relative;
	height: 10px;
	padding: 0px;
	margint: 0px;
	width: 10px;
	margin-left: -60px;
	margin-top: -30px;
}

#plans {
	float: left;
	width: 100%;
	margin: 0 0 0 40px;
	position: relative;
	background-image: url(images/plans-bkg.jpg);
	background-repeat: no-repeat;
	height: 1183px;
	padding: 0px;
}

#plans-content {
	float: left;
	width: 1000px;
	margin: 80px 0;
	position: absolute;
	background-image: url(images/plans-etchasketch.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 744px;
}

#contact_div {
	width: 100%;
	height: 1324px;
	float: left;
	margin: 0 0 0 40px;
	position: relative;
	padding: 0px;
	background-image: url(images/contact-bkg.jpg);
	background-repeat: no-repeat;
}


#plan-bubble {
	padding: 0px;
	float: left;
	width: 100%;
	height: 200pt;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}

#plan-bubble-pointer {
	background-image: url(images/message-pointer.png);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	width: 48px;
	height: 320px;
	margin: 0px;
}

#plan-message {
	background-image:url(images/paper-cube.png);
	margin: 80px 0;
	padding: 0 0 10px 0;
	width: 600px;
	float: left;
	border-radius: 14px;
    -moz-border-radius: 14px; 
    -webkit-border-radius: 14px;
}

#plan-message p  {
	margin: 0px;
	padding: 0px;
}

#contact {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: left;
	background-image:url(images/notebook-paper.png); /* the image that gets exposed when div is activated */
	background-repeat: repeat-x;
	height: 1324px;
}

#form {
	margin-top: 880px;
	margin-right: 0;
	margin-bottom: 180px;
	margin-left: 0;
	text-align: left;
}

#navagation {
	width: 640px;
	padding-left: 10px;
	height: 200px;
}

/*  old sh*t 

#footerSlideButton {
	width:120px;
	text-align:center;
	border: 0px solid #000;
	border-bottom: 0px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerSlideContent {
	width: 100%;
	height: 350px; /* the amount of the contact div that gets exposed when activated */
	display:none;
}

*/

#nav-button {
	width: 170px;
	float: left;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.style2 {font-weight: bold}

.style3 {color: #FFFFFF}


/* SCRIPTS CSS  ---------------------------------------------------------------------------------------------------- */

/* v-scroller (#plans) */

/*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 660px;
  height:90px;
}
 
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
 
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.items div {
  float:left;
}

/*   ******************************************  scroll left & right  *******************************************   */
/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {
	/* required settings */
    position:relative;
	overflow:hidden;
	width: 465px;
	height:418px;
	/* custom decorations */
    border:0px solid #ccc;
	margin: 158px 0 0 -15px;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
    width:20000em;
	position:absolute;
	clear:both;
}

.items div:first-child {
	float:left;
	width:465px;
	height:418px;
	text-align: center;
}

.items div {
	float:left;
	width:465px;
	height:385px;
	text-align: left;
}

.planssub {
	color:#000000;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.descriptor {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color:#093347;
	margin: 0px;
	line-height: 1.8em;
	padding: 0 0 0 3em;
}

.quantity {
	font-family: 'TexgyrescholaRegular', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

.learnmore {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color:#868b8c;
	margin: 20px 50px;
	padding: 0px;
	float:right;
}

.learnmore a:active a:link a:visited {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color:#868b8c;
	margin: 0px;
	line-height: 0.4em;
	padding: 0px;
	text-align:right;
}

.learnmore a:hover {
	font-family:'SingleSleeveRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color:#b3421f;
	margin: 0px;
	line-height: 0.4em;
	padding: 0px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 20px 21px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:100px;
    height:75px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

/*  ***********************************  */

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(/media/img/scrollable/arrow/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right {
	background-position: 0 -30px;
	clear:right;
	margin: 550px 0 0 12px;
	height: 100px;
	width: 85px;
}

a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left {
	margin: 610px 0 0 80px;
	height: 114px;
	width: 112px;
}

a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down  {
    background:url(/media/img/scrollable/arrow/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}



/*  */
