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

/* Overall HTML elements and page layout */

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
    margin:0;
    padding:0;
	/*background-color: #707070;
	background-image: url(images/page_bg.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;*/
	background-color: #c8c8c8;
	color: #cacaca;
	min-width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#wrapper {
	position: relative;
	text-align: left;
	/*width: 924px;*/
	width: 100%;
	min-height: 100%;
	/*margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;*/
	margin: 0px;
	/*border-left: 3px solid #4c4c4c;
	border-right: 3px solid #4c4c4c;
	border-bottom: 0px solid #4c4c4c;
	border-top: 0px solid #4c4c4c;*/
	border: 0px;
	background-color: #c8c8c8;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	color: #cacaca;
}

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

a:hover {
	color: #FFFFFF;
	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: 0px;
}

/* Content Styles */

#content {
	margin-left: 175px;
	padding: 18px;
	width: 100%-36;
	border-left: 3px solid #4c4c4c; /* Specifying a border for each side fixes a Firefox bug in which the border disappears on large pages */
	border-right: 0px solid #4c4c4c;
	border-bottom: 0px solid #4c4c4c;
	border-top: 3px solid #4c4c4c;
	background: transparent url(images/content_bg.png);
}

p {
	margin-top: 0px;
}

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

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

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

h4 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 13px;
	color: #c4ff57;
}

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

/* Table styles */

table.content_table {
	background: #585858 url(images/table_bg.gif) top right no-repeat;
	border: #cacaca 1px solid;
	width: 100%;
	color: #FFFFFF;
}

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

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

tr.second_row td {
	background: transparent url(images/second_row_bg.png);
	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: #c4ff57;
	text-decoration: none;
}

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

tr.row_separator td {
	background: #818181;
	color: #FFFFFF;
	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: #FFFFFF;
	text-decoration: none;
}

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

/* Forms, labels, and buttons */

form {
	margin: 0;
	padding: 0;
}

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

.menu_form, .menu_select_form {
	background-color: #636363;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.select_forms, .menu_select_form {
	padding: 0;
}

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

.menu_button {
	background-color: #000000;
	border-top: 1px solid #6c6c6c;
	border-left: 1px solid #363636;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
}

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

/* Breadcrumb links */

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

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

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

/* Footer styles */

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

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

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

/* Offline page */

body.offline_body {
	height: 100%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	background-color: #707070;
	background-image: none;
	white-space: normal;
	word-wrap: break-word;
}

.offline {
	background: #585858 url(images/table_bg.gif) top right no-repeat;
	border: #4c4c4c 3px solid;
	padding: 10px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* Content blocks */

.content_block {
	background: #585858 url(images/table_bg.gif) top right no-repeat;
	border: #4c4c4c 3px solid;
	padding: 8px;
	width: 100%-16;
	height: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.inner_content_block {
	float: left;
	background: #474747;
	border: #4c4c4c 1px solid;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Styles for the navigation menu */

#navigation_menu {
	float: left;
	width: 165px;
	padding: 5px;
	padding-top: 245px;
	background: transparent;
	min-height: 474px;
	text-align: center;
}

.menu {
	background: transparent;
	color: #000000;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

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

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

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