/***************************************
 * Global
 ***************************************/
 
body, p, table, td, tr, input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
a:link, a:visited {
	color: #3A5F7C;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFAE00;
}

/***************************************
 * Useful styling
 ***************************************/
 
.table-brpad td {
	padding: 0 5px 5px 0;
}

/***************************************
 * Headers
 ***************************************/

h1 {
	display: none;
}
#content h2 {
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, Verdana, sans-serif;
	font-size: 13pt;
	margin: 0;
	text-align: left;
	padding: 10px 10px 8px 20px;
	background-image: url(http://www.keiichianimeforever.com/skin/imageset/v2winter/h2.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
h3 {
	font-size: 10pt;
	margin: 20px 0 10px;
	padding-bottom: 5px;
	text-align: left;
}
h4 {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}

/***************************************
 * Page Layout
 ***************************************/

body {
	margin: 0;
	padding: 20px;
	background: #3C3C3C;
	text-align: center;
}
#wrapper {
	margin: auto;
	text-align: left;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(http://www.keiichianimeforever.com/skin/imageset/v2winter/repeat.png);
}

/***************************************
 * Main Layout
 ***************************************/

#main {
	float: right;
	width: 612px;
	margin-left: -100px;
	background: url(http://www.keiichianimeforever.com/skin/imageset/v2winter/content_head.png) no-repeat;
}
#quick {
	height: 32px;
	overflow: hidden;
	color: #FFFFFF;
}
#quick ul {
	padding: 0;
	margin: 0;
	padding: 12px 0 0 12px;
	overflow: hidden;
}
#quick li {
	display: inline;
}
#quick a:link, #quick a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#quick a:hover, #quick a:active {
	color: #800000;
	text-decoration: none;
}
#ad {
	display: block;
	margin-top: 5px;
	height: 86px;
}
#content {
	padding: 0 10px 0 10px;
	float: left;
	width: 431px; 
	line-height: 150%;
	background: #FFFFFF;
}
* html #content { 
	width: 431px; 
}
#content * {
	line-height: 150%;
}

/***************************************
 * Right Navigation Layout
 ***************************************/

#col-right {
	float: right;
	width: 135px; 
	padding: 10px 15px 10px 11px;
}
#col-right h2 {
	font-size: 8pt;
	margin: 5px -7px 5px -7px;
	font-weight: bold;
	border-bottom: 1px solid #E1E1E1;
	font-family: "Trebuchet MS", "MS Trebuchet", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 7px 0 7px;
}
#col-right ul {
	padding: 0 0 0 13px;
	margin: 3px 0 3px 4px;
	list-style-image: url(http://www.keiichianimeforever.com/skin/imageset/v2winter/nav_bullet.png);
}
#col-right a:link, #col-right a:visited {
	color: #000000;
	text-decoration: none;
}
#col-right a:hover, #col-right a:active {
	color: #899BAA;
	text-decoration: underline;
}

/***************************************
 * Left Navigation Layout
 ***************************************/
 
#col-left {
	width: 168px;
	float: left;
}
#logo {
	background: url(http://www.keiichianimeforever.com/skin/imageset/v2winter/nav_logo.png);
	width: 168px;
	height: 163px;
}
#col-left h2 {
	font-size: 8pt;
	padding: 2px;
	margin: 20px 0 8px 20px;
	font-weight: bold;
	border-bottom: 1px solid #899BAA;
	font-family: "Trebuchet MS", "MS Trebuchet", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#col-left ul {
	padding: 0 0 0 37px;
	margin: 3px 0 3px 0;
	list-style-image: url(http://www.keiichianimeforever.com/skin/imageset/v2winter/nav_bullet.png);
}
#col-left a:link, #col-left a:visited {
	color: #000000;
	text-decoration: none;
}
#col-left a:hover, #col-left a:active {
	color: #899BAA;
	text-decoration: underline;
}

/***************************************
 * Footer Layout
 ***************************************/

#footer {
	background: #000000 url(http://www.keiichianimeforever.com/skin/imageset/v2winter/footer.png) no-repeat;
	width: 755px;
	height: 22px;
	padding: 19px 5px 0 20px;
	color: #C2C2C2;
	clear: both;
}

/***************************************
 * Forms
 ***************************************/
 
textarea, .form-text {
	border: 1px solid #AAAAAA;
	padding: 3px;
}
select {
	padding: 1px;
}
.form-button {
	padding: 3px;
	border: 1px solid #888888;
	background: url(http://www.geocities.com/franz_c16/qw/fieldsetbg.png);
	cursor: pointer
}
* html .form-button {
	padding: 0;
}
.form-button:hover {
	border: 1px solid #444444;
}
.form-button:focus {
	border: 1px solid #000000;
}
* html .form-text, * html select {
	height: 16px;
}
textarea:focus, .form-text:focus, select:focus {
	border: 1px solid #888888;
}
.form-i-expanded {
	width: 270px;
	margin-right: -100px;
}
.form-line {
	clear: both;
	height: 25px;
	vertical-align: middle;
}
.form-line label {
	padding-top: 3px;
	font-weight: bold;
	width: 160px;
}
.form-line > * {
	float: left;
}
* html .form-line * {
	float: left;
}
.form-line-c {
	clear: both;
	height: 25px;
}
.fieldset-hide {
	border: 0;
	padding: 0;
	margin: 0;
}
.fieldset-hide legend {
	display: none;
}

/***************************************
 * News
 ***************************************/
 
.news-entry {
	 margin-top: 10px;
	 margin-bottom: 15px;
 }
.news-category {
	color: #800000;
}
.news-title, .news-title a:link, .news-title a:visited {
	margin-bottom: -1px;
	font-size: 8pt;
}
.news-subtitle, .news-subtitle a:link, .news-subtitle a:visited {
	color: #777777;
	text-decoration: none;
}

/***************************************
 * Common
 ***************************************/

.error {
	border: 3px double #800000;
	background: #FFFFBF;
	padding: 5px;
}