/*
Theme Name: Webvindu
Theme URI: http://www.martinbakken.no
Description: WP-Theme for siden Webvindu.
Version: 1.0
Author: Martin Bakken
Author URI: http://www.martinbakken.no
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/gradient_bg.png);
	background-repeat: repeat-x;
	background-color: #3f3e40;
	font-family: Verdana, Geneva, Arial, Tahoma, sans-serif;
}

h1, h2 {
	font-family: Times, Times New Roman, "Palatino Linotype", Baskerville, serif;
}

h1 {
	font-size: 30px;
	padding: 25px;
}

h2 {
	font-size: 30px;
	padding: 0;
}

h3 {
	font-size: 13px;
	color: #707070;
	padding-top: 30px;
	padding-bottom: 20px;
}

p {
	font-family: Verdana, Geneva, Arial, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-top: 7px;
	padding-bottom: 7px;
}

small {
	font-size: 9px;
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

a.front:link, a.front:visited {
	color: #FF013A;
}

a.front:hover {
	text-decoration: underline;
}

a.white:link, a.white:visited {
	color: white;
	text-decoration: none;
}



img {
	border: none;
}

#container {
	margin: 0 auto;
	width: 1110px; /* 850px; */
	height: auto;
	padding-left: 35px;

}

#left-area {
	float: left;
	width: 926px;
}

#header {
	height: 150px;
	width: 100%;
	float: left;
}

#logo {
	height: 100%;
	width: 259px;
	float: left;
}

#logo img {
	margin-top: 60px;
}

#navbar {
	height: 100%;
	
	float: right;
}

#navbar ul {
	list-style: none;
	height: 25px;
	margin-top: 105px;
	border-left: 1px solid #5c5a5b;
	padding-left: 15px;
}

#navbar li {
	color: #ffffff;
	font-size: 13px;
	float: left;
	margin-top: 5px;
	margin-right: 35px;
	
}

#content {
	width: 100%;
	float: left;
	height: auto;
	background: #ffffff;
	overflow:hidden;
}

.front-content-static-picture {
	width: 100%;
	height: 380px;
	float: left;
	background-image: url(images/forsidebilde.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.front-content {
	width: 100%;
	height: 380px;
	float: left;
}

.front-content h2 {
	font-size: 30px;
	padding: 25px;
}

.default {
	display: visible;
}

.sosiale-medier {
	display: none;
}

.webutvikling {
	display: none;
}

.strategiutvikling {
	display: none;
}

.seo {
	display: none;
}

.front-text {
	float: right;
	margin-top: 7px;
	width: 535px;
	padding-right: 15px;
	
}

.front-text ul {
	list-style: none;
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
}

.front-text p {
	font-size: 14px;
	padding: 5px;
	margin: 0;
	line-height: 22px;
	font-family: Tahoma, Arial, Verdana, Geneva, sans-serif;
}



.front-navbar {
	width: 100%;
	height: 70px;
	float: left;
	background: #1A1A1A;
	font-weight: bold;
}

.front-navbar table {
	font-size: 12px;
	height: 70px;
	width: 100%;
	padding: 0;
	text-align: center;
}

.front-navbar td {
	width: auto;
	text-align: center;
	cursor: pointer;
	border-left: 1px solid #707070;
	color: #ffffff;
}

.front-navbar td:hover {
	background: #2b2b2b;
}

.front-navbar th {
	width: auto;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

.front-navbar th:hover {
	background: #2b2b2b;
}

.border {
	height: 25px;
	margin-top: 23px;
	float: left;
	width: 1px;
	background: #5c5a5b;
}

#front-blogg {
	height: auto;
	width: 875px;
	float: left;
	padding: 25px;
	padding-top: 0px;
}

.blogg-artinfo {
	height: 18px;
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-top: 7px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-left: 1px solid #c6c6c6;
}

.blogg-artinfo small {
	color: #707070;
}

.breadcrumb {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.page h1 {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}

.page h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 20px;
}

.post h1, h2 {
	padding: 0px;
	margin: 0px;
}



.post a:link, .post a:visited, .post2 a:link, .post2 a:visited {
	text-decoration: underline;
}

.post a:hover, .post2 a:hover {
	text-decoration: none;
}



#sidebar {
	height: 300px;
	width: 150px;
	float: right;
	margin-top: 180px;
	color: #ffffff;
	
}

#sidebar ul {
	font-family: Tahoma;
	color: #707070;
	font-size: 11px;
	list-style: none;
}


.cat-title {
	border-left: 1px solid #5c5a5b;
	height: 25px;	
}

.cat-title li {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 13px;
	list-style: none;
	font-family: Tahoma;
	color: #ffffff;
}

.cat-content {
	padding-bottom: 50px;
}

.cat-content li {
	padding-top: 15px;
	color: #C2C2C2;
}

.cat-content a:link, .cat-content a:visited {
	color: #C2C2C2;
}

#footer {
	width: 100%;
	height: 70px;
	float: left;
	padding-left: 25px;
	margin-bottom: 50px;
}

#footer-social {
	height: 100%;
	width: 125px;
	float: left;
}

#footer-social img {
	padding-top: 25px;
	padding-right: 5px;
}

#footer-navbar {
	height: 100%;
	width: 500px;
	float: left;	
}

#footer-navbar ul {
	list-style: none;
	height: 25px;
	border-left: 1px solid #5c5a5b;
	padding-left: 15px;
	margin-top: 25px;
}

#footer-navbar li {
	color: #ffffff;
	font-size: 13px;
	float: left;
	padding-top: 5px;
	margin-right: 38px;
}

#comments {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

#comments h3 {
	font-size: 23px;
}

.comment_field {
	height: auto;
	width: 100%;
	margin-top: 25px;
	padding-bottom: 50px;
	float: left;
}

.comment_pic {
	width: 125px;
	height: 100px;
	float: left;
	
}

.comment_name {
	width: 100px;
	margin-top: 25px;
	float: left;
	overflow: hidden;
	border-left: 1px solid #c2c2c2;
}

.comment_name small{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	
}

.comment_text {
	width: 699px;
	float: right;
	border-left: 1px solid #c2c2c2;
	min-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.comment_text p {
	margin-top: 0px;
}

#respond {
	width: 100%;
	float: left;
}

.contactinfo {
	height: 18px;
	width: 734px;
	float: left;
	border-left: 1px solid #c2c2c2;
	padding-left: 15px;
	padding-top: 7px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.form_contactinfo {
	float: left;
	width: 250px;
	background: #F7F7F7;
	border: 1px solid #c2c2c2;
	color: #707070;
	padding: 15px;
	font-size: 15px;
}

.form_comment {
	float: left;
	height: 150px;
	width: 500px;
	background: #F7F7F7;
	color: #707070;
	border: 1px solid #c2c2c2;
	padding: 15px;
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Tahoma, sans-serif;
	overflow: hidden;
}

.form_submit {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.form_submit input {
	height: 50px;
	width: 150px;
}

.form_contactinfo:hover, .form_comment:hover {
	background: #ffffff;
}

input {
	font-family: Verdana, Geneva, Arial, Tahoma, sans-serif;
}

#contactpage_left {
	height: auto;
	width: 400px;
	float: left;
	

}

#contactpage_right {
	height: 300px;
	width: 200px;
	float: right;
	margin-right: 130px;
	margin-top: 43px;	
}

.contactpage_info {
	height: 18px;
	width: 100%;
	float: left;
	border-left: 1px solid #c2c2c2;
	padding-left: 15px;
	padding-top: 7px;
	margin-bottom: 10px;
	margin-top: 15px;
}