/*
Theme Name: A Better Traffic
Theme URI: http://wordpress.org/
Description: A Better Traffic blog design.
Version: 1.0
Author: Simon Jensen
Author URI: http://www.simon-jensen.net/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick
*/

body {
	font-family: Verdana, Arial;
	font-size: 0.75em;
	color: #333;
}

a:link, a:visited {
	color: #74BFE8;
}

a:active, a:hover {
	text-decoration: none;
}

h1, h2 {
	
	color: #885615;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
	font-weight:normal
}

h1.pagetitle {
	margin-bottom: 20px;
}

a img {border:none}


/*** MAIN CONTAINER ***/
#container {
	width: 970px;
	margin: 0px auto;
	background: url("images/menu-bg.gif") repeat-y;
}


/*** HEADER ***/
#header {
	width: 100%;
	height: 166px;
	background: #EEEEEE url("images/header-bg.jpg") repeat-x;
	border-bottom: 8px solid #C60D20;
	text-align:left;
}

#header #logo {
	float: left;
}

#header #logo a {height:70px; width:400px; display:block; text-indent:-9999px; overflow:hidden; float:left;}
#header a span {}

#header a {}

#placeholder {
font-family: Arial, Verdana;
font-size:22px;
color:#885615;
clear:both;
margin-left:15px;
width:400px;
}

#header h1#description {
	font-weight: normal;
	margin: 0px;
	margin-left: 13px;
	padding: 0px;
	color: #000;
	font-size: 1.7em;
}

#header #spinner {
	float: right;
}

#header #spinner p {
	margin: 0px;
	padding: 0px;
}

#placeholder a {color:#885615}


/*Breadcrumbs*/

.breadcrumbs {
	font-size: 11px!important;
	font-weight: bold;
	height: 15px;
	line-height: 20px;
	background: #fff;
	color: #666;
	margin: 0px auto;
	padding: 0px 0px 5px 5px;
}

.breadcrumbs div {
	float: left;
	padding: 0px 0px 0px 5px;
	height: 15px;
}

.breadcrumbs div.last {
	
}

/*** SIDEBAR LEFT ***/
#sidebar_l {
	float: left;
	width: 220px;
	padding: 5px;
}

#sidebar_l a {
	color: #484848;
	display: block;
	line-height: 25px;
	text-decoration: none;
	padding-left: 10px;
}

#sidebar_l a:hover {
	color: #000;
}

#sidebar_l a.current, #sidebar_l .current-cat a  {
	font-weight: bold;
}

#sidebar_l ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#sidebar_l li {
	list-style: none;
	margin: 0px;
	padding: 1px 0px 2px 0;
	
	}

#sidebar_l .title {
	height: 30px;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
	background: url("images/sidebar_l-title-bg.jpg");
}


/* Page menu */
#sidebar_l ul li ul { margin-bottom:0!important
	}

#flexipages-2 li {background: url("images/dotted.gif") repeat-x left 25px; margin-bottom:1px;}

#flexipages-2 a {margin-top:-2px;}

.current_page_parent a, .current_page_item a, .current_page_ancestor a {background: #885615; color:#fff!important; font-weight:bold;}

#flexipages-2 ul ul {padding-top:3px}

.page_item .page_item a {padding-left:25px!important;}

.current_page_parent li a, .current_page_item li a {font-weight:normal; background:#e3e3e3; background-image:none!important; color:#000!important;}

.current_page_parent .current_page_item a {font-weight:bold; background:#e3e3e3!important; background-image:none!important; color:#000!important; margin-top:-2px;}

/*** SIDEBAR RIGHT ***/

#sidebar_r {
	float: left;
	width: 237px;
	line-height: 1.2em;
}

#sidebar_r .box {
	width: 100%;
	background: #f0f0f0;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
}

#sidebar_r .box .title {
	height: 30px;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
	color: #fff;
	background: url("images/sidebar-title-bg.jpg");
}

#sidebar_r .box .content, #sidebar_r .box form {
	padding: 4px 3px 2px 3px;
	margin: 0px;
}

#sidebar_r .box .content p {
	font-size: 0.9em;
	margin: 0px;
	padding: 4px 3px 1px 3px;
}

#sidebar_r .box .content label {
	font-size: 0.9em;
}

#sidebar_r ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar_r ul li {
	padding: 3px 3px;
}

#searchform #s, #feedburnerform #e {
	width: 150px;
}

#searchform #searchsubmit, #feedburnerform #feedburnersubmit {
	width: 63px;
}

#contactsubmit {
	margin-top: 5px;
}

.screen-reader-text {
	display: none;
}


/*** SEARCH ***/
#search {
	text-align: center;
	clear: both;
}

#search form {
	margin: 0px;
	padding: 0px;
}


/*** CONTENT ***/
#content {
	float: left;
	width: 483px;
	padding: 0px 10px;
	line-height: 1.4em;
	color: #333;
	background: #ffffff;
}

#content h1, #content h2, #content h3 {
	margin-top: 10px;
}

.postmeta {
	padding: 10px;
	background: #F0F0F0;
	margin-bottom: 30px;
}

.subscribe-to-comments {
	padding: 5px;
	background: #FFFF99;
}

/*** FOOTER ***/
#footer {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #885615;
	font-weight: bold;
	font-size: 0.9em;
}

#footer a {
	color: #fff;
}

.anbefaler{text-align:right; color:#74BFE8;}


/*** FORM ELEMENTS ***/
input, textarea, select {
	font-family: Verdana, Arial;
}

.text, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	width: 219px !important;
	width: 218px;
	font-size: 11px;
}

label {font-size:11px!important}

.text2 {
	width: 219px !important;
	width: 218px;
	font-size: 11px;
}

blockquote {
	font-style: italic;
	border-left: 2px #414042 solid;
	margin-left: 10px;
	padding-left: 10px;
}

pre {
	margin: 0px auto;
	border: #000000 1px dotted;
	padding: 10px;
	color: #414042;
	background: #f7f7f7;
	font-family: "Courier New" , Monospace;
	text-align: left;
	width: 97%;
	max-height: 600px;
	overflow: auto;
}

#wpcf7-f1-t1-o1 {margin-left:-3px;}


/*** OTHERS ***/
.message {
	background: #B2DBA8 url("images/icons/accept.png") 2px 6px no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin: 5px 0px;
}

.error {
	background: #F6836B url("images/icons/exclamation.png") 2px 6px no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 20px;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	margin: 5px 0px;
}

hr.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.alignleft {float:left}



/* Google Adwords Qualified box */
#text-3 img {float:left; padding:1px 5px 5px 3px;}
#text-3 {overflow:hidden;}


/* Nyhedsbrev */

#advanced_text-3 h4 {padding-left:5px; margin-top:4px; font-weight:normal}
#advanced_text-3 p {padding-left:5px!important; font-size:12px!important;}
#advanced_text-3 ul {margin:0 0 0 10px; padding:0}
#advanced_text-3 li {font-size:12px; margin-left:8px; list-style:circle outside; }
#advanced_text-3 form {margin:0 0 0 -2px!important; padding:0!important;}
#advanced_text-3 label {display:block; padding-bottom:3px;}
#ubivox_email {width:219px;}

/*Webkit hack*/
html { -webkit-text-size-adjust:none; }