@charset "UTF-8";
/* CSS Document */

/* GENERELLE
-----------------------------------------------*/
ul { list-style-type: none; }
a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

/* OPPSETT
----------------------------------------------*/
html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Corbel, "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #000;
}
body {
	font-size: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, fieldset, 
table, caption, thead, tbody, tfoot, tr, th, td, 
ul, li, form, label, legend {
	font-size: 1em;
}
* {
	outline: none;
	margin: 0;
	padding: 0;
}
#navigation, #contentHome, #gallery, 
#contentModel, #contentAbout {
	width: 960px;
	margin: 0 auto;
}
a:hover img {opacity: 0.7; filter: alpha(opacity = 50); zoom: 1;}

/* NAVIGATION
-----------------------------------------------*/
#navigation {
	height: 25px;
	margin-top: 30px;
}
#navigation ul {
	margin-left: 300px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	font-size: 1.6em;
	color: #e4e4e4;
	text-decoration: none;
	margin-right: 35px;
}
#navigation ul li a:hover {
	font-size: 1.6em;
	color: #e4e4e4;
	text-decoration: underline;
	margin-right: 35px;
}
#navigation ul li a:active {
	color: #fff;
}
#home #home-link a,
#gallery #gallery-link a,
#model #model-link a,
#about #about-link a {
	color: #8b8b8b;
	text-decoration: underline;
}

/* WRAPPER
-----------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#wrapper h1 { text-indent: -5999px; }

/* CONTENT
-----------------------------------------------*/
#content { overflow: hidden; }

/* FRONTPAGE
-----------------------------------------------*/
#home #content {
	width: 700px;
	position: relative;
	margin: 30px auto 0;
}
#home #content #hovedtekst {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 120px;
	right: 50px;
}

/* GALLERY
-----------------------------------------------*/
#gallery #content { padding-top: 20px; }
#gallery #content #galleryInner {
	width: 450px;
	margin: 10px auto;
	overflow: hidden;
/*	border: 1px solid #fff; */
}
#gallery #content #galleryInner a {
	width: 100px;
	float: left;
	margin: 20px 40px 0 0;
	text-decoration: none;
}
#gallery #content #galleryInner a img {
	margin: 0 0 5px 0;
	border: 1px solid #fff;
}
#gallery #content #galleryInner a:hover h2 {text-decoration: underline;}
#gallery #content #galleryInner a h2 {
	font-size: 1.2em;
	margin: 3px 0 5px;
	text-align: center;	
}

/* GALLERIENE
-----------------------------------------------*/
#gallery #content h2.galleryhead { 
	font-size: 1.2em;
	text-align: center; 
}
#gallery #content .thumbs {
	width: 560px;
	margin: 30px auto;
	padding: 0 0 0 40px;
	overflow: hidden;
/*	border: 1px solid #fff; */
}
#gallery #content .thumbs a {
	width: 100px;
	float: left;
	margin: 0 40px 25px 0;
}
#gallery #content .thumbs a img { border: 1px solid #fff; }
#gallery #content a span.back {
	margin: 0 0 0 150px;
	display: block;
	width: 35px;
	height: 20px;
	background: url(../images/design/arrow.jpg) left top no-repeat;
}
#gallery #content a:hover span.back {background: url(../images/design/arrow-hover.jpg) left top no-repeat;}


/* MODEL
-----------------------------------------------*/
#content #model {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}
#content #model img#modelTop {
	margin: 30px 0 70px;
}
#content #model ul#galleriModel {
	width: 560px;
	margin: 0 auto;
	overflow: hidden;
	list-style-type: none;
}
#content #model ul#galleriModel li {
	float: left;
	margin: 0 25px 25px 0;
}
#content #model ul#galleriModel li a img {
	border: 1px solid #fff;
}

/* ABOUT
-----------------------------------------------*/
#about #content { padding: 30px 0 10px 0; }
#about #content p {
	font-size: 1.5em;
	text-align: center;
	margin-top: 15px;
}
#about #content #flashbox {
	width: 420px;
	height: 110px;
	margin: 0 auto;
/*	border: 1px solid #fff; */
	background: url(../images/design/flashbox-bg.png) no-repeat;
}
#about #content #flashtext {
	width: 300px;
	height: 50px;
	padding: 20px 0 0 50px;
}
#about #content #tomsky {
	margin: 20px auto 40px;
	width: 300px;
	border: 1px solid #666; 
}
#about #footertekst {
	text-align: center;
}























