html { min-width: 742px; }

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

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: #fff url(images/bar2.gif) repeat-y right;
}

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

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

.Post
{
	clear: both;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
}

.Post h2
{
	/* timestamp appears on first post of each new day */
	font-size: 10px;
	text-align: right;
	color: #660000;
	border-bottom: #600;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

.Post h3
{
	/* Post title */
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 2px 2px 2px #fcc;

}


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


.Post div.character
{
	/* header inside of a post, esp. for lists */
	float: right;
	}

.Post blockquote
{
	color: #333;
}

.Post img
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	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;
	color: #666666;
	margin-right: 10px;
}

#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; }


.hide { display: none; }

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;
	color:  #F3F0EA;

}



/* ----------------------------  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;
}


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


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;
}

