/**
 * home.css
 * @author Martin Bean <martin@digitalpop.co.uk>
 **/

@import url('lobbies.css');

/* non-registered home page styles */
#register {
	background: url(../images/register-bg.gif) no-repeat 50% 50%;
	height: 172px;
	margin-bottom: 8px;
	position: relative;
}
#register #play_for_free {
	position: absolute;
	left: 0;
	top: 0;
}

#register_form {
	background: url(../images/register-now.png) no-repeat 50% 0%;
	width: 374px;
	height: 172px;
	margin: 0 auto;
	z-index: -1;
}
#register_form fieldset {
	position: relative;
	display: block;
	width: 374px;
	height: 172px;
	z-index: 1;
}
#register_form legend {
	display: none;
}
#register_form label {
	text-indent: -9999em;
	position: relative;
	display: block;
	width: 100px;
	height: 22px;
	margin: 0 8px 6px 0;
	padding-left: 20px;
	float: left;
	clear: left;
}
#register_form label.email, 
#register_form .input.email {
	margin-top: 84px;
}
#register_form .input {
	background: url(../images/register-input-bg.gif) no-repeat 0 0;
	float: left;
	width: 141px;
	height: 22px;
	padding: 1px 3px;
}
#register_form .input.firstname {
	margin-top: 5px;
}
#register_form .input .text {
	position: relative;
	display: block;
	width: 131px;
	padding: 2px;
	border: none;
}
#register_form #go {
	display: block;
	position: absolute;
	right: 30px;
	top: 85px;
}
/*
#register fieldset {
	background: url(../images/register-now.png) no-repeat 50% 0%;
	position: relative;
	width: 374px;
	height: 172px;
	margin: 0 auto;
	z-index: 400;
	border: 1px dotted #000;
}
#register fieldset legend {
	display: none;
}
#register fieldset label {
	text-indent: -9999em;
	position: relative;
	display: block;
	width: 100px;
	height: 22px;
	margin: 0 8px 6px 20px;
	float: left;
	clear: left;
}
#register fieldset .input {
	background: url(../images/register-input-bg.gif) no-repeat 0 0;
	float: left;
	width: 141px;
	height: 22px;
	padding: 2px;
	z-index: 401;
}
#register fieldset .input input.text {
	position: relative;
	display: block;
	width: 131px;
	height: 16px;
	margin: 1px 2px;
	padding: 1px 3px;
	border: none;
	z-index: 1;
}
#register fieldset .input.chatname {
	margin-top: 5px;
}
#register fieldset .form_wrapper {
	padding-top: 84px;
	overflow: auto;
	border: 1px dotted #111;
}
#register fieldset #go {
	display: block;
	position: absolute;
	right: 18px;
	top: 86px;
}
*/
#register #win_real {
	position: absolute;
	right: 0;
	top: 0;
}

#players_online {
	color: #750e81;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 1em 0;
}
#players_online span {
	font-size: 120%;
}
#players_online strong {
	text-transform: uppercase;
}

#welcome {
	color: #40003f;
	background-color: #fffeb4;
	width: 817px;
	margin: 0 auto 16px;
	position: relative;
	border: 4px solid #ff6b00;
}
#welcome h2 {
	display: block;
	float: left;
	margin: -20px 0 0 0;
}
#welcome h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 20px 0 200px;
}
#welcome #welcome_images {
	padding: 0 20px 15px 20px;
	position: relative;
	overflow: auto;
	clear: left;
}
#welcome #welcome_images #no_card {
	display: block;
	float: left;
	margin: 0 20px;
}
#welcome #welcome_images #free_bingo {
	display: block;
	float: left;
	margin-left: 30px;
}
#welcome #welcome_images a {
	border: none;
}
#welcome #welcome_images a#how_gif {
	float: right;
}
/*
#welcome #benefits {
	height: 174px;
	padding: 60px 20px 25px;
	overflow: hidden;
}
#welcome #benefits ul {
	width: 50%;
	float: left;
}
#welcome #benefits ul li {
	font-weight: bold;
	background: url(../images/benefits-bullet.gif) no-repeat 0 0;
	margin-top: 8px;
	padding: 2px 0 7px 35px;
	list-style: none;
}
*/


#main_column {
	float: left;
	width: 440px;
	margin-right: 10px;
}
#main_column #custom_module {
	font-family: monospace;
	font-weight: bold;
	background: #fc0;
	margin-bottom: 1em;
	padding: 10px 0 60px;
	border: 1px solid #000;
}
#main_column #custom_module p {
	padding: 0 0 10px 50px;
}
#main_column #custom_module p.first {
	padding: 0 0 40px 10px;
}









.table_wrapper {
	background: #ff9b0f url(../images/forum/table-wrapper.gif) repeat-x 0 0;
	margin-bottom: 1em;
	padding: 0 5px;
}
.table_wrapper .top {
	background: url(../images/forum/table-wrapper-top.gif) repeat-x 0 0;
}
.table_wrapper .top,
.table_wrapper .bottom {
	position: relative;
	height: 5px;
	margin: 0 -5px;
}
.table_wrapper .top .left,
.table_wrapper .bottom .left {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.table_wrapper .top .right,
.table_wrapper .bottom .right {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 5px;
}
.table_wrapper .top .left     { background-image: url(../images/forum/table-wrapper-top-left.gif); }
.table_wrapper .top .right    { background-image: url(../images/forum/table-wrapper-top-right.gif); }
.table_wrapper .bottom .left  { background-image: url(../images/forum/table-wrapper-bottom-left.gif); }
.table_wrapper .bottom .right { background-image: url(../images/forum/table-wrapper-bottom-right.gif); }


#content .table_wrapper table {
	background: none;
	border-collapse: separate;
	margin-bottom: 0;
}
#content .table_wrapper table thead th {
	background: none;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	padding: 0.25em 0.75em 0.5em;
	border: none;
}
#content .table_wrapper table tbody td {
	font-size: 90%;
	background-color: #fff3dd;
	padding: 0.5em 0.75em;
	border-color: #fff #ff7e2b #e84e1c;
	border-style: solid;
	border-width: 1px 0;
}
#content .table_wrapper table tbody td h3 {
	font-size: 12px;
}
#content .table_wrapper table tbody td p {
	margin-bottom: 0;
}
#content .table_wrapper table tbody td p.author {
	color: #4d4a44;
	margin-bottom: 0.75em;
}
