/*
Theme Name: Fairplay Trafik
Theme URI: http://www.weltklasse.dk
Description: Fairplay Trafik Wordpress-tema
Version: 1.0
Author: Weltklasse 
Author URI: http://www.weltklasse.dk
*/

body {
	background: #fff url(images/top.jpg) repeat-x;
	color: #000;
	font: 11px/18px Helvetica, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

	img { border: 0; }
	.clearfix { overflow: hidden; width: 100%; }
	.left { float: left; }
	.right { float: right; }

	#wrapper { width: 940px; margin: 0 auto; }
	
	#header { height: 196px; }

	#menu { position: relative; }

	#menu a#nlogo {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
		font-weight: bold;
		font-size: 14px;
	}
	#menu ul li { float: left;  }
	#menu ul li a {
		display: block;
		padding: 11px;
		text-decoration: none;
		color: #000;
	}
	#menu ul li.current_page_item a, #menu ul li a:hover {
		background: url(images/black_gradient.jpg) repeat-x;
		color: #fff;
	}
	
	#container { margin: 20px 0; overflow: hidden; }
	
	#content {
		width: 459px;
		float: left;
		border-right: 1px dashed #b1b3b4;
		padding-right: 20px;
	}
	
	#sidebar {
		width: 440px;
		float: right;
		padding-left: 20px;
		overflow: hidden;
	}
	
	#left_sidebar {
		width: 150px;
		float: left;
		padding-right: 20px;
	}
	
	#right_sidebar {
		width: 249px;
		float: right;
		border-left: 1px dashed #b1b3b4;
		padding-left: 20px;
	}
	
	#formular { 
		background: #edefee url(images/form.jpg) no-repeat;
		width: 440px;
		min-height: 345px;
		height: auto !important;
		height: 345px;
		margin: 20px 0;
	}
	
	div.post {
		overflow: hidden;
		width: 100%;
		margin-bottom: 25px;
	}
	div.post .post_title {
		background: url(images/seperator.jpg) bottom right no-repeat;
		padding-bottom: 20px;
		overflow: hidden;
		width: 100%;
		margin-bottom: 20px;
	}
	div.post .post_title h1 { float: left; width: 65%; }
	div.post .post_title ul.post_meta {
		float: right; 
		list-style: none;
		padding: 0;
		margin: 5px 0 0 0;
		font-style: italic;
		font-weight: bold;
		text-align: right;
		line-height: normal;
	}
	div.post .post_content { width: 430px; }
	div.post .post_title a {
		color: #000;
		text-decoration: none;
	}
	div.post .post_title a:hover { text-decoration: underline; }
	div.post_image { 
		position: relative; 
		margin-bottom: 25px;
	}
	div.post_image img {
		background: url(images/post_image_shadow.jpg) right bottom no-repeat;
		padding-right: 3px;
		padding-bottom: 4px;
	}
	div.post_image .post_date {
		position: absolute;
		bottom: -15px;
		right: -25px;
		background: #a00e6e;
		padding: 10px 15px;
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	
	div.post a.more-link { display:block; text-align: right; }
	

	
	ul.category_list {
		list-style: none;
		padding: 0;
		margin: 20px 0;
		font-size: 12px;
	}
	ul.category_list li { margin: 5px 0; }
	ul.category_list li a {
		color: #626264;
	}
	
	ul.fairplay_hands {
		list-style: none;
		margin: 0px;
		padding: 0px;
		color: #2f9028;
		font-size: 14px;
		font-weight: bold;
	}
	ul.fairplay_hands li { 
		background: url(images/hand_left.png) left center no-repeat;
		padding-left: 25px;
		margin: 8px 0; 
		overflow: hidden;
	}
	ul.fairplay_hands li.odd  {
		background: url(images/hand_right.png) left center no-repeat;
	}
	
	div.contact_readmore{
		padding: 115px 0px 0px 24px;
	}
	
	div.contact_readmore a{
		text-decoration: none;
		color: #2f902a;
		font-weight: bold;
	}
	
	div.contact_form {
		padding-top: 5px;
		padding-left: 20px;
	}
	
	form.mailform input, #commentform input {
		width: 110px;
		padding: 2px;
		margin: 2px 5px 2px 0;
		font: 11px Helvetica, Arial, Tahoma, sans-serif;
	}
	form.mailform textarea,  #commentform textarea {
		font: 11px Helvetica, Arial, Tahoma, sans-serif;
	}
	form.mailform input.submit {
		background: #a00e6e;
		color: #fff;
		border: 0;
		padding: 5px 15px;
		font-weight: bold;
		font-size: 12px;
	}
	
	table.form { width: 300px; }
	
	div.post_comments {
		background: url(images/seperator.jpg) top right no-repeat;
		padding-top: 20px;
	}

	#commentform textarea {
		width: 100%;
	}
	
	#commentform input { width: 200px; }

	#commentlist li {
		border-bottom: 1px solid #ccc;
	}

	#commentlist li .avatar {
		float: right;
		margin-right: 25px;
		border: 1px dotted #ccc;
		padding: 2px;
	}

#countdown {
				background: url(images/countdown.jpg) no-repeat;
				width: 440px;
				height: 289px;
				color: #f0db00;
				position: relative;
				font-family: Arial, Tahoma, sans-serif;
				line-height: normal;
				margin-top: 25px;
			}
			#countdown #count {
				font-size: 65px;
				font-weight: bold;
				position: absolute;
				top:72px;
				left: 35px;
			}
	
	h1, h2, h3 {
		font-size: 23px;
		margin: 8px 0;
		line-height: 28px;
		padding: 0;
	}
	h2 {
		color: #a00e6e;
		font-size: 20px;
		font-weight: bold;
	}
	
	h3{
		font-size: 18px;
	}
	
	a:link, a:visited {
		color: #a00e6e;
		font-weight: bold;
		outline: none;
	}
	a:hover {
		text-decoration: none;
	}
	