* {

	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:none;

	color:#1E87C5;

	}

a:hover {

	text-decoration:none;

	color:#4ABEEF;

	}



p {

	margin-bottom:1.4em;

	line-height:1.7em;

	}



/* 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:370px;

	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 a {

	font-size:18px;

	font-weight:normal;

	color:#1E87C5;

	}

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:justify;

	}

.entrymeta {

	margin-top:-5px;

	}





/* Sidebar */



h2 {

	font-size:18px;

	font-weight:normal;

	color:#eee;

	border-left:3px solid #1E87C5;

	padding:3px 5px 4px 5px;

	background:#070707;

	border-bottom:1px dotted #333;

	}

#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;

	}
