/* 
----- DEFAULT STILARK FOR Naturfotografene  -----
Struktur:
[GLOBAL RESET] = nullstilling av diverse elementer
[BODY] = body tag og diverse standard elementer
[LAYOUT] = layout elementer
[NAVIGASJON] = navigasjon
[INNHOLD] = stiler rettet mot innhold
[GENERELLE KLASSER] = generelle klasser for clear o.a.
*/


/* [GLOBAL RESET] :::::::::::::::::::::::::::::: */ 

html, body, div, span, applet, object, iframe, p, img, fieldset, form, label, legend {
margin: 0; padding: 0; border: 0;
}
dl, dt, dd, ol, ul, li { margin: 0; padding: 0; }
fieldset { border: 0px solid #fff; }

/* [/GLOBAL RESET] ::::::::::::::::::::::::::::: */

/* [BODY] :::::::::::::::::::::::::::::::::::::: */


body {
background-color: #fff;
color: #333;
font: 12px/16px Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}

a img { border:none; }


/* [/BODY] ::::::::::::::::::::::::::::::::::::::::::::: */



/* [LAYOUT] :::::::::::::::::::::::::::::::::::::::::::: */
#page_layout {
width: 960px;
margin: 0 auto;
position: relative;
}

/* Logo
------------------------------------------------*/

#logo h1 {
text-indent: -9999px;
overflow: hidden;
margin:0;
padding:0;

}

#logo h1 a {
display: block;
background: transparent url(../bilder/logo.jpg) no-repeat left bottom;
width: 236px;
line-height: 50px;
margin: 10px auto;
}


#logo .naturfotografene-logo span {
text-indent: -9999px;
overflow: hidden;
margin:0;
padding:0;
}
	
#logo .naturfotografene-logo span a  {
display: block;
background: transparent url(../bilder/logo.jpg) no-repeat left bottom;
width: 236px;
line-height: 50px;
margin: 10px auto;
}
	

/* Page_Intro
Stort bilde paa hver side
------------------------------------------------*/
#page-intro {
width: 860px;
margin: 0 auto;
position: relative;
}

/* klargjor tekst plassert paa bilde */
#page-intro #page-text {
	position: absolute;
	z-index:50;
	left: 487px;
	top: 65px;
}

#page-intro h1 {
font: 18px/22px Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
color:#111;
margin: 0 0 .1em 0;
letter-spacing: 1px
}

#page-intro h1 span {
color: #CC6600;
}

#page-intro p {
color:#111;
font-weight: bold;
margin-bottom: 10px;
}


/* Galleri SimpleViewer 
------------------------------------------------*/
#flashcontent {
height: 500px;
background-color: #f8f8f8;
clear: both;
border: 1px solid #ebebeb;
}



/* Footer
------------------------------------------------*/
#footer {
clear: both;
text-align: center;
margin: 20px 0;
}

/* [/LAYOUT] :::::::::::::::::::::::::::::::::::::::::::: */

/* [NAVIGASJON] ::::::::::::::::::::::::::::::::::::::::::: */


/* HOVEDMENY
------------------------------------------------*/
#navcontainer {
border-top: 1px solid #ebebeb;
margin-bottom: 30px;
font-size: 11px;
font-family: "Myriad Pro", Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
}

ul#nav {
margin: 0 auto;
padding: 0;
width: 840px
}

ul#nav li {
display: inline;
list-style-type: none;

}
ul#nav li a {
text-transform: uppercase;
margin-right: 2px;
font-size: 1.2em;
border: none;
}

ul#nav li a:link, ul#nav li a:visited {
color: #7B7778;
background-color: #fff;
text-decoration: none;
display: block;
width: 138px;
text-align: center;
float: left;
border-top: 2px solid #fff;
}

ul#nav li a:hover {
border-top: 2px solid #ebebeb;
}

ul#nav li a:active {
border-top: 2px solid #ebebeb;
}

ul#nav li a:focus {
border-top: 2px solid #ebebeb;
}

/* [/NAVIGASJON] ::::::::::::::::::::::::::::::::::::::::::: */



/* [ INNHOLD] ::::::::::::::::::::::::::::::::::: */

#content {
width: 860px;
margin: 0 auto;
position: relative;
}

#content h2 {
font: 20px/22px Geneva, Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
color: #444;
margin: 20px 0 .2em 0;
letter-spacing: 1px;
border-bottom: 1px solid #ddd;
}


/* standard hyperlink */
#content a, #content a:link, #content a:visited {
color: #22558C;
background-color: transparent;
text-decoration: none;
border-bottom: 1px dotted #22558C;
}

#content a:hover, #content a:focus {
border-bottom: 1px solid #22558C;
}

#content a:active {
border-bottom: 1px solid #22558C;
}
/* [/INNHOLD] ::::::::::::::::::::::::::::::::::: */


/* [GENERELLE KLASSER] ::::::::::::::::::::::::::::::::::: */

/* Clear klasser
------------------------------------------------*/

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* [/GENERELLE KLASSER] ::::::::::::::::::::::::::::::::::: */

