/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
/* line-height: 1em; */
background: #000000 url("../images/redcurtain.jpg") repeat-x; /* kode til BAGGRUNDSBILLEDE */
background-attachment:fixed; /* baggrundsbilledet følger ikke scroll */
/* background: #cccccc;   det er sgu BAGGRUNDSFARVEN - den oprindelige kode. Skal deaktiveres for at baggrundsbilledet virker */
/* font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;     tidligere FONT */
font-family: 'Abel', sans-serif; /* GOOGLE FONT */
color: #000; /* FARVEN på brødteksten */
font-size: 16px; /* BRØDTEKSTENs størrelse */
line-height: 20px;
}

body { overflow: scroll; } /* ALTID SCROLL BAR */
	
/* layout */

#wrapper {
width: 940px;

margin: 0 auto;
margin-top: 0px;
margin-bottom: 10px;
-webkit-box-shadow: 0px 3px 7px #000; /* Safari and Chrome */
-moz-box-shadow: 0px 3px 7px #000; /* Firefox */
box-shadow: 0px 3px 7px #000; /* Opera */
}

header {
position: relative;
width: 940px;
height: 76px; /* højden på fucking HEADEREN, SOM VAR GRIM!! */
margin: 0 auto;
background-color: #FFF; /* farven på logoets baggrundskasse */
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#494949), to(#ffff33), color-stop(.6,#788c1e));
	background-image: -moz-linear-gradient(19% 75% 90deg, #b6d334, #788c1e, #494949 100%);*/
}

#content {
width: 940px;
margin: 0 auto;
padding-top: 0px; /* var 10 */
background: #999999; /* midterste baggrundskasse */
overflow: hidden

}

/* nederste kasse hvor der skal stå adresse etc */
footer {
width: 940px;
height: 20px;
background-color: #000;
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b6d334), to(#494949), color-stop(.6,#788c1e));
	background-image: -moz-linear-gradient(19% 75% 90deg, #494949, #788c1e, #b6d334 100%);*/
color: #fff; /* farven på footer-teksten */
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

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

a:hover, a:active {
color: #999;
font-style: bold;
}



p {
margin-bottom: 0px;
}

li {
list-style-type: none;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
width: 650px;
}

header h1 {
float: left;
padding-top: 20px; 
}

header h1 a:link, header h1 a:visited {
color: #B6D334;
font-size: 60px;
text-decoration: none;
}

header h1 a:hover {
text-shadow: none;
}

header h1 .alternate {
color: #fff;
}

header h2 {
padding: 10px 0 0 30px;
width: 600px;
font-style: italic;
font-size: 16px;
color: #fff;
margin: 0 0 20px 0;
line-height: 1.5em;
}

#headerlogo {
position: absolute;
top: 10px; /* logos afstand fra toppen */
right: 15px; /* logos afstand fra højre */
}

#danish {
position: absolute;
top: 12px; /* flags afstand fra toppen */
left: 22px; /* flags afstand fra venstre */
}

#english {
position: absolute;
top: 12px; /* flags afstand fra toppen */
left: 52px; /* flags afstand fra venstre */
}

#html5player {
position: absolute;
top: 36px;
left: 20px;
}

#donate {
position: absolute;
top: 14px;
left: 220px;
}

/** ARTICLES **/

article {
padding: 0 30px 20px 30px;
}

article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1 {
color: #ddd;
margin: 0 0 20px 0;
line-height: 1.5em;
}

article h2 {
text-align: center;
line-height: 2em;
}

.title {
font-size: 40px; /* STØRRELSEN på OVERSKRIFTEN på hver underside */
color: #000000; /* farven på overskriften på hver underside */
text-shadow: 2px 4px 7px #999;
}

article h3 {
font-size: 24px;
margin: 20px 0;
color: #000;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-right: 10px;
margin-left: 10px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* footer */

footer p {
text-align: center; /* stod opr på "right" */
font-size: 12px;
/* padding-right: 20px; */
padding-top: 3px;
}

footer a {
color: #FF0;
}

footer a:hover {
color: #000;
text-decoration: none;
}

/* linkfarve i bunden til højre */
footer a:link, footer a:visited {
color: #fff;
text-decoration: none;
}

#gallery { position: absolute; width:799px; height:215px; margin:0; padding:0; }
#gallery li { display: block;

#gallery { position: relative; width:200px; height:200px; margin:0; padding:0; }
#gallery li { display: block;
}