/*
Theme Name: Prosent
Theme URI: http://www.martinbakken.no
Author: Martin Bakken
Author URI: http://www.martinbakken.no
Description: Theme for prosent.no artikkeldatabase
*/

* {
	padding: 0;
	margin: 0;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #2D71A9; /* 1653a7 */
}

a.a_black:link, a.a_black:visited  {
	text-decoration: none;
	color: #363636;
}

a.a_black:hover {
	text-decoration: underline;
}

a.a_grey:link, a.a_grey:visited  {
	text-decoration: none;
	color: #898989;
}

a.a_grey:hover {
	text-decoration: underline;
}

a.a_light_grey:link, a.a_light_grey:visited  {
	text-decoration: none;
	color: #bdbcbc;
}

a.a_light_grey:hover {
	text-decoration: underline;
}

a.a_white:link, a.a_white:visited  {
	text-decoration: none;
	color: #ffffff;
}

a.a_white:hover {
	text-decoration: underline;
}

.black {
	color: #363636;
}

.grey {
	color: #898989;
}

.light_grey {
	color: #bdbcbc;
}

.white {
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {

}

p {

}

label {
	color: #666666;
}

.clear {
	clear: both;
}

@font-face {
    font-family: 'GeosansLightRegular';
    src: url('http://www.prosent.no/fonts/geosanslight-webfont.eot');
    src: url('http://www.prosent.no/fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.prosent.no/fonts/geosanslight-webfont.woff') format('woff'),
         url('http://www.prosent.no/fonts/geosanslight-webfont.ttf') format('truetype'),
         url('http://www.prosent.no/fonts/geosanslight-webfont.svg#GeosansLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#container {
	margin: 0 auto;
	width: 964px;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	
}

#header {
	width: 100%;
	float: left;
}

#header_bg {
	height: 208px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://www.prosent.no/images/header_bg.jpg');
	background-position: -550px 0px;
	background-repeat: no-repeat;
	z-index: -1;
}

#header_bg_100 {
	height: 208px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://www.prosent.no/images/header_bg_100.jpg');
	background-repeat: repeat-x;
	z-index: -2;
	overflow: hidden;
}

#logo {
	height: 78px;
	padding-top: 70px;
}

#navbar {
	height: 50px;
	float: left;
}

#navbar ul {
	height: 50px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #c2c2c2;
}

#navbar li {
	float: left;
	list-style: none;
	background: url('http://www.prosent.no/images/nav_left_line.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#navbar li a {
	padding-top: 17px;
	padding-left: 25px;
	margin-left: 2px;
	padding-right: 25px;
	height: 30px;
	float: left;
	color: #666666;
}

#navbar li a:hover {
	background: url('images/nav_bg_hover.png');
	background-repeat: repeat-x;
	text-decoration: none;
}

.first {
	
}

.last_line {
	height: 47px;
	width: 2px;
	background: url('http://www.prosent.no/images/nav_left_line.png') !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	float: left;
}

.navbar_active {
	
}

.navbar_active a, .current-cat a {
	background: url('images/nav_bg_hover.png') !important;
	background-repeat: repeat-x;
	color: #2D71A9 !important;
}

#search {
	width: 190px;
	height: 47px;
	float: right;
	background: url('http://www.prosent.no/images/nav_right_line.png');
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right top;
	
}

.search_field {
	background: #f3f3f3;
	margin-top: 6px;
	width: 145px;
	height: 25px;
	float: left;
	border: 1px solid #c2c2c2;
	font-size: 10px;
	padding-left: 5px;
	color: #666666;
}

.search_field:hover {
	background: #ffffff;
}

.search_submit {
	float: left;
	padding-top: 8px;
	padding-left: 8px;
}

#featured_content {
	width: 100%;
	float: left;
}

#featured_content li {
	width: 238px;
	margin-top: 0px;
	padding-right: 0px;
	margin-left: 0px;
	list-style: none;
	float: left;
}

#featured_content li:hover {
	background: url('images/featured_item_bg.png') no-repeat !important;
}



#featured_content li a:hover {
	background: url('images/featured_item_bg.png') no-repeat !important;
}

#featured_content li small a {
	margin-left: 20px;
	font-size: 12px;
	color: #c2c2c2;
	text-transform: uppercase;
}

a.featured_image {
	width: 100%;
	float: left;
}

a.featured_image img {
	padding-top: 30px;
	opacity: 0.8;
	position: relative;
}

a.featured_image img:hover {
	background: url('images/featured_item_bg.png') no-repeat !important;
}

a.featured_text {
	font-size: 12px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

}

/*
#featured_kredittkort {
	background: url('images/kredittkort_icon.png') no-repeat;
	background-position: 50px 20px;
}
*/

.entry {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.entry h1 {
	font-size: 25px;
	margin-bottom: 20px;
}

.entry p {
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entry li {
	font-size: 14px;
	line-height: 22px;
	list-style-position: inside;
	padding-top: 2px;
	padding-bottom: 2px;
}


.module_front_link {
	font-size: 10px;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.module_front_link li {
	float: left;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style: none;
	border-left: 1px solid #cdcecb;
}

.module_front_link_first {
	padding-left: 0px !important;
	border-left: none !important;
}

.module_share {
	float: left;
	padding-top: 25px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.module_date {
	float: left;
	width: 100%;
	padding-top: 15px;
}

.module_tags {
	float: left;
	margin-top: 30px;
}

.module_tags h2, .module_date h2 {
	margin-bottom: 15px;
	font-size: 13px;
}


/* Border */

.no_border {
	border: none;
}

.border_left {
	border-left: 1px solid #e9e7e7;
}

.border_bottom {
	border-bottom: 1px solid #e9e7e7;
}

.border_full {
	border-bottom: 1px solid #e9e7e7;
	width: 100%;
}

/* Margin/padding */

.margin_top_s {
	padding-top: 10px;
}

.margin_top_m {
	margin-top: 15px;
}

.margin_top_l {
	margin-top: 30px;
}

.margin_bottom_s {
	margin-bottom: 10px;
}

.margin_bottom_m {
	margin-bottom: 15px;
}

.margin_bottom_l {
	margin-bottom: 30px;
}

.padding_top_s {
	padding-top: 10px;
}

.padding_top_m {
	padding-top: 20px;
}

.padding_top_l {
	padding-top: 30px;
}

.padding_bottom_s {
	padding-bottom: 10px;
}

.padding_bottom_m {
	padding-bottom: 20px;
}

.padding_bottom_l {
	padding-bottom: 30px;
}

.clear {
	clear:both;
}

#calc {
	width: 100%;
	float: left;
	margin-top: 0px;
	background: url('http://www.prosent.no/images/calc_left_input_bg.png');
	background-repeat: repeat-y;
}

#calc_top {
	width: 100%;
	height: 20px;
	background: url('http://www.prosent.no/images/calc_top_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
}

#calc_left {
	width: 687px;
	height: auto;
	float: left;
	/* min-height: 386px; */
	
}

#calc_left_top {
	width: 100%;
	height: 64px;
	float: left;
	background: url('http://www.prosent.no/images/calc_navbar_bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#calc_left_top ul {
	float: right;
	margin-right: 2px;
}

#calc_left_top li {
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #c2c2c2;
	list-style: none;
	float: left;
	color: #c2c2c2;
	background: url('http://www.prosent.no/images/calc_navbar_line.png');
	background-position: left top;
	background-repeat: no-repeat;
	
}

#calc_left_top li a {
	padding-top: 23px;
	padding-right: 25px;
	margin-left: 2px;
	padding-left: 25px;
	height: 40px;
	float: left;
	color: #666666;
}

#calc_left_top li a:hover {
	background: url('http://www.prosent.no/images/calc_navbar_hover.png');
	background-repeat: repeat-x;
	text-decoration: none;
}

.calc_left_top_active {
	background: url('http://www.prosent.no/images/calc_navbar_hover.png') !important;
	background-repeat: repeat-x;
	text-decoration: none;

}

.calc_left_top_active a{

	color: #2D71A9 !important;
}

#calc_left_input {
	width: 625px;
	float: left;
	height: auto;
	margin-bottom: 30px;
	margin-left: 30px;	
}

#calc_left_input h1 {
	margin-top: 30px;
	font-size: 17px;
	color: #d7d7d7;
	text-transform: uppercase;
}

#calc_left_input label {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 15px;
	color: #898989;
}

#calc_left_input img {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	opacity: 0.6;
}

#calc_left_input span {
	float: left;
	font-size: 12px;
	margin-top: 25px;
	margin-left: 10px;
}

.calc_field {
	background: #f3f3f3;
	margin-top: 13px;
	width: 250px;
	height: 40px;
	float: left;
	border: 1px solid #c2c2c2;
	font-size: 12px;
	padding-left: 5px;
	color: #666666;
}

.calc_field:hover {
	background: #ffffff;
}

.break {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.calc_submit {
	height: 35px;
	width: 75px;
	margin-top: 30px;
	float: left;
	padding-bottom: 3px;
}

#calc_left_text {
	width: 625px;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
	float: left;
	height: auto;
}

#calc_left_text h2 {
	padding-bottom: 15px;
	font-size: 15px;
	color: #898989;
	line-height: 23px;
}

#calc_left_text h3 {
	padding-bottom: 20px;
	padding-top: 0px;
	font-size: 30px;
	color: #666666;
}

#calc_left_text h4 {
	padding-bottom: 10px;
	padding-top: 0px;
	font-size: 17px;
	color: #666666;
}

#calc_left_text p {
	padding-bottom: 10px;
	font-size: 13px;
	color: #666666;
	line-height: 23px;
}

#calc_right {
	width: 275px;
	float: left;
	background: #f3f3f3; /* background: #f3f3f3; */
}

#calc_right h2 {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e8e8e8;
}

#calc_right h2 a {
	color: #666666;
}

#calc_right ul {
	text-shadow: 1px 1px 1px #c2c2c2;
	list-style: none;
}

#calc_right li {
	font-size: 17px;
	float: left;
	background: #fbfbfb;
}

#calc_right li a {
	width: 245px;
	float: left;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 30px;
	color: #999999;
	border-bottom: 1px solid #f3f3f3;
}

#calc_right li a:hover {
	border-bottom: 1px solid #e8e8e8;
	background: url('http://www.prosent.no/images/calc_right_navbar_bg.png');
	background-repeat: repeat-y;
	text-decoration: none;
}

.calc_right_active {
	background: url('http://www.prosent.no/images/calc_right_navbar_bg.png') !important;
	background-repeat: repeat-y;
	text-decoration: none;
}


.calc_right_last {
	border: none !important;
}

#calc_bottom {
	width: 100%;
	height: 20px;
	background: url('http://www.prosent.no/images/calc_bottom_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#content {
	width: 656px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

.content_element {
	width: 100%;
	float: left;
	height: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}

.content_element h1 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.content_element h1 a {
	color: #333333;
}

.content_element h2 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.content_element p {
	padding-bottom: 20px;
	padding-top: 15px;
	line-height: 25px;
}

.content_element small {
	font-size: 13px;
	color: #666666;
}

.content_element_img {
	padding: 7px;
	background: #e2e2e2;
}

.content_element_img:hover {
	background: #c2c2c2;
}

.read_more {
	width: 100%;
	font-size: 15px;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 25px;
}

.no_border {
	border: none;
}

#sidebar {
	width: 277px;
	float: right;
	border-left: 1px solid #e9e7e7;
	margin-top: 40px;
	margin-bottom: 30px;	
}

.sidebar_element {
	width: 244px;
	height: auto;
	float: left;
	margin-bottom: 30px;
	padding-left: 30px;
}

.sidebar_element h2 {
	padding-bottom: 15px;
	font-size: 13px;
}

.sidebar_element ul {
	list-style: none;
}

.sidebar_element li {
	padding-bottom: 10px;
	font-size: 12px;
}

#footer_bg {
	height: 293px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('http://www.prosent.no/images/footer_bg.jpg');
	background-position: -550px 0px;
	background-repeat: no-repeat;
	z-index: -1;
}

#footer_bg_100 {
	height: 293px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('http://www.prosent.no/images/footer_bg_100.jpg');
	background-repeat: repeat-x;
	z-index: -2;
}

#footer {
	width: 100%;
	height: 293px;
	position: relative;
	float: left;
}

#footer_content {
	width: 964px;
	padding-top: 12px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.footer_element {
	width: 210px;
	margin-right: 30px;
	float: left;
}

.footer_element h2 {
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.footer_element h2 a {
	color: #363636;
}

.footer_element li {
	list-style: none;
	margin-top: 15px;
	font-size: 12px;
}

#footer_logo {
	width: 100%;
	margin-top: 35px;
	padding-top: 30px;
	float: left;
	background: url('http://www.prosent.no/images/footer_line.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#footer_logo img {
	float: left;
	margin-right: 30px;
	opacity: 0.7;
}

#footer_logo img:hover {
	opacity: 1;
}

#footer_logo li {
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px solid #c2c2c2;
	float: left;
	font-size: 12px;
	color: #666666;
}

#footer_logo li a {
	color: #666666;
}
