/*  
Theme Name: Directory Deluxe
Theme URI: http://www.sweethome.dk/index.php
Description: Designed by <a href="http://www.sweethome.dk/index.php">schwedisches Holzhaus</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
Author: schwedisches Holzhaus
Author URI: http://www.sweethome.dk/index.php
� 2008, schwedisches Holzhaus. All rights reserved. 
*/



/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;
color:#f2a81d;
font-weight:bold;}

body {
	background: url(img/background.jpg);
	color: #aaaaaa;
	font: normal 11px Arial,Verdana,Tahoma,Trebuchet MS,"Lucida Sans Unicode",Arial,sans-serif;
	margin:0px auto;
}
}

p,blockquote,ul {
	font-size: 12px;
	padding-bottom: 1.1em;
}

blockquote {
font: italic 11px Georgia;
margin: 15px 0px 15px 10px;
padding-left: 10px;
}


code {
	border:1px solid #303030;
	background: #2c2c2c;
	display: block;
	font-size: 12px;
	margin: 12px 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}



ul {margin-left: 2em;}
h1 {font: normal 1.8em Trebuchet Ms, Arial,sans-serif;
	color: #f3a81c;}
h2 {
	font: normal  1.8em Trebuchet Ms, Arial,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: inherit;
	height: 7px;
}
.left {float: left;}
.right {float: right;}

/* header part */
#header {
          font-size: 32px;
          font-weight: normal;
	  text-decoration:none;
          font-family: Verdana;
          margin: 0px auto;
          height: 268px;
          width: 995px;
          padding: 0;
          background: #111111 url("img/header.jpg") no-repeat;
          }

.header-title {
	font-family: Verdana;
	color:#f3a81c;
	font-size:30px;
	padding:128px 0 0 418px;
	text-align:left;
        font-weight: bold;
	}
.header-title a{
	color:#f3a81c;
	text-decoration:none;
	border-bottom:none;
        font-weight: bold;
	}
.header-title a:hover{
	color:#f3b41c;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
	color:#cccccc;
	font-size:11px;
	padding:3px 0 0 419px;
	text-align:left;
	}




/* structure */
#container {
	border: 0px solid #000;
	border-top: none;
        width: 1000px;
	margin:0px auto;
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
}

.main {
	background: url(img/mainbg.jpg) repeat-y;
        padding: 0px;       
}
.main .left {width: 640px;
margin-right: 8px;
margin-left: 12px;
}
.main .right {
width: 300px;
margin-right: 17px;
display: inline;
border: 1px solid #303030;}

.content {
	padding: 16px;
}
.content2 {
	padding: 0px;
}

/* content elements */
.content h1 {
	border-bottom: 1px dotted #aaaaaa;
	color: #f3a81c;
	margin-bottom: 10px;
	padding: 3px 0 3px;
}

.content h1 a:link  {
	color: #f3a81c;
}

.content img {
padding: 0px 8px;
}

.post h1 a {
	border-bottom: 0px dotted #fff;
	color: #f3a81c;
font-weight:bold;
	margin-bottom: 10px;
	padding: 3px 0 3px;
	text-decoration:none;
}

.post h1 a:hover {
	border-bottom: 0px dotted #fff;
	color: #f3b41c;
font-weight:bold;
	margin-bottom: 10px;
	padding: 3px 0 3px;
	text-decoration:none;
}


.content a {
	text-decoration: none;
color:#f3a81c;

}
.content a:hover {text-decoration: none;
color:#f3b41c;
}

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            padding-top: 5px;
            }

/* sub-navigation */
.subnav {
font-size:11px;
	background-color: #303030;
	padding: 10px;
color:#cccccc;
}
.subnav h1 {padding-top: 18px;
color:#f3a81c;font-weight:bold;
border-bottom:1px dotted #666666;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/icon.gif) no-repeat left center;
	list-style: none;
	margin: 0;
padding-left: 18px;
}

.subnav .arch li {
	background: url(img/icon.gif) no-repeat left center;
	list-style: none;
	margin: 0;
padding-left: 18px;
}

.subnav .sponsor li {
	background: url(img/icon.gif) no-repeat left center;
	list-style: none;
	margin: 0;
padding-left: 18px;
}

.subnav .book li {
	background: url(img/icon.gif) no-repeat left center;
	list-style: none;
	margin: 0;
padding-left: 18px;
}
.subnav li a {
text-decoration: none;
color:#cccccc;
line-height: 18px;
font-size:11px;
font-weight:normal;
	
}
.subnav li a:hover {text-decoration: underline;
color:#cccccc;}



#adcontainer {
	padding: 10px 0 0 0;
	margin:0;
	width: 285px;
}

#adboxes{
	padding: 8px 0 8px 0px;
	width:285px;
	float:left;
	position: relative;
}
#adboxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
        padding-left: 0px;
}
#adboxes ul li {
	display:block;
	background: url(img/banner_bg.gif) no-repeat;
	margin: 0px 2px 0px 0px !important;
	padding: 7px !important;
	float:left;
	list-style: none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/* footer */
.footer {
	background: #0f1219 url(img/footer.jpg) repeat-x top;
	color: #f3a81c;
        height: 43px;
}
.footer ul {
	margin: 0;
}
.footer li {
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 16px;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #f3a81c;}
.footer a:hover {
	color: #f3a81c;
}



/* bottom */
.bottom {padding-bottom: 3px;
        padding-top: 10px;
	color: #f3a81c;
	clear: both;
	font-size: 11px;
}

.bottom p {
color: #cccccc;
text-decoration: none;
font-weight:normal;
text-align: center;
padding-top: 5px;
}


.bottom a {
color: #f3a81c;
text-decoration: none;
font-weight:bold;
}
.bottom a:hover {
color: #f3b41c;
text-decoration: none;
font-weight:bold;
}


.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #303030;
background: #2c2c2c;
font-size:11px;
color:#aaaaaa;
margin-top: 5px;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
}

#commentform {
margin: 1em 0;
border:1px solid #2c2c2c;
background: #292929;
width: 600px;
padding:12px;
}

#commentform textarea {
background: #484848;
border: 1px solid #2c2c2c;
width: 450px;
color: #bbbbbb;
}
#commentform textarea:hover {
background: #505050;
border: 1px solid #2c2c2c;
color: #bbbbbb;
}
#commentform textarea:focus {
background: #505050;
border: 1px solid #2c2c2c;
color: #bbbbbb;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 12px;
background: #484848;
border: 1px solid #2c2c2c;
width: 150px;
color: #bbbbbb;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 12px;
background: #505050;
border: 1px solid #2c2c2c;
width: 150px;
color: #bbbbbb;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 12px;
background: #505050;
border: 1px solid #2c2c2c;
width: 150px;
color: #bbbbbb;
}
#commentform input{
margin-bottom: 3px;
}


.content ul li
{
margin-left:10px;
padding-bottom:2px;
padding-top:2px;
}



.content ol li
{
margin-left:20px;
padding-bottom:2px;
padding-top:2px;

}
