/*
Theme Name: BLINDesign
Theme URI: http://www.blindesign.dk
Description: Design til XXX 
Version: 1.0
Author: Micki Rasander Pedersen, Rasander IT
Author URI: http://www.rasander.dk/

*/


* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(images/bodybg3.jpg);
	font-family: Verdana;
	font-size: 11px;
}

a img {
	border: none;
}

a {
	color: #000000;
}

h1 {
	display: block;
	width: 100%;
	padding-bottom: 0px;
	border-bottom: 2px solid #161d23;
	margin-bottom: 30px;
	font-family: Helvetica, Arial;
	font-size: 31px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin-bottom: 12px;
}

div#wrapper {
	width: 100%;
	z-index: 0;
}




div#site {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
}


div#siteb {
	width: 972px;
	clear: both;
	float: left;
	background-image: url(images/footer2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

div#sitefooter {
	position: relative;
	top: -256px;
	clear: both;
	background-image: url(images/wrapbottombg2.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	height: 235px;
	z-index: -10;
}


div#header {
	width: 972px;
	height: 59px;
	float: left;
	clear: both;
	background-image: url(images/headerbg.png);
}

div#page {
	width: 972px;
	float: left;
	clear: both;
	background-image: url(images/pagebg.png);
	background-repeat: repeat-y;
}


div#pageleft {
	width: 281px;
	float: left;
	clear: left;
}


img#logo {
	clear: both;
	margin-left: 58px;
}

div#pageleft address {
	clear: both;
	margin-left: 58px;
	margin-bottom: 5px;
	font-style: normal;
	font-family: Helvetica, Arial;
	color: #aaaaaa;
}
div#pageleft address a {
	color: #aaaaaa;
}

div#pageright {
	width: 691px;
	float: left;
	clear: right;
	background-image: url(images/pagerightbgtop2.png);
	background-repeat: repeat-x;
}

div#contentarea {
	min-height: 534px;
	width: 691px;
	float: left;
	clear: both;
	background-image: url(images/pagerightbgbottom.png);
	background-repeat: repeat-x;
	background-position: bottom;

}

div#footer {
	width: 972px;
	height: 103px;
	float: left;
	clear: both;
}


/* MENU */

ul#navi {
	margin-left: 58px;
	margin-top: 40px;
	list-style-type: none;
}
ul#navi li {
	float: left;
	clear: both;
	margin-top: 2px;
	text-transform: uppercase;
	font-family: "Helvetica Neue LT Std";
	font-weight: bold;
/*	letter-spacing: -0.6px;
*/	font-size: 26px;
}

ul#navi li a {
	text-decoration: none;
	color: #ffffff;
}
ul#navi li a:hover {
	color: #aaaaaa;
}

li#page_item_id_13 {
	padding-top: 38px;
}

ul#navi li.morespace {
	margin-top: 38px;
	
}

/* FRONT PAGE LAYOUT */

div#frontpagebottom {
	margin-top: 60px;
	margin-bottom: 6px;
	width: 666px;
	height: 94px;
	padding-top: 20px;
	background-image: url(images/frontpagebottom.png);
}
div#frontpagebottom ul {
	list-style-type: none;
	
}

div#frontpagebottom ul li {
	padding-left: 40px;
	display: none;
	
}


/* NORMAL PAGE LAYOUT */

div#normalpage {
	float: left;
	clear: both;
	width: 551px;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 100px;
	margin-bottom: 20px;
}

div.textcontent {
	float: left;
	width: 350px;
}

div.full {
	float: left;
	width: 551px;
}

div.page-id-19 div.textcontent { /* contact */
	width: 200px;
}

div.page-id-13 div.textcontent { /* showroom */
	width: 551px;
}

div.page-id-13 div.textcontent img { /* showroom */
	max-width: 550px;
}


div.picturecontent {
	float: right;
}

img.picborder {
	border: 2px solid #161d23;
}

/* BLOG LAYOUT */

div.blog {
	padding-bottom: 90px;
}

div.entry {
	float: left;
	clear: both;
	margin-top: 24px;
}


div.pic {
	float: left;
	clear: left;
	width: 216px;
}

div.pic img {
	border: 1px solid #b5b5b5;
}

div.cont {
	float: left;
	clear: none;
	margin-left: 22px;
	width: 180px;
}

div.cat {
	float: left;
	clear: right;	
	margin-left: 23px;
	width: 110px;
	text-align: right;

}

div.entry h2, div.entry h3 {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 2px solid #161d23;
	font-size: 11px;
}

div.entry h3 {
	margin-bottom: 15px;
}

div.entry hr {
	float: left;
	clear: both;
	margin-bottom: 20px;
	height: 2px;
	width: 100%;
	border: 0;
	color: #dcdcdc;
	background-color: #dcdcdc;
}





