/*
	LeperMessiahTrading.com CSS Document
	Copyright (c) 2008 LeperMessiahTrading.com
	CSS document composed by Kat
*/

/* Overall HTML elements and page layout */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
    margin:0;
    padding:0;
	background-color: #000000;
	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 #c0924f; /* Specifying a border for each side fixes a Firefox bug in which the border disappears on large pages */
	border-right: 1px solid #c0924f;
	border-bottom: 0px solid #c0924f;
	border-top: 0px solid #c0924f;
	background-color: #000000;
	background-image: url(images/content_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFFFFF;
}

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

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

.thumbnail {
	border: 3px solid #c0924f;
	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 {
	margin-left: 110px;
	padding: 20px;
	width: 100%-40;
	background-color: transparent;
}

p {
	margin-top: 0;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #c0924f;
	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: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #c0924f;
	font-style: italic;
	margin-bottom: 3px;
	text-decoration: none;
}

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

h4 {
	font-size: 12px;
	color: #c0924f;
}

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

/* Table styles */

table.content_table {
	background-color: #2a0000;
	border: #680000 1px solid;
	width: 100%;
	color: #FFFFFF;
}

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

.recordings_portal_table_header {
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px;
	padding-left: 24px;
	text-align: left;
	font-size: 13px;
	background: #680000 url(images/table_header_bg.gif) top left no-repeat;
	width: 100%-30;
	margin-bottom: 0;
}

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

tr.second_row td {
	background-color: #430000;
	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: #c7c7c7;
	text-decoration: underline;
}

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

tr.row_separator td {
	background: #593131;
	color: #c7c7c7;
	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: #c7c7c7;
	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: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #383126;
	border: 1px solid #c0924f;
	color: #FFFFFF;
	padding: 2px;
	margin: 2px;
	margin-left: 0;
}

.select_forms {
	padding: 0;
}

.button {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #c0924f;
	border-top: 1px solid #d0ae7c;
	border-left: 1px solid #c8a065;
	border-right: 1px solid #96723e;
	border-bottom: 1px solid #7d5f33;
	font-weight: bold;
	color: #383126;
	margin: 2px;
}

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

/* Breadcrumb links */

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

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

.breadcrumb_links a:hover {
	color: #d60000;
	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: #c7c7c7;
	text-decoration: underline;
}

/* Offline page */

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

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

/* Content blocks */

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

.inner_content_block {
	float: left;
	border: #c0924f 1px solid;
	background: #2a0000;
	padding: 5px;
	margin: 5px;
}

/* Styles for the navigation menu */

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

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

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

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

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

ul.menu li {
	background: transparent;
}