/* Layout Style Sheet :: studioneon.co.uk */
/* Author :: Alex Stanhope at i-designlab.com */
/* Copyright :: The Author, All rights reserved */

/* Set height for the benefit of FireFox etc. */

html {
	height: 100%;
}


body {
	background-color: #000; /*url(../images/layout/bg_body.jpg) repeat-x; */
	text-align: center;
    font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #fff;
	padding: 0px;
	margin: 0px;
}

/* Container Styles */

#container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 760px;
	height: 100%;
	text-align: left;
}

#cd {
	position: relative;
	margin-top: 40px;
	background: #000 url(../images/layout/neon_cat.jpg) top left no-repeat;
	width: 760px;
	height: 320px;
	padding: 150px 0px 0px 42px;
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
	z-index: 1;
}

#main_content {
	position: relative;
	margin-top: 40px;
	background-color: #000;
	width: 760px;
	height: 320px;
	z-index: 1;
}

#sponsor {
	position: relative;
	margin-top: 0px;
	background-color: #000;
	width: 760px;
	height: 35px;
	text-align: right;
	z-index: 1;
}


/* Header Styles */

#header {
	position: relative;
	width: 760px;
	height: 175px;
	margin: 0px;
	background: #000 url(../images/layout/bg_header.gif) no-repeat;
}

#logo {
	float: left;
	width: 720px;
	height: 115px;
	margin: 24px auto 0px 20px;
}

/* Navbar Styles */

#navbar {
	clear: both;
	width: 724px;
	height: 46px;
	margin: 0px 0px 0px 20px;
}

#button1 {
	float: left;
}

#button2 {
	float: left;
}

#button3 {
	float: left;
}

#button4 {
	float: left;
}

#button5 {
	float: left;
}

#button6 {
	float: left;
}

#button7 {
	float: left;
}

#button8 {
	float: left;
}

#button9 {
	float: left;
}

/* Content Styles */

#content {
	clear: both;
	height: 100%;
	width: 760px;
	background: #000 url(../images/layout/bg_container.gif) top left repeat-y;
}

#content_left {
	float: left;
	height: auto;
	width: 180px;
	margin: 10px 0px 0px 30px;
	color: #fff;
}

#content_right {
	float: right;
	width: 500px;
	height: auto;
	margin: 10px 30px 20px 0px;
	background-color: #e5e5e5;
}

/* Sidebar Styles */

.content_left_content {
	padding: 5px;
	width: 170px;
}

.admin_top {
	background: #444 url(../images/layout/bg_admin_top.gif) top left no-repeat;
	width: 180px;
	height: 35px;
}

.downloads_top {
	background: #444 url(../images/layout/bg_downloads_top.gif) top left no-repeat;
	width: 180px;
	height: 35px;
}

.mod_info_top {
	background: #444 url(../images/layout/bg_mod_info_top.gif) top left no-repeat;
	width: 180px;
	height: 35px;
}

.stats_top {
	background: #444 url(../images/layout/bg_stats_top.gif) top left no-repeat;
	width: 180px;
	height: 35px;
}

.media_top {
	background: #444 url(../images/layout/bg_media_top.gif) top left no-repeat;
	width: 180px;
	height: 35px;
}

.affiliates_top {
	background: #444 url(../images/layout/bg_affiliates_top.gif) top left no-repeat;
	width: 180px;
	height: 35px;
}

.content_left_main {
	background: #444 url(../images/layout/bg_content_left_main.gif) top left repeat-y;
	width: 180px;
	height: 100%;
}

.content_left_bottom {
	background: #444 url(../images/layout/bg_content_left_bottom.gif) top left no-repeat;
	width: 180px;
	height: 10px;
	margin: 0px 0px 15px 0px;
}

/* Main Content Area Styles */

.content_right_content {
	padding: 5px;
	width: 480px;
}

.content_right_top {
	background: #444 url(../images/layout/bg_content_right_top.gif) top left no-repeat;
	width: 500px;
	height: 20px;
}

.content_right_main {
	background: #444 url(../images/layout/bg_content_right_main.gif) top left repeat-y;
	width: 500px;
	height: 100%;
}

.content_right_bottom {
	background: #444 url(../images/layout/bg_content_right_bottom.gif) top left no-repeat;
	width: 500px;
	height: 20px;
}

/* Info Styles */

#info {
	clear: both;
	width: 680px;
	height: 100%;
	margin: 10px 40px 0px 40px;
	color: #fff;
}

#info_right {
	float: right;
	width: 300px;
	height: 100%;
	text-align: right;
}

.info_content {
	padding: 0px;
	width: 700px;
	text-align: center;
}

.info_top {
	background: #444 url(../images/layout/bg_info_top.gif) top left no-repeat;
	width: 700px;
	height: 18px;
	margin: 0px 0px 0px 30px;
}

.info_main {
	background: #444 url(../images/layout/bg_info_main.gif) top left repeat-y;
	width: 700px;
	height: 100%;
	margin: 0px 0px 0px 30px;
}

.info_bottom {
	background: #444 url(../images/layout/bg_info_bottom.gif) top left no-repeat;
	width: 700px;
	height: 15px;
	margin: 0px 0px 0px 30px;
}

/* Footer Styles */

#footer {
	clear: both;
	width: 760px;
	height: 40px;
	margin: 0px;
	background: #000 url(../images/layout/bg_footer.gif) top left no-repeat;
}

/* Formatting styles */

img {
	border: 0px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


br.clear {
	clear: both;
}

.heading {
	font-weight: bold;
}

.border_light {
	border: 1px solid #ccc;
	margin: 0px 0px 5px 4px;
}

.border_dark {
	border: 1px solid #666;
}

/* Text styles */

h1.mod, h2.mod {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px -15px 15px;
	color: #000;
	height: 50px;
	padding: 18px 0px 0px 10px;
	background: #e5e5e5 url(../images/layout/bg_heading_mod.jpg) top left no-repeat;
}

h1.hl2, h2.hl2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px -15px 15px;
	color: #000;
	height: 50px;
	padding: 18px 0px 0px 10px;
	background: #e5e5e5 url(../images/layout/bg_heading_hl2.jpg) top left no-repeat;
}

h1.bf1942, h2.bf1942 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px -15px 15px;
	color: #000;
	height: 50px;
	padding: 18px 0px 0px 10px;
	background: #e5e5e5 url(../images/layout/bg_heading_bf1942.jpg) top left no-repeat;
}

h1.plain, h2.plain {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px -15px 15px;
	color: #000;
	height: 50px;
	padding: 18px 0px 0px 10px;
	background: #e5e5e5 url(../images/layout/bg_heading_plain.jpg) top left no-repeat;
}

h2.news {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px -15px 15px;
	color: #000;
	height: 50px;
	padding: 18px 0px 0px 10px;
	background: #e5e5e5 url(../images/layout/bg_heading_rss.jpg) top left no-repeat;
}

#content_right p {
	font-size: 1.1em;
	padding: 0px 25px 1px 25px;
}

#content_left p {
	font-size: 1.1em;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

h2.login {
	font-weight: bold;
	background-image: url(../images/layout/password.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 48px;
	padding: 10px 0px 0px 60px;
	margin: 10px 0px;
	font-size: 1.3em;
	color: #39f;
}

h2.important {
	font-weight: bold;
	background-image: url(../images/layout/important.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 48px;
	padding: 15px 0px 0px 60px;
	margin: 0px;
	font-size: 1.3em;
	color: #39f;
}

/* Link styles */

#content_left a:link, #content_left a:visited, #info a:link, #info a:visited {
	color: #f6c006;
	text-decoration: none;
}

#content_left a:hover, #info a:hover {
	color: #f6c006;
	text-decoration: underline;
}

#content_right a:link, #content_right a:visited {
	color: #e60000;
	text-decoration: none;
}

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

/* List Styles */

li {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px -20px;
	list-style-type: none;
	background-image: url(../images/layout/bullet_dagger.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 10px 30px;
}

li.dagger {
	font-size: 1.1em;
	margin: 0px 0px 0px -20px;
	list-style-type: none;
	background-image: url(../images/layout/bullet_dagger.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 10px 30px;
}

/* Form element style */

#category_list {
	margin: 0px 0px 10px 20px;
}

.button {
	background: url(../images/buttons/bg_button.jpg) repeat-x;
	border: 1px solid #666;
	font-weight: bold;
	font-size: 1.1em;
}

.input {
	font-size: 1.1em;
	background-color: #ebebeb; 
	width: 200px;
	border: 1px solid #666;
}

.input_free {
	font-size: 1.1em;
	background-color: #ebebeb; 
	border: 1px solid #666;
}

select {
	font-size: 1.1em;
	background-color: #ebebeb; 
}


textarea {
	font-size: 1.1em;
	background-color: #ebebeb; 
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
}


label {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

/* Table Styles */

table.table_right {
	margin: 0px 0px 0px 20px;
	font-size: 1.1em;
}

table.table_article_images {
	margin: 20px 0px 0px 80px;
	font-size: 1.1em;
}

td.top {
	vertical-align: top;
}

td.td_50 {
	width: 50%;
}

td.td_15 {
	width: 15%;
}

/* Horizontal Rule Styles */

div.hr {
	height: 1px;
  	background: #fff url(../images/layout/divider_dots.gif) repeat-x;
	margin: 0px 0px 10px 20px;
	width: 450px;
}

div.hr hr {
  	display: none;
}