
body {
	font-size:100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #363636;
	color: #333;
	text-align: center;
	}

h1 {margin:0; font-weight:normal; visibility:hidden;}

h1 a {
	color:#e7b73b; text-decoration:none;}
     
h1 a:hover {color:#e7b73b; text-decoration:none;}

a {color:#e7b73b; text-decoration:none;}
a:hover {color:#555555; text-decoration:underline;}

#page {
	background-color: #555555;
	margin: auto;
	padding: 0;
	width: 90%; min-width:800px; max-width:894px;
	border: 1px solid #959596;
	}

#header {
	background-image:url(images/header-bg.png); background-repeat:no-repeat;
	background-color: #555555;
	margin: auto;
	padding: 0;
	height: 200px;
	width: 100%;
	}

#headerimg {
	background-image:url(images/title-bg.png); background-repeat:no-repeat;
	float:left;
	height: 120px;
	width: 430px;
	}

#home {width:30px;
       float:right;
       margin:10px 30px 0 0;
   }
   
#home a {
	     width:30px;
         height:30px;
	     display:block;
	     overflow:hidden;
	     text-decoration:none;
	     background-image:url(http://spacemanwebdesign.com/images/blog-logo.png); background-repeat:no-repeat;
	     }

#home a:hover {
	     width:30px;
         height:30px;
	     display:block;
	     text-decoration:none;
	     background-image:url(http://spacemanwebdesign.com/images/blog-logo.png); background-repeat:no-repeat;
	     background-position:-60px;
         }
   		
h1 {margin:0;}

#headerimg .description {
	color:#959596;
	margin: 20px 0 0 40px;}
	
#feed {width:10%;
      float:right;
      margin:120px 5% 0 0;
      }
	
#sidebar
{
	font-size:.70em;
	color:#959496;
	padding: 20px 0 10px 0;
	margin: -20px 0 0 70%;
	width: 27.5%;
	}
	
#sidebar a {color:#e7b73b; text-decoration:none;}
#sidebar a:hover {color:#c2c2c2; text-decoration:none;}

#sidebar form {
	margin: 0;
	}

.narrowcolumn {
	background-image: url(images/text-bg.png); background-repeat:no-repeat; 
	background-color:#ffffff;
	border:1px solid #959596;
	font-size:.80em;
	float: left;
	padding: 0 45px 20px 45px;
	margin: 0 0 20px 2.5%;
	width: 55%;
	}

.narrowcolumn h2 {margin: 60px 0 0 0;}	

.widecolumn {
	background-image: url(images/text-bg.png); background-repeat: repeat-x; 
	background-color:#ffffff;
	border:1px solid #959596;
	font-size:.80em;
	padding: 10px 0 20px 0;
	margin: auto;
	width: 96%;
	}
	
.widecolumn h2 {margin:60px 0 0 0;}

	
.widecolumn h3 {
	width:70%;
	padding:0;
    margin-left:30px;
    text-align:left;
    color:#22749b;
    }

.post {
	margin:auto;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 40px 0 40px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.small {color:#898989;}

.small img, .comment img {vertical-align:middle;}

#footer {
	font-size:.70em;
	color:#959596;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer a {color:#e7b73b; text-decoration:none;}
#footer a:hover {color:#e7b73b; text-decoration:underline;}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 20px 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 20px;
	display: inline;
	}

.alignright {
	float: right;
	margin:0 20px 0 0;
	}

.alignleft {
	float: left;
	margin:0 0 0 20px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	background-image:url(images/sidebar-bg.png); background-repeat:no-repeat;
	margin: 0 0 0 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding:2px 0 0 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	padding:5px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 5px 0 5px 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform p {
	margin: 5px 0;
	text-align:left;
	}
	
#commentform input {
	width: 50%;
	padding: 2px;
	margin: 5px 0 0 0;
	}

#commentform {
	margin: 5px 40px 0 40px;
	float:left;
	width:50%;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin:0 0 0 30px;
	width:50%;
	padding: 0;
	text-align: justify;
	border-top:1px solid #e7b73b;
	border-bottom:1px solid #e7b73b;
	}

.commentlist li {
	margin: 15px 0 10px 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

