/* GLOBAL PARAMETERS */

body {	
	background-color: #000000;
	background-image: url(images/bg/site_background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #CCCCCC;
	margin-left: 0px;
	font-family: Tahoma;
}

img {
	border: 0px;
}
td {
	padding: 0px;
}

table {
	border : 0px;
	border-collapse : collapse;
}

select {
	background-color: #191919;
	color: #CCCCCC;
}
textarea {
	background-color: #191919;
	color: #CCCCCC;
}
input {
	background-color: #191919;
	color: #CCCCCC;
}

/* WRAPPER */

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	display: table;
	text-align: left;
}

/* HEADER */

div#headerBlock
{
	width: 995px;
	height: 234px;
	margin-bottom: 10px;
	position: relative;
}
img#headerLogo
{
	position: absolute;
	top: 27px;
	left: 0px;
}
div#headerSloganContainer
{
	vertical-align: center;
	text-align: center;
	position: absolute;
	width: 728px;
	height: 90px;
	background-image: url(images/header/slogan_back.jpg);
	background-color: #000000;
	font-size: 16px;
	font-weight: normal;
}
table#headerSloganTable /* This table is used as a workaround to allow vertical alignment of the slogan */
{
	width: 728px;
	height: 90px;
}
td#headerSloganCell /* This cell is the only cell in the table#headerSloganTable */
{
	text-align: center;
	vertical-align: middle;
}
div#headerLeaderboardAdContainer
{
	position: absolute;
	width: 728px;
	height: 90px;
	background-image: url(images/header/slogan_back.jpg);
	background-color: #000000;
}

/* TABLES AND CELLS (TDs) */

table.topleveltable {
	width: 995px;

}
td.leaderboard {
	background-image: url(images/header/slogan_back.jpg);
	background-repeat: repeat-y;
}
td.slogan {
	vertical-align: center;
	text-align: center;
	color: #00cc00;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	background-image: url(images/header/slogan_back.jpg);
	background-repeat: repeat-y;
	background-color: #111111;	
}
table.navtable {
	width: 200px;
}
table.shoutboxiframetable {
	width: 200px;
}
td.shoutboxiframecell {
	width: 200px;
	background-color: #191919;
}
table.contentblocktable {
	width: 615px;
}
td.contentblockdisplay {
	width: 615px;
	background-image: url(images/bg/content_block_background.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
	font-size: 14px;
}
table.dynamicupdatetable {
	width: 600px;
	border-width: 5px;
	border-style: solid;
	border-color: #444444;
}
table.dynamicupdateinnertable {
	width: 600px;
	height: 225px;
}
table.contentlisttable {
	width: 600px;
}
td.contentlistevencells {
	background-image: url(images/bg/content_list_even_bg.jpg);
	background-repeat: repeat-y;
}
td.contentlistoddcells {
	background-image: url(images/bg/content_list_odd_bg.jpg);
	background-repeat: repeat-y;
}
td.updatesMessageCell {
	text-align: left;
	background-color: #303030;
	padding-left: 5px;
	padding-right: 5px;
}
font.updateArchive {
	font-size: 18px;
}
td.guestbookEntryCell {
	background-image: url(images/bg/guestbook_entry_background.jpg);
	background-repeat: repeat-x;
	background-color: #303030;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
#recaptcha_response_field { /* used to override the background-color of the input text field for the reCAPTCHA challenge */
	background-color:#FFFFFF;
}
span.dynamicupdatespan {
	text-align: center;
}
td.dynamicupdateblock {
	width: 600px;
	height: 250px;
	background-color: #333333;
	text-align: center;
	vertical-align: top;
}
table.adcolumntable {
	width: 160px;
}


/* SITE FONT STYLES */

div#copyright {
	font-size: 70%;
	color: #666666;
	text-align: center;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #EEEEEE;
}
font.contentheader {
	font-size: 30px;
	font-weight: bold;
	color: #EEEEEE;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #DDDDDD;
}
font.contentsubheader {
	font-size: 16px;
	font-weight: bold;
	color: #DDDDDD;
}
font.smallercontentheader {
	font-size: 20px;
	color: #EEEEEE;
}
font.updatesSubject {
	font-size: 18px;
}
font.updatesDate {
	font-size: 11px;
}
font.guestbookName {
	font-size: 15px;
}
font.guestbookDate {
	font-size: 16px;
}

/* LINKS */
a:link 
{
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:visited 
{ 
	color: #999999;
	text-decoration: none;
}
a:hover 
{ 
	color: #FFFFFF;
	text-decoration: underline;
}
a:active 
{ 
	color: #CCCCCC;
}

