
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	background-image: url(/images/back-tile.gif);
}

body, p, td, th, input, textarea{
	font-family: 'trebuchet ms', helvetica;
	font-size: 14px;
	color: #000;
}

img{
	border: 0;
}

a{
	outline: 0;
	color: #797979;
	text-decoration: none;
}

a:hover{
	color: #b3b3b3;
	text-decoration: underline;
}

#topWide{
	background-image: url(/images/bg-top.png);
	background-repeat: repeat-x;
	height: 167px;
}

#top{
	width: 987px;
	height: 167px;
	margin: 0 auto;
	position: relative;
}

#logo{
	position: absolute;
	top: 57px;
	left: 0px;
	width: 987px;
	height: 94px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);
}

#hoverButtonInstantPlay{
	width: 249px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 4px;
}

#hoverButtonInstantPlay a{
	display: block;
	width: 249px;
	height: 32px;
	overflow: hidden;
	background-image: url('/images/instantplaybutton.gif');
	background-position: 0 0;
	padding: 40px 0 0 0;
}

#hoverButtonInstantPlay a:hover{
	background-position: 0 -32px;
}



#search{
	position: absolute;
	right: 4px;
	top: 6px;
}

#search form{
	margin: 0;
	padding: 0;
}

#search #q{
	width: 175px;
	font-family: georgia, arial;
	font-style: italic;
	font-size: 14px;
	padding: 5px 8px;
	margin: 0;
	border: none;
	background-color: #fff;
	color: #aaa;
}

#instantPlay{
	position: absolute;
	top: 0;
	right: 0;
	width: 284px;
	height: 37px;
}

#contentWrapper{
	width: 987px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#contentLeft{
	float: right;
	width: 692px;
	text-align: left;
}

#contentRight{
	float: left;
	width: 280px;
	text-align: left;
	font-size: 13px;
	line-height: 130%;
}

.floatingBox{
	border: none;
	padding: 15px;
	margin: 0 0 15px 0;
	background-color: #fff;
	line-height: 150%;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 3px rgba(0, 0, 0, 0.2);
}

.floatingBox h1, .floatingBox h2, .floatingBox h3, .floatingBox h4, .floatingBox h5{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #6a6a6a;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.floatingBox ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.floatingBox li{
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding: 2px 0 2px 23px;
	margin: 0;
	border-bottom: 1px dotted #efefef;
}

.floatingBox li.lastItem{
	border: none;
}

.floatingBox h1, .floatingBox h2, .floatingBox h3{
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #578c54;
}

.floatingBox h1 a, .floatingBox h2 a, .floatingBox h3 a{
	color: #578c54;
}

.floatingBox h1 a:hover, .floatingBox h2 a:hover, .floatingBox h3 a:hover{
	color: #86a884;
}

.clearFloats {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
	padding: 0;
}

#bottom{
	width: 987px;
	margin: 0 0 15px 0;
	padding: 20px 25px;
	text-align: left;
	font-size: 12px;
}

.postMeta{
	font-size: 12px;
	color: #777;
	padding: 10px 0 0 0;
}

.postMeta .category{
	padding: 0 10px 0 18px;
	background-image: url(/images/icon-folder.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.postMeta .tags{
	padding: 0 10px 0 20px;
	background-image: url(/images/icon-tag.png);
	background-repeat: no-repeat;
}

.preMeta{
	font-size: 12px;
	color: #777;
	padding: 0 0 10px 0;
}

.preMeta .calendar{
	padding: 0 10px 0 18px;
	background-image: url(/images/icon-calendar.png);
	background-repeat: no-repeat;
}

.preMeta .author{
	padding: 0 10px 0 18px;
	background-image: url(/images/icon-person.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

table.casinoPimp {
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.casinoPimp th {
	border-width: 0px;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	line-height: 100%;
	font-size: 12px;
}

table.casinoPimp td {
	border-width: 1px 0px 0px 0px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: middle;
	text-align: center;
	line-height: 100%;
}

table.casinoPimp td.rankCell{
	font-size: 20px;
	color: #3270a3;
	font-weight: bold;
}

table.casinoPimp td.bonusCell a{
	color: #75970c;
	font-weight: bold;
	text-decoration: none;
}

table.casinoPimp td.bonusCell a:hover{
	color: #aac067;
}

div.hoverButtonPlayNow{
	width: 119px;
	height: 32px;
	overflow: hidden;
}

div.hoverButtonPlayNow a{
	display: block;
	width: 119px;
	height: 32px;
	overflow: hidden;
	background-image: url('/images/playnowbutton.gif');
	background-position: 0 0;
	padding: 40px 0 0 0;
}

div.hoverButtonPlayNow a:hover{
	background-position: 0 -32px;
}



