/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

@font-face {
    font-family: 'Quicksand Book';
    src: url('fonts/quicksand_book-webfont.eot');
    src: url('fonts/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand_book-webfont.woff') format('woff'),
         url('fonts/quicksand_book-webfont.ttf') format('truetype'),
         url('fonts/quicksand_book-webfont.svg#quicksandbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
   
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4;
	color: #ccc;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #757575;
    text-shadow: none;
}

::selection {
    background: #757575;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

p, 
ul, 
ol,
h1,
h2,
h3,
h4 { margin-top: 0; }
   
a { color: #d9c062; text-decoration: none; }
	a:hover { text-decoration: underline; }

#background { position: fixed; top: 0; left: 0; z-index: 1; min-width: 100%; min-height: 100%; }
#disclaimer { position: fixed; bottom: 0; right: 0; z-index: 2; background: url('/img/bg-copyright.png') repeat; color: #e3c878; padding: 0 5px; height: 20px; font-size: 0.625em; line-height: 20px; }
#__asptrace { position: relative; z-index: 10; margin-top: 1000px; background: #fff; }

header { position: relative; }
	header ul.social { margin: 0; padding: 0; list-style: none; position: absolute; top: 20px; left: 0; }
		header ul.social li { float: left; margin-right: 10px; }
			header ul.social li a { display: block; width: 26px; height: 26px; background: url('/img/sprite.png'); background-repeat: none; }
				header ul.social li span { display: none; }
				header ul.social li a.facebook { background-position: -118px -10px; }
					header ul.social li a.facebook:hover { background-position: -118px -38px; }
				header ul.social li a.twitter { background-position: -154px -10px; }
					header ul.social li a.twitter:hover { background-position: -154px -38px; }
				header ul.social li a.feedback { background-position: -190px -10px; }
					header ul.social li a.feedback:hover { background-position: -190px -38px; }
				header ul.social li a.links { background-position: -226px -10px; }
					header ul.social li a.links:hover { background-position: -226px -38px; }
								
	header .languages { position: absolute; top: 20px; right: 0; }
		header .languages a { display: block; width: 26px; height: 26px; background: url('/img/sprite.png'); background-repeat: none; float: left; margin-left: 10px; }
			header .languages a.en { background-position: -10px -38px; }
			header .languages a.en.active { background-position: -10px -10px; }
			header .languages a.nl { background-position: -46px -38px; }
			header .languages a.nl.active { background-position: -46px -10px; }
			header .languages a span { display: none; }
			
#container { width: 950px; background: url('/img/bg-container.png') repeat-y; position: relative; z-index: 2; overflow: hidden; }

#menu { float: left; width: 250px; min-height: 100%; font-size: 0.938em; }
	#menu nav { position: relative; z-index: 2; margin-top: 250px; }
		#menu nav ul { margin: 0; padding: 0; border-top: 1px solid #000; border-bottom: 1px solid #383533; }
			#menu nav ul li { border-top: 1px solid #383533; border-bottom: 1px solid #000; }
				#menu nav ul li a { font-size: 1.333em; line-height: 68px; color: #fff; text-decoration: none; display: block; padding-left: 30px; height: 68px; }
					#menu nav ul li a:hover { color: #d9c062; }
					#menu nav ul li a.active { color: #d9c062; background: url('/img/arrow.png') no-repeat 232px 26px; }
	#menu .logo { position: absolute; top: 0; left: 0; z-index: 1; }
		
#page { float: left; width: 600px; min-height: 100%; padding: 0 50px; font-size: 0.938em; }
	#page header { height: 185px; }
		#page header.home { height: 90px; }
	#page h1 { font-family: 'Quicksand Book'; font-weight: normal; font-size: 2.333em; color: #8d8d32; }
		#page h1.home { font-size: 2.667em; color: #f2a410; text-align: center; background: url('/img/title.png') no-repeat center top; padding-top: 20px; }
	#page h2 { font-family: 'Quicksand Book'; font-weight: normal; font-size: 1.667em; line-height: 1.2em; margin-bottom: 0.48em; color: #8d8d32; }
	#page h3 { font-size: 1em; color: #d8641f; }
	#page p { overflow: hidden; }
	#page a { color: #d9c062; text-decoration: none; }
		#page a:hover { text-decoration: underline; }
	#page table { margin-bottom: 1em; }
		#page table td { vertical-align: top; padding-right: 20px; }
		#page table td:last-child { padding-right: 0; }
			#page table td img { margin-right: 0; }
			#page table td ul { padding-left: 15px; } 
	#page img { 
		float: left; 
		margin: 0 1em 0 0 ; 
		-moz-box-shadow: 0 0 10px 0 #000;
		-webkit-box-shadow: 0 0 10px 0 #000;
		box-shadow: 0 0 10px 0 #000;		
	}
		#page img.pull-right { float: right; margin: 0 0 0 1em; }
		#page img.text-below { float: none; margin: 0; }
	
	#page .tweets { padding: 15px; margin-bottom: 30px; border: 1px solid #8f6417; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; }
	#page .tweet { position: relative; overflow: hidden; }
		#page .tweet a i { float: left; display: block; width: 16px; height: 16px; margin-right: 3px; background: url('/img/twitter.png') no-repeat; }
		#page .tweet .avatar { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
		#page .tweet h3 { margin-left: 63px; font-weight: bold; margin-bottom: 0; }
			#page .tweet h3 a { text-decoration: none; color: #fff; font-size: 0.798em; line-height: 1.286em; }
			#page .tweet h3 em { display: inline-block; font-weight: normal; font-style: normal; color: #666666; }
		#page .tweet a.timestamp { position: absolute; bottom: 0; left: 63px; color: #666; font-size: 0.8em; text-decoration: none; }
			#page .tweet a.timestamp:hover { text-decoration: underline; }
		#page .tweet p.text { margin-left: 63px; margin-bottom: 10px; font-size: 0.933em; line-height: 1.286em; }
		#page .tweet p.retweet { margin: -10px 0 10px 63px; }
			#page .tweet p.retweet a { display: inline-block; font-size: 0.798em; height: 16px; line-height: 18px; color: #666666; }
				#page .tweet p.retweet a i { background-position: -96px 0; }
		#page .tweet .actions { float: right; font-size: 0.798em; line-height: 18px; }
			#page .tweet .actions a { display: inline-block; margin-right: 10px; color: #666; height: 16px; }
				#page .tweet .actions a.reply i { background-position: -16px 0; }
				#page .tweet .actions a.retweet i { background-position: -96px 0; }
				#page .tweet .actions a.favorite i { background-position: -32px 0; }
			
	#page dl.media { }
		#page dl.media dt { float: left; width: 90px; }
		#page dl.media dd { width: 510px; }
			
#hours { position: absolute; bottom: 0; left: 0; padding-left: 30px; z-index: 3; }
	#hours p { font-size: 0.933em; }
	#hours h2, 
	#hours h3 { font-family: 'Quicksand Book'; font-weight: normal; font-size: 1.667em; color: #d8641f; margin-bottom: 0; }			

#krpano { margin-bottom: 1em; }	
			
.contour { padding: 30px; background-color: #262626; margin-bottom: 1em; }
	.contour .contourPageName { display: none; }
	.contour .contourFieldSet { margin-bottom: 1em; }
	.contour legend { display: block; font-weight: bold; color: #d8641f; padding-bottom: 1.5em; }
	.contour .contourNavigation { overflow: hidden; }
		.contour .contourNavigation .submitlink { float: right; display: inline-block; height: 2em; padding: 0 1em; line-height: 2em; color: #fff !important; font-weight: bold; text-transform: uppercase; background-color: #bfa229; border: 2px solid #d8c881; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
			.contour .contourNavigation .submitlink:hover { text-decoration: none !important; background-color: #d8c881; cursor: pointer; }
	.contour .contourField { overflow: hidden; margin-bottom: 10px; }
		.contour .contourField .contourIndicator { color: #ea0a19; }
		.contour .contourField label { float: left; }
		.contour .contourField div { float: right; width: 330px; }
			.contour .contourField div input { display: block; float: right; width: 320px; padding: 4px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
			.contour .contourField div input[type="file"] { color: #fff; width: 320px; padding: 4px; font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-size: 0.8em; }
			.contour .contourField div select { display: block; float: right; width: 330px; padding: 3px 4px 3px 1px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
			.contour .contourField div textarea { display: block; float: right; width: 320px; padding: 4px; height: 150px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
			.contour .contourField div span.field-validation-error { display: block; width: 330px; text-align: right; font-size: 0.8em; color: #ea0a19; }

#ageverification-link { display: none; }
#ageverification { display: none; width: 320px; padding: 30px; background: #1f1f1f; color: #ccc; }
	#ageverification h2 { font-family: 'Quicksand Book'; font-weight: normal; font-size: 1.667em; line-height: 1.2em; margin-bottom: 0.48em; color: #8d8d32; }
	#ageverification .buttons { overflow: hidden; }
		#ageverification .buttons a { cursor: pointer; float: left; display: block; height: 20px; width: 66px; padding: 10px 15px; margin-right: 10px; font-size: 20px; line-height: 20px; color: #fff; font-weight: bold; text-decoration: none; text-transform: uppercase; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
			#ageverification .buttons a.yes {  background-color: #419c1d; border: 2px solid #7ec78d;  }
				#ageverification .buttons a.yes:hover { background-color: #296113; }
				#ageverification .buttons a.yes i { display: inline-block; height: 15px; width: 20px; margin-right: 10px; background: url('/img/sprite.png') no-repeat -40px -92px; }
			#ageverification .buttons a.no {  background-color: #ea3328; border: 2px solid #d88686; }
				#ageverification .buttons a.no:hover { background-color: #89211b; }
				#ageverification .buttons a.no i { display: inline-block; height: 15px; width: 20px; margin-right: 5px; background: url('/img/sprite.png') no-repeat -70px -91px; }
			
.fancybox-custom { }
	.fancybox-custom .fancybox-skin { background-color: transparent; border: 1px solid #f2a410; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; }
		
#mc_signup { position: absolute; top: 21px; right: 100px; }
	#mc_signup .toggle { cursor: pointer; }
		#mc_signup .toggle i { display: inline-block; width: 8px; height: 7px; background: url('/img/sprite.png') no-repeat -10px -74px; }
		#mc_signup .toggle.open i { background-position: -28px -74px; }


#mc_embed_signup { 
	display: none;
	position: absolute;
	top: 25px; 
	right: -5px;
	z-index: 10; 
	width: 370px; 
	padding: 15px; 
	border: 2px solid #000; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	background-color: #262626;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

	#mc_embed_signup .close { position: absolute; font-size: 25px; line-height: 15px; top: 5px; right: 5px; cursor: pointer; }
		#mc_embed_signup .close:hover { text-decoration: none; color: #fff; }
	#mc_embed_signup .clear { overflow: hidden; }
		#mc_embed_signup .clear .submitlink { float: right; display: inline-block; height: 2em; padding: 0 1em; line-height: 2em; color: #fff; font-weight: bold; text-transform: uppercase; background-color: #bfa229; border: 2px solid #d8c881; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
			#mc_embed_signup .clear .submitlink:hover { text-decoration: none; background-color: #d8c881; cursor: pointer; }
	#mc_embed_signup .mc-field-group { overflow: hidden; margin-bottom: 10px; }
		#mc_embed_signup .mc-field-group .asterisk { color: #ea0a19; }
		#mc_embed_signup .mc-field-group label { float: left; }
			#mc_embed_signup .mc-field-group label.error { display: none!important; }
		#mc_embed_signup .mc-field-group input { display: block; float: right; width: 240px; padding: 4px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
		#mc_embed_signup .mc-field-group select { display: block; float: right; width: 250px; padding: 3px 4px 3px 1px; border: 1px solid #999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-family: 'PT Sans', Arial, Helvetica, sans-serif; font-family: 'PT Sans', Arial, Helvetica, sans-serif; }
		#mc_embed_signup .mc-field-group .error { background-color: #ffec91; }
		#mc_embed_signup .mc-field-group :disabled { color: #999; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 950px) {
	body { background-color: #999; }
	#background { display: none; }
}
   
@media only screen and (max-width: 1100px) {
    #copyright { display: none; }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
