/*
Title: Romance Fanlisting
Author: Shii (Sophia Liu)
URI: http://fan.dark-wings.net/romance/
*/

body {
	color: #846a6f;
	background-image: url(images/bg.jpg);
	background-color: #e7d7da;
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto auto 0;
}

p {
	color: #846a6f;
	font-family: Arial narrow, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#divleft {
	width: 275px;
	height: 100%;
	border: 0px;
}

#divmid {
	width: 11px;
	height: 100%;
	border: 0px;
	background-image: url(images/divy.jpg);
	background-repeat: no-repeat;
	background-position: top; 
}

#divright {
	width: 264px;
	height: 100%;
	border: 0px;
	background-image: url(images/divx.jpg);
	background-repeat: no-repeat;
	background-position: top; 
}

img {
	border: 0px;
}

#content {
	color: #846a6f;
	font-family: Arial narrow, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.title{
	background: #c6b6b9;
	color: #37272a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	margin: 10px 0 10px 0;
}

#navy {
	color: #aa9b9e;
	font-family: Arial Narrow, Verdana, Sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 20px;
	font-size: x-small;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px dotted #969696;
	border-bottom: 1px dotted #969696;
}

#navy a {
 	color: #aa9b9e;
	text-decoration: none;
 	font-size: x-small;
 	text-transform: uppercase;
	cursor: default;
}

#navy a:hover {
 	color: #bd9fa5;
	text-decoration: none;
	font-size: x-small;
	text-transform: uppercase;
	cursor: default;
}

#footer {
	color: #aa9b9e;
	font-family: Arial Narrow, Verdana, Sans-serif;
	line-height: 11px;
	padding-top: 4px;
	font-size: x-small;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
 	color: #aa9b9e;
 	text-decoration: none;
 	font-size: x-small;
 	text-transform: uppercase;
	cursor: default;
}

#footer a:hover {
 	color: #bd9fa5;
	text-transform: uppercase;
	cursor: default;
}

blockquote {
	font: 11px Arial Narrow, Arial, Sans-serif;
	line-height: 15px;
	border: 1px solid #f0e5e7;
	background: transparent;
	margin: 10px 0 10px 0;
	padding: 10px;
}

#content td, #content tr {
	color: #9e8e91;
	background: #ecdde0;
	padding: 3px;
	margin: 2px;
	font-family: Arial Narrow, Arial, Sans-serif;
	font-size: 11px;
	text-align: center;
}

form {
	font-size: 11px;
	font-family: Arial Narrow, helvetica, sans-serif;
	text-align: left;
}

input, textarea, select {
	color: #cb7888;
	font-size: 11px;
	font-family: Arial Narrow, helvetica, sans-serif;
	padding: 1px;
	background: #e7d7da;
	border: 1px solid #e8e8e8;
}

ul {
	padding: 0px;
	padding-left: 12px;
	margin: 0px;
}

a:link, a:active, a:visited {
	color: #9a5f6a;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

a:hover {
	color: #d47184;
	background: #f5ecee;
	text-decoration: none;
	cursor: default;
}


