﻿body {
	background: #fbfbfb url('images/bg.jpg') repeat-x;
	color: #656565;
	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: #fbfbfb url('images/contentbg.jpg') no-repeat;
	width: 718px;
	margin: 0px auto;
	}


#header {
	border: 0px;
	margin: 0px;
	width: 100%; 
	height: 411px;
	background: url('images/header.jpg') #fbfbfb no-repeat;
	}
#title {
	width: 100%;
	height: 139px;
	z-index: 1;
	background: url('images/contentbg.jpg') no-repeat;}
#main {  	
	border: 0px;
	padding: 3px;
	width: 550px; 
	margin-top: -45px;
	float: left;
	}


/* headers */

h1 {
	font-size: 2em;
	font-family: Palatino, Georgia, 'Times New Roman', Times, Serif; 
	color: #a6c5aa;
	font-weight: lighter;
	font-variant: small-caps;
	margin-top: 0px;}

h2 {
	color: #6e6e6e;
	border-bottom: 4px solid #6e6e6e;
	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: #a6c5aa;
	line-height: 20px;
	font-size: 1.2em;
	border-bottom: #a6c5aa 2px dotted; 
	margin: 2px;}
/* sidebar styles */

#sidebar {
	width: 150px;
	padding: 5px;
	margin-top: -45px;
	float: right;
	}
	
#sidebar p {
	font-size: .8em;}
	
/*sidebar classes */	
#sidebar h1 {
font-size: 1.4em;}
	
#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Serif;
	font-variant: small-caps;}
	
#sidebar a:hover, #sidebar a:active {
color: #a6c5aa;
	text-decoration: none;}
	
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
}

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

#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;
	background-color: #dddedf;
	display: block;
	border-bottom: 1px solid #ffffff;}

/* and the footer */

#footer {
	width: 718px;
	clear: both;
	text-align: center; 
	font-size: .7em;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	border-top: 4px solid #6e6e6e;}
	


/* miscellaneous */

table {
	
	margin: 0px auto;
}
	
td {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	text-align: left;
	background-color: #dbdce3;
	padding: 2px;
	width: 33%;
	} 

pre {
	width: 100%; }

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

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


img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #d5d5d5;
}

a img:hover {
background-color: #a6c5aa;}

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

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

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

.show_owned_where_you_are, .show_owned_intro_list {
	border-bottom: #a6c5aa 2px solid; }

.show_owned_go_back {
	font-size: 1.2em;}

.show_owned_credits {
	text-align: center; }
	
.show_owned_list_items {
	display: block;
	list-style-type: upper-roman;}

abbr {
	border-bottom: 1px dotted #656565; }