/*
	MyHobbySite 1.0 Default 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: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
    margin: 0;
    padding: 0;
	background: #000000 url(images/page_bg.jpg) fixed no-repeat top center;
    color: #FFFFFF;
	min-width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#wrapper {
	border: 2px solid #000000;
    background: #FFFFFF url(images/grunge_top.png) no-repeat top left;
    margin: 0 auto;
	padding: 0;
    width: 776px;
	color: #ad0300;
}

#wrapper2 {
    background: transparent url(images/grunge_bottom.png) no-repeat bottom left;
	width: 100%;
    margin: 0;
	padding: 0;
}

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

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

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

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

/* Header and top menu styles */

#header {
    background: transparent;
	margin: 0 auto;
    width: 780px;
	overflow: hidden;
}

/* Content Styles */

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

h1 {
	font-family: Arial Black, Arial, Verdana, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: lowercase;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	color: #ad0300;
	font-size: 20px;
	text-transform: lowercase;
	text-align: left;
}

h3 {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	color: #ad0300;
	font-size: 14px;
	text-transform: lowercase;
}

h4 {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	color: #ad0300;
	font-size: 12px;
	text-transform: lowercase;
}

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

/* Table styles */

table.content_table {
	background: #FFFFFF;
	border: 2px solid #000000;
	color: #000000;
}

tr.table_header {
	border-bottom: #000000 0px solid;
	background: #000000;
	font-size: 12px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

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

tr.second_row td {
	background-color: #efefef;
	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: #ad0300;
}

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

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

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

/* Forms, labels, and buttons */

form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

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

.select_forms {
	padding: 0;
}

.button {
	border: 1px solid #000000;
	border-left: 1px solid #363636;
	border-top: 1px solid #6c6c6c;
	background: #000000;
	color: #FFFFFF;
	margin: 2px;
}

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

/* Breadcrumb links */

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

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

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

/* Footer styles */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	color: #FFFFFF;
	font-size: 10px;
    background: transparent;
	text-align: center;
}

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

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

/* Offline page */

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

.offline {
	background: #FFFFFF;
	border: 2px solid #000000;
	color: #000000;
	padding: 25px;
	padding-top: 0px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}

/* Content blocks */

.content_block {
	margin: 10px;
	background: transparent url(images/white_transparent_bg.png);
	border: 2px solid #000000;
	padding: 8px;
	width: 100%-16;
	display: block;
}

.inner_content_block {
	margin: 10px;
	background: #cccccc;
	border: 2px solid #000000;
	padding: 8px;
	width: 100%-16;
}

/* Styles for the navigation menu */
/*
#navigation_menu {
	float: left;
	width: 160px;
	padding: 15px;
	background-color: transparent;
}

.navigation_top {
	width: 160px;
	height: 8px;
	background: #0b1f2f url(images/menu_top.gif);
}

.navigation_bottom {
	width: 160px;
	height: 8px;
	background: #0b1f2f url(images/menu_bottom.gif);
	margin-bottom: 15px;
}

.menu {
	padding: 5px;
	background: #0b1f2f url(images/menu_bg.gif);
	font-family: 28 Days Later, Arial Black, Tahoma, Arial, Verdana, sans-serif;
	color: #ff1000;
	width: 150px;
	font-size: 12px;
	margin: 0px;
}

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

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

ul.menu {
	font-family: Arial Black, Tahoma, Arial, Verdana, sans-serif;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 776px;
	font-size: 14px;
	list-style-type: none;
	text-align: center;
	background: transparent;
	display: block;
}

ul.menu li {
	/*background: transparent url(images/bullet.png) no-repeat left top;*/
	padding-left: 0px;  /* space for the image */
	display: inline;
	list-style: none;
}

ul.menu li a {
	color: #ff1000;
	text-decoration: none;
	padding: 0px 10px 0;
}

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

/* Added CSS */

.random_screenshot {
	background: transparent url(images/random_screenshot_bg.png) no-repeat top center;
	text-align: center;
	margin: 10px;
	padding: 8px;
	padding-top: 18px;
	width: 100%-16;
	min-height: 234px;
}