/*  
	Theme Name: Lyng Elektronikk
	Theme URI: http://www.lyngelektronikk.no
	Description: Enkelt og stilrent tema for LE.
	Version: 0.1 beta
	Author: Robert Andresen
	Author URI: http://www.robertan.com
*/

body {
	font-family:Microsoft Sans Serif, arial;
	font-size:12px;
	margin-top:30px;
	background:url(../images/bar.gif) repeat-x;
	background-color: #f2f6f9;
	min-height:100%;
}

/* h1 = Topp header eller logo */
h1 {
	background: url('../images/logo.gif') no-repeat left top;
	margin-left:60px;
	margin-bottom: 10px;
	padding: 0px;
}

h1 a {
	display: block;
	width: 350px;
	height: 30px;
	text-indent: -9999px;
}

/* h2 = Nyhetoverskrifter */
h2 {
	margin: 0px;
	padding: 0px;
	font-size:17px;
	color:#96abbd;
}

/* h3 = side overskrifter */
h3 {
	/*font-family: "Arial Black";*/
	margin: 0px;
	padding-bottom: 15px;
	font-size:17px;
	color:#96abbd;
}

/* h3 = meny overskrifter */
h4 {
	margin: 0px;
	margin-left:2px;
	margin-bottom:1px;
	padding: 0px;
	font-size:14px;
	color:#96abbd;
}

/* h3 = side overskrifter  uten padding under*/
h5 {
	/*font-family: "Arial Black";*/
	margin: 0px;
	padding-bottom: 0px;
	font-size:17px;
	color:#96abbd;
}

#center_ut {
	width:960px;
	margin:0 auto;
	background: url('../images/firkanter.jpg') no-repeat left top;
}

#center_inn {
	width:801px;
	margin:0 auto;
}


#logo {
	width: 500px;
	float:left;
}

#admin {
	width:50px;
	float:right;
	text-align:right;
	margin-top: 26px;
	margin-right:53px;
	color:#96abbd;
}

#admin a{
	text-decoration: none;
}


#topp {
	background: url('../images/side_topp_grey.gif') no-repeat left top;
	height:17px;
	margin-top:10px;
	clear:both;
}

#midt {
	background: url('../images/side_midt_grey.gif') repeat-y;
}

#bunn {
	background: url('../images/side_bunn3_grey.gif') no-repeat left top;
	height: 38px;	
}

#credits { /*
	margin-top:20px;
	text-align:center;
	*/
}

#meny {
	float:left;
	width:131px;
	padding:5px;
}

#innhold {
	float:right;
	width:645px;
	padding:5px;
}

#printback {
	float:right;
	margin-right:20px;	
}

#formlock {
	border:1px #000000 solid;
	width: 161px; background-color:#A9A9A9;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#sidelapp {
	position: absolute; left: 1041px; top: 120px; height: 400px; width: 100px; padding: 0em;
}

.imgborder {
  border:solid 1px #8da4b7;
  background-color:#e7e7e7;
  padding:8px;
  }

/****************** FORM TAGS ******************/

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	border: 1px solid #000000;
	background: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

input:hover, textarea:hover, select:hover {
	background-color: #ededed;
}

input[type=radio], input[type=checkbox] {
	border: 0;
	background: transparent;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background: #99bbff;
	color: #000000;
}

/****************** CSS meny ******************/

#menycontainer{margin: 0em 0 0 1px; padding: 0;} /* topp, bunn?, høyre?, venstre (legger margin inn på venstre side) */
#meny_ul {margin: 0; padding: 0; list-style-type: none;}
#meny_ul a{text-decoration: none; display: block; padding: 0.1em 1em; margin-bottom: 0em; 	border: 1px solid #FFFFFF;}
#meny_ul a:link{color: #000000;}
#meny_ul a:visited{color: #000000;}
#meny_ul a:hover{background: #f7f7f7; border: 1px solid #93a9bc;}
#meny_ul a#current{font-weight: normal;}

/****************** Admin meny ******************/
A.menulink {
display: block;
text-align: center;
text-decoration: none;
font-family: Microsoft Sans Serif, arial;
color: #000000;
border: solid 1px #E7E7E7;
padding:5px;
}

A.menulink:hover {
border: solid 1px #000000;
background-color:#F8F8F8;
}

/****************** Files ******************/

div.files table {
	width: 600px;
}

div.files tr.odd {
	background-color: #E0E0E0;
}

/****************** Lightbox ******************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
