/*  

Theme Name: Traekirurg
Theme URI: http://traekirurgen.dk/
Description: A theme made for a client.
Author: Ole Li
Author URI: http://myleftfoot.dk/
Version: 2.4

*/



/* GRUNDEN */

*{
	margin:0;
	padding:0;
	}

body {
	background: url(images/hbj-bg.jpg);
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	}
	
h1 {
	font-size: 18pt;
	}

h2 {
	font-size: 16pt;
	margin-top:10px;
	}

h3 {
	font-size: 10pt;
	margin-top:10px;
	margin-left:20px;
	}

h4 {
	font-size: 9pt;
	}


/* BILLEDER OG MISC */

img{
	border: none;
	padding: 6px;
	}

img a{
	border:none;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	float: right;
	margin: 0px 0px 0px 15px;
	}

img.alignleft {
	float: left;
	margin: 0px 15px 0px 0px;
	}

blockquote{
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font: 9pt palatino linotype, georgia, arial, times;
	font-weight: 500;
	}

#marker {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 5px;
	background: #DEDEDE;
	line-height: 1;
	}

/* LINKS */

a{
	color:#606258;
	text-decoration:none;
	outline: none;
	}

a:hover{
	color:#333;
	text-decoration: underline;
	outline: none;
	}


/* CONTAINER */

#container {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	color:#000;
	overflow: hidden;
	border: 8px solid #CECECE;
	}
	
/* HEADER */

#header {
	background: url(images/hbj-header.jpg) top left no-repeat;
	width: 100%; 
	color: #fff; 
	height: 160px;
	}
	

/* LOGOHEADER */
	
#midheader{
	width: 100%; 
	height: 280px; 
	background: #EFEFEF;
	overflow: hidden;
	border-top: 6px solid #DEDEDE; 
	margin:0;
	padding:0;
	}

.leftcontent{ 
	width: 225px;
	height: 280px;
	float: left;
	font: 9pt arial;
	}

.leftcontent h3{
	font: 10pt palatino linotype, georgia, arial, times;
	font-weight: 500;
	margin: 10px 0 0 15px;
	}

.leftcontent ul{ 
	margin: 8px 12px;
	}
	
.leftcontent ul li{ 
	padding: 4px 0 4px 4px;
	border-top: 1px dotted #B2B2AA;
	list-style-type: none;
	}
	
.leftcontent ul li a{
	color: #767C6F;
	display: block;
	}

.leftcontent ul li a:hover{
	color: #767C6F;
	text-decoration: none;
	outline: none;
	}
	
.leftcontent ul li:hover{ 
	background: #D3D3CB;
	}

.rightimg{ 
	width: 620px;
	height: 280px;
	float: right;
	background: url(images/hbj-cars.jpg) right bottom;
	border-left: 6px solid #DBDBD3;
	border-bottom: 6px solid #DBDBD3;
	overflow: hidden;
	}

/* CONTENT */

#content {
	float: center;
	padding:20px 50px 20px 50px;
	overflow: hidden;
	}	

.post {
	margin: 0 10px;
	padding:10px;
	line-height: 14pt;
	text-align: left;
	}
	
.post h2{
	font: 22pt arial;
	font-weight: 300;
	color: #31342C;
	padding: 0 0 6px 0;
	}
	
.post h2 a {
	color: #31342C;
	text-decoration: none;
	outline: none;
	}
	
.post h2 a:hover {
	color: #666;
	text-decoration: none;
	outline: none;
	}
	
.post p {
	margin: 4px 0 4px 0;
	}

.post ul {
	padding: 12px;
	}

.post ul li {
	list-style-type:square;
	list-style-position: inside;
	}

.entry p {
        margin:12px 0;
        }


/* FOOTER */

#footer #nav {
	padding: 0 0 0 12px;
	margin: 0;
	width: 100%;
	height: 25px;
	background: #EFEFEF;
	font: 8pt arial;
	list-style: none;
	line-height: 1;
	border-bottom: 2px solid #fff;
	border-top: 5px solid #DEDEDE;
	}

#footer #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	}

#footer #nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 6px 2px 6px;
	color:#767C6F;
	text-decoration: none;
	outline: none;
	}

#footer #nav a:hover {
	background-color:#EFEFEF;
	color: #0B1316;
	text-decoration: none;
	outline: none;
	}

#footer #nav li {
	float: left;
	}

#footer {
	background: #EFEFEF;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #EFEFEF;
	font: 7pt verdana, arial, tahoma;
	border-top: 6px solid #fff;
	}
	
#footer p{
	padding:6px;
	margin: 0;
	color: #767C6F;
	text-align: center;
	}

#footer a{
	color: #767C6F;
	text-decoration: none;
	outline: none;
	}
	
#footer a:hover{
	color: #767C6F;
	text-decoration: underline;
	outline: none;
	}


