/*
Theme Name: POKIES AUSTRALIA
Theme URI: pokiesaustralia.org
Description: Pokies Australia Wordpress Theme
Author: Pokies
Author URI:
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/



/* basics */
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-----Tag rules-----*/
html, body, div, span, a, p, h1, h2, h3, h4, h5, h6, h7, li, ul, td, tr, table, img, input, object, param {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	min-height:100%;
}
img {
	border:0;
}
a {
	outline:none;
	color: #ce1126;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #b9b9b9;
}
.current {
	color:#b9b9b9;
}
/*-----Structure------*/
body {
	background:#0e0e0f;
	color:#fff;
}
#page-wrap {
	width:100%;
	height:100%;
	background:#0e0e0f;
}
#header {
	width:100%;
	height:100px;
	background:url("images/bg-header.jpg") top center no-repeat;
}
#preview {
	width:100%;
	height:214px;
	background:url("images/bg-preview.jpg") top center no-repeat;
}
#content-wrap {
	width:100%;
	min-height:316px;
	background: url("images/bg-main-repeat.jpg") top center repeat-y;
}
#footer {
	width:100%;
	min-height:159px;
	background: url("images/bg-footer.jpg") top center no-repeat;
}
.content-bg {
	width:100%;
	min-height:316px;
	background:url("images/bg-main-top.jpg") top center no-repeat;
}
.border-bottom {
	width:1024px;
	min-height:316px;
	margin: 0 auto;
	background:url("images/border-bottom.jpg") repeat-x bottom;
	padding-bottom:15px;
}
.border-left {
	background:url("images/border-left.jpg") repeat-y left top;
	width:100%;
}
.border-right {
	background:url("images/border-right.jpg") repeat-y right top;
	width:100%;
}
.container {
	width:938px;
	background: url("images/container-bg.jpg") bottom center no-repeat #1c1c1c;
	margin:0 auto;
	min-height:303px;
	padding:0 30px;
}
.red-lights {
	width:100%;
	height:13px;
	background:url("images/bg-red-lights.jpg") repeat-x;
	z-index:0;
}
.red-lights div{
	width:1280px;
	margin:0 auto;
	}
.red-lights object{
	width:1280px;
	margin:0 auto;
	position:relative;
	top:-3px;
	}
#logo-space {
	width:1024px;
	height:76px;
	margin:0 auto;
}
.logo{
	padding:5px 0 0 40px;
	width:130px;
	height:70px;
	float:left;
	}
.logo a{
	text-indent:-9999px;
	display:block;
	background:url("images/logo.jpg") no-repeat center center;
	width:130px;
	height:70px;
	}
.addthis_toolbox{
	width:200px;
	float:right;
	margin-top:20px;}
#nav {
	width:1024px;
	margin:0 auto;
	height:24px;
}
/*--------Typography---------*/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:28px;
	font-weight:normal;
}
h2 {
	color:#fff;
	font-size:18px;
	font-weight:normal;
}
/*------Navigation--------*/
#nav li {position:relative;display:block;float:left;}
#nav li a {display:block;float:left;height:24px;line-height:24px;padding: 0 20px;}
 
/*sub navigation*/
#nav ul {position:absolute;top: 1px;left:0;padding:0;} /*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/
#nav ul a, #nav ul li {float:none;}
#nav ul li {font-size:15px;}
#nav ul li a { padding: 0 2px;}

#nav {
	list-style:none;
	text-transform:uppercase;
	text-align:center;
	z-index:10;
	display:block;
}
#nav li {
	display:inline;
}
#nav li a {
	display:inline-block;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-top:1px;
	height:23px;
}
.current_page_item a, current_page_ancestor a {
	opacity:0.7;
	filter: alpha(opacity=70);
}
#nav li a:hover, .current_page_item a:hover {
	opacity:1;
	filter: alpha(opacity=100);
	text-decoration:none;
	color:#ce1126;
	background:#fff;
}
#nav ul{
	background:#ce1126;
	z-index:20;}
/*--------Preview---------*/
#preview ul {
	list-style:none;
	text-align:center;
	padding:8px 0 0 100px;
}
#preview ul li {
	background:url("images/bg-preview-casino.png") no-repeat;
	width:207px;
	height:196px;
	display:inline-block;
	margin: 0 10px;
}
#preview ul li a {
	color:#333;
	font-size:22px;
	font-weight:bold;
	width:200px;
	height:190px;
	margin:5px 0 0;
}
#preview ul li a:hover {
	text-decoration: none;
}
#preview ul li a img {
	margin-top:5px;
	height:102px;
	display:block;
	margin:0 auto;
}
#preview ul li a p {
	height:40px;
	margin-top:5px;
}
#preview ul li a h3 {
	color:#fff;
}
#preview ul li a:hover h3 {
	color:#333;
	text-shadow: #000 0px 0px 1px;
}

/*------Breadcrumbs--------*/
.breadcrumbs{
	font-size:10px;
	margin: 0 0 10px 0;
	color: #ce1126;
	}
.breadcrumbs a{
	color:#eee;
	}
/*-------Content--------*/
.content {
	width:620px;
	padding:20px 0;
	float:left;
}
.content hr {
	color:#ce1126;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #ce1126;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
.content h2 {
	color:#0e8de4;
}
.content p {
	color:#fff;
	font-size:12px;
	text-align:justify;
	padding: 3px 0;
	text-indent:10px;
}
.content ul, 
.content ol {
	color:#fff;
	font-size:12px;
	text-align:justify;
	padding: 3px 0 0 30px;
	text-indent:10px;
}
.content .top-games {
	width:620px;
	height:156px;
	margin: 5px 0;
}
.content .top-games .top-games-left {
	background:url("images/topgames-left.jpg") no-repeat right center;
	width:210px;
	height:156px;
	display:block;
	float:left;
}
.content .top-games ul {
	width:410px;
	height:156px;
	float:right;
	padding:0;
	list-style:none;
}
.content .top-games li {
	display:inline;
	float:left;
}
.content .top-games li a.first-game {
	background:url("images/topgames-right.jpg") no-repeat top left;
	width:138px;
	height:156px;
	display:block;
}
.content .top-games li a.second-game {
	background:url("images/topgames-right.jpg") no-repeat top center;
	width:136px;
	height:156px;
	display:block;
}
.content .top-games li a.third-game {
	background:url("images/topgames-right.jpg") no-repeat top right;
	width:135px;
	height:156px;
	display:block;
}
.content .top-games li a.first-game:hover {
	background-position:bottom left;
}
.content .top-games li a.second-game:hover {
	background-position:bottom center;
}
.content .top-games li a.third-game:hover {
	background-position:bottom right;
}
/*--------Sidebar---------*/
#sidebar {
	width:318px;
	padding:20px 0;
	float:right;
}
.top-casinos {
	width:302px;
	float:right;
	color:#333;
}
.top-casinos .top-casinos-top {
	background:url("images/topcasinos-top.jpg") no-repeat top center;
	width:302px;
	height:28px;
	display:block;
}
.top-casinos .top-casinos-top h2{
	margin:4px 10px 0 0;
	font-weight:bold;
	font-size:16px;}
.top-casinos .top-casinos-content {
	width:301px;
	background:url("images/topcasinos-middle.jpg") #fff no-repeat top center;
	min-height:90px;
	padding-top:5px;
	font-size:18px;
	line-height:14px;
}
.top-casinos .top-casinos-bottom {
	width:302px;
	background:url("images/topcasinos-bottom.jpg") no-repeat top center;
	height:28px;
	display:block;
}
.top-casinos .top-casinos-single {
	text-align:right;
	width:290px;
	margin:0 auto;
	padding:4px 0 0;
}
.top-casinos hr {
	width:90%;
}
.top-casinos .top-casinos-single .number, .top-casinos .top-casinos-single .jackpot {
	float:left;
	margin:5px 3px 0;
}
.top-casinos .top-casinos-single .number {
	color:#ce1126;
}
.top-casinos .top-casinos-single .dlrvlink {
	font-size:11px;
	width:100px;
	float:right;
}
.top-casinos .top-casinos-single img {
	margin-right: 10px;}
.top-casinos .top-casinos-single a {
	text-decoration:underline;
}
.news {
	width:302px;
	float:right;
	background: #1e9bde url("images/news-bg.jpg") no-repeat top center;
	min-height:289px;
	border: 1px solid #1e9bde;
	border-radius: 10px;
}
.news h2{
	font-size:15px;
	line-height:16px;
	font-weight:bold;}
.news h1{
	display:inline;
	float:left;
	margin:10px 0 10px 10px;
	font-size:36px;}
.news img{
	margin:10px 0 0 10px;}
.news .news-single{
	width:280px;
	margin:0 auto;
}
.news .news-single img{
	margin:0;
	border:3px solid #fff;}
.news .news-single-text{
	width:200px;
	float:right;
	padding: 5px;
}
.news .news-single-text p{
	font-size:11px;
	color:#fff;}
.news .news-single-text hr {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #39b5d5;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
.news .news-single-text a{
	color:#fff;}
.news .news-single-text a:hover{
	text-decoration:none;
	color:#39b5d5;
	}
/*-----------Single-----------*/
.post{
	margin: 5px 0;}
.entry-meta, .entry-info, #nav-below {
	font-size:11px;
}
.entry-utility, .meta-prep, .entry-date, .byline{font-size:11px;}
.post .entry-content p, post .entry-summary p{
	font-size: 14px;
	line-height:normal;}
.entry-meta a, .entry-info a, #nav-below a{
	color:#ddd;
	text-decoration:underline;}
.entry-meta a:hover, .entry-info a:hover, #nav-below a:hover{
	text-decoration:none;}
h2.entry-title{
	margin:20px 0 0;
	font-size:24px;}
h2.entry-title a{
	color:#0e8de4;}
h2.entry-title a:hover{
	color:#fff;}
/*--------Footer----------*/
#footer #payments {
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}
#footer .quicklinks {
	width:900px;
	margin: 0 auto;
	text-align:center;
	padding-top:10px;
}
#footer .quicklinks ul {
	width:300px;
	float:left;
	list-style:none;
	font-size:11px;
}
#footer .quicklinks ul a {
	color:#aaa;
}
#footer .quicklinks ul a:hover {
	color:#fff;
}
#footer span.copy {
	text-align:center;
	margin:0 auto;
	color:#888;
	width:500px;
	display:block;
	font-size:10px;
	margin-top: 10px;
}