/*
	MyHobbySite CSS Document
	Copyright (c) 2009 BlackenedTrading.com
	CSS document composed by Caleb Appleman
*/

/* Overall HTML elements and page layout */

body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
    margin: 0;
    padding: 0;
	background-color: #1f1f1f;
	background-image: url(images/page_bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	color: #FFFFFF;
	min-width: 100%;
	height: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#wrapper {
	text-align: left;
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #cf0000; /* Specifying a border for each side fixes a Firefox bug in which the border disappears on large pages */
	border-right: 1px solid #cf0000;
	border-bottom: 0px solid #cf0000;
	border-top: 0px solid #cf0000;
	background-color: #460000;
	background-image: url(images/content_bg.gif);
	background-position: 0px 176px;
	background-repeat: repeat-y;
	margin-bottom: 0;
	margin-top: 0;
	color: #FFFFFF;
}

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

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

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

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

/* Header and top menu styles */

#header {
    background: transparent;
	margin: 0;
	padding: 0;
}

/* Content Styles */

#content {
	float: left;
	padding: 20px;
	width: 849px;
	background: transparent;
	display: inline;
	clear: left;
}

p {
	margin-top: 0;
}

h1 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 3px;
	text-decoration: none;
}

h2, h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 3px;
	text-decoration: none;
}

h3 {
	font-size: 15px;
	color: #c4c4c4;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 13px;
	color: #ff0000;
}

hr {
	color: #262626;
	height: 2px;
}

/* Table styles */

table.content_table {
	background-color: #000000;
	border: #cf0000 1px solid;
	width: 100%;
	color: #FFFFFF;
}

tr.table_header {
	color: #380000;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	background: #cf0000;
}

.recordings_portal_table_header {
	color: #380000;
	font-weight: bold;
	padding: 6px;
	padding-left: 24px;
	text-align: left;
	font-size: 13px;
	background: #cf0000;
	width: 100%-30;
	margin-bottom: 0;
}

tr.first_row td {
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
}

tr.second_row td {
	background-color: #1c1c1c;
	color: #FFFFFF;
	padding: 5px;
}

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: #cf0000;
	text-decoration: underline;
}

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

tr.row_separator td {
	background: #454545;
	color: #c4c4c4;
	font-weight: bold;
}

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: #c4c4c4;
	text-decoration: none;
}

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

/* Forms, labels, and buttons */

form {
	margin: 0;
	padding: 0;
}

.forms, .select_forms {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #000000;
	border: 1px solid #FFFFFF;
	color: #c4c4c4;
	padding: 2px;
	margin: 2px;
	margin-left: 0;
}

.select_forms {
	padding: 0;
}

.button {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #a6a6a6;
	font-weight: bold;
	color: #000000;
	margin: 2px;
}

label {
	font-weight: bold;
	margin: 2px;
	margin-left: 0;
	color: #c4c4c4;
}

/* Breadcrumb links */

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

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

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

/* Footer styles */

#footer {
	padding: 20px;
	padding-bottom: 0;
	width: 100%-40;
	color: #FFFFFF;
	font-size: 10px;
	background: transparent;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}

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

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

/* Offline page */

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

.offline {
	background: #000000;
	border: #cf0000 1px solid;
	padding: 10px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	font-size: 12px;
}

/* Content blocks */

.content_block {
	border: #cf0000 1px solid;
	background: #000000;
	padding: 8px;
	width: 100%-16;
	height: auto;
}

.inner_content_block {
	float: left;
	border: #cf0000 1px solid;
	background: #1c1c1c;
	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;}

/* Styles for the navigation menu */

#navigation_menu {
	float: right;
	width: 90px;
	min-height: 1224px;
	padding: 10px;
	padding-top: 100px;
	border: 0px solid #cf0000;
	border-left: 1px solid #cf0000;
	background-color: #4e0000;
	background-image: url(images/menu_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	display: inline;
}

.menu {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

ul.menu {
	list-style-type: none;
	padding: 5px;
	font-weight: bold;
}

ul.menu li {
	background: transparent;
	margin-top: 6px;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
