/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

a {
	color: #0000cd;
}
img {
	border: double #6e3912 4px;
	padding: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #e0cec2 url(images/pattern.gif);
}
a:visited {
	color: #0000cd;
}
a:hover {
	color: blue;
}
acronym, abbr {
	border-bottom: 0px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	border-left: 0px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
body {
	background: #b89988 url(images/header_main.jpg) no-repeat;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	margin: 0px;
	padding: 0px;
}
cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 0px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: 0px dotted #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}
.credit {
/*	background: #90a090; */
	color: #666666;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
.credit a:link, .credit a:hover {
	color: #fff;
}
.clear_border {
	!important;	border: 0px;	padding: 0px;	margin: 0px;
	padding: 2px;
	margin-left: 20px;
	vertical-align: bottom;
	text-align: center;
}

.storytitle {
	font: italic normal 24px 'Times New Roman', Times, serif;
	color: #432302;
	text-decoration: none;
}
.storytitle a {
	color: #432302;
	text-decoration: none;
}
.storytitle a:hover {
	color: #b22222;
	text-decoration: none;
}
.edit-post {
	background: url(images/edit.gif) no-repeat;
	width: 20px; height: 20px; border: 0px solid; cursor:pointer;
	float: right;
}



#container {position: absolute; width: 100%; background: url(images/bg_sidebar.gif) repeat-y;}




#content {
	background: url(images/content.jpg) no-repeat;
	border: solid 0px;
	position: absolute;
	left: 370px;
	top: 515px;
	max-width: 1200px;
	min-width: 600px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 135px;
}
#header a {color: #fff;	text-decoration: none;}
#header a:hover {text-decoration: underline;}




#sidebar {
	background: url(images/sidebar.jpg) no-repeat;
	position: absolute;
	left: 50px;
	top: 300px;
	width: 300px;
	border: 0px solid #FFCCFF;
	margin: 0px;
	padding: 0px;
}
#menu {
	margin-top: 50px;
	border: 0px solid red;
}
#menu ul {
	color: #432302;
	list-style-type: none;
	text-align: center;
	border: 0px solid green;
}
#menu ul a {
	color: #432302;
	text-decoration: none;
}
#menu ul a:hover {
	color: #b22222;
	text-decoration: none;
}
#menu ul li {
	font: italic normal 22px 'Times New Roman', Times, serif;
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
}
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
#menu ul ul li {
	border: 0px solid blue;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
}
#menu ul ul li a {color: #000;text-decoration: none;}
#menu ul ul li a:hover {border-bottom: 0px solid #809080;}
#menu ul ul ul.children {font-size: 142%;}

#footer  {
	height: 0px;
	width: 100%;
	position: absolute;  /* Needed for Safari */
	padding: 0px;
}

.virtual p.caption {
	text-align:center;
	font-size:0.85em;
	margin-top:0;
}
.virtual ul {
	display:block;
	clear:both;
	padding-top: 50px;
}
.virtual ul li {
	float:left;
	list-style:none;
}