/* All Docs */
body {
	color: black;
	cursor: default;
	font-family: Verdana, Arial, sans-serif;
	margin: auto;
	background-color: #EFEFFF;
	text-transform: lowercase;
}
a{color: #0000FF; text-decoration: none; border-bottom: 1px dashed;}
a:hover{color: #B60000; background-color: #EFE;}
a:visited:hover{color: #B60000;}
a:visited{color: #000066;}
a:active {color: #00FFFF; background: #FFF;}
a:visited:active {color: #00FFFF; background-color: #FFF;}
pre,tt{font-size: 1.1em;}
img{border: 0;}
label{padding-left: 10px;}
abbr{cursor: help;}
.button{
	margin: 0;
	cursor: pointer;
}
fieldset{
	border: 1px solid;
	margin: 0;
	padding: 10px 10px;
}
h2{
	font-size: 1.2em;
	font-weight: bold;
}
.ax {display: none;}
.warn {color: #FF0000;}
.cen{text-align: center;}
.s {text-decoration: line-through;}
.rimg {
	position: relative;
	float: right;
	padding: 10px 0 0 15px;
}

/* Left Menu Code */
.navleft {
	position: absolute;
	float: left;
	top: 145px;
	left: 20px;
	font-size: 0.8em;
	padding: 0.1em 0em 0.4em 0em;
	background-color: #DDDDFF;
	width: 140px;
	font-family: Arial, sans-serif;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
}
.navleft ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navleft li{
	display: inline;
	font-size: 1.15em;
}
.navleft span{
	padding-left: 1em;
	color: #00AA00;
}
.navleft a{
	display: list-item;
	padding-left: 1em;
	text-decoration: none;
	border-bottom: 0;
}
.navleft a:hover{
	border-right: 3px solid;
}
.l2{
	margin: 0em 0em 0em 1em;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #FFF;
}
.navleft h2{
	text-align: left;
	margin: 0.4em 0em 0em 0em;
	padding-left: 0.4em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1.4em;
	border-bottom: 1px solid;
	border-right: 4px solid;
}
.navleft h3{
	margin: 0em 0em 0em 0.6em;
	font-style: oblique;
	font-size: 1em;
	padding-left: 0.4em;
	font-weight: normal;
}
.essays{background-color: #AAFFFF;}
.norm{background-color: #FFAAAA;}
.ms{background-color: #FFFFAA;}
.me {background-color: #B6FFFF;}
.humor {background-color: #FFFF66;}
.rez {background-color: #FFB6FF;}
.linkme a:hover{background-color: #CCFFFF;}
.linkhum a:hover{background-color: #FFFFCC;}
.linkrez a:hover{background-color: #FFCCFF;}

/* Dynamic Titles */
#hrez{background-color: #DEFFFF;}
#hhum{background-color: #CCCCFF;}
#hhum span{color: #009900;}
#hrez span{color: #999900;}

/* Bottom Navigation Bar */
.navbar{
	margin: auto;
	width: 602px;
	font-size: 0.8em;
	border-left: 1px solid;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
}
.navbar a{
	text-decoration: none;
	color: #FF0000;
	padding: 0 10px;
	border-bottom: 0; /* Opera Fix: bad z-indices, "a" border draws over ul border */
}
.navbar a:visited{color: #660000;}
* html .navbar a{ /* IE Fix: Incorrect Box Model, resulting in wide navbar and not knowing about transparent */
	padding: 0 3px;
}
.navbar a:hover{
	color: #006600;
	border-top: 1px dashed;
	border-bottom: 1px dashed; /* Opera Fix: the above "fix" affects all browsers */
}
.navbar ul{
	border-top: 1px solid;
	margin: 0;
	padding-left: 10px;
}
.navbar li{
	margin-left: -5px; /* something is drawing a 5px margin */
	display: inline;
	border-right: 1px solid;
}
* html .navbar li{margin-left: 5px;} /* IE Fix: Incorrect Box Model, messes the -5px above up */
#lihumor{padding-right: 29px;}
#lipersonal{padding-right: 14px;}
#lirez{padding-right: 5px;}

/* Page Header */
.cont {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: auto;
	height: 0;
	width: 98%;
}
.header {
	font-size: 2em;
	background-color: #FFDDFF;
	height: 120px;
	color: #333;
	margin: 0;
	padding-left: 130px;
	border-top: 1px outset #000;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px outset #000;
}
.header span{color: #009900;}
.rig{
	text-align: right;
	font-size: 0.38em;
	margin: 30px 20px 20px 0;
}
.rigup{
	width: 205px;
	float: right;
	margin: 10px 5px 0 0;
	font-size: 0.38em;
	text-transform: none;
	color: #FF0000;
}
#hrez .rigup{color: #FF00FF;}
#hhum .rigup{color: #000;}
#hhum .rigup a{color: #FF0000;}
.rigup a:visited{text-decoration: underline; color: #0000FF;}
.rigup a:hover{background-color: #FFF;}

.header form{
	position: absolute;
	top: 75px;
	left: 0;
	float: left;
}
.header label{
	font-size: 0.38em;
}
.header fieldset{margin: 0;padding:0px;border:0px;}

/* Page Title */
#pagetitle {
	font-size: 1.2em;
	margin: auto;
	position: relative;
	top: -5px;
	min-width: 480px;
	max-width: 620px;
	height: 57px;
	text-align: center;
	border-top: 1px outset #000;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px outset #000;
}
* html #pagetitle {width: 620px; } /* IE Fix: No CSS2 Support */
.smiley{font-size: 2.4em;}
.level2 {
	position: relative;
	float: right;
	z-index: 1;
}
.crumb {
	font-size: 0.6em;
	color: #005500;
	text-align: right;
	padding: 15px 60px 0 0;
}

/* Page Content */
.content {
	background-color: #EEE;
	margin: auto;
	position: relative;
	top: -5px;
	min-height: 394px;
	text-align: left;
	font-size: 0.8em;
	min-width: 480px;
	max-width: 590px;
	padding: 10px 15px;
	border-top: 1px outset #000;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px outset #000;
}
* html .content { width: 590px; height: 415px; } /* IE Fix: No CSS2 support */
.content h1{font-size: 1em;}

/* Castle Turret */
.turretcontainer{
	padding-right: 30px;
	top: 155px;
	width: 140px;
	height: 0;
	float: right;
	position: relative;
	width: 140px;
}
.turrettop {
	width: 160px;
	position: absolute;
	top: -10px;
	left: 0;
}
.top {
	background-color: #DDD;
	width: 14px;
	height: 10px;
	font-size: 0.5em; /* IE Fix: Minimum  div height equivilent to font-size  */
	margin-right: 14px;
	border: 1px solid #000;
	border-right: 2px solid #555;
	border-bottom: 0;
	float: left;
	position: relative;
}
.turret {
	background-color: #DDD;
	width: 118px;
	height: 450px;
	border: 1px solid #000;
	padding: 10px;
	font-size: 0.6em;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
}
.turretfoot {
	position: absolute;
	top: 390px;
	left: 7px;
	font-size: 0.9em;
	width: 125px;
	text-align: center;
}

/* Blog */
.blogtitle {
	font-size: large;
	letter-spacing: 1px;
	color: #FFA500;
	font-weight: bold;
}
.blogdate {
	color: #867663;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	margin: 0;
}
.blogentry p{
	letter-spacing: 0;
}
.blogtime {
	color: #867663;
}
.blogfoot {
	padding-bottom: 20px;
	border-bottom: 1px dotted #FFA500;
}
.blogarchive td{
	width: 50px;
	border: 1px solid #CCC;
	text-align: center;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.blogarchive table {
	border-right: 1px solid #000;
}

/* Page Specific */
.comform {color: black;}
.annoy {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #FF0000;
	text-align: center;
}
.books {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
.books li{padding-bottom: 10px;}
.mover {
	position: absolute;
	left: 280px;
	top: 480px;
}
.graph {
	position: relative;
	float: left;
	width: 533px;
	height: 293px;
}
.emphead {
	font-size: 1em;
	font-weight: bold;
	display: block;
}
.photos{
	text-align: center;
	background-color: black;
}
.photos img{margin: 10px 0;}
.alpha{list-style-type: lower-alpha;}
#mailform {border: 1px solid;}
#message {margin-left: 10px;}
#name {margin-left: 16px;}
#email {margin-left: 17px;}