/*
THEME NAME: N&V Truck
DESCRIPTION: This theme is based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>.
VERSION: 1.1
AUTHOR: Bargo
AUTHOR URI: http://www.bargo.dk
*/

/* 
//////////////////////////////////////
Global
//////////////////////////////////////
*/

body {
	background: #EFEFEF repeat-x url(images/bg.png);
	font-family: Helvetica,Arial,Geneva,sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666666;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 20px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

img {
	border: 1px solid #c0c0c0;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

table {
	margin-bottom: 10px;
	text-align:left;
	vertical-align: top;
}

td {
vertical-align: top;
}

h1 {
	font-size: 180%;
	font-weight: normal;
}

h2 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 0 0 15px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.02em;
	padding-bottom: 10px;
}

h4 {
	background: url(h4.png) top  left no-repeat;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 0 10px 30px;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

#wrapper {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10px 0 0 0;
}

#header {
	background: #333 url(images/header.png) center top no-repeat;
	height: 80px;
	padding: 20px;
	margin: 0px;
}

#container {
	border-bottom: 1px solid #c0c0c0;
	float: left;
	width: 100%;
}

#content {
	padding: 0 20px 0px 20px;
	margin: 20px 0 20px 0;
}

#sidebar {
	margin: 20px 0 30px -210px;
	width: 190px;
	float: left;
	overflow: hidden;
}

#footer {
	background: #EFEFEF url(images/footer.png) top left no-repeat;
	border-bottom: 1px solid #c0c0c0;
	clear: left;
	font-size: 0.8em;
	color: #999;
	padding: 20px 0 20px 110px;	
	margin: 20px auto 0 auto;
}

/* 
//////////////////////////////////////
Menu
//////////////////////////////////////
*/

#menu {
	margin-left: 200px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: block; /* Added to fix the double margin in IE6 */
	float: left;
	border-left: solid 1px #EFEFEF;
	margin-top: 12px;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	color: #003366;
}

#menu ul li a:hover {
	display: block;
	text-decoration: none;
	background: #003366;
	color: #fff;
}

#subpages {
	background: #333 url(images/subpages.png);
	clear: right;
	height: 30px;
	padding-left: 20px;
}

#subpages ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#subpages ul li {
	border-right: solid 1px #FFFFFF;
	display: block; /* Added to fix the double margin in IE6 */
	float: left;
	
}

#subpages ul li a {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#subpages ul li a:hover {
	background: #990033;
	color: #FFFFFF;
	display: block;
}

/* 
//////////////////////////////////////
Content
//////////////////////////////////////
*/

#forside {
	background: url(images/forside.png) center top no-repeat;
	height: 220px;
}

.spalter {
	vertical-align: top;
	width: 33%;
}

.spalter h3 {
	font-size: 1em;
	padding-bottom: 10px;
}

.spalter a {
	color: #990033;
	font-style: italic;
	text-decoration: none;
}

.spalter a:hover {
	color: #666666;
    font-style: italic;
	text-decoration: underline;
}

.forside {
	background: url(images/forside_cell.png) center top repeat-x;
	border: 1px #CCC solid;
	padding: 10px;
	margin: 10px;
	vertical-align: top;
	width: 33%;
}

.forside h3 {
	font-size: 1em;
	padding-bottom: 10px;
}

.forside a {
	color: #990033;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

.forside a:hover {
	color: #666666;
    font-style: italic;
	text-decoration: underline;
}

.produkter1 {
	border: 1px #CCC solid;
	width: 33%;
}

.produkter1 img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.produkter2 {
	background: url(images/forside_cell.png) center top repeat-x;
	border: 1px #CCC solid;
	padding: 10px 10px 0 10px;
	width: 66%;
	vertical-align: middle;
}

.produkter2 img {
	border: 0px;
	margin: 0 0 10px 0;
}

.produkter2 h3 {
	clear:both;
	display: block;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 3px 10px 3px 10px;
}

.produkter2 a{
	color: #990033;
	text-decoration: none;
}

.produkter2 a:hover{
	color: #666666;
	text-decoration: none;
}

.produkter2 a:visited{
	text-decoration: none;
}

.brugt {
	border: 1px #CCC solid;
	padding: 10px 10px 0 10px;
	width: 33%;
}

.brugt img {
	border: 0px;
	margin: 0 0 10px 0;
}

.brugt h3 {
	background: #EFEFEF;
	clear:both;
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 3px 10px 3px 10px;
}

.brugt a{
	color: #990033;
	text-decoration: none;
}

.brugt a:hover{
	text-decoration: none;
}

.brugt a:visited{
	text-decoration: none;
}

.kontakt-cell {
	width: 33%;
}


.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	background: url(images/logo.png) left no-repeat;
	height: 50px;
	width: 100%;
	padding-bottom: 15px;
}



#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin: 0 0 0 50px;
}

.entry-title {
	width: 450px;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #FF8000;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 5px;
}

.entry-content h2 {
	font-size: 140%;
	margin-bottom: 5px;
	margin-top: 5px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}
