/*
Theme Name: Spaghetti Oh
Theme URI: http://spaghettioh.com/
Description: The best theme you're bollocks has ever seen.
Version: 1.0
Author: E to the Mo
Tags: awesome,cool,pixelated
*/

/* ------------------------------------------------------------------
	UndoHTML
	(CC) 2004 Tantek Celik. Some Rights Reserved.
	http://creativecommons.org/licenses/by/2.0
	This style sheet is licensed under a Creative Commons License.
   ------------------------------------------------------------------ */
:link,:visited { text-decoration:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; } 
/* --- END UndoHTML --- */


/* ------------------------------------------------------------------
	BODY, BLOCKS & TAGS
   ------------------------------------------------------------------ */

body {
	font: normal 12px "Verdana", "Lucida Grande", "Verdana", sans-serif;
	color: #AAA;
	background: #000 url('images/background.gif') repeat-x fixed center;
	margin: 0 auto;
}

#wrap {
	width: 850px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 120px;
	width: 850px;
	background: url(images/header_logo.gif) no-repeat;
	background-position: 150px 0;
	margin: 0;
	margin-top: 10px;
	z-index: 2;
}

#navigation {
	position: relative;
	width: 850px;
	margin: 0;
	z-index: 1;
}

#container {
	width: 842px;
	background: #090909;
	border: 4px solid #4E5354;
	border-top: none;
}

#sitemap {
	padding: 15px;
}

#footer {
	text-align: center;
	clear: both;
	color:#999;
	padding:10px;
	margin-bottom:125px;
}

#footer_fire_front {
	background: url(images/footer_flames.gif) repeat-x right;
	position: fixed;
	bottom: -100px;
	right: 0;
	height: 252px;
	width:100%;
	z-index: 20;
}

#footer_fire_back {
	background: url(images/footer_flames.gif) repeat-x left;
	position: fixed;
	bottom: 0;
	height: 252px;
	width:100%;
	z-index: -20;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
}

a, a:visited {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #1B1B1B;
	background: #FFF;
}

.center {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}


/* ------------------------------------------------------------------
	HEADER & NAV BAR
   ------------------------------------------------------------------ */

#header a {
	font-family: "Verdana", "Times New Roman", Times, serif;
	width: 850px;
	height: 120px;
	font-size: .1em;
	display: block;
	text-indent: -10000px;
}

h1 a:hover {
	background: none;
}

#headerSkull {
	background: url(images/header_skull.gif) no-repeat;
	position: absolute;
	left: -110px;
	width: 275px;
	height: 257px;
	z-index: 5;
}

#siteDescription {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

.siteDescriptionTop {
	color: #FFF;
	position: absolute;
	right: 11px;
	bottom: 26px;
	z-index: 10;
}

.siteDescriptionBottom {
	color: #000;
	position: absolute;
	right: 9px;
	bottom: 24px;
	z-index: 9;
}

#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float: right;
}

#navigation li {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	position: relative;
	list-style-type: none;
}

#navigation li a, .navigation li a:visited {
	display: block;
	font-size: 18px;
	text-decoration: none;
	padding: 8px;
	border-width: 4px;
	border-style: solid;
	background: #090909;
}

#navigation li a:hover {
	color: #090909;
}

#navHome a, #navHome a:visited {
	color: #FFE76B;
	border-color: #FFE76B;
	padding-left: 150px !important;
}
#navHome a:hover {
	background: #FFE76B;
}

#navMetroid a, #navMetroid a:visited {
	color: #FFAD00;
	border-color: #FFAD00;
}
#navMetroid a:hover {
	background: #FFAD00;
}

#navSaturnCovers a, #navSaturnCovers a:visited {
	color: #FF8C00;
	border-color: #FF8C00;
}
#navSaturnCovers a:hover {
	background: #FF8C00;
}

#navTags a, #navTags a:visited {
	color: #FF6300;
	border-color: #FF6300;
}
#navTags a:hover {
	background: #FF6300;
}

#navAbout a, #navAbout a:visited {
	color: #FF0000;
	border-color: #FF0000;
}
#navAbout a:hover {
	background: #FF0000;
}


/* ------------------------------------------------------------------
	MAIN CONTENT
   ------------------------------------------------------------------ */

.entry {
	margin: 0 auto;
	background: #1B1B1B;
	padding: 15px;
	padding-bottom: 0;
}

h3 {
	font-size: 45px;
	line-height: 30pt;
	margin-top: 10px;
	float: right;
	text-align: right;
}

h3.firstPost {
	width: 700px;
}

h3 a, h3 a:visited {
	font-weight: normal;
	color: #FF8C00;
}

h3 a:hover{
	text-decoration: none;
	color: #1B1B1B;
	background: #FF8C00;
}

.postDetails {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 10px 0 10px;
	text-align: right;
}

.entryBody {
	color:#999;
	text-align: justify;
}

.entryBody p {
	font: normal 12px/1.7em "Lucida Grande", "Verdana", sans-serif;
	color: #999;
	margin-bottom: 1.5em
}

.entryBody a {
	font-size: 15px;
}

.entryBody ol, .entryBody ul {
	margin: 0 40px;
	margin-bottom: 10px;
	line-height: 1.5em;
	list-style-type: square;
}

h5 {
	font-size: 17px;
	color: #FF6300;
	font-weight: bold;
}

.quote {
	margin: 20px;
	padding: 11px;
	/* ----- padding-bottom 0 because p has margin-bottom ----- */
	padding-bottom: 0px;
	border: 4px solid #DDD;
	background: #666;
}

.quote p {
	color: #DDD;
}

.quote ul {
	font: normal 12px/1.6em "Lucida Grande", "Verdana", sans-serif;
	margin-bottom: 1.5em;
	list-style-type: square;
}

.quote li {
	color: #DDD;
}

.bottomLine {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
	font-size: 40px;
	color: #DDD;
	text-align: center;
	margin-bottom: 1.5em;
}

.imageRight {
	float:right;
	margin: 15px;
	margin-right: 0;
}

.imageLeft {
	float: left;
	margin: 15px;
	margin-left: 0;
}

.screenshots {
	text-align: center;
	margin-bottom: 1.5em;
}

.screenshots p {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.screenshots a:hover {
	background-color: #1b1b1b;
}

.screenshots img{
	margin: 5px;
}


/* ------------------------------------------------------------------
	ARCHIVES
   ------------------------------------------------------------------ */

.arc {
	font-family: "VT323", cursive, "Fixedsys", "Verdana", "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFF;
	margin: 0 auto;
	background: #090909;
	padding: 20px;
	text-align: center;
}

.excerpt {
	margin: 15px;
	border: 4px solid #4E5354;
	background: #1B1B1B;
	padding: 15px;
	padding-bottom: 0;
}

h4 {
	font-size: 18px;
	text-align: center;
}

h4 a, h4 a:visited {
	color: #FF8C00;
}

h4 a:hover{
	text-decoration: none;
	background: #FF8C00;
	color: #1B1B1B;
}

/* ------------------------------------------------------------------
	POST SHORTCUTS
   ------------------------------------------------------------------ */

.postShortcuts {
	height: 50px;
	margin: 0 -15px;
	background: #4E5354;
	padding: 15px;
}

.commentsLink {
	float: left;
	vertical-align: middle;
}

.commentsLink a, .commentsLink a:visited {
	font-size: 15px;
	height: 33px;
	padding-left: 50px;
	padding-top: 15px;
	background: url(images/comments.gif) top left no-repeat;
	display: block;
}

.commentsLink a:hover {
	background-position: 0 -48px;
}

.shareButtons {
	height: 48px;
	margin: 0 auto;
	float: right;
}

.shareButtons li {
	width: 48px;
	display: inline;
	float: left;
}

.shareButtons li a {
	font-size: .5em;
	text-indent: -10000px;
	/*	height: 0 !important;
*/	height: 48px; /* IE5/Win */
	width: 48px;
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
}

.shareButtons li a:hover {
	background-position: 0 -48px;
}

.shareFacebook a {
	background: url(images/share_facebook.gif) left top no-repeat;
}

.shareTwitter a {
	background: url(images/share_twitter.gif) left top no-repeat;
}

.shareStumbleupon a {
	background: url(images/share_stumbleupon.gif) left top no-repeat;
}

.shareMyspace a {
	background: url(images/share_myspace.gif) left top no-repeat;
}

.shareDigg a {
	background: url(images/share_digg.gif) left top no-repeat;
}

.shareTechnorati a {
	background: url(images/share_technorati.gif) left top no-repeat;
}

.shareBlogger a {
	background: url(images/share_blogger.gif) left top no-repeat;
}

.shareDelicious a {
	background: url(images/share_delicious.gif) left top no-repeat;
}

.shareRSS a {
	background: url(images/share_rss.gif) left top no-repeat;
}


/* ------------------------------------------------------------------
	SITEMAP
   ------------------------------------------------------------------ */

.sitemapLeft {
	width: 550px;
	float: left;
}

.sitemapRight {
	width: 250px;
	float: right;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #DDD;
	border-bottom: 4px solid #3e4243;
}

#sitemap p{
	margin: 10px;
	margin-bottom: 20px;
	color:#999;
	line-height: 1.4em;
}

#sitemap a, #sitemap a:visited {
	font-size: 18px;
	color:#FFAC00;
	text-decoration:none;
	display: block;
	padding: 2px 5px 2px 5px;
}

#sitemap a:hover {
	color:#090909;
	background-color: #FFAC00;
}

#sitemap ul {
	margin: 10px;
	margin-bottom: 20px;
}

#sitemap li, #sitemap ul li {
	list-style-type: none;
}

#sitemap ul li a span {
	float: right;
	width: 30px;
	text-align: right;
	color:#2E3233;
}

#sitemap ul p, #sitemap ul select {
	margin: 0;
}

#search {
	margin: 0px auto;
}


/* ------------------------------------------------------------------
	PROJECT STUFF
   ------------------------------------------------------------------ */

.projectUpdate {
	margin: 20px;
	padding: 10px;
	border: 4px solid #DDD;
	background: #666;
	text-align: center;
}

.projectUpdate p {
	color: #DDD;
}

.labelList {
	padding:0px;
	margin: 0px auto;
}

.labelList ul{
	margin: 0px auto;
	padding: 5px;
}

.labelList ul li{
	margin: 0px auto;
	float: left;
	padding: 6px;
	list-style-type: square;
	display: inline;
	font-size: 13pt;
}

.labelListTop {
	float: right;
}


/* ------------------------------------------------------------------
	COMMENTS
   ------------------------------------------------------------------ */

#commentBlock {
	margin: 0 auto;
	padding: 30px;
}

#commentBlock h2 {
	color: #FFE76B;
}

#commentList {
	margin: 0;
}

#commentList ul {
	margin: 0;
	padding: 0;
}

#commentList li {
	list-style-type: none;
	border: 4px solid #4E5354;
	margin: 0 0 20px;
	padding: 0;
}

.commentHead {
	margin: 0;
	padding: 10px;
	background: #4E5354;
	color: #999;
}

.commentAuthor {
	font-weight: bold;
	float: left;
}

.commentDetails {
	float: right;
}

.commentText {
	padding: 15px;
	background: #1B1B1B;
}

.commentText_Admin {
	padding: 15px;
	background: #999;
}

.commentText p {
	font: normal 12px/1.6em "Lucida Grande", "Verdana", sans-serif;
	color: #999;
	margin-bottom: 1.5em
}

.commentText_Admin p {
	font: normal 12px/1.6em "Lucida Grande", "Verdana", sans-serif;
	color: #1B1B1B;
	margin-bottom: 1.5em
}

#commentForm{
	padding: 30px;
}

#commentForm p {
	clear: both;
}

#commentForm label {
	display: block;
	width: 175px;
	float: left;
}

#commentForm input, #commentForm textarea {
	margin-bottom: 10px;
	display: block;
	width: 540px;
	float: right;
}

#commentForm label span {
	color: #F00;
}

#commentForm form {
	text-align:left;
	margin:0px;
}