.border {
background:none ;
border:1px solid #E2E2E2;
display:block;
padding:3px;
position:relative;
}

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: 872px;
  text-align: left;
  margin: 0px auto;
  padding-left: 50px;
  padding-top:50px;
}
.left {
  padding-top: 20px;
  width: 100px;
}  
.right {
  padding-top: 50px;
  width: 150px;
  float: left;
}
.nav {
  position: fixed;
}  
.rap {
  width: 480px;
  padding: 10px;
  border: 0px;
    margin-left:200px;
}





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.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-right:50px;
	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;
}
#r {float:right;clear:both;padding-right:20px;}
.date
{
width:30px;float:left;
padding-right:20px;
color:gray;
text-align:center;
}
.date {display:none; visibility:hidden;}
.more-link {color:#FF33CC;}
#footer {width:100%; float:left; clear:both; height:200px;padding:5px; list-style:none; padding-left:20px;padding-bottom:20px; background-color:#333333;border-top:dotted 2px #FF33CC; background:url("/wp-content/themes/tm/bg-footer.jpg") repeat-x  left top #000000}
#footer .widgettitle {padding-left:39px; font-weight:bold;color:black; text-transform:uppercase;font-size:16px;}
#footer a {padding-bottom:10px;}
#footer .textwidget
{color:#FF33CC;padding-left:4px;font-weight:700;}
#footer-sidebar1 {
float: left;
width: 190px;
margin-left:5px;
margin-right:5px;
}

#footer-sidebar2 {
float: left;
width: 290px;
margin-right:5px;
}
#footer ul {
list-style: none;

}

#footer-sidebar3 {
float: left;
width: 140px;
margin-left:15px;
margin-right:5px;
}
#footer-sidebar2  ul li a {
background:url("/wp-content/themes/tm/bg-faded-seperators-white.png") no-repeat scroll 0 bottom transparent;
color:#CCCCCC;
display:block;
padding:3px 0 4px;
text-decoration:none;
}
#footer-sidebar2  ul li a:hover {color:white;}
#footer-sidebar3  ul li a:hover {color:#FF33CC;}
#footer-sidebar3   ul li a {
background:url("/wp-content/themes/tm/bg-faded-seperators-white.png") no-repeat scroll 0 bottom transparent;
color:#CCCCCC;
display:block;
padding:3px 0 4px;
text-decoration:none;
}

#footer-sidebar4{
float: left;
width: 250px;
margin-left:35px;
border-radius:15px;
-moz-border-radius: 15px;
height:195px;

padding:1px;
}
#footer-sidebar4 .widgettitle {padding:0px;}
	.footer-divider {
	/*
		background-color:#171615;
		
		background:url(images/footer-divider.gif) repeat-y top left;
		*/
	}

	#footer .categories {
	font-size:14px;
		margin:0; padding:0;
		width:360px; height:auto;
		float:left;
	}
	
		.footer-cat {
			margin:0; padding:0;
			width:360px; height:auto;
			list-style:none;
		}
		
			.footer-cat li {
				margin:5px 0; padding:0 0 0 9px;
				width:150px; height:auto;
				float:left;
				background:url(images/footer-cat-left.gif) no-repeat top left;
			}
			
				.footer-cat li a {
					margin:0; padding:0 9px 0 0;
					width:auto; height:23px; line-height:23px;
					float:left; display:block;
					background:url(images/footer-cat-right.gif) no-repeat top right;
				}
				
				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {
					font-family:Georgia, "Times New Roman", Times, serif; color:#a7a7a7; text-decoration:none;
				}
				
				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#FF00FF;
				}
				
			.footer-cat li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
				/*
			 	color:#171615;
				*/
				cursor:pointer;
			 }
			
			.footer-cat li:hover a {
				background-position:100% -23px;
  			}
	
	#footer .about {
		margin:0; padding:0;
		width:580px; height:auto;
		float:right;
		
	}
	

	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#b2b2b2;
	line-height:17px;
}

p.copyright {
	margin:10px 0 0 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#404040;
}
	
.container1 {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin:0 auto; padding:0;
	width:940px; height:auto;
		
}

.row1 { clear: both; }
.col1 { width: 200px; float: left; padding: 0 10px; }
.col2 { width: 200px; float: right; padding: 0 10px; }

