/* CSS Document */

/* RESET RELOADED */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0; 
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* Site Layout */
body {background-color:#000000;}
#wrapper {width:950px;margin:0 auto;}
#header {background-image:url(images/header.jpg);height:160px;width:950px;}
#footer {background-image:url(images/footer.jpg);height:56px;width:950px;clear:both;}
#leftcolumn {float:left;width:205px;color:white; padding:10px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
#rightcolumn {float:right;width:205px; padding:10px;margin-bottom:10px; font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
#colcontainer {margin-left:225px;border-left:2px solid #a46a2f; border-bottom: 2px solid #a46a2f;margin-bottom:10px;
background-image:url(images/colbackground.gif);background-repeat:repeat-y;}
#centercolumn {width:480px;padding:10px;margin-bottom:10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
.clear {clear:both;}

/* Header Nav */
#navigation {width:350px;height:160px;position:relative;}
#navigation li {position:absolute;}
#navigation li a {height:15px;width:100%;display:block;}
#navigation li a:hover {border-bottom:2px solid #FFCC33;}
#nav-home {width:76px;height:14px; left:137px;top:2px;}
#nav-about {width:127px;height:14px; left:68px; top:30px;}
#nav-fiction {width:85px;height:13px;left:92px;top:57px;}
#nav-projects {width:99px;height:10px;left:60px;top:82px;}
#nav-astro {width:122px;height:12px;left:18px;top:108px}
#nav-contact {width:92px;height:14px;left:29px;top:134px}

/* NavBar Styles: Left */
.widget {}
.widget_links li, .widget_recent_entries li, .widget_meta li {margin-bottom:5px;line-height:1.3;}
#leftcolumn li a {color:#d49747;}
#leftcolumn li a:visited {color:#d4af7e;}
#leftcolumn li a:hover {color:#FF0000;}
#leftcolumn .widgettitle {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;width:90%;padding-bottom:5px;border-bottom:1px solid #d49747;color:#d84415;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;}
#leftcolumn ul {margin-bottom:15px;}

/* NavBar Styles: Right */
#rightcolumn li a {color:#FF0000;}
#rightcolumn li a:visited {color:#990000;}
#rightcolumn li a:hover {color:#000000;}
#rightcolumn .widgettitle {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;width:90%;padding-bottom:5px;border-bottom:1px solid #d84415;color:#d49747;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;}
#rightcolumn ul {margin-bottom:15px;}
#rightcolumn ul {margin-bottom:15px;}
#rightcolumn p {line-height:1.3;margin-bottom:5px;}
.bookimage {text-align:center;margin: 5px 10px	;}
.textwidget {margin-bottom:15px;}

/* Post and Page Styles */
#centercolumn h1 {font-size:18px;margin-bottom:3px;}
#centercolumn h2 {font-size:16px;margin-bottom:5px;}
#centercolumn h3  {font-size:14px;margin-bottom:7px;}
#centercolumn p {margin-bottom:10px;line-height:1.5;}
.date {width:45%;font-size:10px;font-style:italic; border-bottom: 1px solid #d49747;}
.postmetadata {padding-top:10px; border-top:1px solid #d84415;padding-bottom:20px;}
em {font-style:italic}
strong {font-weight:bold;}
blockquote {margin: 5px 25px; background-color:#FFFFCC; padding:10px;line-height:1.5;}
#centercolumn a {color:#FF0000;}
#centercolumn a:visited {color:a46a2f;}
#centercolumn a:hover {color:#d49747;}
#centercolumn ul {margin-bottom:15px;margin-left:20px;}
#centercolumn li {list-style-type:circle;line-height:1.4;margin-bottom:5px;}
#centercolumn ol {margin-bottom:15px;margin-left:20px;}
.pagetitle {margin-bottom:15px;}
#postnavs {margin:5px auto;width:350px; background-color:#FFFFCC;padding:5px;text-align:center;}