body {
	margin: 20px;
	background color: #ffffff;
	font-family: "Cambria", Arial, Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Cambria", Arial, Georgia, Times New Roman, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3.dateline {
	font-size: 0.7em;
	font-weight: lighter;
	color: #000000;
}

img {
	border-style: none;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #993333;
}

a:hover {
	background: none;
	text-decoration: underline;
	color: #993333;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 750px;
	height: 110px;
	margin: 0 auto;
	background: url(http://unreality-sf.net/css/logo3.jpg) no-repeat left top;
}

/* Menu */

#menu {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(http://unreality-sf.net/css/menu.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 8px 30px 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Cambria", Arial, Georgia, Times New Roman, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #993333;
	background: none;
}

#menu a:hover {
	text-decoration: none;
	background: none;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 490px;
	padding: 25px 25px 0px 10px;

}
.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: left;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 25px 10px 10px 10px;
	color: #000000;
	background: #ffffff;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: normal;
	border-bottom: 1px solid #000000;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	line-height: normal;
	padding-bottom: 20px;
	text-align: left;
}

#sidebar a {
	background: none;
	color: #993333;
}

#sidebar a:hover {
	background: none;
	text-decoration: underline;
	color: #993333;
}

/* Footer */

#footer {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #000000;
}

