/*
 * Theme Name: YAWN
 * Theme URI: http://loebach.net
 * Description: Yet Another Wasted Night
 * Version: 1.0
 * Author: Matthias Loebach
 * Author URI: http://loebach.net
 * */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana; sans-serif;
	font-size: 0.8em;
	background-color: black;
	color: #cccccc;
}

#content a {
	color: #e3a341;
	text-decoration:none;
}

#content h2 {
	margin-bottom: 5px;
}

#content h2 a {
	text-decoration: none;
	font-family: Times, serif;
	font-size: 1em;
	color: #ffbb50;
	width: 100%;
}

#content p {
	padding: 7px;
}

div.post h2 {
	color: #ffbb50;
	font-family: Times, serif;
	font-size: 1.7em;
	border-bottom: 1px solid #ffbb50;
	display: block;
}

h2.pagetitle {
	color: #ffbb50;
	font-size: 1.9em;
	font-family: Times, serif;
}

#sidebar li {
	list-style: none;
}

#sidebar a {
	text-decoration: none;
	color: #e3a341;
}

#sidebar h2 {
	color: #ffbb50;
	font-size: 1.4em;
	font-family: Times, serif;
	margin-bottom: 2px;
	margin-top: 10px;
}


/*div {
	border: 1px solid white;
}*/

div.post {
	margin-bottom:30px;
}

div.entry {
	margin-top: 30px;
	margin-bottom: 30px;
}

hr {
	display: none;
}

#wrapper {
	position:absolute;
	left:50%;
	margin-left:-500px;
}

#content {
	width: 650px;
	float: left;
	margin-left: 25px;
}

#sidebar {
	width: 150px;
	margin-left: 751px;
	margin-top: 26px;
	padding: 20px;
	border: 1px dotted #ffbb50;
	display: block;
}

#sidebar img { 
	border: 0;
}

#page {
	background: url(images/headerlogo.jpg) no-repeat top left;
	width: 100%;
}

#header {
	padding-top: 20px;
	margin-bottom: 20px;
	height: 325px;
}

#headerimg {
	font-size: 1.3em;
	font-family: sans-serif;
	text-align: right;
	text-align: center;
/*	margin: 240px 10px 0 38em;*/
	margin: 280px 0 0 35em;
	color: none;
	background-color: none;
	border: 1px none #ffbb50;
}

#header a {
	text-decoration: none;
	color: #e3a341;
}

#header h1 {
	font-size: 1.5em;

}

#footer {
	clear: both;
	margin-top: 500px;
}

#footer a {
	text-decoration: none;
	color: #e3a341;
}

div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

div.navigation {
	margin-top: 50px;
	margin-bottom: 100px;
	font-size: 1.2em;
}

.clear {
	clear: both;
}
