/*
Theme Name: The Cleansing
Version: 0.3
Author: Jeppe Hasseriis
Author URI: http://jeppe.hasseriis.net/
Description: Med hjælp fra http://needforcontent.com/wordpress-template-tutorial og http://www.freecsstemplates.org/preview/canvass
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #444444;
	background-color: #0a0a0a;
	background-image: url(images/bg-wp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	margin-bottom: 3px;	
}

h1 {
	height: auto;
	width: 100%;
	border-bottom: 1px dotted #A08978;
	font-weight: bolder;
	letter-spacing: 0.5em;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
}

h2 {
	font-weight: bold;
	color: #8A846F;
	font-style: italic;
	font-size: 13px;
	text-decoration: underline;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #773522;
}

a:hover {
	border-bottom: none;
	color: #CC0000;
}

img {
	border: 0px solid #7F7772;
}

img.left {
	float: left;
	margin: 6px 15px 0 0;
}

img.right {
	float: right;
	margin: 6px 0 0 15px;
}

.feature {
}

.feature .image {
	padding: 0 0 0 40px;
}

.feature .title {
}

.feature .date {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8A846F;
}

.feature .content {
	padding: 0px;
}

.newsfeed {
	float: right;
	margin-top: -17px;
	font-weight: bold;
	text-indent: 5px;
}	

.box {
	float: left;
	width: 274px;
}

.box .title {
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

.box .content {
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Header */

#header {
	width: 800px;
	height: 50px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1, #header p {
	margin: 0;
	margin: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	float: left;
	text-transform: lowercase;
	font-size: 14px;
}

#header p {
	float: right;
	padding: 102px 0 0 0;
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header p a {
	font-size: 167%;
}

#header a {
	border: none;
	color: #000000;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 568px;
	padding: 5px;
	border-left: 1px dotted #A08978;
}

#content p, #content ul, #content ol {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
}

#sidebar img {
	padding: 0 0 0 0;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 2px 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/img07.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar li li.first {
	border-top-color: #FFFFFF;
}

#sidebar h2 {
	padding: 10px 0 0 10px;
	text-transform: capitalize;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	height: 90px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#footer p {
	text-align: center;
	font-size: 85%;
	color: #888888;
}

#footer a {
	border: none;
	color: #7a6a5a;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
#logindiv {
	background-image: url(images/logindiv.gif);
	background-position: center center;
	background-repeat: no-repeat;
	list-style-type: none;
	height: 40px;
	width: 200px;
}

