/*
	MyHobbySite 1.0 CSS Document
	Copyright (c) 2007-2008 MyHobbySite.net
	CSS document composed by Caleb B.C. Appleman
*/

/* Overall HTML elements and page layout */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
    margin:0;
    padding:0;
	background: #000000 url(images/header_bg.jpg) repeat-x top;
    color: #FFFFFF;
	min-width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#wrapper {
    background: transparent url(images/menu_bg_tile.gif) repeat-y top left;
    margin: 0 auto;
    width: 100%;
	overflow: auto;
	color: #FFFFFF;
}

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

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

.thumbnail {
	border: 5px solid #363636;
	margin: 5px;
	vertical-align: top;
	clear: left;
}

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

/* Header style */

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

#header img {
	display: block;
}

/* Content Styles */

#content {
	padding-right: 15px;
	margin-left: 190px;
	background: transparent url(images/content_bg.jpg);
	color: #FFFFFF;
}

h1 {
	color: #ff7624;
	font-style: italic;
}

h2 {
	color: #e26f15;
	font-style: italic;
}

h3 {
	color: #ff941c;
	margin: 0;
	padding: 0;
	font-style: italic;
}

h4 {
	color: #ff941c;
	margin: 0;
	padding: 0;
	font-style: italic;
}

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

/* Table styles */

table.content_table {
	background: #191919;
	border: 1px solid #c0b8b1;
	color: #FFFFFF;
}

tr.table_header {
	background: #9d9894 url(images/table_header_bg.jpg);
	font-size: 14px;
	font-style: italic;
	height: 30px;
	color: #000000;
	padding: 5px;
	font-weight: bold;
}

tr.table_header td {
	border-bottom: 1px solid #c0b8b1;
}

tr.first_row td {
	background-color: #0c0c0c;
	color: #FFFFFF;
}

tr.second_row td {
	background-color: #191919;
	color: #FFFFFF;
}

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: #ff941c;
}

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

tr.row_separator td {
	background: #2d2d2d;
	color: #e26f15;
	font-weight: bold;
	font-size: 12px;
}

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

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

/* Forms, labels, and buttons */

form {
	margin: 0;
	padding: 0;
}

.forms, .select_forms {
	background: #0c0c0c;
	border: 1px solid #b22c00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ff6735;
	margin: 2px;
	padding: 2px;
}

.select_forms {
	padding: 0;
}

.button {
	border-left: 1px solid #c25936;
	border-top: 1px solid #d3856c;
	border-right: 1px solid #701c00;
	border-bottom: 1px solid #4b1200;
	background: #b22c00;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ff9d63;
	margin: 2px;
}

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

/* Breadcrumb links */

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

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

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

/* Footer styles */

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

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

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

/* Offline page */

body.offline_body {
	height: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	background: #000000 url(images/offline_bg.jpg) no-repeat scroll top center;
	color: #FFFFFF;
	white-space: normal;
	word-wrap: break-word;
}

.offline {
	background: transparent;
	padding: 0px;
	padding-top: 0px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 400px;
}

/* Content blocks */

.content_block {
	background: #131313;
	border: 1px solid #000000;
	padding: 10px;
	width: 100%;
	-moz-border-radius: 10px;
}

.inner_content_block {
	float: left;
	background: #afafaf;
	border: 1px solid #c0b8b1;
	padding: 5px;
	margin: 5px;
}

/* Styles for the navigation menu */

#navigation_menu {
	float: left;
	width: 150px;
	padding: 10px;
	background: #000000 url(images/menu_bg.jpg) no-repeat top;
	border-right: 2px solid #eb5200;
}

.menu {
	padding: 5px;
	background: #1a1a1a;
	border: 2px solid #f5b566;
	color: #ff7624;
	width: 136px;
	font-size: 14px;
	margin: 0px;
}

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

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

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

ul.menu li {
	padding-left: 0px;
}