﻿body   
{
	background:white url(/Styles/background_blog.jpg) top center no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:White;
	font-size:12px;
	margin:0px;
	padding:0px;
}

/*link colors are different on each site:
blog: #ff9c00
games: #ff5400
forum: #459cff
gallery: #4ddd2b
company: #2bddc6
*/
a:link, a:visited
{
	color: #ff9c00;
	text-decoration:none;
}
a:hover
{
	color:#ff5400;
	text-decoration: none;
}
a:active
{
	color: #ff9c00;
}
p
{
	margin-bottom:10px;
	line-height:1.6em;
}

h1, h2, h3, h4, h5, h6
{
	font-size:1.5em;
	color:White;
	font-variant:small-caps;
	text-transform:none;
	font-weight:200;
	margin-bottom:0px;
}
h1
{
	font-size:1.6em;
	padding-bottom:0px;
	margin-bottom:0px;
}
h1 a, h1 a:link, h1 a:visited
{
	color:White;
}	
h3
{
	font-size:1.2em;
}
h4
{
	font-size:1.1em;
}
h5, h6
{
	font-size:1em;
}

/* Global page fun for all our content */
.page
{
	width:980px;
	height: auto !important;
	height: 100%;
	margin:0px auto 0px auto;
	color:White;
	min-width:980px;
	min-height:1800px;
}

.Header
{
	position:relative;
	margin:0px;
	padding:0px;
	width:980px;
	height:75px;
	margin-top:15px;
}
.HeaderBox
{
	background: url(/Styles/Navi_black.png);
	width:980px;
	height:75px;
	margin:0px;
	padding:0px;
	font:Verdana;
	font-size:15px;
	text-transform:uppercase;
	font-weight:500;
}
.HeaderBox a:hover
{
	color:Yellow;
}
.MobileBitsMenu
{
	background:url(/Styles/Navi_black_right.png);
	width:230px;
	height:70px;
	margin:0px;
	padding:0px;
	margin-top:-11px;
	margin-left:4px;
}
.MobileBitsMenu:hover
{
	background:url(/Styles/Navi_black_right_.png);
}

.Header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px;/* 0px 0px 20px;*/
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}
.leftCol
{
	padding:6px 0px;
	margin:12px 8px 8px 8px;
	width:200px;
	min-height:200px;
}

.Footer
{
	padding:8px 0px 0px 0px;
	margin:0px auto;
	height:300px;
	background:White url(/Styles/footer.jpg) bottom center no-repeat;
}
.FooterText
{
	clear:both;
	color:#4e5766;
	margin:0px auto;
	text-align:center;
	line-height:normal;
	font-size:9px;
}
.FooterText a
{
	color:#4e57A6;
}
.FooterText a:hover
{
	color:Blue;
}

/* Login page elements */
/*TODO, remove, just use Forum
fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}
fieldset p 
{
	margin: 2px 12px 10px 10px;
}
fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}
fieldset label.inline 
{
	display: inline;
}
legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
input.submitButton
{
	float: right;
	margin: 0px 10px 0px 0px;
}
input.textEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}
input.passwordEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}
div.accountInfo
{
	width: 55%;
}
.clear
{
	clear: both;
}
.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}
.failureNotification
{
	font-size: 1.2em;
	color: Red;
}
.bold
{
	font-weight: bold;
}
*/
.loginDisplay
{
	font-size:12px;
	display:block;
	text-align:right;
	margin:5px 2px 4px 2px;
	color:Black;
	height:6px;
}
.loginDisplay a:link
{
	color:Black;
}
.loginDisplay a:visited
{
	color:Black;
}
.loginDisplay a:hover
{
	color:White;
}

/* Our content blocks (normally 980px except for Blog page)*/
h2
{
	background-image:url(/Styles/BlockTop.png);
	background-repeat:no-repeat;
	width:960px;
	height:47px;
	color:White;
	font-family:Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-variant:small-caps;
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-top: 13px;
}
.Content
{
	background-image:url(/Styles/BlockStretch.png);
	background-repeat:repeat-y;
	width:940px;
	min-height:50px;
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-right:20px;
}
.ContentBottom
{
	background-image:url(/Styles/BlockBottom.png);
	background-repeat:no-repeat;
	width:980px;
	height:20px;
	margin-bottom:20px;
}
p
{
	margin:0px;
	padding:0px;
}
img
{
	border:0px;
}
.Content a:link, .Content a:visited
{
	text-decoration:none;
}

