/*
deviant - Inspired by deviantArt.com
by Jerry Bratton - Rerad.com
*/

a { 
	color: #5A695F;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color: #fff;
	background-color: #ff0086;
}

acronym, abbr {
	text-decoration: none;
	border-bottom: 1px dashed #4A584A;

}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-top: 1px solid #4A584A;
	border-bottom: 1px solid #4A584A;
	margin: .25em 1.5em;
	padding: .25em 1em;
	font-size: 90%;
	font-style: italic;
}

body {
	font-family: Verdana, Tahoma;
	margin: 0;
	padding: 0;
	background: #ff5eaa;
	text-align: center;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px solid #4A584A;
	font: 110% Verdana, Tahoma;
	letter-spacing: 0.10em;
	text-align: center;
	margin: 15px 10px 2px 10px;
	padding-bottom: 2px;
	color: #000;
}

h3 {
	border: none;
	font-family: Verdana, Tahoma;
	text-indent: 1em;
}

ol#comments li p {
	font-size: 100%;
}

ol#commentlist li {
	list-style-type: square;
}

ol#commentlist li p cite {
	border-bottom: 1px solid #4A584A;
	padding-bottom: 4px;
}	

p, li, .feedback {
	font: 90%/175% Verdana, Tahoma;
}

.credit {			
	width: 700px;
	border: 1px solid #4A584A;
	border-top: none;
	background-color: #7a4772;
	color: #fff;
	font-size: 10px;
	margin: 0 auto;
	padding: 3px 0;
	text-align: center;
	clear: both;
}

.credit a:link, .credit a:visited,.credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	margin-right: 20px;
}

.meta {
	font-size: .75em;
	margin-left: 20px;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
}
.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

.storycontent {
	background-color: transparent;
}


.storycontent ol {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.storycontent ul {
	list-style-type: square;
	list-style-position: inside;
}

.storytitle {
	margin: .45em 10px ;
}

.storytitle a {
	font-size: 90%;
	text-decoration: none;
}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #4A584A;
}

#commentform textarea {
	width: 80%;
}

#content {
	background-color: white;
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#content p {
	margin: 10px;
	text-indent: 1em;
}

#header {
	background: #7a4772;
	width: 100%;
	border-bottom: 1px solid #4A584A;
	font: normal 300% "Ethnocentric", Verdana, Tahoma;
	margin: 0;
	padding: 20px 0;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	background-color: #7a4772;
	text-decoration: underline;
}

#menu {
	background-color: #ffe8f4;
	border-left: 1px solid #4A584A;
	margin: 0;
	padding: 0 0 10px 0px;
	width: 190px;
	overflow: hidden;
	float: right;
}

#menu form {
	margin: 0 0 0 10px;
}

#menu input {
	background: #D6DBD6;
	border: 1px solid #4A584A;
	letter-spacing: -0.05em;
	color: #000;
	margin: 4px;
}

#menu ul {
	color: #3B4A4A;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	
}

#menu ul li {
	background-color: #ff5eaa;
	font: bold 12pt Verdana, Tahoma;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding: 5px 0 0 0;
}

#menu ul ul {
	list-style-type: none;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	background-color: #ffe8f4;
	border: 0;
	font: normal normal 9pt Verdana, Tahoma;
	letter-spacing: 0;
	margin-top: 0;
	padding: 5px 0 0 4px;
}

#menu ul ul li a {
	color: #5A695F;
	text-decoration: underline;
}

#menu ul ul li a:hover {
	text-decoration: none;
	color: #000;
}

#rap {
  	background: #fff;
  	border: 3px solid #7a4772;
 	margin: 10px auto 0 auto; 
	padding: 0;
	width: 720px;
	overflow: auto;
	text-align: left;
}