/* Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Frances Sun || http://www.francey.org
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
*/


acronym, abbr {
	border-bottom: 1px dashed #99CC00;
}

acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: 0em;
}

a:link, a:visited{
	color: #ffffff;
	text-decoration: none;}

blockquote {
	border: 1px dashed #99CC00
}

body {
	background-color: #666666;
	font-family: "Trebuchet MS", arial, "sans serif";
	font-size: 10pt;
	margin: 0px;
	color: #000000;
}

code{ 
	font-size: 8pt;
}

h1{
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0em;
	font-weight: normal;
}

h3{	color: #0066B2;	
	text-align: right;
	margin: 0px;
	padding: 0px;}

ins {
	font-style: italic;
	text-decoration: none;
}

p, li {
	line-height: 130%;
}

.credit {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.credit a {
	color: #ffffff;
	text-decoration: none;
}

.feedback {
	color: #666666;
	margin-bottom: 5px;
	text-align: right;
}

.feedback a{
	color: #666666;
	text-decoration: none;
}

.meta {	color: #666666;
	font-size: 9pt;
	text-align: right;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.meta ul li {
	display: inline;
	margin-right: 0px;
}

.meta, .meta a {
	color: #666666;
	text-decoration: none;;
}

.storytitle{ 
	color: #0066B2;
	text-align: right;
	margin: 0px;
}

textarea{ 
	width: 75%;
}

#commentform textarea, #commentform input {
	font-family: "Trebuchet MS", arial, "sans serif";
	width: 85%;
}

#content {
	background-color: #ffffff;
	border: 0px;
	position: relative;
	top: 0px;
	right: 240px;
	width: 400px;
	height: 100%;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	z-index: 0;
}

#content h2{
	color: #666666;
	font-weight: normal;
	font-size: 11pt;
	letter-spacing: 0em;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	border-bottom: 1px dashed #99CC00;
}

#content a{
	color: #0066B2;
	text-decoration: none;
}

#content a:hover{
	color: #0066B2;
	text-decoration: none;
	border-bottom: 1px dashed #99CC00;
}

#content input, textarea{
	border: 1px solid #0066B2;
}

#header{
	background-color: #0066B2;
	color: #ffffff;
	border: 0px;
	width: 690px;
	height: 30px;
	padding: 5px;
	position: absolute;
	top: 20px;
	left: 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0em;
	z-index: 1;	
}

#header a{
	color: #fffffff;
	text-decoration: none;
}

#menu{
	background-color: #CCCCCC;
	position: absolute;
	right: 25px;
	top: 0px;
	width: 175px;
	height: 100%;
	border: 0px;
	z-index: 2;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input {
	border: 1px solid #0066B2;
	font-family: 12px "Trebuchet MS", arial, sans-serif;
}

#menu ul {
	margin: 5px;
	padding-right: 3px;
	letter-spacing: 0em;
}

#menu li{
	font-size: 12pt;
	letter-spacing: 0em;
	font-size: 12pt;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li li{
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: normal;
	list-style-type: none;
	margin: 0px;
}

#menu a{
	color: #0066B2;
	text-decoration: none;
}

#menu a:hover{
	color: #0066B2;
	text-decoration: none;
	border-bottom: 1px dashed #99CC00;
}

#rap {
	background-color: #99CC00;
	border: 1px solid #000000;
	position: relative;
	right: 50%;
	top: 20px;
	width: 700px;
	margin-right: -350px;
	padding: 0px;
}