/*
Theme Name: o-Slots
Theme URI: http://www.o-slots.com
Description: o-Slots.
Version: 1.0
Author: TanAdult
Author URI: 
*/
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #992525 url(images/bg.gif);
	color: #370909;
}
:focus {
	outline: none
}
a {
	color: #b00303;
}
a:hover {
	text-decoration: none
}
#bg {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 420px;
	z-index: -10;
	background: url(images/top_bg.gif) top repeat-x;
}
#bg div {
	display: block;
	background: url(images/top_bg.jpg) top center no-repeat;
	height: 420px;
	width: 100%;
}
.wrapper {
	width: 970px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 170px;
}
.top_banner {
	position: absolute;
	top: 20px;
	right: 0px;
}
.top_banner a img {
	border: 0;
}
.logo {
	position: absolute;
	top: 23px;
}
.logo h1 {
	padding: 0;
	margin: 0;
}
.logo a {
	display: block;
	width: 240px;
	height: 80px;
	background: url(images/logo.png) 0px 0px no-repeat;
	text-indent: -9999px;
}
#top_menu {
	position: absolute;
	top: 120px;
	left: 0;
	background: url(images/top_menu_bg.gif) top repeat-x;
	width: 100%;
	height: 53px;
}
#top_menu ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
}
#top_menu ul li {
	display: inline;
}
#top_menu ul li a {
	float: left;
	color: #fffaf2;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 0;
	height: 53px;
	font-size: 14px;
}
#top_menu ul li a span {
	display: block;
	padding: 19px 5px 20px 15px;
}
#top_menu ul li a:hover {
	float: left;
	color: #ae1c14;
	text-shadow: 1px 1px #fdf8f2;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: url(images/menu_right.png) top right no-repeat;
	padding: 0 10px 0 0;
	height: 53px;
	font-size: 14px;
}
#top_menu ul li a:hover span {
	display: block;
	background: url(images/menu_bg.png) 0px 0px no-repeat;
	padding: 19px 5px 20px 15px;
}
#search { 
	display: block;
	position: absolute;
	top: 120px;
	right: 0;
	width: 230px;
	height: 23px;
	background: url(images/search_bg.gif) 0px 0px no-repeat;
	padding: 15px 10px;
}
	#searchfield {
		border: 0;
		width: 178px;
		float: left;
		height: 26px;
		background: url(images/searchfield.gif) 0px 0px no-repeat;
		margin-right: 3px;
		color: #91734a;
		padding: 0 5px;
	}
	#searchbutton {
		border: 0;
		width: 34px;
		float: left;
		height: 26px;
		background: url(images/searchbutton.gif) 0px 0px no-repeat;
	}
#content {
	background: #fff4e5 url(images/content_bg.gif) top repeat-x;
	overflow: hidden;
	padding: 5px 10px 10px 10px;
}
	.sidebar_left {
		float: left;
		width: 200px;
		margin-right: 10px;
	}
		.sidebar_left h3 {
			padding: 0;
			margin: 0;
			background: url(images/side_title.gif) top repeat-x;
			color: #fffaf3;
			text-shadow: 1px 1px #8b3e00;
			font-size: 13px;
			text-transform: uppercase;
			padding: 9px 15px;
		}
		.sidebar_left ul {
			background: #d0aa71;
			margin: 0;
			padding: 10px 15px;
			border: 1px solid #9e5e00;
			list-style: none;
			line-height: 19px;
		}
		.sidebar_left ul li a {
			color: #fffefd;
			text-decoration: none
		}
		.sidebar_left ul li a:hover {
			text-decoration: underline
		}
		.sidebar_left .banner {
			padding: 10px;
			text-align: center
		}
		.sidebar_left .banner img {
			border: 1px solid #942929;
		}
	.sidebar_right {
		float: left;
		width: 178px;
		border: 1px solid #e3caa7;
		background: #fff;
		padding: 10px;
	}
	.sidebar_right ul {
		padding: 0;
		margin: 0;
		list-style: none
	}
	.container {
		float: left;
		width: 740px;
	}
	.jackpots_row {
		clear: both;
	}
	#posts {
		float: left;
		width: 530px;
		margin-right: 10px;
	}
	#posts .post {
		background: #fffaf3;
		border: 1px solid #e3caa7;
		text-align: justify;
		margin-bottom: 10px;
	}
	#posts .post .inside {
		padding: 15px 20px;
		border-left: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #e3caa7;
	}
	#posts .post .data {
		padding: 10px 20px;
		background: #f7e6cd;
		border-left: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		overflow: hidden
	}
	#posts .post .data a {
		font-weight: bold;
		color: #c9a97b;
	}
	#posts .post .data a:hover {
		color: #9e5e00
	}
	.data .more {
		float: left;
	}
	.data .comments {
		float: right;
	}
	#posts .post h2 {
		padding: 0;
		margin: 0;
		font-size: 18px;
		font-weight: normal;
	}
	#posts .post h2 a {
		color: #370909;
		text-decoration: none;
	}
	#posts .post h2 a:hover {
		color: #9c1f1f;
	}

	#posts .post h1 {
		padding: 0;
		margin: 0;
		font-size: 18px;
		font-weight: normal;
	}
	#posts .post h1 a {
		color: #370909;
		text-decoration: none;
	}
	#posts .post h1 a:hover {
		color: #9c1f1f;
	}

	#posts .post .thumb img {
		float: left;
		margin: 0px 10px 10px 0;
	}
.box {
	margin-bottom: 15px;
}
.box h3 {
	font-size: 13px;
	margin: 0;
}
.box h3 a {
	color: #370909
}
.box .thumb {
	margin: 10px 0
}
.box .thumb img {
	border: 0;
}
.box .data {
	font-size: 11px
}
.box .data span {
	color: #ff2929
}
.jackpots_row {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 6px 0 0 0;
	position: relative;
}	
.jackpots_row .title {
	display: block;
	width: 690px;
	height: 55px;
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 30px;
}	
.jackpot {
	width: 144px;
	height: 125px;
	display: block;
	position: relative;
	z-index: 1;
	margin-right: 4px;
        padding-top: 30px;
	padding-left: 0px;
        float: left;
}
.jackpot_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.jackpot_border {
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 125px;
	display: block;	
	z-index: 2;
	background: url(images/jackpot_bg.png) 0px 0px no-repeat;
}
.jackpot_cash {
	color: #ff2929;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	z-index: 3;
	text-align: center;
	left: 0;
	top: 100px;
	width: 144px;	
}
.jackpot_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 144px;
	height: 125px;
	display: block;
	z-index: 5;
	text-indent: -9999px;
}

.bottom_menu {
	background: #370909;
	padding: 20px 90px;
	color: #c28282;
	text-align: center
}
.bottom_menu ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.bottom_menu ul li {
	display: inline
}
.bottom_menu a { 
	color: #c28282;
	text-transform: uppercase
}
.bottom_menu span {
	margin: 0 5px;
}
.copy {
	padding: 20px 10px 20px 160px;
	color: #fff;
	font-size: 11px;
	background: url(images/foot_bg.gif) 0px 0px no-repeat
}
.copy a {
	color: #fff;
}
a#play_button {
	position: fixed;
	bottom: 50px;
	left: 50px;
	width: 125px;
	height: 25px;
	background: url(images/play_button.png) 0px 0px no-repeat;
	z-index: 100;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding: 155px 45px 0 20px;
}
#home .sidebar_left {
	float: left;
	margin-right: 0;
}
#home .container {
	width: 750px;
}
.welcome h1, .column h1 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.welcome, .text, .column {
	clear: both;
	padding: 5px 15px;
	text-align: justify
}
.column {
	float: left;
	width: 220px;
	clear: none
}
.column h2 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
#top {
	background: #6cac10;
	border: 1px solid #609810;
	width: 528px;
	float: left;
	margin-right: 8px;
}
#top h3 {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 0 0 10px 0;
}
#top .box {
	padding: 8px;
	padding-right: 0;
	border-left: 1px solid #84cf18;
	border-top: 1px solid #84cf18;
	margin: 0;
	overflow: hidden
}
.top_row {
	background: url(images/home_top_bg.gif) 0px 0px no-repeat;
	padding: 12px;
	width: 386px;
	overflow: hidden;
	float: left;
	margin-bottom: 1px;
}
.top_title { width: 206px; font-weight: bold; }
.top_title a { color: #2c1c1c }
.top_percent, .top_usa, .top_bonus { width: 40px; }
.top_review { width: 60px; }
.top_title,
.top_percent,
.top_usa,
.top_bonus,
.top_review {
	float: left;
	text-align: center;
}
.top_title {
	text-align: left;
}
.top_play {
	float: left;
	margin-bottom: 1px;
}
.top_play a {
	display: block;
	padding: 12px 17px;
	width: 70px;
	background: url(images/home_top_btn.gif) 0px 0px no-repeat;
	color: #ae1c14;
	text-shadow: 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase
}
.top_play a:hover {
	color: #000
}
#carousel {
	width: 180px;
	background: #fff;
	border: 1px solid #e3caa7;
	float: left;
	padding: 10px;
	height: 439px;
	position: relative
}
#slider {
	width: 180px;
	margin-top: 10px;
}
#slider ul {
	height: 539px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#prevBtn {
	position: absolute;
	top: -11px;
	left: 40px;
}
#nextBtn {
	position: absolute;
	bottom: -11px;
	left: 40px;
}
#nextBtn a, #prevBtn a  {
	display: block;
	width: 120px;
	height: 23px;
	background: url(images/btns.gif) 0px -23px no-repeat;
	text-indent: -9999px;
}
#prevBtn a {
	background: url(images/btns.gif) 0px 0px no-repeat;
}
#carousel ul li .box {
	margin: 0;
	display: block;
	width: 180px;
	height: 210px;
}
#carousel ul li .box span {
	display: none;
}
#home .jackpots_row {
	margin-left: 5px;
}
