/*
THEME NAME: MitteWeb
THEME URI: http://mitteweb.com
DESCRIPTION: MitteWeb v2.0
VERSION: 2.0
AUTHOR: <a href="http://www.mitteweb.com">Henning Kjølgård</a>
AUTHOR URI: http://www.mitteweb.com
*/


/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background: #f6f6f6;
	font-family: "Courier New",Courier,mono;
	color: #333333;
	font-size: 62.5%;
	line-height: 1.2;
}

strong {
	font-weight: bold;
}
a {
	color: #f48335;
	text-decoration: none;
}

a:hover {
	color: #f48335;
	text-decoration: underline;
}

a.button  {
	margin-top: 20px;
	display: block;
	width: 144px;
	height: 33px;
	background: url(images/button.gif) center -5px;
	text-align: center;
	padding-top: 7px;
	color: #333;
	font-family: "helvetica neue", Arial, Helvetica, sans-serif;
}

a:hover.button {
	display: block;
	width: 144px;
	height:33px;
	background: url(images/button.gif) 0 -45px;
	text-decoration: none;

	
}

hr {
	margin: 10px 0 15px;
	height: 0;
	clear: both;
	border-width:0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

img {
	border: solid 5px #ddd;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue",Arial, Helvetica,sans-serif;
}

h2#pitch {
	font-size: 2.8em;
	
	margin-bottom: 20px;
}

h2#pitch_front {
	font-size: 2.8em;
	margin-bottom: 50px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
	color: #f48335;
	margin-bottom: 5px;
}

h1#logo a {
	display: block;
	width: 251px;
	height: 45px;
	text-indent: -9999px;
	background: url(images/mitte_logo.gif) no-repeat;
	margin-top: 35px;
	float: left;
}

#main {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
}

#main p {
	margin-bottom: 15px;
}



#header {
	height: 90px;

}

#nav ul {
	font-family: "Helvetica Neue",Arial,Helvetica,Sans-serif;
	font-size: 1.3em;
	float: right;
	line-height: 50px;
	margin-top: 30px;
}

#nav ul li {
	float: left;
	margin-left: 20px;
}

#nav ul li a {
	text-decoration: none;
	color: #333333;
	padding:8px 12px 20px;
}

#nav ul li a:hover {
	background: url(images/mitte_tabs.gif) no-repeat left bottom;
	color: #fff;
}

#nav ul li.current a {
	background: url(images/mitte_tabs.gif) no-repeat 0 -75px;
	color: #fff;
	
}

#promo {
	height:330px;
	background: url(images/mitte_promo.jpg);
	margin-bottom: 20px;
}

#promo_text {
	font-size: 1.2em;
	width: 300px;
	margin-top: 20px;
	
	
}


#content {
	width: 640px;
	margin: 0 0 0 0;
	float: left;
}

#content_left {
	width: 300px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.content_right {
	width: 300px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.content_right img {
	border: solid 5px #ddd;
	margin-bottom: 10px;
	
}


#sidebar {
	width: 320px;
	float: right;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	font-size: 0.9em;
}

/* Stereotabs */

#tabbing {width: 300px; float: left;}

#sidetabs {
	
}


ul#tabnav {
	height:40px;
	margin:0;
	padding:0;
	display:block;
}
ul#tabnav li {
	margin:0 2px 0 0;
	padding:0;
	float:left;
	list-style-type:none;
}
ul#tabnav li a {
	color:#333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 2px 0 0;
	padding:8px 12px 18px;
}
ul#tabnav li a:hover {
	color:#fff;
	background:url(images/mitte_tabs.gif) no-repeat left bottom;
}

ul#tabnav li a.selected {
	color:#fff;
	background:url(images/mitte_tabs.gif) no-repeat 0 -75px;
	
}
.panel {
	display:block;
	width:300px;
	overflow:auto;
}


.postList {
	padding:0;
	margin:0;
	overflow:hidden;
	width:300px;
}
.postList li {
	list-style:none;
	margin:0;
	padding:0 0 4px 0;
	border-bottom: solid 1px #d1d1d1;
}
.postList a {
	display:block;
	padding:6px 10px;
	font-size:13px;
	line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-decoration:none;
}
.postList a:hover {
	background:url(images/nav-over.png) no-repeat;
}
.postList a .listMeta {
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.postList li a .quote {
	display:block;
	height:38px;
	overflow:hidden;
}
.postList li a .right {
	float:right;
}

#tweet ul li {
	margin-bottom: 15px;
	 
}
#panel_flickrbilder {
	padding-left: 18px;
}
#panel_flickrbilder img {
	border: solid 3px #ddd;
	margin-right: 5px;
}

a.more {
	font-weight: 700;
}

/* Referanse side */

#splash {
	margin-top: 20px;
	height: 50px;
}

.big_box img {
	float: left;
	margin-right: 20px;
	border: solid 5px #ddd;
	
}

.small_box img {
	float: left;
	margin-right: 4px;
	margin-top: 20px;
	background: #ddd;
	padding: 2px;
	border: 1px solid #999999;
}

.work_imgs {
	float: left;
	width: 270px;
	margin: 10px 20px 30px 0;
}
.work_text {
	float: left;
	width: 490px;
	margin: 10px 20px 30px 0;
}

.work_skills {
	float: right;
	width: 160px;
	margin: 10px 0 30px;
}

h3.skills {
	width: 70px;
	display: block;
	padding:5px 12px 17px;
	background: url(images/mitte_tabs.gif) no-repeat left bottom;
	color: #fff;
}

h3.skills2 {
	width: 90px;
	display: block;
	padding:5px 12px 17px;
	background: url(images/mitte_tabs.gif) no-repeat left bottom;
	color: #fff;
}

h3.skills a, h3.skills2 a {
	text-decoration: none;
	color: #fff;
}



/* Post content */

.post {
	margin-bottom: 50px;
	margin-right: 20px;
}

.post hr {
	margin: 5px 0 3px;
	height: 0;
	clear: both;
	border-width:0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	
}

.post-meta {
	font-size: 0.8em;
	margin-bottom: 15px;
}

.sep {
	font-size: 1em;
	margin: 0 5px;
}

.post-meta a {
	color: #333;
	text-decoration: none;
}

.post-meta a:hover {
	color: #f48335;
}

.post-content h2 {
	margin-bottom: 10px;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.aligncenter {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
margin: 0 auto 15px auto;
display: block;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 1.1em;
}

/* Sidebar */

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	width: 60px;
	display: block;
	padding:5px 12px 17px;
	background: url(images/mitte_tabs.gif) no-repeat left bottom;
	color: #fff;
}

.sidepanel h3 a {
	text-decoration: none;
	color: #fff;
}


.sidepanel ul li {
	
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/*Om oss */

#tilbud {
	float: right;
	border: none;
}

/*lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*Kontakt */

#kontakt_form {
	width: 500px;
	margin: 20px 30px 40px 0;
	float: left;
	
}

#kontakt_info {
	width: 430px;
	float: right;
	margin: 20px 0 40px 0;
}

.info_left {
	float: left;
}

.info_right {
	float: right;
}

.map {
	width: 422px;
	height: 172px;
	border: 4px solid #ddd;
	clear: both;
	margin-bottom: 10px;
}

/* kontaktskjema */

.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #d1d1d1; border: 1px solid #7E8AA2; padding:10px; }

/*****KontaktForms*****/
ol.forms { float: left; list-style: none; margin: 0; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
ol.forms textarea { height: 300px; width: 334px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #ddd; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 10px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	background: #ddd;
	border: 1px solid #333;
	color: #222;
	cursor: pointer;
	font: 16px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 5px 3px 3px 3px;
	text-transform: uppercase;
	width: auto;
}
ol.forms li.buttons button:hover { background-color: #f56c0e; color:#fff; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: left; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }


/* Søk */

#s {
	width: 200px;
}

/* Disqus Kommentarer */

#disqus_thread {
	width: 620px;
}

/* Slutt Disqus Kommentarer */

a#blogg_header {
	color: #333;
text-decoration: none;
}

a:hover#blogg_header {
	text-decoration: underline;
}

.sidepanel img {
	border: 5px solid #ddd;
        margin-bottom: 10px;
        margin-right: 10px;
}