/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

/** table.table1, th, td{ border-collapse: collapse; border-spacing: 5; border-color: white; padding: 5px; border:1px solid white} */

table#table1 > th > td{ border-collapse: collapse; border-spacing: 5; border-color: white; padding: 5px; border:1px solid white}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0;list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }



/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #FFF;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #fff; }
a:hover { color: #9db5b5; }


/**
 * Primary styles
 *
 * Author: Wanni
 */

* { margin:0; padding:0; }
body { background:#111; }
	img{ border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; /*background-color:#111;rgba(0,0,0,0.8) */ background:#111 url(../img/slides/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
	/*Controls Section*/
	#controls-wrapper { margin:0 auto; height:62px; width:100%; bottom:0; left:0; z-index:4; background:url(../img/slides/nav-bg.png) repeat-x; position:fixed; }
		#controls { overflow:hidden; height:100%; text-align:left; z-index:5; padding:0 114px; /* Increase padding to give thumbnails room */ }
			#slidecounter { float:left; color:#888; font:23px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:#000 0 -1px 0; margin:19px 10px 18px 20px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:16px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:#000 0 2px 0; margin:23px 20px 23px 0; }
			#navigation { float:right; margin:10px 20px 0 0; }
	
	/*Thumbnail Navigation*/	
	#nextthumb,#prevthumb { z-index:6; display:none; position:fixed; bottom:12px; height:75px; width:100px; overflow:hidden; background:#ddd; border:2px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:10px; }
			#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }


/*
footer {
	float:none;
	clear:both;
	background:url(../img/translucent_lightgreen.png) repeat;
	height:115px;
	position:relative;
}

footer #copyright {
	float:none;
	clear:both;	
	height:35px;
	background:url(../img/translucent_black.png) repeat;
	position:absolute;
	bottom:0;
}
*/

.view{
	border:1px red solid;
}

html, body {height:100%;min-width:960px;}

#header {
	position:relative;
	z-index:10;
}

#wrap {
	min-width:960px;
	position:relative;
	overflow:auto;
    z-index:1;
   /* height:100%;*/
}



#main {
	width:100%;
	min-width:960px;
	overflow:auto;
	padding-bottom: 115px;
	position:absolute;
	z-index:2;
	
}  /* must be same height as the footer */

#photo-credits {
	position:absolute;
	top:-25px;
	right:20px;
	font-size:10px;
	height:25px;
	overflow:hidden;
	text-shadow:#000 1px 1px 2px;
	-webkit-text-shadow:#000 1px 1px 2px;
	-moz-text-shadow:#000 1px 1px 2px;
}

#photo-credits ul {
	list-style-type:none;
}

#photo-credits ul li {
	margin:0 0 15px 0;
	text-align:right;
}

#form-wrapper {
	width:400px;
	position:absolute;
	top:10px;
	right:10px;
	z-index:200;
}

#kids-form {
	text-transform:uppercase;
	color:#ccb672;
	height:35px;
	font-size:12px;
	text-shadow:#000 1px 1px;
	-webkit-text-shadow:#000 1px 1px;
	-moz-text-shadow:#000 1px 1px;
	line-height:30px;
	
}
#kids-form input{
	color:#333;
	width: 113px;
	height:14px;
	border:1px #b2b2b2 solid;
	padding:3px;
	font-size:11px;
	vertical-align:middle;
}

#submitbtn {
	width:56px;
	height:20px;
	border:none;
	text-indent:-9999px;
	background-image:url(../img/btn_login.gif);
	vertical-align:middle;
}


/*
#footer {
	min-width:960px;
	position: relative;
	margin-top: -115px; 
	height: 115px;
	background:url(../img/translucent_lightgreen.png) repeat;
	clear:both;
	z-index: 99;
}
 

#footer-content {
	width:80%;
	min-width:920px;
	height:80px;
	padding:0 20px;
	margin-left:auto;
	margin-right:auto;

}

#copyright-wrapper {
	height:35px;
	background:url(../img/translucent_black.png) repeat;
	padding:0 20px;
}
#copyright-content {
	width:80%;
	min-width:920px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#9bb5b7;
	line-height:35px;
	margin-left:auto;
	margin-right:auto;
}

*/


/*------- NEW FOOTER ---------------*/
#footer {
	width:100%;
	min-width:1040px;
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	bottom:0;
	z-index: 99;
} 

#footer-content {
	width:80%;
	min-width:920px;
	height:80px;
	padding:0 20px;
	margin-left:auto;
	margin-right:auto;

}

#copyright-wrapper {
	height:35px;
	background-color:#0a4d50;
}
#copyright-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#9bb5b7;
	margin-right:10px;
	line-height:35px;
	float:right;
}

/* END NEW FOOTER ----------------*/


/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

img#logo {
	margin-top:0;
	float:left;
	margin-left:25px;
}

/* -------------- NAVI ----------------*/

nav {
	float:left;
}

nav ul#navi {
	float:left;
	min-width:780px;
	width:83%;
	height:30px;
	list-style:none;
	margin-left:20px;
	margin-top:20px;
	position:absolute;
	z-index:100;
}

ul#navi li {
	display:inline;
	width:13.6%;
	*width: 16.5%;
	float:left;
	text-shadow: 0px 2px 3px #555;
	background:url(../img/navi_separator.png) no-repeat left top;
}

ul#navi li a{
	display:block;
	float:left;
	height:30px;
	/*background-image:url(../img/navi_bg2.png);*/
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-shadow: 0px 2px 3px #555;
	outline:none;
}


ul#navi li a.about {
    width:100%;
	background:url(../img/btn_about.png) center top no-repeat;

}
ul#navi li a.store {
    width:100%;
	background:url(../img/btn_directory.png) center top no-repeat;

}
ul#navi li a.forumrwd {
    width:100%; 
	background:url(../img/btn_forumreward.png) center top no-repeat;

}
ul#navi li a.happenings {
    width:100%;
	background:url(../img/btn_happenings.png) center top no-repeat;

}
ul#navi li a.hip {
    width:100%;
	background:url(../img/btn_hipkids.png) center top no-repeat;

}

ul#navi li a.gallery {
    width:100%;
	background:url(../img/btn_events.png) center top no-repeat;

}

ul#navi li a.gift {
   width:100%;
  background:url(../img/btn_gift.png) center top no-repeat;
/*	background:url(../img/btn_gift_comingsoon.png) center top no-repeat;*/

}
ul#navi li a.promotions {
    width:100%;
	background:url(../img/btn_promotions.png) center top no-repeat;

}

ul#navi li a:hover, ul#navi li a.selected{
	background-position:bottom;
}

/* -------------- NAVI END----------------*/

/* ----------PROMOTIONS BOX------------*/

#promo-wrapper {
	min-width:960px;
	height:212px;
	position:absolute;
	bottom:70px;
	right:0;
}

#promo {
	width:890px;
	height:182px;
	background-image:url(../img/translucent_black_50.png);
	padding:15px 0 15px 7px;
	margin-right:0;
	position:absolute;
	right:21px;

}

#promo ul {
	margin:0;
	list-style:none;
}

#promo ul li {
	width:280px;
	margin-left:8px;
	margin-right:7px;
	border-top:dashed #d2bf84 1px;
	float:left;
}

#promo ul li img {
	margin-top:10px;
	margin-bottom:7px;
}

#promo h3 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:dashed #d2bf84 1px;
	border-bottom:dashed #d2bf84 1px;
	padding-top:7px;
	padding-bottom:7px;
}

.promotext {
	padding-top:5px;
	font-size:11px;
}

a.promo-btn {
 display:block;
 width:21px;
 height:128px;
 background:url(../img/btn_promo.gif) left top no-repeat;
 text-indent:-9999px;
 position:absolute;
 right:0;
}


a.promo-btn.selected {
	background-position:right;
}

em {
	font-style:italic;
}


/*---------- PROMOTIONS BOX END -------------*/

.black-90 {
	background-image:url(../img/translucent_black_90.png);
}

hr.normal {
	border-top:1px #52492e solid;
}

.justify {
	text-align:justify;
}

#footnote {
	font-size:10px;
	position:absolute;
	bottom:50px;
	left:10px;
	text-shadow:#000 1px 0px 2px;
	-webkit-text-shadow:#000 1px 0px 2px;
	-moz-text-shadow:#000 1px 0px 2px;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

