﻿body {
	background-color: #f4f5e6;
	color: #798c6e;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: .8em;
	margin: 0px auto;
}


/* main links */
a, a:link, a:visited {
	color: #6a88a7;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Serif;
	font-variant: small-caps;}

a:hover, a:active {
	color: #a6c5aa;
	text-decoration: none;}

/* container holds everything; various IDs */

#container {
	background: #d8dacb url('images/contentbg.jpg') no-repeat;
	width: 770px;
	margin: 0px auto;


	}


#header {
	border: 0px;
	margin: 0px;
	width: 100%; 
	height: 473px;
	background: url('images/snowechan.jpg') #fbfbfb no-repeat;
	}

#main {  	
	border: 0px;
	padding: 3px;
	width: 600px; 
	margin-top: -60px;
	float: left;
	}


/* headers */

h1 {
	font-size: 1.8em;
	font-family: Georgia, 'Palatino Linotype', 'Times New Roman', Times, Serif; 
	color: #535f4c;
	margin-top: 0px;}
	
h1:first-letter {
	font-size: 2.5em;
	font-family: 'Times New Roman', Times, Georgia, Serif;
	font-weight: normal;
	font-style: italic;
	}

h2 {
	color: #67755f;
	border-bottom: 4px solid #67755f;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 10px;
	letter-spacing: 2px;
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	font-size: 1.5em;}
	
h3 {
	color: #7b8c72;
	line-height: 20px;
	font-size: 1.2em;
	border-bottom: #7b8c72 2px solid; 
	margin: 2px;}
/* sidebar styles */

#sidebar {
	width: 150px;
	padding: 5px;
	float: right;
	
	}
	
#sidebar p {
	font-size: .8em;
	background: #f1f2ea url('images/sidebarbottom.jpg') no-repeat bottom;
	padding: 5px;
	margin-top: 0px;
	
	}
	
/*sidebar classes */	
#sidebar h1 {
	font-size: 1.6em;
	font-family: 'Times New Roman', Times, Georgia, Serif;
	font-style: italic;
	font-weight: normal;
	background: #f1f2ea url('images/sidebartop.jpg') no-repeat;
	padding-left: 5px;
	margin-bottom: 0px;}
	
#sidebar h1:first-letter {
	font-size: 1.6em;
	}
	

	
#sidebar ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	list-style-type: none;
	width: 150px;
	background: #f1f2ea url('images/sidebarbottom.jpg') no-repeat bottom;
}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	color: #535f4c;
	font-size: 10px;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: uppercase;
	padding-left: 7px;
	letter-spacing: 2px;
	background-color: #f1f2ea;
	display: block;
	border: 3px solid #f1f2ea;
	}

#sidebar ul li a:hover {
	color: #404746;
	font-size: 10px;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: uppercase;
	padding-left: 6px;
	letter-spacing: 3px;
	display: block;
	border-bottom: 3px solid #535f4c;}
	

/* and the footer */

#footer {
	width: 770px;
	height: 210px;
	background: url('images/footer.jpg') no-repeat;
	clear: both;
	font-size: .8em;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	
	}
	
#footer p {
	margin-top: 155px; }
	
.disclaimer {
	width: 470px;
	float: left;
	text-align: center;
	padding-top: 5px;
	}
	
.fimage {
	width: 200px;
	float: right;
	}

/* miscellaneous */

table {
	
	margin: 0px auto;
	width: 100%;
}
	
td {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	text-align: left;
	background-color: #f4f5e6;
	padding: 2px;
	border-left: 3px solid #798c6e;
	} 

pre {
	width: 100%; }

em, strong, th {
	color: #6f70a1;
	font-family: Verdana, Tahoma, 'Trebuchet MS', Arial, Sans-serif; }

blockquote {
	background-color: #f4f5e6;
	padding: 5px;}
	


img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #cccdbd;
	background-color: #f4f5e6;
}

a img:hover {
background-color: #798c6e;}

.listing {
	width: 100%; 
	clear: both;}

.image {
	width: 100px;
	float: left;}
	
.stats  {
	width: 430px;
	float: right; 
	font-size: .8em;
}

.center
	{text-align: center; }

#enthfoot {
	width: 100%;
	clear: both;}

.show_owned_credits {
	text-align: center; }
	

abbr {
	border-bottom: 1px dotted #656565; }
	
input, select, textarea, dropdown {
	background-color: #f4f5e6;
	border: 1px solid #798c6e;
	color: #798c6e; 
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: .9em;}
