/* CSS Document */
/*
-----------------------------------------------------
Tolkien Library Style
Name:     Beren
Designer: Pieter Collier
URL:      www.android.be
Date:     december 2003
------------------------------------------------------ */

/* basic styles */
body {
	margin:0 auto;
	padding:0;
	width:760px;
	position: relative;
	line-height:20px;
	background-color: #333333;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size:11px;
	line-height: 1.5em;
	color: #324b64;
	text-align: justify;
	display: block;
}

#mainimg {
	width: 750px;
	max-width: 750px;
	height: 100px;
	/*border: 1px solid #2F2820;*/
	background-image: url(../../../images/mainimg8.jpg);
	background-position: center;
	margin: 0px;
	
}
#mainimgtop {
	width: 750px;
	max-width: 750px;
	height: 100px;
	/*border: 1px solid #2F2820;*/
	background-image: url(../../../images/mainimg9.jpg);
	background-position: center;
	margin: 0px;
	
}

h1, h2, h3 {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #4B4633;
	text-align: left;
	border-bottom: 1px dashed #CAC4B0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	background:  url(../../../images/titimg.gif) no-repeat left center;
}

/* navigation strips */
#navstrip {
	width: 730px;
	height: 9px;
	background: #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#navstrip p {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size:11px;
	color: #324b64;
	text-align: center;
	margin: 0px;
}

#navstrip a:link {
	color: #ccc;
	text-decoration: none;
} 

#navstrip a:visited {
	color: #ccc;
	text-decoration: none;
} 

#navstrip a:hover {
	color: #fff;
	text-decoration: none;
} 


#wrapper {
	border: 1px solid #2F2820;	
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 730px;
	background-color:#FFFFFF;
}
#header {
	width: 730px;
}
#navigation {
	background: #F5F5E2;
	color: #999981;
	margin: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 730px;
}
#filters {
	float: left;
	background-color:#FFFFFF;
	padding-left: 40px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#search {
	float: right;
	text-align: right;
	background-color:#FFFFFF;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#content {
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
	background-color:#FFFFFF;
	width: 650px;
}
#copyright {
	text-align: center;
	background-color:#FFFFFF;
	width: 730px;
}

/* Hyper Links */
a { color: #3D2019; }
a:hover { color: #333; }

#navigation a { color: #3D2019; }
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_top a, .table_top_title a { color: #FFF; }
.table_top a:hover, .table_top_title a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	/*border: 1px solid #000;*/
	background-color:#F5F5E2;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	/*background: #4a4a4a url("title.png") repeat-x;
	background-color: #324b64;*/
	background-color: #928166;
	font-size: 11px;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.table_top_rank {
	/*background-color: #DCDCDC;*/
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	/*background-color: #DCDCDC;*/
	padding: 2px;
}
.table_top_rating {
	/*background-color: #DCDCDC;*/
	text-align: center;
}
/* Ranking Style */
.table_title {
	background-color: #928166;
	font-size: 11px;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.table_rank {
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #324b64;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.lightbg {
	color: #000;
	background-color: #FFF;
	text-align: center;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
	text-align: center;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

.separator {
	border-bottom: 1px dashed #CAC4B0;
}


