/*
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

 based on WordPress default layout by Dave Shea || http://mezzoblue.com
 with modifications by Frances Sun || http://www.francey.org
 This is just a basic layout, with only the bare minimum defined.
*/


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%;
}

#content {
	background-color: #ffffff;
	border: 0px;
	position: relative;
	top: 0px;
	left: 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: right;
	text-transform: lowercase;
	letter-spacing: 0em;
	z-index: 1;	
}

#header a{
	color: #fffffff;
	text-decoration: none;
}

#menu{
	background-color: #CCCCCC;
	position: absolute;
	left: 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-left: 3px;
	letter-spacing: 0em;
}

#menu li{
	font-size: 12pt;
	text-transform: lowercase;
	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;
	text-transform: lowercase;
	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;
	left: 50%;
	top: 20px;
	width: 700px;
	margin-left: -350px;
	padding: 0px;
}
