/*  
Theme Name: Space Oddity
Theme URI: http://wordpress.org/
Description: Ground control to Major Tom!
Version: 1.0
Author: Brendan Dawes
Author URI: http://www.brendandawes.com/
Template: spaceoddity

*/

/* hide from ie on mac \*/
html {
		height: 100%;
		width: 100%;
		overflow: auto;
	}
	
#flashcontent {
		height: 100%;
	}
	/* end hide */

body {
		background-repeat: repeat-x;
		background-image: url(/wp-content/themes/spaceoddity/images/background_grad.jpg);
		line-height: 1.5em;
		color: #e7e7e7;
		font-size: .8em;
		font-family: sans-serif;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
	}

a {
	color: white;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	color : #b72a33;
	text-decoration  none:;
	font-variant: normal;
}

#content { /* Right and left margin widths set to "auto" */
	margin-left: auto;                                                 
	margin-bottom: 0px;                                                 
	margin-right: auto;                                                 
	margin-top: 20px;                                                 
	text-align:left; /* Counteract to IE5/Win Hack */
	width: 800px;
}

.post {
	margin-bottom: 20px;
	border-style: none;
	width: 450px;
}

h1 {
	font-size: 9em;
}

#left {
	height: 500px;
	float: left;
	margin-right: 20px;
	width: 180px;
}

#right {
	float: right;
	left: 20px;
	top: 0px;
	position: relative;
	width: 600px;
}

.sIFR-hasFlash h1 {
    visibility: hidden;
    font-size: 9em;
    margin-top: -9px;
    margin-bottom: 5px;
}

.acomment {
	background-color: #676767;
	padding: 10px;
}

ul {
	font-size: .85em;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
 .related {
	margin-top: 20px;
	border-color: #d2d2d2;
	border-width: 1px;
	border-style: dotted;
	margin-bottom: 20px;
	padding: 10px;
}
 #left li a {
	padding: 2px;
	background-color: #3c3c3c;
}

