html { min-width: 742px; }

body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #CCCC99;
}

a:link, a:visited
{
	text-decoration: none;
	color: #600;
}

a:hover
{
	color: #993300;
	text-decoration: underline;
}

/* ----- BLOG ------------------------------------------- */

#Main
{
	width: 800px;
	padding-left: 8px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	border-style: solid;
	background-color: #CCCC99;
}

#Main h1
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ----- BLOG ------------------------------------------- */
#Blog
{
	width: 490px;
	float: left;
}

.post
{
	clear: both;
	font-size: 11px;
	line-height: 18px;
	margin: 30px 0px 50px;
	border: thin dashed #660000;
	color: #666666;
	background-color: #FFFFCC;
}

.post p {
	padding: 10px;
}

#Blog div.Post h2
{
	font-size: 10px;
	text-align: right;
	color: #660000;
	border-bottom: #600;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	background-color: #CC9999;
	margin-top: 0px;
	padding-right: 5px;
}

#Blog div.Post h3
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Blog div.post h3, #Blog div.post h4
{
	background-color: #CC9999;
	padding-left: 10px;
	font-size: large;
	padding-top: 5px;
}

#Blog div.Post h3 a:link, #Blog div.Post h3 a:visited, #Blog div.Post h3 a:active {
	color: #FFFFCC;
}

#Blog div.Post ul
{
	margin: 8px 0 8px 15px;
	padding: 0;
}

#Blog div.Post ul li
{
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #333;
}

#Blog div.Post div.categories  li
{
	/* category  list */
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px dotted #066;
}

#Blog div.Post h4 a:link, #Blog div.Post h4 a:visited, #Blog div.Post h4 a:active { color: #666666; }

#Blog div.Post h4 a:hover { color: #666666; }


#Blog div.Post div.character
{
	padding-right: 10px;
	text-align: right;
	}

#Blog div.Post h5
{
	/* header inside of a post, esp. for lists */
	font-weight: bold;
	padding: 0;
	margin: 8px 0 -6px 0;
	font-size: 11px;
	line-height: 16px;
}

#Blog div.Post blockquote
{
	font-size: 11px;
	color: #333;
}

#Blog div.Post img
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
	border-color: #ccc;
	border-width: 1px;
	border-style: dotted;
}

.quote
{
	margin-left: 20%;
	margin-right: 10%;
	font-size: 10px;
	line-height: 12px;
}

.editorial
{
	margin-left: 20%;
	margin-right: 10% font-size: 10px;
	line-height: 12px;
	padding: 10px;
	border-color: #669;
	border-width: 1px;
	border-style: dashed;
	/* background-color: #ddd; */
}

/* ----- SIDEBAR--------------------------- */
#Sidebar
{
	width: 230px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 10px;

}

#Sidebar img {
	margin: 10px;
}

#sidebar h3 {
	color: #FFFFCC;
	font-size: x-large;
	line-height: normal;
	text-align: center;
	margin-bottom: 0px;
}

#Sidebar h6
{
	font-size: 11px;
	font-family: Georgia,serif;
	color: #666;
	line-height: 13px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Sidebar a:link, #Sidebar a:active, #Sidebar a:visited
{
	color: #999;
	text-decoration: none;
}

#Sidebar a:hover
{
	color: #666666;
	text-decoration: underline;
}

#Sidebar ul
{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#Sidebar p {
	margin-top: 0;
	margin: 10px;

	margin-bottom: 1em;
}

.navbox
{
	width: 210px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	border: thin dashed #000;
	background-color: #fff;
	color: #666666;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}


.listname { color: #B0B0B0; }
.hide { display: none; }

.bot
{
	clear: both;
	height: 0;
}

ul .blogroll
{
	display: none;
	margin-left: 10px;
}

.buttons { text-indent: 20px; }

.buttons div.show
{
	background-image:   url(images/rightArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.buttons div.hide
{
	background-image:   url(images/downArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ----------------------------  rollover    -------------------------*/
#toolTipDiv
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	border: 2px solid #C8C6C1;
	background: #565554;
	padding: 4px 8px;
	font: normal 10px/11px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif;
	color:  #F3F0EA;
	width: 200px;
}

#characterDiv
{
	position: absolute;
	left: 50;
	top: 0;
	z-index: 1000;
	display: none;
	border: 2px solid #C8C6C1;
	/* background: #565554; */
	padding: 4px 8px;
	font: normal 10px/11px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif;
	color: #F3F0EA;
	width: auto;
}



/* ----------------------------  EXTRA STUFF ------------------------- */
#Header
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.top
{
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 5px;
	letter-spacing: .1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	text-transform: uppercase;
	background: #900;
	color: #fff;
}

div.nav
{
	font-size: 9px;
	text-align: right;
	border-top: 1px solid #333;
	border-bottom: 1px solid #900;
	color: #666;
	background: #ccc;;
	margin-right: 0px;
	margin-left: auto;
}

#Footer
{
	clear: both;
	padding: 5px;
	margin-bottom: 20px;
	letter-spacing: .1em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	background: #900;
	color: #FFFFFF;
	font-size: 1em;
}

