/* 
	Resets defualt browser settings
	reset.css
*/
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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body { 
	font:normal 62.5%/1.5 'Open Sans', sans-serif;
	letter-spacing:0.03em;
	background:#08333B;
	padding:20px 0;
	position:relative;
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	width:740px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:740px;
	height:500px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#credit {
	font-family: 'Open Sans', sans-serif;
	width:100px;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	text-align:right;
	color:#bbb;
	position:absolute;
	top:63px;
	left:615px;
	z-index:500;
}

#credit a:link {
	color:#999;
}

#credit a:hover {
	color:#C63D12;
}

#frame {
	position:absolute;
	z-index:0;
	width:740px;
	height:460px;
	top:60px;
	left:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:85px;
	left:25px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:690px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:690px;
	height:410px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:200px;
	left:-37px;
	width:24px;
	height:23px;
	display:block;
	z-index:101;
}

#slides .next {
	left:701px;
}

/*
	Pagination
*/

.pagination {
	margin: 18px auto 0;
	width:745px;
}

.pagination li {
	float:left;
	margin:0 3px 0 0;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -13px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:25px;
	padding:7px 20px 0 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:690px;
	font-size:1.2em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	background-image:url(../img/fuglane-2018.png);
	background-position:23px 14px;
	background-repeat:no-repeat;
	text-align:left;
	width:500px;
	margin-top:66px;
	padding:4.5px 0 18px 250px;
}

#footer h1 {
	color:#E2EBEA;
	margin:0;
	font-size:1.6em;
}

#footer hr {
	color:#E2EBEA;
	background-color:#DDD;
	height: 1px;
	border: 0;
	margin:-5px 0 12px 0;
	line-height:1px;
	width: 80px;
}

#footer p {
	color:#E2EBEA;
	margin:0;
	font-size:1.2em;
}


/*
	Anchors
*/

a:link,a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover,a:active {
	color:#FFF;
	text-decoration:underline;
}

/*
        CREDITS - Easybox v1.2 - Lightweight easy to use lightbox clone for jQuery
        Based on Slimbox2 by Christophe Beyls <http://www.digitalia.be>
*/
#easyOverlay {position:fixed;z-index:9998;left:0;top:0;width:100%;height:100%;background:#000;cursor:pointer}#easyCenter,#easyBottomContainer{position:fixed;left:50%;top:50%;z-index:9999;overflow:hidden;background:#fff}#easyCenter.easyLoading{background:#fff url(../easybox/loading.gif) no-repeat center}#easyCenter.easyError{background:#fff url(../easybox/error.png) no-repeat center}#easyContainer,#easyBottom{border:10px solid #fff}#easyContainer img,#easyContainer iframe{border:0}#easyBottom{font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;color:#666;text-align:left;border-top:0;}
	#easyCloseLink{display:block;float:right;width:20px;height:20px;background:transparent url(../easybox/closebtn.png) no-repeat center;margin:0 0 0 10px;outline:0}
	#easyNavigation{float:left;width:38px;height:20px;margin:0 10px 0 0}
	#easyPrevLink{display:block;float:left;width:18px;height:20px;background:transparent url(../easybox/prevbtn.png) no-repeat center;outline:0}
	#easyNextLink{display:block;margin:0 0 0 20px;width:18px;height:20px;background:transparent url(../easybox/nextbtn.png) no-repeat center;outline:0}
	#easySlideLink{display:block;float:right;width:20px;height:20px;background:transparent url(../easybox/slidebtn.png) no-repeat center;margin:0 0 0 10px;outline:0}
	#easySlideLink.disabled{background:transparent url(../easybox/noslidebtn.png) no-repeat center}
	#easyCaption,#easyNumber{display:block;margin-right:60px}
	#easyCaption.nav,#easyNumber.nav{margin-left:48px}
	#easyCaption{font-size:12px;font-weight:bold;line-height:16px;height:16px;padding-top:2px}
	#easyNumber{font-size:10px;line-height:10px;height:10px;padding:4px 0 6px}

#masque p {
	margin:10px 5px 0 10px;
	font-family: 'Open Sans', sans-serif;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	color:#666;
	font-size:1.15em;
}

#masque a {
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	color:#666;
	font-weight:bold;
}

#masque h1 {
	margin:0 5px 0 10px;
	padding-top:12px;
	font-family: 'Open Sans', sans-serif;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	line-height:25px;
	color:#666;
	font-size:1.9em;
}

#masque hr {
	color:#AAA;
	background-color:#666;
	height: 1px;
	border: 0;
	margin:22px 0 5px 10px;
	line-height:1px;
	width: 80px;
}