/* CSS Document */
body {
	font-family: verdana;
	font-size: 10pt;
	line-height: 16px;
	text-align: center;
}

div#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	}
div.header {
	border-bottom: 2px #cccccc dotted;
	margin: 0 0 0px 0;
	padding:0;
	height: 70px;
	}
.header h1 {margin:0 0 5px 0; padding:0 0 0 55px; font-size: 1.5em;height: 50px; line-height: 50px; }
div.header h1 a {color: #000000; text-decoration: none;background: url(/img/logo.jpg) no-repeat left center; height: 75px; padding-left: 90px; display: block;}
div#footer {
		clear: both;
		padding-top: 5px;
		height: 40px;
		border-top: 2px #cccccc dotted;
		text-align: left;
	}
div#columns {clear: both; margin: 10px 0 10px 0; height: 310px; border-right: 2px dotted #cccccc; border-left: 2px dotted #cccccc;}
#columns div#footcol1 {
	float: left;
	width: 275px;
	border-right: 2px dotted #cccccc;
	padding: 0 0 0px 5px;
	}
#columns div#footcol2 {float:left; width: 275px; border-right: 2px dotted #cccccc; margin-left: 10px;}
#columns div#footcol3 {float: right; width: 270px; padding: 0 0 0  5px;}
.feedburnerFeedBlock img{display:none}
/* Header Nav */
div#navmenu {height: 39px; margin: 5px 0 15px 0;}
ul.nav {margin:2px 0 0 15px; padding:0; height: 39px;}
ul.nav li {
	float: left;
	list-style-type: none;
	margin: 0 2px 0 2px;
	}
.nav li a {
	color: #444444;
	text-decoration: none;
	background: #ededed;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 5px 0 0 0;
	padding: 4px 7px;
	border: 1px solid #e6e4e4;
			-webkit-border-radius: 4px; /* Safari, Chrome */
  			-khtml-border-radius: 4px;    /* Konqueror */
  			-moz-border-radius: 4px; /* Firefox */
	}
.nav li a:hover {
			text-decoration: none;
			background-color: #f4f4f4;
			color: #444444;
			border: 1px solid #cccccc;
			-webkit-border-radius: 4px; /* Safari, Chrome */
  			-khtml-border-radius: 4px;    /* Konqueror */
  			-moz-border-radius: 4px; /* Firefox */
			}

.content h1 {
		font-family: Trebuchet MS;
		font-size: 1.3em;
		margin-top: 20px;
	}
.content h2 {
	font-size: 1.1em
	}
.content p {
		margin-bottom: 10px;
	}

ul.standard {
	margin-left: 0px;
	padding-left: 10px;
	list-style-type: none;
	}
.standard li {
	line-height: 19px;
	height: 19px;
	background: url(/img/list.gif) no-repeat left center;
	padding-left: 15px;
	}
.content a {
	color: #c50404;
	}
	
.content a:hover {color: #f67d7d;}

a.button {
	background:transparent url(/img/button-bg.gif);
	border-left: 1px solid #cdff24;
	border-right: 1px solid #cdff24;
	color: #000000; 
	text-decoration:none;
	text-align:center;
	height:23px;
	line-height: 23px;
	display:block;
	padding:0 5px 0 5px;
	overflow:hidden;
	float:left;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 5px;
	}
	
a.button:hover {color: #ffffff;}

/* Poker Rooms Table */

div.pokerrooms { 
	clear: both;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	height: 130px;
	}
div.pokerrooms div#roomcol1 {
	float: left; 
	text-align: center;
	width: 180px;
	margin: 0 0px 0 0;
	}
div.pokerrooms div#roomcol2 {
	float: left;
	width: 450px;
	}
div.pokerrooms div#roomcol3 {
	float: left;
	width: 200px;
	font-size: 10px;
	color: #aaaaaa;
	}
#roomcol1 h2 {
	margin: 0 0 0 0;
	padding:0;
	font-size: 12px;
	}
#roomcol2 ul {margin:0; padding:0; list-style-type: none;}
#roomcol2 li {background: url(/img/list.gif) left center no-repeat; padding-left: 15px;}
#roomcol3 span {font-weight: bold; font-size: 11px; color: #000000}
p.question {font-weight: bold; text-transform: uppercase;}

table.standard {
 font-size: 12px; 
 font-family: arial;
 text-align: center;
 border: 1px solid #f1f1f1;
 border-spacing: 2px;
 border-collapse: separate;
 margin: 0 auto;
}

table.standard th {
 padding: 4px 3px 4px 3px; 
 font-weight: bold;
 background-color: #e1e5eb;	
 border: 0px; 
}

table.standard td {
 padding: 2px 3px;
 font-size: 11px;
 background-color:#fbfbfb;
 border: 1px solid #f1f1f1;
 line-height: 16px;
 vertical-align: middle;
}
