/* Basic ============================================================ */
html{
	background: #14110E;
}

body{
	border: 1px solid #555;
	width: 1000px;
	margin: 10px auto;
	padding: 0px;
	
	position: relative;

	background: url('images/foto.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #000;
	
		
	color: #DDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

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

.spacer {
	clear: both;
}

input, textarea {
	background-color: #14110E;
	color: #A6937F;
	
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 1px;
	border: thin solid #555;
}

/* Header ============================================================ */

#header {
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	
	background: url('images/minne.jpg');
	background-position:top left;
	background-repeat: no-repeat;
	background-color: #000;
}

#header #menu {
	paddin: 0px;
	margin: 0px;
	font-size: 150%;
	float: right;
	list-style: none;
}

#header #menu li {
	float: right;
	padding: 0px 10px 0px 10px;
}

#header #menu li:hover {
	background: #14110E;
}

/* Sidebar ============================================================ */

#sidebar {
	float: left;
	width: 200px;
	padding: 5px 5px 5px 5px;
	margin: 50px 0px 300px 0px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar h2 {
	color:#A6937F;
	font-size: 125%;
	font-variant: normal;
	font-weight:100;
	margin: 15px 0px 5px 0px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}
	

#sidebar #searchdiv {
	margin: 0px;
	padding 0px;
}
	
#sidebar #searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	


/* Content ============================================================ */

#content {
	margin: 50px 0px 1px 350px;
	padding: 5px;
	background-color: #000;
	width: 600px;
}

#content .post {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #555;
	margin-bottom: 5px;
}

#content .post_navigation {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #555;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content .post_content {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#content .date {
	float: left;
	width: 30px;
	height: 36px;
	margin: 3px 0px 0px -45px;
	border: 1px solid #A6937F;
	position: relative;
	color: #DDD;
}

#content .date .day {
	display: block;
	height: 20px;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	text-align: center;
}

#content .date .month {
	display: block;
	height: 15px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
}

#content .postinfo {
	margin-top: 0px;
}

#content h1 {
	color:#A6937F;
	font-size: 150%;
	font-variant: normal;
	font-weight:100;
	padding: 0px;
	margin: 1px 0px 2px 0px;
}

#content h2 {
	color:#A6937F;
	font-size: 125%;
	font-variant: normal;
	font-weight:100;
	padding: 0px;
	margin: 1px 0px 2px 0px;
}

#content h3 {
	color:#A6937F;
	font-size: 110%;
	font-weight:100;
	padding: 0px;
	margin: 1px 0px 2px 0px;
}

#content .thumb
{
	margin-right: 1em;
	float: left;
}

#content .archivethumb
{
	float: left;
	padding: 0px;
	margin: 3px;
}

/* Footer ============================================================ */

#footer {
	clear: both;
	margin: 2px 0px 0px 350px;
	padding: 5px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 70%;
}

/* Comments ============================================================ */


#comments {
	float: left;
	width: 600px;
		
	padding: 0px;
	margin: 0px;
	}
	
#commentlist {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#commentlist li {
	background: url('images/comment-bottom.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #000;
	
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
	
#commentlist .commentheader {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#commentlist .commenttext {
	background: url('images/comment.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #241F1A;

	padding: 14px 12px 0px 12px;
}

#commentlist .commenttext p {
	padding: 0px;
	margin: .5em 0px 0px 0px;
	}


#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 2px 0px 0px 0px;
	}

#commentsform textarea{
	width: 98%;
	font-size: 90%;
	}
