/*
Theme Name: Superviken
Theme URI: http://wordpress.org/
Description: Custon theme for Åshild Stolsmo Viken
Version: 1.6
Author: Kent Andersen
Author URI: http://kentandersen.no
Tags: superviken.no

Partly based on :
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@font-face {
  font-family: "neuropol";
	  src: url(files/neuropol.ttf)
	  	format("truetype");
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a img {
	border: 0;	
}

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

a.greenHover:link,
a.greenHover:visited,
.greenHover a:link,
.greenHover a:visited {
	color: #5a5958;
}

a.greenHover:hover,
.greenHover a:hover {
	color: rgb(151,206,73);
}

span.green {
	color: #97ce49;
}

span.hide {
	visibility: hidden;
	display: none;	
}

.aligncenter {
	margin: 0 auto;
	display: block;		
}

h2 {
	font-size: 2.5em;
	font-weight: normal;
	font-family: "neuropol", verdana, arial, san-serif;
	color: rgb(151,206,73);
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 0.8em;
	margin: 0;
	color: #544f51;
}

/* Begin Typography & Colors */

body {
	background-color: #5a5958;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-family: Verdana, san-serif;
}

#frame {
	overflow:auto;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	position:fixed;
}

#wrap {
	width: 980px;
	margin: 0 auto;	
	background-image: url('img/leftbanner.png');
	background-repeat: repeat-y;
	background-position: 20px top;
}


/* menu */

#leftmenu {
	float: left;
	width: 147px;
	margin-left: 51px;
}

#leftmenu h2#logo {
	display: block;
	width: 138px;
	height: 110px;
	background-image: url('img/logo.jpg');
	margin: 20px auto;
	padding: 0;
}

#leftmenu ul {
	margin: 0 auto;
	width: 140px;

}

#leftmenu ul li {
	margin: 10px 0;
	font-family: "neuropol", verdana, arial, san-serif;
}

#leftmenu ul li a:link,
#leftmenu ul li a:visited {
	display: block;
	font-size: 1.3em;
	text-align: center;
	color: rgb(151,206,73);
}

#leftmenu ul li a:hover,
#leftmenu ul li a.selected {
	color: #fff;
}

#left .navigation {
	margin-left: 10px;
	width: 230px;
	height: 30px;
	clear: both;
	font-size: 2em;	

}

#left .navigation .forward {
	float: right;
}

#left .navigation .backward {
	float: left;
}

/* main logo */
h1#logo {
	background: url('img/toplogo.png');
	width: 288px;
	height: 138px;
	margin: 0 auto;
}

/* all content */

#content {
	float: right;
	width: 750px;
}

/* top menu */
ul#topmenu {
	float: right;
	margin:-11px 0 0;
	padding: 0;

}

ul#topmenu li {
	list-style-image: url('img/devider.gif');
	float: left;
	margin-left: 35px;
	font-family: "neuropol", verdana, arial, san-serif;	
}

ul#topmenu li:first-child {
	list-style-image: none;
}

ul#topmenu li a:link,
ul#topmenu li a:visited {
	color: #fff;
	font-size: 1.1em;
}

ul#topmenu li a:hover,
ul#topmenu li a.selected {
	color: rgb(151,206,73);
}

/* content area */

#content #contentarea {
	clear: right;
	margin-top: 5px;
	height: 540px;
	background: #fff;
	box-shadow: 5px 5px 5px #434243;
	-moz-box-shadow: 5px 5px 5px #434243;
	-webkit-box-shadow: 5px 5px 5px #434243;

}

#content #contentarea #left {
	background-image: url('img/contentbanner.gif');
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
	width: 300px;
	height: 500px;
	margin-top: 20px;
}

#content #contentarea #left #icons {
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#content #contentarea #left #icons li {
	clear: both;
	margin-top: 10px;
}

#content #contentarea #left #icons p {
	font-size: 0.8em;
	color: #544f51;
	margin: 0;
	padding: 0;
}

#content #contentarea #left #icons img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	box-shadow: 3px 3px 5px #8f9193;
	-moz-box-shadow: 3px 3px 5px #8f9193;
	-webkit-box-shadow: 3px 3px 5px #8f9193;
}

#content #contentarea .selected {
	position: absolute;
	border: 6px solid #000;
	opacity: 0.7;
}

#content #contentarea #right {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
	width: 435px;
	height: 400px;
	text-align: center;
	color: #808080;
	line-height: 1.2;
	font-size: 0.8em;
}

#contentarea #right img {
	margin: 0 auto 10px auto;
	display: block;
}

#contentarea #right #imgNav {
	position: absolute;
	width: 405px;
	margin-left: 15px;
	margin-top: 120px;
	color: #5a5958;
	font-size: 4em;
	z-indez: 2;
}

#contentarea #right #imgNav #preImg {
	float: left;
	cursor:pointer;
}

#contentarea #right #imgNav #nextImg {
	float: right;
	cursor:pointer;
}

#content p#contact {
	text-align: center;
	color: #fff;
	font-size: 0.9em;
}
#content p#contact a {
	color: inherit;
}

#content p#contact a:hover {
	text-decoration: underline;		
}

/* bottom */
#bottom {
	clear: both;
	heigh: 100%;
}
