/************************************************** STYLE RESETS *****************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	color: #fff;
}
/* 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;
	color: #fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************************************************** GENERAL STYLES ************************************/

p {
	font: 14px "Arial";
	text-align: left;
	color: #FFF;
}
body {
	background-color: #000000;
	color: #fff;
}

h1, h2, h3 {
	font-weight: bold;
}
b {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: block;
	font-family: "Myriad";
	margin: 0px auto;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	width: 600px;
}

h1 a {
	text-decoration: none;
	color: #fff;
	
}

h3{ /*menu items*/
	font: 18px "Myriad";
	color: #fff;
	-webkit-transition: text-shadow 500ms;
	-moz-transition: text-shadow 500ms;
	-o-transition: text-shadow 500ms;
	transition: text-shadow 500ms;
}

h3:hover {
	color: #fff;
	text-shadow: -1px 1px 8px #fff, 1px -1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff;
}

a {
	color: #fff;
}
strong.heading1 {
	font-family: "Caribbean";
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #000000;
}

.menu-item a {
	color: inherit;
	text-decoration: inherit;
}
#border {
	width: 704px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

#border_image { 
	z-index: -1000;
}

#outer-wrapper {
	margin: 2px;
	width: 700px;
	height: 800px;
	position: relative;
	min-height: inherit;
}

img.bg{ 
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -100;
}

#wrapper {
	height: 800px;
	margin: 0 auto;
	width: 600px;
}

div#images { 
	text-align: center;
}

div#images img { 
	margin: 30px 30px;
	border: 2px solid #fff;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;  
	-o-transition: 500ms linear 0s;  
	transition: 500ms linear 0s;
}

div#images img:hover { 
	-webkit-box-shadow:0 0 20px #ffffff; 
	-moz-box-shadow: 0 0 20px #ffffff; 
	box-shadow:0 0 20px #ffffff;
}

div#header{
	text-align: center;
	margin: 20px 0px;
}

#site-wrapper { 
	position: relative;
	margin: 0px auto;
	width: 1020px;
}

#inner-wrapper {
	width: 100%;
	padding: 5px;
	padding-bottom: 40px;
	min-height: 400px;
}
#menu-container {
	float: left;
	margin-left: 5px;
}

#menu-container li { 
	height: 26px;
}

#menu-header { 
	font: 12px "Myriad";
	color: #999;
}

div#menu {
	
}
ul#menu-items li {
	
}
span.book-image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

span.book-image span{
	display: block;
	font-size: 14px;
}

img.book-image {
	border: 2px solid black;
}

div#outer-footer {
	padding-bottom: 10px;
	
}

.clear {
	clear: both;
}

#credits {
	/* height: 30px; */
}

#credits p {
	text-align: center;
	font-size: 12px;
	color: #555;
}

/************************************ THEMES *********************************************/

h3.den_skjulte_noegle { 
	font-size: 16px;
	font-family: "Airstrip";
}

h3.enya { 
	font-size: 20px;
	font-family: "Neverwinter";
}

h3.sigurd { 
	font-size: 19px;
	font-family: "Scurlock";
}

h3.krigerprinsessen { 
	font-size: 23px;
	font-family: "Pieces of Eight";
}

h3.drageherren { 
	font-size: 29px;
	font-family: "Kingdom Hearts";
}

/************************************ GALLERY STYLES *************************************/
div.gallery_container { 

}

ul.gallery { 
	max-width: 570px;
	margin: 20px auto;
}

ul.gallery li { 
	float: left;
	margin: 5px;
}

ul.gallery li a img { 
	border: 2px solid #fff;
}

ul.gallery li a img { 
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;  
	-o-transition: 500ms linear 0s;  
	transition: 500ms linear 0s;
}

ul.gallery li a img:hover { 
	-webkit-box-shadow:0 0 20px #ffffff; 
	-moz-box-shadow: 0 0 20px #ffffff; 
	box-shadow:0 0 20px #ffffff;
}

.center-float-outer {
	float: right;
	right: 50%;
	position: relative;
}

.center-float-inner {
	float: right;
	right: -50%;
	position: relative;
}

/************************************* FONT FACES *******************************************/

@font-face {
	font-family: "Myriad";
	src: url("fonts/MYRIADPRO-REGULAR.OTF");
}