* {
	padding:0;
	margin:0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/bg-body.png) repeat-y top center #111;
	color: #eee;
	}

img {
	border:0;
	}

a {
	text-decoration:underline;
	color:#1E87C5;
	}
a:hover {
	text-decoration:none;
	color:#4ABEEF;
	}

p {
	margin-bottom: 1.4em;
	line-height: 12pt;
	font-family: Verdana, "Helvetica LT Std", Arial;
	font-size: 10pt;
	font-weight: normal;
	}

/* Structure */

#wrapper {
	width:620px;
	background:#000;
	margin:0 auto;
	}
#header {
	height:300px;
	background:url(images/header.jpg) no-repeat top left;
	margin-bottom:10px;
	}
#content {
	width:400px;
	padding:10px;
	float:left;
	}
#sidebar {
	width:170px;
	padding:10px;
	float:right;
	}
#footer {
	clear:both;
	padding:10px;
	text-align:center;
	}


/* Entries */

.entry {
	margin-bottom:50px;
	}
h1 {
	font-size: 24pt;
	font-weight: bold;
	font-family: Verdana, "Helvetica LT Std", Arial;
	text-align: center;
	line-height: 30pt;
}
h1 a {
	font-size: 24pt;
	font-weight: bold;
	color: #1E87C5;
	line-height: 30pt;
	}
h1 a:hover {
	font-size:18px;
	font-weight:normal;
	color:#4ABEEF;
	}
.date {
	color:#444;
	font-size:10px;
	}
.entrybody {
	margin:5px 0 0 0;
	text-align:left;
	}
.entrymeta {
	margin-top:-5px;
	}


/* Sidebar */

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #eee;
	border-left: 3px solid #1E87C5;
	padding: 3px 5px 4px 5px;
	background: #070707;
	border-bottom: 1px dotted #333;
	text-align: center;
	font-family: Verdana, "Helvetica LT Std", Arial;
	font-variant: normal;
	line-height: 24pt;
	}
#sidebar ul {
	list-style-type:none;
	background:#070707;
	margin-bottom:30px;
	}
#sidebar li a {
	display:block;
	padding:5px;
	border-left:3px solid #1E87C5;
	border-bottom:1px dotted #333;
	color:#4ABEEF;
	}
#sidebar li a:hover {
	display:block;
	padding:5px;
	border-left:3px solid #4ABEEF;
	border-bottom:1px dotted #333;
	background:#121212;
	color:#fff;
	}
