/* General Styles */

body {
	font-family: Lucida, verdana, helvetica,serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
	background-image: url(images/lightwood.jpg);
        background-position: 50% 0%;
}
 
#wrapper {
    width: 820px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
	border-top:1px solid #dca;/* for mozillas top margin-bug*/
}

a {
	color: #008CD2;
	text-decoration: none;
	border-bottom: 1px solid #008CD2;
}

a img {
	border: none;
}

a:visited {
	color: #DC9204;
	border: none;
}

a:hover {
	color: #DC9204;
	border-bottom: none;
}

acronym, abbr {
	border-bottom: 1px dotted #008CD2;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}

code {
  font-size: 1.1em;
}

blockquote {
	border-left: 5px solid #008CD2;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}

h2 {
	font-size: 0.9em;
        font-style: italic;
        color:#041;
	letter-spacing: 0.1em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	margin-bottom:0px;
	padding:0px;
	font-size:.9em;
	font-weight:bold;
	color:#000;
	}
	
p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

p.menuitems {
	font-size: 9px;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
	}	

/* Header Styles */

#header {
	position: absolute;
	top: 6px;
	background-image: url(images/header800-fc.jpg);
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 800px;
	height: 153px;/*correct height*/
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
  
#header h1 {
    margin: 0 auto;
	padding: 0;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.3em;
}

#header p {
  margin: 0;
	color: #fff;
	font-size: 0.9em;
}

#header a {
	color: #fff;
	text-decoration: none;
	border: none;
}

#header a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#casTag {
 margin: 118px 0 0 0;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 font-style: italic;
 text-align: center;
 color: #fff;
 font-weight: bold;
 }
 
/* Content Styles */

#content {
  position: absolute;
	top: 170px;
	left: 200px;
	margin: 0 150px 0 0;
	width: 600px;
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
}

.post {
  margin: 0 0 2em 0;
  padding:10px 15px 0 15px;
}

.smalltext {
        font-family: verdana,trebuchet,sans-serif;
        font-size:   10px;
        font-style: normal;
        text-align: left;
        color: #000;
        font-weight: normal;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.meta {
	font-size: 10px;
	color: #808080;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	font-family: verdana, helvetica, sans-serif;
	width:570px;
}

.meta span {
  margin: 0 0 0 10px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta a {
	color: #DC9204;
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}

.meta a:hover {
	color: #99CB00;
	border-bottom: 1px dotted #99CB00;
	text-decoration: none;
}

.meta a:visited {
	color: #669BB4;
	border-bottom: 1px dotted #669BB4;
	text-decoration: none;
}

.storytitle {
	margin: 0 0 0.2em 0;
	font-size: 1.8em;
	letter-spacing: -0.1em;
	font-weight: bold;
	font-family: "Lucida Sans",Helvetica,Verdana, Arial, Helvetica,georgia,'Times New Roman', serif;
}

.storytitle span {
	text-transform: none;
	font-size: 0.7em;
	letter-spacing: 0;
}

.storytitle a, .storytitle a:visited {
	color: #003471;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

.storytitle a:hover {
	color: #00CCFF;
	font-weight: bold;
}

.storycontent {
  margin: 0.5em 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #696969;
	color:#000;
	width:570px;
}

.date {	
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:0;
	}

/* Menu Styles */

#menu {
  float: right;
	margin:0px 0 0 0;
	width: 140px;
	padding: 0px 0px 0px 2px;
	font-family: verdana, helvetica, sans-serif;
}

html>body #menu {
  width: 145px;
}

#menu a {
  color: #DC9204;
	text-decoration: none;
	border: none;
}

#menu form {
	margin: 0 0 1.5em 0;
}

#menu input#s {
	width: 120px;
	background: #F5F5F5;
	border: 1px solid #ccc;
	color: #000;
	margin: 0.5em 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
}

#menu ul li {
  color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0;
}

#menu ul ul {
	list-style: none;
	margin: 2px 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	color: #a3a3a3;
}

#menu ul ul li {
	letter-spacing: 0;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
}

#menu ul ul li a {
	color:#fff;
	text-decoration: none;
}

#menu ul ul li a:visited {
	color: #fff;
}

#menu ul ul li a:hover {
	color:#eee;
	text-decoration:underline;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
#searchform {
	font-size:9px;
}	

/* Left Column Styles */

#left {
  	position: absolute;
	top: 170px;
	left: -10px;
  	float: left;
	margin: 0px 0 0 0px;
	width: 135px;
	padding: 0 10px 10px 12px;
	font-family: verdana, helvetica, sans-serif;
        font-size: 0.8em;
}

#left a {
        color: #041;
	text-decoration: none;
	border: none;
}

#left ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}

#left ul li {
  	color:#041;
	margin: 0px 0 0 0;
	padding: 0;
	/* text-transform: uppercase;*/
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
}

#left ul ul {
	list-style: none;
	margin: 2px 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #a3a3a3;
}

#left ul ul li {
	letter-spacing: 0;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}

#left ul ul li a {
	color: #041;
	text-decoration: none;
	font-weight: bold;
}

#left ul ul li a:visited {
	color: #eee;
	text-decoration: none;
}

#left ul ul li a:hover {
	color: #041;
	text-decoration:underline;
}

#left ul ul ul.children{
	font-size: 12px;
	padding: 0 0 0 3px;
	margin: 0;
}
#left ul ul ul.children li{
	font-size: 12px;
	padding: 0 0 0 3px;
	margin: 0;
}
#left ul ul ul.children a, #left ul ul ul.children a:visited{
	color: #041;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 3px;
	margin: 0;
}
#left ul ul ul.children a:hover{
	color: #041;
	text-decoration: underline;
	font-weight: normal;
	padding: 0 0 0 3px;
	margin: 0;
}


/*  Footer Styles */

#footer {
	margin: 0px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 0.8em;
	clear: both;
}

#footer cite {
  color: #041;
	font-weight: normal;
}

#footer a, a:hover, a:visited {
	color: #DC9204;
	font-weight: normal;
	border: none;
}

/*  Comment Styles */

#commentlist {
  font: bold 1em;
	color: #ccc;
}

#commentlist li {
	color: #808080;
	font: normal 0.85em;
	background: #F5F5F5;
	border: 1px solid #008CD2;
	padding: 10px;
}

#commentlist cite {
	font-size: 0.8em;
	color: #808080;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#commentlist cite a {
  color: #DC9204;
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}

#commentlist p {
  margin: 0;
}

#commentlist cite a:visited, a:hover {
	color: #DC9204;
	border-bottom: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #F5F5F5;
	border: 1px solid #008CD2;
	padding: 0.2em;
}

#commentform textarea {
	width: 300px;
}

#commentform p {
  margin: 0 0 1em 0;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#comments {
  text-transform: uppercase;
	margin: 3em 0 1em 0;
	padding: 0 0 0.3em 0;
	color: #3173AA;
	font-size: 1em;
	letter-spacing:0;
	border-bottom: 1px solid #000;
}

#postcomment {
  text-transform: uppercase;
	margin: 0.9em 0 1em 0;
	padding: 0 0 0.3em 0;
	color: #3173AA;
	font-size: 1em;
	letter-spacing: 0;
	border-bottom: 1px solid #000;
}

#sidebar {
float: left;
margin-left: 5px;
padding: 10px 10px 10px 15px;
border: 1px solid #ccc;
width: 219px;
background: #F9F8F2;
color: #333;
text-align: left;
}

#footer {
margin: 0;
padding: 5px 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #333;
font-size: 70%;
letter-spacing: 0.09em;
}

.date {
font-size: 120%;
background: transparent;
color: #000;
}

.title {
font-size: 130%;
font-weight: normal;
background: transparent;
color: #336600;
border-bottom: 1px solid #ddd;
}

.posted {
margin-bottom: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
}

.sidetitle {
margin: 18px 0 7px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #ff003300;
border-bottom: 1px dotted #ccc;
}

.spacer {
clear: both;
}

.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #9DB7A7;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #000;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #295327;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}

.xblack
	{color:white;
	font-size:11pt;
	font-family:"Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	background:black}
.xwhite
	{color:black;
	font-size:10pt;
	font-family:"Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	background:white}
.xneutral
	{color:white;
	font-size:12pt;
	font-family:"Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	background:#888888}
.xpurple
	{color:white;
	font-size:11pt;
	font-family:"Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	background:#CC99FF;}
.xred
	{color:white;
	font-size:12pt;
	font-family:"Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	background:red}
.xblue
	{color:white;
	font-size:12pt;
	font-family:"Times New Roman", serif;
	text-align:center;
	vertical-align:middle;
	background:blue}
.xlefttext
	{color:black;
	font-size:10pt;
	font-family:"Times New Roman", serif;
	text-align:left;
	vertical-align:middle;
	background:white}