/* @override http://localhost:4000/stylesheets/style.css */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/Invader_Background.png) repeat fixed left top;
	background-color: #000000;
	font: 14px Trebuchet, Arial, Helvetica, sans-serif;
	color: #e6e6e6;
}

h1, h2, h3 {
	margin-top: 0px;
	margin-botom: 1px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.0em;
	line-height: 120%;
	list-style-type: square;
}

a {
	color: #9dff00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #9dff00;
}

a img {
	border: none;
}

/* Header */

#header {
	background: url(../images/Invader_Header.gif) repeat-x;
}

#header_container {
	width: 900px;
	height: 58px;
	margin: 0px auto;
}

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

/* Logo */

#logo {
	float: left;
	padding-left: 50px;
	margin-top: 50px;
	background: url(../images/title.gif) no-repeat left 100%;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #393939;
}

#logo p {
	/*padding-left: 3px;*/
	width: 294px;
	height: 66px;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo a {
	color: #393939;
}

/* Menu */

#menu {
	float: right;
	margin-top: 95px;
	/*margin: 62px 0 0 0;*/
	height: 66px;
	font-size: .85em;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu li ul.mini_menu li {
	float: left;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 8px 20px 0px 20px;
	/*background-image: url(images/bg_dither.gif);*/
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

.post {
	margin: 0px 0px 42px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px;
	/*border-bottom: #BFC9AE dashed 1px;*/
	color: #e6e6e6;
}

.post .title a, .post .title a:hover, .post .title a:visited {
	color: #e6e6e6;
	text-decoration: none;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	color: #c7c7c7;
	font-style: italic;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 8px 0px 20px 20px;
	padding-top: 1px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	padding: 5px 0px 5px 15px;
	/*border-bottom: #BFC9AE dashed 1px;*/
}

#sidebar h2 {
	padding: 4px 0px 4px 15px;
	/*background: url(images/bg_dither.gif);*/
	font-size: 1.2em;
	color: #e6e6e6;
}

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

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

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
	margin-left: 15px;
}

/* Footer */

#footer {
	clear: both;
	/*width: 900px;*/
	height: 64px;
	margin: 0px auto 0px auto;
	color: #e6e6e6;
	background: url(../images/Invader_Footer.gif) no-repeat left;
}

#sidebar-content ul {
	padding-bottom: 25px;
}

small.feed-date {
	color: #c7c7c7;
	font-style: italic;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #9dff00;
}

#content div.post h2.title p {
	margin: 0px;
}