/*
Copyright by Ken Pinkela
*/

body {
margin: 0;
padding: 0;
background: #71726E;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
}

a{
text-decoration: none;
}

h1, h2, h3 {
margin: 0;
padding: 0;
text-transform: capitalize;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
letter-spacing: 1px;
color: #811305;
}

h1{
letter-spacing: -1px;
font-size: 32px;
}

h2{
font-size: 23px;
}

p, ul, ol{
margin: 0 0 2em 0;
text-align: justify;
}

p.quote{
padding: 0 60px 0 60px;
}

font.fnote{
font-size: 0.90em;
}

a:link{
color: #3B0700;
}

a:hover, a:active{
text-decoration: none;
color: #3B0700;
}

a:visited{
color: #3B0700;
}

img.left{
float: left;
margin-right: 7px;
}

img.right{
float: right;
margin-left: 7px;
}

form{
margin-left: 30px;
padding: 0;
}

fieldset{
margin: 0;
padding: 0;
border: none;
}

legend{
display: none;
}

input, textarea, select{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
}

#header{
width: 940px;
margin: 0 10px;
}

#menu{
float: left;
width: 940px;
height: 40px;
background: #000000;
}

#menu ul{
margin: 10px 60px 0 10px;
padding: 0;
list-style: none;
line-height: normal;
}

#menu li{
display: block;
float: left;
}

#menu a{
display: block;
float: left;
margin-left: 5px;
padding: 0 20px;
background: url(images/img03.gif) no-repeat right 60%;
text-decoration: none;
text-transform: capitalize;
font: 12px Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	float: left;
	width: 940px;
	height: 273px;
	margin-left: 10px;
	background: url(images/astro0.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 65px 0 0 40px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: italic;
	color: #90ee90;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 280px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #f0f8ff;
}

#logo p a{
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover{
text-decoration: none;
}

#wrapper{
width: 960px;
margin-left: 20px;
background: url(images/img01.gif) repeat-y left top;
}

#page{
width: 960px;
margin: auto;
}

#content{
float: right;
width: 910px;
margin: 0 0 0 30px;
padding: 0 30px 0 30px;
text-align: justify;
}

/* Post */

.post {
}

.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #d1d1d1;
}


.post .meta2 {
	border-top: 1px dotted #d1d1d1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #8a2be2;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#footer-wrap {
	width: 940px;
	height: 80px;
	margin: 0 0 0 10px;
	background: #999999;
}

#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 64px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html, body, #footer {
	height: auto;
}

#legal{
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #000000;
}

#legal a {
	text-decoration: none;
	color: #000000;
}