

body {
text-align: center;
background-image: url("http://www.tomorrowmars.com/tm12.jpg");
background-repeat: no-repeat;
background-position:left top;
}
.pics
{
position:absolute;
top:100px;
left:800px;
width:80px;
}
.main {
  width: 772px;
  text-align: left;
  margin: 0px auto;
  padding-left: 50px;
  padding-top:50px;
}
.left {
  padding-top: 20px;
  position: fixed;
  width: 100px;
}  
.right {
  padding-top: 50px;
  width: 150px;
  float: right;
}
.nav {
  position: fixed;
}  
.rap {
  width: 480px;
  padding: 10px;
  border: 0px;
  margin-left: 110px;
}





a {
	color: #FFFFFF;
	text-decoration: none;	/* this goes for ALL links - meaning  TITLE of the post and the "comments(1)" ... */
}

a img {
	border: none;
}

img {
	padding-left: 15px;
}

img.avatar {
	padding-left: 0px;
	float:left; 
	margin-right:5px;
}

#content a img {
	border: 0px solid #333;
	padding-left: 15px;
}

a:visited {
	color: #DDDDDD;		/* this is for all visited links */
}

a:hover {
color:white;
	text-decoration:underline;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 11px;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: black;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: white;			/* this is all the posted content text */
	/* text-transform: lowercase; */    /* makes all text letters lowercase */
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
	

}

cite {
	font-size: 11px;
	font-style: normal;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	
	padding-bottom: 2px;
}

h3 {
	font-size: 1.8em;			/* this is for all HEADLINES  */
	line-height: .8em;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 0;
	float:center;
	padding-left:20px;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: white;	/* this is for the heading - makes it yellos */
text-decoration:underline;
	}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font-size: 12px;
	text-align: justify;		/* this edits all the post text ... JUSTIFY */
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: left;
	clear: both;
	font-size: 90%;
}




.post, .comments-post {
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
}

.storytitle {
	margin-top: 0px;	/*this makes the story title top margin - HEAD */
	margin-bottom: 2px;
}

.storytitle a {
	text-decoration: none;
}

.textarea {
	width: 200px;
	margin: 0;
}

#clearer {
	clear: both;
	margin: 0;
	padding: 0;
}


/* this is for the SEARCH BAR and SUBMIT and DROPDOWN buttons */

#searchbar{
	background: #555555;
	width: 100px;
/* 	border: 1px solid #DDDD00; */
	border: 0px;
	color: #000000;
	padding-left: 3px;					/* so that it's sexy - and the entered text doesn't press up against the left */
}

#searchbutton{
	background: #666666;
/* 	border: 1px solid #0000DD; */
	border: 0px;
	color: #111111;
	width: 17px;						/* this is not 20 because I added padding-left: 3px to the searchbar */
}

#submit{
	background: #666666;
	border: 1px;
	color: #111111;
	width: 160px;
	padding: 3px;						/* this is the SUBMIT button for visitors' comments */
}

#dropdown{
	width: 120px;
	background: #555555;
	border: 0px;
}

#searchform{

}



/* these are for various things in the blog */

#commentform #comment{
	width: 375px;
	margin: 0;
	padding: 10px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #555555;
	color: #000000;
	border: 1px solid #777777;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 3px solid #eee;
	font-size: 12px;
	list-style-type: none;
}

#header, #header a:link {
	font-size: 12px;				/* controls the TITLE of the blog - its size etc */
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#header a:hover {
	color: gray; 				/* this is the header link - yellow */
}

#nav {
	padding-left: 5px;
	padding-right: 5px;
}

#nav form {
	margin: 0 0 0 0px;				/* this filthy thing caused all my errors because it was 0 0 0 13 before */
}

#nav ul {
	color: #555;
	font-weight: normal;
	font-size: 22px;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
 	text-transform: lowercase; 				/* this makes side bar lists lowercase */
}

#uppercase {
	text-transform: uppercase;
}


/* this is a fix for the way WP handles styling for link and theme switcher */
#nav li h2 {
	color: #555;
	font-weight: normal;
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#nav ul li {
	font-size: 80%;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#nav ul ul {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul ul li, #nav ul li ul li {
	font-size: 12px;
	font-weight: normal;
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
}

#nav ul ul li a {
	color: #444;
	text-decoration: none;
}

#nav ul ul li a:hover {
	border-bottom: 1px solid #333;
}

#nav ul ul ul.children {
	font-size: 11px;
	padding-left: 4px;
}


/* this is all for CALENDAR stuff */

#wp-calendar {
	border: 1px solid #000;
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 95%;
	text-align: center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #eee;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

#wp-calendar td {
	color: #444;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}



/* these are required by wordpress 2.5+ */

.page_item {
	margin: 0;
	padding: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* these are suggested by wordpress 2.5+ */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}





.meta {
	font-size: 90%;
	clear:both;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* stolen from slide-o-matic 2.6.1 */

.meta, .meta a {

	color: gray;				/* this is for the "webmaster posted at 11:20" and "Tags: crap" */
	font-weight: normal;
	letter-spacing: 0;
}

.date_month {
	color: gray;	
	font-size: 1.2em;
	margin: -0.5em 0 -0.25em 0;
	letter-spacing: -0.05em;
	text-align:center;
}

.date_day {
	color: gray;	
	font-size: 1.8em;
	line-height: 0.9em;
	letter-spacing: -0.1em;
	text-align:center;
}

.date_year {
	color: gray;	
	font-size: 0.8em;
	line-height: 0.85em;
	letter-spacing: -0.1em;
	text-align:center;
}



/* my additions -- or copied from above (min-zen) */

table.null {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
}

font.copyright {
	font-family: arial; 
	font-size: 10px; 
	color: #FFFF33;
}

.credit {
	position: fixed; 
	bottom: 10px; 
	right: 30px;
	color: #444444;
	font-size: 11px;
	text-align: justify;
}

.credit a:link {
	color: #AAAAAA;
	text-decoration: none;
}

.credit a:hover {
	color: white;
	text-decoration: underline;
}

font.subname{
	color: white;
	text-align: center;
}

div.break{
	margin-top: 15px;
	width: 100%;
	height: 1px;
	background: #444444;
}
.date
{
width:30px;float:left;
padding-right:20px;
color:gray;
text-align:center;
}