/*   
LAYOUT*/

html,
body {
	margin:0;
	padding:0;
        min-width:960px;
	height:100%; /* 100 % height */
}
html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:100px;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:104px 0;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:12; /* Prevent certain problems with form controls */
}
p {margin:1em 0;}
#garret{ /* loads left hand garret flash */
	position:absolute;
	top:0px;
	left:0px;
	width:356px;
	height:658px;
	z-index:11;
	visibility: visible;
}
#header{
	color:#fff;
	background:#003 url(../images/topRepeatingBg.jpg) scroll repeat top center;
}
#footer{
    width:100%;
	height:110px;
    color:#fff;
    background:#572202 url(../images/footerBg.jpg) scroll repeat-x top left;
    border-top:2px solid #a62e05;
}
#header a, #footer a{color:#fff;}
#footerContent {
	position: absolute;
	left: 10px;
	bottom: 15px;
	width: 75%;
}
* html #footerContent { bottom: 15px; }
#footerContent ul {
	clear: both;
	margin-left: -20px;
}
#footerContent span a {
	color: #FFA841;
}
#footerContent p {
	padding-top: 10px;
	text-align: left;
}
* html #footerContent p { padding-top: 0px; margin-top: 0px; clear: both;}
#footerContent li {
	list-style-type: none;
	float: left;
	padding-right: 8px;
}
#footerBanner {
	float: right;
	padding:0;
	margin: 5px 5px 0 0;
	width: 379px;
	height: 96px;
}
#container {
	padding-left: 336px;      /* LC fullwidth */
	padding-right: 260px;     /* RC fullwidth + CC padding */
	padding-top:106px;
	padding-bottom:106px;
	overflow: hidden;
}
#container .column {
	position: relative;
	float: left;
}
#center {
	padding: 10px 10px;       /* CC padding */
}
#left {
	width: 336px;             /* LC width */
	padding:0;          /* LC padding */
	right: 356px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}
#right {
	width: 220px;             /* RC width */
	padding: 10px 10px;          /* RC padding */
	margin-right: -100%;
}
/*** IE Fix ***/
* html #left {
	left: 240px;              /* RC width + RC padding */
}
/*** Equal-height Columns ***/
* html #container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
/*** WHOS ONLINE ***/
#membersOnline ul {
	width: 350px;
	margin-left: -20px;
}
#membersOnline li em { /*time online */
	display: none;
}
#birthdays li,
#membersOnline li {
	list-style-type: none;
	float: left;
}
* html #membersOnline li { overflow: hidden; }
#birthdays li p,
#membersOnline li p {
	display: none;
}
	
.small a:hover,
.medium a:hover,
.large a:hover {
	text-decoration: underline;
	color:#FFA841;
}
.large a,
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff; 
	text-decoration: none;
}

.medium a,
.medium {
	font: bold 15px/16px Verdana,Arial,Helvetica,sans-serif; 
	color: #ddd;
	text-decoration: none;
	padding: 2px 0px 2px 0px;	
}	
.small a,
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

/*
 *	login FORM
 */

/* top right login info, pop up login box */

#accountInfo{
	z-index:15;
	position: absolute;
	top: 2px;
	right: 12px;
	text-align:right;
	padding:0px;
}
#accountInfo ul {
	text-align:right;
}
#accountInfo li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	float: left;
}
ul#loginForm {
	width: 215px;
	position: absolute;
	top: 14px;
    left:-163px;
	border: 1px solid #fff;
    padding-bottom:2px;
    color:#000;
	background: #cc945b url(../images/bgLoginBox.jpg) no-repeat scroll top right;
}
ul#loginForm .formInput{
        display:block;
        border:2px solid #fff;
        width:140px;
}

#loginForm li a,
#loginForm li {
	z-index: 100;
	color: #000;
}
.js-clickable {
	cursor: pointer;
	text-decoration: underline;
}
#loginTab {
	z-index: 101;
	position: absolute;
	top: -19px;
	right: -1px;
	background:#C7D8E2;
	padding: 3px;
	width: 38px;
	text-align: center;
	border: 1px solid #fff;
	border-bottom: 0px;
}
#ad_33618 {
	border: none;
}
#pointsLastMod {
	margin-top: -4px;
	text-align: center;
	font: normal 9px/11px Arial;
}
#newsSml li {
	position: relative;
}
#newsSml li a {
	padding-left: 30px;
}
#newsSml li p {
	position: absolute;
	top: 5px;
	left: 4px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}

/* obvisously an IE fix for 6 */
* html #newsSml li p { left: -25px; }

