/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */
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 reset */

/* basics */
body {
	background: #0f0f0f;
	color: #919191;
	font: 87.5%/1.571 "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
a { font-weight: 600; color: #66a202; text-decoration: none; }
p a:hover { text-decoration: underline; }
a:active { position: relative; top: 1px; }
strong { font-weight: 600 !important; }
h2 {
	margin-bottom: 15px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 180%;
	color: #545450;
	margin-right: 10px;
}
h3 {
	font-weight: 600;
	color: #545450;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h4 {
	display: inline;
	font-weight: 600;
}
p {
	margin-bottom: 15px;
}
iframe {
	margin-bottom: 10px;
}
ul {
	margin-bottom: 15px;
}
li {
	margin-bottom: 5px;
}

/* helpers */
.closer {
	margin-bottom: 5px !important;
}
.small {
	font-size: 80%;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
}
.button  {
	display: inline-block;
	border-top: 1px solid #81be37;
	background: #87bd14;
	background: -webkit-gradient(linear, left top, left bottom, from(#87bd14), to(#7bac12));
	background: -moz-linear-gradient(top, #87bd14, #7bac12);
	padding: 5px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 2px 0 #4e6d0c;
	-webkit-box-shadow: 0 2px 0 #4e6d0c;
	-moz-box-shadow: 0 2px 0 #4e6d0c;
	text-shadow: 0 1px 0 #ade261;
	font-weight: 400;
	color: #4e6d0c !important;
	font-size: 100%;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.button:hover {
	color: #fff !important;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
}
.button:active {
	box-shadow: 0 1px 0 #4e6d0c;
	-webkit-box-shadow: 0 1px 0 #4e6d0c;
	-moz-box-shadow: 0 1px 0 #4e6d0c;
}

/* wrapper */
.wrapper {
	position: relative;
	width: 918px;
	margin: 0 auto;
	text-align: center;
	font-size: 95%;
}

/* main */
#main {
	background: #111111 url(/gfx/bg-top.png) repeat-x;
	clear: both;
	padding-bottom: 50px;
}
#main .wrapper {
	background: url(/gfx/bg-header.png) no-repeat;
}
#logo {
	height: 86px;
	line-height: 86px;
	vertical-align: middle;
}
#logo img {
	height: 45px;
	width: 301px;
	margin: 20px 20px 21px 20px;
	vertical-align: middle;
}
#main-nav {
	height: 57px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;
}
#main-nav a {
	margin-right: 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	font-size: 130%;
	color: #5a5a5a;
}
#main-nav a.lastitem {
	margin-right: 0;
}
#main-nav a.selected {
	color: #fff;
}
#main-nav a:hover {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#main-contents {
	width: 900px;
	margin: 31px auto 0 auto;
	text-align: left;
}
.statusbox {
	display: block;
	background: #83bf2f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 50px;
	line-height: 50px;
	width: 900px;
	text-align: center;
	vertical-align: middle;
	clear: both;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #ade261;
	font-weight: 400;
	color: #4e6d0c !important;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.statusbox img {
	margin: 9px 10px 11px 0;
	vertical-align: middle;
}
.statusbox:hover {
	opacity: 1;
	color: #fff !important;
	text-shadow: 0 1px 0 #000;
}
.box {
	width: 445px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	color: #000;
	background: #f0eee4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box .inside {
	padding: 30px 30px 15px 30px;
}
.widebox {
	width: 900px;
	clear: both;
	margin-bottom: 10px;
	color: #000;
	background: #f0eee4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.widebox .inside {
	padding: 30px 30px 15px 30px;
}
.box a,
.widebox a {
	color: #66a202;
}
.leftcol {
	width: 415px;
	margin-right: 10px;
	float: left;
	display: inline;
	clear: left;
}
.rightcol {
	width: 415px;
	float: left;
	display: inline;
}
.narrow {
	width: 405px;
}
.narrowright {
	float: right;
	width: 405px;
	padding-bottom: 30px;
}
.extraspace {
	padding-top: 10px;
}
.enkeltproduksjon {
	width: 415px;
	padding: 15px 0 10px 0;
	margin: 0 10px 10px 0;
	text-align: center;
	background: #e2dfd6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
.narrow .enkeltproduksjon {
	width: 405px;
}
.odd {
	margin-right: 0;
}
.enkeltproduksjon:hover {
	background: #87bd14;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.enkeltproduksjon h3 {
	font-weight: 400;
	margin-bottom: 5px;
	overflow: hidden;
}
.enkeltproduksjon p {
	color: #545450;
	margin-bottom: 5px;
}
.enkeltproduksjon:hover h3 {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.enkeltproduksjon:hover p {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.newsbox h3 a {
	text-decoration: none;
	color: #000;
}
.newsbox h3 a:hover {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
h2.shortmargin {
	margin-bottom: 3px;
}
h3.longmargin {
	margin-bottom: 20px;
}

/* player */
.player {
	background: #E2E0D6;
	width: 365px;
	height: 70px;
	padding: 20px 20px 0 20px;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.player a {
	font-weight: 400;
}
.player strong {
	font-weight: 400;
}
.player p {
	padding-top: 5px;
	margin: 0;
}

/* footer */
#footer {
	position: relative;
	clear: both;
	background: #181818 url(/gfx/bg-footer-top.png) repeat-x;
	padding: 0 0 120px 0;
	font-size: 80%;
	font-weight: 200;
}
#footer .wrapper {
	width: 918px;
	background: url(/gfx/bg-footer-box.png) no-repeat;
}
#information {
	padding-top: 13px;
	line-height: 56px;
	color: #919191;
}
#information h4 {
	display: inline;
	color: #aaa;
	margin-right: 2px;
}
#information a {
	color: #919191;
	font-weight: 200;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#information a:hover {
	color: #fff;
}
#information span {
	color: #303030;
	padding: 0 5px;
}
#credits {
	text-align: right;
	clear: both;
	position: absolute;
	top: 79px;
	right: 5px;
	width: 177px;
	height: 32px;
	background: url(/gfx/footer_logos_blur.png) no-repeat;
}
#credits .overlay {
	position: relative;
	width: 177px;
	height: 32px;
	z-index: 10;
	opacity: 0;
	background: url(/gfx/footer_logos_sharp.png) no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#credits .overlay:hover {
	opacity: 1;
}
#credits a {
	position: absolute;
	display: block;
	height: 18px;
	top: 6px;
	overflow: hidden;
}
#credits .km {
	left: 40px;
	width: 60px;
}
#credits .bb {
	left: 124px;
	width: 88px;
}
#credits span {
	display: none;
}

/* addthis */
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}
#footer .cannes {
	float: left;
}
#footer .cannes a {
	font-weight: 300;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: black;
	padding: 0.6em 1.1em;
	margin: 10px;
	color: #aaa;
	opacity: 0.5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#footer .cannes a:hover {
	opacity: 1;
}
#footer .cannes a:active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}


/*--------------------------------------------------
Reveal Modals
--------------------------------------------------*/	
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	font-size: 95%;
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -195px;
	width: 320px;
	background: #ECEADD;
	position: absolute;
	z-index: 101;
	padding: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
	-box-shadow: 0 0 20px rgba(0,0,0,.8);
}	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal .input_text {
	box-sizing: border-box;
	width: 100%;
	background: #DFDDD0;
	margin-bottom: 30px;
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
	border: none;
	padding: 0.7em;
	font-size: 160%;
}
.reveal-modal .button {
	border: none;
	margin: 0;
}
.reveal-modal .button:active {
	position: relative;
	top: 1px;
}
/*
NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
	<h2>Awesome. I have it.</h2>
	<p class="lead">Your couch.  I it's mine.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
	<a class="close-reveal-modal">&#215;</a>
</div>

*/

