/*
Theme Name:Interface
Description:
Version: 1.0
Author: Eskild Skov Pedersen
Author URI: http://eskildskov.no
*/

html {
	font-size: 62.5%;
	background: url(images/bg.png) repeat;
	font-family: Verdana, Tahoma, 'Lucida', sans-serif;
	padding:0 0 20px;
}

#wrapper {
	width: 908px;
	margin: 0 auto;
}

#content{
	background:url(images/bg_content-trans.png) repeat-y;
	padding:0 0 10px;
}
/* @group header */

#header {
	margin: 0 0 9px 0;
}

#header a {
	display: block;
	width: 908px;
	height: 127px;
	background: url(images/header.png);
	text-indent: -9999px;
	overflow: hidden;
}
/* @end */

/* @group generic */

p, ul, ol, blockquote {
	margin: 0 0 1.5em 0;
}

blockquote {
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

strong {
	font-weight: bold;
}

em{
	font-style:italic;
}
a{
	color:#0e828d;
}
/* @end */

/* @group main */
#main-sidebar{
	position:relative;
	background:#fff url(images/bg-white.png) repeat-y;
	overflow:hidden;
	border-bottom:13px solid #fff;
	padding:0 0 5em 0;
}
#main {
	line-height: 1.5em; /* 18px */
	font-size: 1.2em; /* 12px */
	width: 457px;
	float: left;
	padding: 8px 15px 20px 11px;
	background: url(images/green-dot.png) repeat-x 0 30px;
}

#main #back{
	height:20px;
	margin:0 0 14px 0;
}
h1 {
	font-size: 1.6em;
	margin: 0 0 15px 0;
	color: #05818d;
	text-transform: uppercase;
}

h2 {
	margin:0 0 6px 0;
font-weight:bold;
text-transform:uppercase;
}

h3 {
}

/* @group content */

.single h1 {
	margin:0 0 5px;
}

#single .post {
	border: none;
	margin: 0;
	padding: 0;
}

.post img, .alignleft {
	float: left;
	margin: 0 8px 8px 0;
}

.post .alignright {
	float: right;
	margin: 0 0 8px 8px;
}


.post li {
	margin: 0 0 5px 0;
	list-style-position: inside;
	list-style-type: square;
}

.post-date {
	
}



/* @end */

/* @end */

/* @group nav */

#nav {
	float: left;
	background: #fff;
	width: 170px;
	margin: 0 11px 0 0;
	padding: 10px 0;
	background-color: #fff;
	
}

#nav ul {
	padding:0;
	list-style:none;
	background-color: #fff;
}

#nav ul li {
}

#nav ul li a {
	display: block;
	width: 170px;
	height: 105px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 15px 0;
	border-bottom:1px solid #318087;
	padding:0 0 15px 0;
	background-repeat:no-repeat;
	background-image: url(images/nav-sprite.png);
	background-color: #fff;
	
}

#nav ul li.page-item-73 a {/*about / om oss*/
background-position: 0 -155px;
}

#nav ul li.page-item-75 a {/*products / tjenester og produkter */
background-position: 0 -1085px;
}

#nav ul li.page-item-298 a {/*partner / vår partner - Logotipas*/
background-position: 0 -775px;
}

#nav ul li.page-item-77 a {/*relations / kunder - relasjoner*/
background-position: 0 -1395px;
}

#nav ul li.page-item-79 a {/*contact / kontakt*/
background-position: 0 -465px;
}

#nav ul li.page-item-73 a:hover, #nav ul li.page-item-73.current_page_item a {/*about / om oss*/
	background-position: 0 0;
}

#nav ul li.page-item-75 a:hover, #nav ul li.page-item-75.current_page_item a {/*products / tjenester og produkter */
	background-position: 0 -930px;
}

#nav ul li.page-item-298 a:hover, #nav ul li.page-item-298.current_page_item a {/*partner / vår partner - Logotipas*/
	background-position: 0 -620px;
}

#nav ul li.page-item-77 a:hover, #nav ul li.page-item-77.current_page_item a {/*relations / kunder - relasjoner*/
	background-position: 0 -1240px;
}

#nav ul li.page-item-79 a:hover, #nav ul li.page-item-79.current_page_item a {/*contact / kontakt*/
	background-position: 0 -310px;
}
/* @end */

/* @group sidebar */

#sidebar {
	font-size:1.1em;
	float: left;
	background: #fff;
	width: 200px;
	padding: 42px 28px 0 16px;
	background: #fff url(images/green-dot.png) repeat-x 0 30px;
}

#sidebar a {
}

#sidebar h4 {
	font-family:Helvetica, Verdana, sans-serif;
	font-size:1.3em;
	color:#00818e;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #79bdc3;
	padding:0 0 7px 0;
	margin:0 0 10px 0;
}

#sidebar img{
	margin:0 0 25px 0;
}
#sidebar #recent{
	margin:0 0 20px 0;
}
#sidebar #recent .post {
	margin:0 0 10px 0;
	border-bottom:1px solid #79bdc3;
	padding:0 0 8px 0;
}
#sidebar #recent .post p{
	margin:0 0 5px;
}

/* @end */

/* @group comments */

#comments {
	margin: 15px 0 0 0;
}

.comment {
	border-bottom: 1px solid #f7f7f7;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.comment-meta {
	color: #2E2E2E;
}

.comment-author, .comment-author a {
	font-weight:bold;
	color: #2E2E2E;
}

.comment-author a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.comment-time {
	text-transform:lowercase;
	font-size:.9em;
}

form#commentform ul li {
	margin: 0 0 10px 0;
}

#commentform label {
	display: block;
	width: 70px;
	float: left;
}

#commentform textarea {
	float: left;
	width:450px;
	margin: 0 4px 0 0;
}

#commentform #submit {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

.req {
	margin: 0 0 0 2px;
}


#commentform #submit {
	clear: both;
	float: left;
}

.commentlist li{
	border-bottom:1px solid #7fc0c6;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
}
/* @end */

/* employees */

#employees *{
	line-height:1.3em;
	margin:0;
	list-style:none;
}

#employees .name, #employees .tel{
	margin:0 0 10px 0;
}

.employee{
	padding:0 0 20px 0;
	margin: 5px 0 20px 0 !important;
	overflow:hidden;
	border-bottom:1px solid #7fc0c6;
}

#employees{
	margin:5px 0 0 0;
}


#employees img{
	float:left;
	margin:0 10px 0 0;
}

#employees a{
	color:#b43333;
}
/* @group footer */

#credits a {
	color:#fff;
	text-decoration:none;
}


#footer {
	text-align: center;
	font-size:1em;
	width:457px;
	margin:0 14px 0 11px;
	padding:5px 0 0 0;
	position:absolute;
	bottom:0;
	clear:both;
	border-top:1px solid #7fc0c6;
}

#credits{
	margin:10px 0 20px 0;
	color:#fff;
	text-align:center;
}

/* @end */