/*
	MyHobbySite 1.0 "Kathlib the Prophet Bootleg Trading" CSS Document
	Copyright (c) 2007-2009 MyHobbySite.net
	CSS document composed by Caleb B.C. Appleman
*/

/* Overall HTML elements and page layout */

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
    margin: 0;
    padding: 0;
	background: #FFFFFF;
    color: #000000;
	white-space: normal;
	word-wrap: break-word;
}

#wrapper {
    background: transparent;
    margin: 0;
	padding: 0;
	color: #000000;
	width: 100%;
}

a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.thumbnail {
	border: 3px solid #000000;
	margin: 5px;
	vertical-align: top;
}

a img, #header img, #navigation_menu img  {
	border: 0px;
}

/* Header and top menu styles */

.header {
	width: 100%;
	height: 232px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	background: transparent url(images/header.jpg) top center no-repeat;
}

.header_bg {
    margin: 0;
	padding: 0;
	height: 232px;
	z-index: -99;
	background: #808080 url(images/header_bg.gif) bottom center repeat-x;
}

/* Content Styles */

#content {
	padding: 20px;
	padding-top: 0px;
	background-color: transparent;
}

p {
	margin-top: 0;
}

h1 {
	color: #363636;
	font-size: 20px;
	font-style: italic;
}

h2 {
	color: #363636;
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 3px;
}

h3 {
	color: #363636;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0;
}

h4 {
	color: #363636;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-style: italic;
}

hr {
	color: #363636;
	height: 1px;
}

/* Forms, labels, and buttons */

form {
	margin: 0;
	padding: 0;
}

.forms, .select_forms {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	background-color: #e7e7e7;
	border: 1px solid #808080;
	color: #000000;
	margin: 2px;
	padding: 2px;
}

.select_forms {
	padding: 0;
}

.button {
	border-left: 1px solid #e53a2d;
	border-top: 1px solid #e53a2d;
	border-right: 1px solid #ae0c00;
	border-bottom: 1px solid #ae0c00;
	background: #c70e00;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 2px;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
}

label {
	color: #363636;
	font-weight: bold;
	margin: 2px;
}

/* Table styles */

table.content_table {
	background: #c1c1c1;
	border: #363636 1px solid;
	width: 100%;
}

tr.table_header {
	background: #363636;
	font-weight: bold;
	color: #808080;
	padding: 5px;
}

tr.first_row td {
	background-color: #b4b4b4;
	color: #000000;
}

tr.second_row td {
	background-color: #c1c1c1;
	color: #000000;
}

tr.first_row td a:link, tr.first_row td a:visited, tr.first_row td a:active, tr.second_row td a:link, tr.second_row td a:visited, tr.second_row td a:active {
	color: #FF0000;
}

tr.first_row td a:hover, tr.second_row td a:hover {
	color: #FF0000;
	text-decoration: underline;
}

tr.row_separator td {
	background: #808080;
	color: #c70e00;
	font-weight: bold;
	font-size: 14px;
}

tr.row_separator td a:link, tr.row_separator td a:visited, tr.row_separator td a:active, tr.row_separator td a:hover {
	color: #c70e00;
	text-decoration: none;
}

.details {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

/* Breadcrumb links */

.breadcrumb_links {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #363636;
	margin-bottom: 10px;
}

.breadcrumb_links a:link, .breadcrumb_links a:visited, .breadcrumb_links a:active {
	color: #363636;
	text-decoration: none;
}

.breadcrumb_links a:hover {
	text-decoration: underline;
	color: #363636;
}

/* Content blocks */

.content_block {
	background: #c1c1c1;
	border: 1px solid #363636;
	padding: 10px;
	width: 100%;
}

.inner_content_block {
	float: left;
	background: #c1c1c1;
	border: 1px solid #363636;
	color: #000000;
	padding: 5px;
	margin: 5px;
}

/* Rating style - uses lists because it's more semantic. No JavaScript required.
All the stars are contained in one matrix to solve rollover delay problems. The background position is shifted to reveal the correct part of the image.
Each rating star is 16px by 16px and the background position is shifted in negative 16px increments.
 Key: B = Blank, O = Orange, G = Green 
B B B B B - (0 0)
G B B B B - (0 -16px)
G G B B B - (0 -32px)
G G G B B - (0 -48px)
G G G G B - (0 -64px)
G G G G G - (0 -80px)
O B B B B - (0 -96px)
O O B B B - (0 -112px)
O O O B B - (0 -128px)
O O O O B - (0 -144px)
O O O O O - (0 -160px) */

.rating{
	width: 80px;
	height: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: url(images/ratings.png) no-repeat 0 0;
	float: left;
}

ul.rating:hover {background: none!important;}

ul.rating li {
	cursor: pointer;
	float: left; /* ie5 mac doesn't like it if the list is floated but ie6 does */
	text-indent: -999em; /* hide text */
}

ul.rating li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}

ul.rating li.one a {left: 0;}
ul.rating li.two a {left: 16px;}
ul.rating li.three a {left: 32px;}
ul.rating li.four a {left: 48px;}
ul.rating li.five a {left: 64px;}

ul.rating li a:hover {
	z-index: 2;
	width: 80px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url(images/ratings.png) no-repeat 0 0;
}

ul.rating li.one a:hover {background-position: 0 -96px;}
ul.rating li.two a:hover {background-position: 0 -112px;}
ul.rating li.three a:hover {background-position: 0 -128px;}
ul.rating li.four a:hover {background-position: 0 -144px;}
ul.rating li.five a:hover {background-position: 0 -160px;}

.rated {
  width: 80px;
  height: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: url(images/ratings.png) no-repeat 0 0;
  float: left;
}

ul.rated li {
  cursor: auto;
  float: left; /* ie5 mac doesn't like it if the list is floated */
  text-indent: -999em;
}

ul.rated li.one a {left: 0;}
ul.rated li.two a {left: 16px;}
ul.rated li.three a {left: 32px;}
ul.rated li.four a {left: 48px;}
ul.rated li.five a {left: 64px;}

.no_rating {background-position: 0 0;}
.one_rating {background-position: 0 -16px;}
.two_rating {background-position: 0 -32px;}
.three_rating {background-position: 0 -48px;}
.four_rating {background-position: 0 -64px;}
.five_rating {background-position: 0 -80px;}

/* Footer styles */

#footer {
	text-align: center;
	margin: 20px;
	color: #363636;
	font-size: 10px;
    background: transparent;
    clear: both;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #363636;
	text-decoration: underline;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* Offline page */

body.offline_body {
	height: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	white-space: normal;
	word-wrap: break-word;
}

.offline {
	background: #c1c1c1;
	border: 1px solid #363636;
	padding: 10px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 220px;
}

/* Styles for the navigation menu */

.menu {
	font-family: Courier New, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding: 0;
	padding-top: 102px;
	text-align: center;
}

.menu a:link, .menu a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #363636;
	text-decoration: line-through;
}

ul.menu {
	list-style-type: none;
}

ul.menu li {
	display: inline;
	background: transparent;
	padding-right: 7px;
	padding-left: 7px;
}