body{
	background: #84858a url(../images/mars/surface.jpg) no-repeat bottom left fixed;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333;
}

#wrap_outer{
	background: url(../images/mars/sky.png) repeat-x;
}

#wrap{
	width: 1000px;
	padding-left: 20px;
}

#header{
	height: 111px;
	margin-bottom: 42px;
}

	#header h1{
		text-align: center;
		padding-top: 20px;
		line-height: 50px;
		font-size: 42px;
		letter-spacing: 4px;
		margin-left: 40px;
		width: 600px;
	}
	
		#header h1 a{
			color: #eee;
			text-shadow: #bbf 0 0 10px;
			font-family: "Lucida Grande";
			opacity: 0.8;
		}
	
	#header p{
		font-family: "Lucida Grande";
		opacity: 0.7;
		font-size: 22px;
		text-shadow: #bbf 0 0 10px;
		color: #eee;
		margin: 20px 0 0 40px;
		width: 600px;
		text-align: center;
		letter-spacing: 2px;
	}

.column{
	float: right;
	position: relative;
}

#side{
}

	#side .end small{
		display: block;
		text-align: center;
		margin-left: 30px;
		width: 177px;
		font-size: 10px;
		color: #fff;
	}

	#side a{
		text-decoration: none;
	}

	#side a:hover{
	}
	
	/*  sidebar WP styles  */
	
	#side #menu h2.widgettitle{display: none;}

	#side #menu ul{
		padding: 0;
	}
	
	#side #menu li{
		padding: 4px;
		margin-bottom: 5px;
	}

	#side #menu a{
		text-shadow: 2px 2px 1px #333;
		text-transform: uppercase;
		font-family: "Lucida Grande";
		letter-spacing: 1.5px;
		font-size: 16px;
		opacity: 0.9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 2px solid #cba;
		background: rgba(200,200,200,0.5);
		color: #ddd;
		display: block;
		padding: 3px 5px;
		width: 198px;
	}
	
	#side #menu a:hover{
		background: rgba(200,200,200,0.2);
		color: #fff;
	}
	
	#side ul{
		padding: 0 5px;
	}
	
	#side li{
		padding-bottom: 5px;
	}
	
	#side .widgettitle{
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
		text-shadow: 2px 2px 1px #ccc;
	}

#side .widget,	
#content{
	width: 701px;
	color: #222;
	background-color: rgba(221,210,169,0.7);
	border: 3px solid rgba(90,70,40,0.9);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#side{
	width: 230px; 
	margin-left: 40px;
}

#side .widget{
	width: 200px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	padding: 5px;
}

#side #menu{
	background: none;
	border: none;
	padding: 0;
}

#content {
	margin-bottom: 50px;
}

#content .padding{
	padding: 15px;
	line-height: 20px;
	font-family: 'Lucida Grande';
	font-size: 14px;
}

p{
	padding-bottom: 15px;
	line-height: 22px;
}
		
	#content .blank{
		width: 70px;
		height: 120px;
		float: right;
	}
	
	#content h1{
		text-shadow: #999 2px 2px 4px;
		color: #03f;
		font-size: 28px;
		font-weight: bold;
		padding: 4px;
		opacity: 0.7;
	}

	#content h2{
		color: #444;
		font-weight: bold;
		border-bottom: 1px solid #999;
		font-size: 18px;
		margin-bottom: 8px;
		margin-top: 6px;
	}
	
	#content h2:first-letter{
		font-size: 22px;
		text-shadow: #999 1px 1px 1px;
	}

	#content h3{
		font-weight: bold;
		border-bottom: 1px solid #999;
		font-size: 18px;
		margin-bottom: 8px;
		margin-top: 6px;
	}
	
	#content h4{
		font-weight: bold;
		font-size: 16px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	#content h5{
		font-weight: bold;
	}
	
	#content em{
		font-style: italic;
	}
	
	#content em.date{
		color: #444;
		font-weight: bold;
	}
	
	a{
		text-decoration: none;
		color: #03f;

	}

 	a:hover{
		color: #fff;
		opacity: 0.8;
	}
	
	#content ul{
		padding: 0 10px;
	}
	
	#content li{
		margin-bottom: 10px;
		list-style: circle;
		margin-left: 10px;
	}
