@charset "utf-8";
/*
Theme name: Conta Inkasso
Description:  Conta Inkasso - Egeninkasso - Den raskeste og billigste måten å få inn pengene på.
Version: 1.1
Design: Atle Hansson @ Undodo ANS
Author URI: http://www.undodo.com
Copyright 2009-2010 Conta Systemer AS og Undodo ANS. All Rights Reserved.
*/

/* RESETS */
/* ----------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, ol, ul, li, fieldset, form, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
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: "" "";
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

/* Wrap */
/* ----------------------------------------- */
html, body{
	height:100%;	
}

body{
	background:#e9ecd7 url(images/header_bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}

body a, a:active, a:visited{
	color:#FF5400;
	text-decoration: none;
}

#wrap{
	width:1024px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto;
	padding-bottom:50px;
}

/* Header */
/* ----------------------------------------- */

#headerwrap{
	width: 1024px;
	height: 120px;
	margin: 0 auto;
	}
	
#header{
	width:100%;
	height: auto;
	position:relative;
	float:left;
}

#logo{
	margin-top: 36px;
	float:left;
}

#toplogin{
	float: right;
}
#toplogin p{
	float: left;
	font-size: 12px;
	color: #959595;
	margin: 9px 10px 0 0;
}
#toplogin a {
	margin-left: 5px;
	font-weight: bold;
}
#toplogin img {
	margin-left: 6px;
}

#header_nav ul{
float:right;
height:23px;
margin:40px -191px 0 0;
width:auto;

}

#header_nav ul li{
	display:inline;
	margin-left:22px;
	float:left;
}

#header_nav ul li a{
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#005b7e;
	text-decoration:none;
	padding:3px 7px;
}


#header_nav ul li a:hover{
	background-color:#005b7d;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#sublink{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding-top:12px;
	background:url(../images/header_line.jpg) no-repeat top;
	float:left;
	height:23px;
}

#sublink ul li{
	display:inline;	
	float:left;
}

#sublink ul li img{
	float:left;
	padding:5px 20px 0 20px;	
}

#sublink ul li a{
	font-size:14px;
	text-decoration:none;
	color:#fee9c5;
}


/* content */
/* ----------------------------------------- */
#content{
	width:680px;
	height:auto;
	float:left;
	padding-top:7px;
}

.date{
	font-size:10px;
	color:#898a7f;
	float:right;
        margin-right: 7px;
}

.content_item{
	float:left;
	width:670px;
	position:relative;
	padding:10px;
	margin-bottom:30px;
	padding-bottom:15px;
	background:url(images/line-repeat.jpg) repeat-x bottom;
}

.category01, .category02{
	width:680px;
	float:left;
	position:relative;
}

.cat, .cat02{
	position:absolute;
	top:26px;
}

.content_ttl{
	width:670px;
	font-size:30px;
	font-weight:bold;
	color:#3a3731;
	float:left;
	padding: 4px 0 11px 0;
	background:url(images/line-repeat.jpg) repeat-x bottom;
        margin-bottom: 20px;
        text-shadow:1px 1px #fff;
}

.content_ttl a {
        color: #3a3731;
}

.content_ttl a:hover {
	border-bottom: 1px dashed #FF5400;    
}

.archive_ttl{
	width:670px;
	font-size:30px;
	font-weight:bold;
	color:#3a3731;
	float:left;
	padding-bottom:15px;
	background:url(images/line-repeat.jpg) repeat-x bottom;
        margin-bottom: 20px;
        margin-top:17px;
        text-shadow:1px 1px #fff;
}

.auth{
	font-size:12px;
	color:#727272;
	float:left;
	padding:5px 0;
        text-shadow:1px 1px #fff;
}

.auth span{
	color:#ff5400;	
}

.content_item p{
	font-size:14px;
	color:#414141;	
	padding:0 0 20px;
	line-height: 18px;
}

.content_item p a{
	color:#ff5400;	
}
.content_item p a:hover{
	text-decoration: underline;
}


.content_item h1{
	font-size:29px;
	font-weight:bold;
	color:#5c584f;
        text-shadow:1px 1px #fff;
}
.content_item h2{
	font-size:24px;
	font-weight:bold;
	color:#5c584f;
	padding:0 0 10px;
        text-shadow:1px 1px #fff;
}

.content_item h3{
	font-size:20px;
	font-weight:normal;
	color:#5c584f;
        padding: 0 0 6px;
        text-shadow:1px 1px #fff;
}

.content_item h3 a:hover{
	text-decoration: underline;
        text-shadow:1px 1px #fff;
}
.content_item h4{
	font-size:18px;
	font-weight:bold;
	color:#5c584f;
        margin-bottom:8px;
        line-height:23px;
}
.content_item h5{
	font-size:16px;
	font-weight:normal;
	color:#5c584f;
        margin:10px 0;
        line-height:20px;
}

.content_item h6{
	font-size:16px;
	font-weight:bold;
	color:#5c584f;
        padding:5px 0 10px 0;
        line-height:18px;
}


.content_item blockquote p{
	font-size:18px;
        text-shadow:1px 1px #fff;
}

.leftimage {
	float:left;
        width: auto;
        margin:10px 25px 10px 0;
        
}

.readmore, .readmore a{
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#005b7c;
	text-decoration:none;
        text-shadow:1px 1px #fff;
        margin-right:3px;
}

.readmore img{
	margin-right:3px;	
	float:left;
        text-shadow:1px 1px #fff;
}

.credit{
	width:102px;
	height:12px;
	position:absolute;
	bottom:22px;
	right:19px;
	z-index:100;
}
.say{
	width:510px;
	margin:0 auto;
}

blockquote{
	width:300px;
	font-weight:bold;
	color:#636363;
	padding-left:45px;
	margin-left: 25px;
	float:right;
	background: transparent url(images/qoutes.jpg) no-repeat top left;
}


.img_quote{
	float:left;	
	padding-right:10px;
}

.author{
	font-size:14px;
	font-style:italic;
	color:#636363;
	font-weight:normal;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #4B473F;
	margin-top: 15px;

}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #4B473F;

}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #4B473F;

}
/* Sidebar */
/* ----------------------------------------- */
#sidebar{
	width:330px;
	margin:4px 0 0 0;
	height:auto;
	float:right;
}

.ads{
	padding:23px 0 0 0;
        margin-left:5px;
	
}

#side_btn{
	padding-top:19px;
        margin-left:5px;

}

#side_btn p{
	text-align:center;
        margin-top: 4px;	
}

#side_btn p a{
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color:#005b7d;
}

#sidebar .items, #sidebar .items02{
	padding-top:40px;
	width:304px;
	float:right;
}
.items div, .items02 div{
	float:left;
	width:100%;
	padding-bottom:10px;
	background:url(images/line-repeat.jpg) repeat-x bottom;
}

.items div img,
.items div h3,
.items02 div img,
.items02 div h3{
	float:left;	
}
.items div h3{
	font-size:22px;
	color:#3f545c;
	padding:5px 0 0 10px;
}
.items02 div h3{
	font-size:22px;
	color:#3f545c;
	padding:0px 0 0 10px;	
}

.items ul, .items02 ul{
	width:100%;
	float:left;
	margin-top:5px;
}

.items ul li a{
	font-size:13px;
	color:#6D685D;
	line-height:200%;
}

.items ul li a:hover{
	border-bottom: 1px dotted #6D685D;
}

.items02 ul li a{
	font-size:13px;
	color:#ff5400;
	line-height:200%;
	text-decoration:none;
}

#subscribe li img{
	float:left;
	margin:5px 5px 0 0;
	
}

#subs{
	margin-top:5px;
	border:none;
	background:url(images/input_bg.jpg) no-repeat;
	width:286px;
	height:27px;
	padding:3px 0 0 5px;
	font-size:14px;
	font-weight:bold;
	color:#8f8f8f;
}

.input_text{
	font-size:11px;
	font-style:italic;
	color:#5f5f5f;
	padding-bottom:10px;
}

/* Footer */
/* ----------------------------------------- */
#footer{
	width:100%;
	height:131px;
	background:url(images/footer_bg.jpg) repeat-x;
	float:left;
}
#footerwrap{
	width: 1024px;
	margin: 0 auto;
}

#footer ul{
	width:1024px;
	margin:45px auto 0;
}

#footer ul li{
	display:inline;	
	padding-right:45px;
}

#footer ul li a{
	font-size:12px;
	color:#858268;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #858268;
	}
#footerlogo {
		float: right;
		margin: -17px 80px 0 0;
		width: 80px;
		}	

/* Blog Content */
.post-info
{
	font-size:12px;
	color:#414141;
        padding-top: 30px;
}

.post-info a, .comment-template a, .navigation a{
	color:#ff5400;
	font-size:12px;
	text-decoration:none;
}

.comment-template
{
	color:#414141;
}

.navigation .alignleft
{
	float:left;
}

.navigation .alignright
{
	float:right;
}

.screen-reader-text
{
	color:#414141;
	font-size:14px;
}

.noline
{
	background:none;
}

h3.widgettitle{
	font-size:22px;
	color:#3f545c;
	padding:5px 0 10px 0px;
	width:100%;
	background:url(images/line-repeat.jpg) repeat-x bottom;
}

.widget_items ul li ul
{
	margin-bottom:20px;
}

/* send it plugin */
.sendit, #dati
{
	background:none;
}

#email_add
{
	margin-top:5px;
	border:none;
	background:url(images/input_bg.jpg) no-repeat;
	width:286px;
	height:27px;
	padding:3px 0 0 5px;
	font-size:14px;
	font-weight:bold;
	color:#8f8f8f;
}

.send_button
{
	background:url(images/meld.png) no-repeat;
	border:none;
	cursor:pointer;
	height:25px;
	width:79px;
        margin-right:16px;
}

/* image background */
.img-bg-top { 
	background: url(images/img-bg-top.png) no-repeat;
	height:16px;
}

.img-bg-mid { 
	background: url(images/img-bg-mid.png) repeat-y;
	height:auto;
}

.img-bg-mid img
{
	margin:0 0 0 18px;
}

.img-bg-bottom { 
	background: url(images/img-bg-bottom.png) no-repeat;
	height:16px;
}

/* category tag */
.cat01-left
{
	background:url(images/cat01-left.png) no-repeat;
	float:left;
	height:22px;
	width:9px;
}

.cat02-left
{
	background:url(images/cat02-left.png) no-repeat;
	float:left;
	height:22px;
	width:9px;
}

.cat01-mid
{
	background:url(images/cat01-mid.png) repeat-x;
	float:left;
	height:22px;
}

.cat02-mid
{
	background:url(images/cat02-mid.png) repeat-x;
	float:left;
	height:22px;
}

.cat01-mid a, .cat02-mid a
{
	color:#FFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:1.7em;
	padding:0 10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
        text-shadow: 1px 1px 0 rgba(1, 1, 0, 0.6);
}

.cat01-right
{
	background:url(images/cat01-right.png) no-repeat;
	float:left;
	height:22px;
	width:9px;
}

.cat02-right
{
	background:url(images/cat02-right.png) no-repeat;
	float:left;
	height:22px;
	width:9px;
}
/* Contact Form */

input.contactText  {
    font-size:14px;
    padding: 8px;
    border: 1px solid #C1C4AF;
    background: transparent url(images/input_bg2.jpg) no-repeat top left;
    width:400px;

}
input.contact {
    font-size:16px;
    padding: 6px 20px;
    color:#fff;
    font-weight:bold;
    background: transparent url(images/bt_bg.gif) repeat-x top left;
    cursor:pointer;
    float:right;
    margin-right:249px;
   

}
.wpcf7 textarea{
    font-size:16px;
    padding: 20px;
    border: 1px solid #C1C4AF;
    background: transparent url(images/input_bg.png) no-repeat top left;
    width: 380px;

}
span.wpcf7{
    font-size:16px;
    color: #C1C4AF;

}

/* Help page */
/*----------------------*/


ul li.blueHeader { 
	background: #00587A;
	margin-bottom: 40px;
	color: #fff;
	font-size: 18px;
	padding: 8px 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
        display: inline;
	}	

#helpSpace h2 {
	font-size:23px;
	color: #3A3731;
	font-weight: bold;
	margin: 20px 0 15px 20px;
	letter-spacing:-1px;
	
}
#helpSpace p {
	font-size:14px;
	line-height: 22px;
	color: #565249;
	margin: 0 15px 30px 20px;
}

.blockquote{
	line-height:22px;
	font-size: 16px;
	width:220px;
	font-weight:bold;
	color:#565249;
	margin: 0 10px 20px 25px;
	padding-left:10px;
	float:right;
	border-left: 1px solid #D1C7B4; 
}
.blockquote span {
	color: #fff;
	font-size:14px;
	background:#FF5400;
	font-weight:bold;
	padding:1px 4px;
	margin-right: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
}
#helpSpace img{
	margin: 0 0 20px 20px;
}
.bold {
	font-weight: bold;
	
}
#helpSpace ol {
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
	font-style:italic;
	color: #565249;
	margin: 0 15px 30px 20px;
	}
	
#helpSidebar {
	width: 250px;
	height: auto;
	margin: 0 0 0 35px;
	background: url(../images/sep_vertical.gif) top left repeat-y;
	float: left;
	}
#helpSidebar h3 {
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin: 0 5px 0px 20px;
	}
#helpSidebar li {
	font-size: 12px;
	color: #666;
	margin: 0 6px 0 20px;
	line-height: 19px;
	}
#helpSidebar ul {
	margin: 10px 0 20px 0;
	}
#helpSidebar a {
	color:#707266;
	}
#helpSidebar a:hover {
	color:#FF5400;
	text-decoration:underline;
	}

div.btTipBlue {
	background: transparent url(http://www.conta-inkasso.no/innhold/wp-content/themes/conta/images/bubble_tip_blue.gif)  no-repeat top left;
	margin-bottom: 15px;
	width: 62px;
	height: 12px;
	position: relative;
	top: 7px;
	}
div.areaShadowT {
	height: 6px;
	background: #fff url(http://www.conta-inkasso.no/innhold/wp-content/themes/conta/images/input_bg_txtarea.jpg) repeat-x top;
	border-left: 2px solid #ccc;
	border-right: 1px solid #fff;
	border-top: 1px solid #bbb;
	}
div.areaShadowL {
	background: #fff;
	height: auto;
	padding: 17px 30px 25px;	
	border-left: 2px solid #ccc;
	border-right: 1px solid #fff;
	}
div.areaShadowB {
	background: #fff url(http://www.conta-inkasso.no/innhold/wp-content/themes/conta/images/input_bg_txtarea_b.gif) repeat-x bottom;
	height: 6px;
	margin-bottom: 50px;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #ccc;
	border-right: 1px solid #fff;
	}
.listNav ul li, .listTitle ul li{	
	display: inline;
}	
.listNav  li, .listTitle li{	
	color: #fff;
	font-size: 18px;
	padding: 8px 14px;
	background: #d2cdbf;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
	margin: 0 70px 0px 0;
	}	
.olListe {
color:#565249;
font-size:14px;
font-style:italic;
line-height:22px;
margin:0 15px 30px 20px;
padding-left:30px;
list-style:decimal;
}

.ulListe {
color:#565249;
font-size:14px;
font-style:italic;
line-height:22px;
margin:0 15px 30px 20px;
padding-left:30px;
list-style:circle;
}

.nrListe {
color:#565249;
font-size:14px;
margin:0 15px 30px 20px;
padding-left:30px;
} 

.nrListe li {
margin-bottom: 25px;
} 