body {
 font-family: arial, sans-serif;
 font-size: 12px;   /* for compliant browsers */color: #333;
 line-height: 170%;
 background: #E5E4E4;
 text-align: center;
}
body.archive {
font-size: 12px;   
letter-spacing: 0;
color: #666;
}
* html body {
 font-size: x-small; /* for IE5 on Windows */
 f\ont-size: small;  /* for other IE versions */
}
a {
 color: #333;
}
a:hover {
 color: #5f7076;
}
#wrapper {
 background: #E5E4E4 url(/images/bg.gif) repeat-y;
 width: 517px;
 margin: 0 auto;
}
img {
 border: 0;
}
img.alignright {
	float: right;
	margin-left: 8px;
}
img.alignleft {
	float: left;
	margin-right: 8px;
}
h1 {
 font: bold 100% arial, verdana, sans-serif;
}
h2,
h3 {
 font: bold 100% arial, verdana, sans-serif;
 margin-top: 30px;
 text-transform: uppercase;
}
.clear {
	clear: both;
}
/* homepage content */
#contentHome {
 text-align: left;
 margin: 200px 0 210px 0;
}
#contentHome h1 {
 background: url('/images/levtitle.gif') no-repeat;
 height: 57px;
 width: 517px;
}
#contentHome h1 span {
	display: none;
}

/* nav */
ul.nav {
	margin: 0 auto;
	padding: 0 22px;
	text-align: center;
}
ul.nav li {
	border-right: 1px #999 solid;
	float: left;
	list-style: none;
	padding: 0 8px 0 8px;
	margin: 0 auto;
	text-align: center;
}
ul.nav li.endcap {
	border-right: 0;
	padding-right: 0;
}
ul.nav li a span {
	display: none;
}
ul.nav li a {
	display: block;
	height: 5px;
}
a.nav-home {
	background: url('/images/nav_home.gif') no-repeat;
	width: 23px;
}
a.nav-home:hover {
	background: url('/images/nav_home_over.gif') no-repeat;
	width: 23px;
}
a.nav-codex {
	background: url('/images/nav_codex.gif') no-repeat;
	width: 28px;
}
a.nav-codex:hover {
	background: url('/images/nav_codex_over.gif') no-repeat;
	width: 28px;
}
a.nav-magicians {
	background: url('/images/nav_magicians.gif') no-repeat;
	width: 68px;
}
a.nav-magicians:hover {
	background: url('/images/nav_magicians_over.gif') no-repeat;
	width: 68px;
}
a.nav-time {
	background: url('/images/nav_timemagazine.gif') no-repeat;
	width: 71px;
}
a.nav-time:hover {
	background: url('/images/nav_timemagazine_over.gif') no-repeat;
	width: 71px;
}
a.nav-other {
	background: url('/images/nav_otherwriting.gif') no-repeat;
	width: 18px;
}
a.nav-other:hover {
	background: url('/images/nav_otherwriting_over.gif') no-repeat;
	width: 18px;
}
a.nav-bio {
	background: url('/images/nav_aboutme.gif') no-repeat;
	width: 13px;
}
a.nav-bio:hover {
	background: url('/images/nav_aboutme_over.gif') no-repeat;
	width: 13px;
}
a.nav-contact {
	background: url('/images/nav_contact.gif') no-repeat;
	width: 41px;
}
a.nav-contact:hover {
	background: url('/images/nav_contact_over.gif') no-repeat;
	width: 41px;
}
a.nav-news {
	background: url('/images/nav_news.gif') no-repeat;
	width: 24px;
}
a.nav-news:hover {
	background: url('/images/nav_news_over.gif') no-repeat;
	width: 24px;
}
a.nav-events {
	background: url('/images/nav-events.gif') no-repeat;
	width: 33px;
}
a.nav-events:hover {
	background: url('/images/nav-events-over.gif') no-repeat;
	width: 33px;
}

/* interior page content */
#header h1 {
 background: url('/images/header.gif') no-repeat;
 height: 102px;
 width: 517px;
}
#header h1 span {
 display: none;
}
#content h2 {
 font: bold 100% arial, verdana, sans-serif;
 margin: 0;
 text-transform: uppercase;
}

blockquote {
 background: #fff url(/images/quote.gif) no-repeat;
 border-bottom: 1px #eee solid;
 padding-left: 10px;
 margin: 20px;
}
#content, 
#content-archive {
 color: #333;
 padding: 20px 40px 0px 40px;
 text-align: left;
}


#contactForm input {
 width: 100%;
 border: 1px #ccc solid;
}
#contactForm #message {
 font-family: arial,verdana, sans-serif;
 width: 100%;
 height: 150px;
 border: 1px #ccc solid;
}
#contactForm #btn {
 font-size: 100%;
 letter-spacing: 0.25em;
 border: 0;
 background: #ccc;
 color: #333;
 text-transform: uppercase;
 padding: 5px 0 5px 0;
}
p.error {
 color: #990000;
}
.imgRight {
 float: right;
 margin: 0 0 5px 5px;
}
.imgLeft {
 float: left;
 margin: 0 5px 5px 0;
}
.date {
	font-size: 11px;
	color: #999;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.event {
	background-image: url(/images/date.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#commentform textarea {
	width: 430px;
}

#sidebar {
	padding: 0 40px;
	width: 430px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar div.col-archives, 
#sidebar div.col-categories,
#sidebar div.col-extras {
	float: left;
	text-align: left;
	margin-right: 30px;
	width: 120px;
}
#sidebar div.col-extras {
	margin-right: 0;
}
#sidebar ul a {
	font-size: 10px;
	text-transform: uppercase;
}
#sidebar div.col-archives ul a, 
#sidebar div.col-categories ul a,
#sidebar div.col-extras ul a {
	display: block;
	border-bottom: 1px #ccc solid;
	padding: 3px;
	text-decoration: none;
}
#sidebar div.col-archives ul a:hover, 
#sidebar div.col-categories ul a:hover,
#sidebar div.col-extras ul a:hover {
	background: #efefef;
}
#sidebar div.col-extras ul a.rss {
	background: url('../images/feed-icon.png') left 50% no-repeat;
	padding-left: 20px;
}
#sidebar div.col-extras ul a.twitter {
	background: url('../images/icon-twitter.png') left 50% no-repeat;
	padding-left: 20px;
}
#sidebar div.col-extras ul a.fb {
	background: url('../images/icon-facebook.png') left 50% no-repeat;
	padding-left: 20px;
}
div.post {
	margin-bottom: 15px;
}
#content-archive div.post {
	text-transform: none;
}
h2.pagetitle {
	color: #666;
	border-bottom: 1px #ccc solid;
	letter-spacing: 0.05em;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
div.post h2, 
body.single #content div.post h2 {
	font-size: 18px;
	text-transform: none;
}
div.post h2 a {
	color: #999;
	font-size: 18px;
	text-transform: none;
	text-decoration: none;
}
div.post small {
	color: #666;
}
div.post a {
	color: #666;
	font-weight: bold;
}
div.post h2 a:hover,
div.post a:hover {
	color: #5f7076;
}
.postmetadata {
	border-bottom: 1px #ccc solid;
	font-size: 10px;
	letter-spacing: 0.04em;
	margin-top: 25px;
	padding-bottom: 20px;
}
.postmetadata a {
	text-decoration: none;
}
.meta-comments a {
	background: url('../images/icon-comment.gif') left 50% no-repeat;
	padding-left: 13px;
}
.meta-share a {
	background: url('../images/icon-share.gif') left 50% no-repeat;
	padding-left: 15px;
}
ol.commentlist img.avatar {
	float: left;
	margin: 0 10px 15px 0;
}
ol.commentlist cite {
	font-weight: bold;
}
div.navigation {
	background: #f8f8f8;
	padding: 3px;
}
div.navigation a {
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
