/*
Theme Name: Betting
Description: Betting Theme default styles for Betting/Bookmaker network websites.
Version: 1.0
Author: Helen Johnson
Author URI: http://www.pandagaming.com.au
*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff url("images/bg.jpg") repeat-x 0 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
.clear {
	clear: both;
}
img {
	border: none;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
/* Global Lists */
#content ul, .sidebar ul  {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}
#content ul li, .sidebar ul li {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
	background: url("images/bullet.png") no-repeat 0 2px;
}
#content .col-220 ul {
	margin: 0 0 20px 0;
}
/* Global Links */
a, a:visited {
	color: #39a2bf;
	text-decoration: underline;
}
a:hover {
	color: #005b7f;
}
/*=== END SECTION 1 - Initial Styling ===*/

/*=== START SECTION 2 - Header & Nav ===*/
#header {
	height: 120px;
	width: 960px;
	margin: 0;
	padding: 0;
	background: url("images/header.jpg") no-repeat;
}
#header #logo {
	padding: 35px 0 0 0;
	margin: 0;
	height: 50px;
}
#header #logo .logo-left{
	width: 24px;
	height: 50px;
	background: url("images/logo-left.png") no-repeat;
	float: left;
}
#header #logo .logo-middle{
	height: 50px;
	background: url("images/logo-bg.gif") repeat-x;
	float: left;
	text-align: center;
}
#header #logo .logo-right{
	width: 24px;
	height: 50px;
	background: url("images/logo-right.png") no-repeat;
	float: left;
}
#header h1, #header h1 a, #header h1 a:visited {
	text-decoration: none;
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	color: #3796b8;
}
#header #logo .url, #header #logo .url a, #header #logo .url a:visited {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #999999;
	font-size: 12px;
}
/* Nav */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	height: 30px;
	width: 960px;
	margin: 0;
	padding: 10px 15px 0 15px;
	background: url("images/nav.jpg") no-repeat;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 15em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** Nav Styling ***/
.sf-menu {
	float: left;
	text-transform: capitalize;
	font-size: 12px;
}
.sf-menu a {
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	min-height: 16px;
	cursor: pointer;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	font-weight: bold;
}
.sf-menu li {
}
.sf-menu li li {
	background: #023a53;
}
.sf-menu li li li {
	background: #023a53;
}
.sf-menu li ul a, sf-menu li ul li ul a {
	border: none;
	font-weight: bold;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #39a2bf;
	outline: 0;
}
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	background: #092b45;
	color: #39a2bf;
	outline: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	outline: 0;
}
.sf-menu .current_page_item a, .sf-menu .current_page_parent a, .sf-menu .current_page_ancestor a {
}
.sf-menu .current_page_ancestor .current_page_parent a, .sf-menu .current_page_ancestor .current_page_item a, .sf-menu .current_page_ancestor .page_item a, .sf-menu .current_page_item .page_item a {
}
.sf-menu .current_page_ancestor .current_page_parent a:hover, .sf-menu .current_page_ancestor .current_page_item a:hover, .sf-menu .current_page_ancestor .page_item a:hover, .sf-menu .current_page_item .page_item a:hover {
}
/* arrows */
.sf-menu a.sf-with-ul {
	padding-right: 2em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.0em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* shadows for all but IE6 */
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*=== END SECTION 2 - Header & Nav ===*/

/*=== START SECTION 3 - Content ===*/
#main {
	width: 960px;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #fff;
}
#content {
	margin: 0;
	padding: 0;
}
#main .col-640 {
	width: 640px;
	float: left;
	margin: 0;
	padding: 0;
}
#main .col-620 {
	width: 620px;
	margin: 10px;
	padding: 0;
}
#main .col-380 {
	width: 380px;
	float: right;
	margin: 10px;
	padding: 0;
}
#main .col-220 {
	width: 220px;
	float: left;
	margin: 10px;
	padding: 0;
}
#main .col-300 {
	width: 300px;
	float: left;
	margin: 10px;
	padding: 0;
}
/* Headings */
.col-220 h3 {
	width: 220px;
	height: 20px;
	background: #363636 url("images/title-220.gif") no-repeat 0 0;
	color: #fff;
	padding: 6px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	text-align: center;
}
.col-220 h3.bet {
	background: #686868 url("images/title-220-light.gif") no-repeat 0 0;
	color: #fff;
}
body.home .col-380 h2 {
	width: 380px;
	height: 20px;
	background: #363636 url("images/title-380.gif") no-repeat 0 0;
	color: #fff;
	padding: 6px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	text-align: center;
}
h2, .post h2, .page h2 {
	color: #003e57;
	font-size: 18px;
}
h2.title {
	text-transform: capitalize;
}
h3 {
	color: #333;
}
h4 {
	color: #666;
	font-size: 14px;
	margin: 20px 0 5px 0;
	padding: 0;
}
/* Feature Promo */
.feature {
	width: 620px;
	height: 165px;
	background: url("images/feature-sportsbet.gif") no-repeat 0 0;
	padding: 0;
	margin: -10px 0 0 0;
	position: relative;
	color: #fff;
}
.feature h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #6bbcd2;
}
.feature h4 {
	padding: 0 0 5px 0;
	margin: 0;
	color: #6bbcd2;
	font-style: italic;
	font-size: 16px;
}
.feature .text {
	width: 450px;
	height: 130px;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	top: 20px;
	left: 160px;
}
.feature a {
	width: 620px;
	height: 165px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.feature p {
	font-size: 12px;
	padding: 0;
	margin: 0 0 7px 0;
}
.feature p span {
	color: #6bbcd2;
	text-decoration: underline;
}
/* Feature Small Boxes */
.feature-small {
	width: 620px;
	background: #fff url("images/feature-small-bg.gif") repeat-y;
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 12px;
}
.feature-boxes {
	width: 620px;
	background: url("images/feature-small-top.gif") no-repeat 0 0;
	padding: 0;
	margin: 0;
}
.feature-small-end {
	width: 620px;
	height: 10px;
	display: block;
	background: url("images/feature-small-end.gif") no-repeat left bottom;
	padding: 0;
	margin: 0;
}
.feature-small .small-box {
	width: 120px;
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 10px 5px 10px;
}
.feature-small .first {
	margin: 0;
}
.feature-small .small-box .banner-120 {
	width: 120px;
	height: 60px;
	padding: 0;
	margin: 0 0 10px 0;
}
.feature-small .small-box .text, .feature-small .small-box .text a {
	padding: 0;
	margin: 0;
	text-align: center;
}
/* Images & Caption */
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	font-style: italic;
}
/* Fetured Advertisers */
.advertiser {
	margin: 0 0 10px 0;
	background: url("images/divider-220.gif") no-repeat left bottom;
}
.advertiser .logo {
	width: 165px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
}
.advertiser .text {
	font-size: 12px;
	padding: 0 0 10px 0;
}
.advertiser ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 10px 10px;
}
.advertiser ul li {
	list-style: none;
	padding: 0 0 5px 10px;
	margin: 0;
	background: url("images/arrow.gif") no-repeat 0 2px;
	line-height: 1.1em;
}
.advertiser .button {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 90px;
	height: 25px;
}
.advertiser .button a {
	width: 90px;
	height: 25px;
	background: url("images/join-now.gif") no-repeat;
	display: block;
}
.advertiser .button a span {
	display: none;
	visibility: hidden;
}
.advertiser p {
	padding: 0;
	margin: 0;
	text-align: center;
}
/* Bookmakers Slide */
.slide-promo {width: 620px;height: 200px;background: url(images/top-bookmakers-slide.gif) no-repeat 0 0;padding: 0;margin: 0;}
.slide-promo .slide {float: left;}
.slide-promo .slide a {width: 124px;height: 146px;margin: 27px 0 0 0;padding: 0;display: block;}
.slide-promo .feature-slide a {height: 180px;margin: 10px 0 0 0;}
.slide-promo .sportingbet-slide {float: right;}
/*=== END SECTION 3 - Content ===*/

/*=== START SECTION 4 - Posts & Pages ===*/
div.post, div.page {
	margin: 0 0 20px 0;
	padding: 0;
}
h2, .post h2, .page h2 {
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}
.post h3, body.search .page h3 {
	padding: 0;
	margin: 5px 0 5px 0;
}
.post .news-img, .page .news-img {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 160px;
}
.post .entry-meta, .post .entry-footer, .page .entry-meta {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 0.8em;
	padding: 0;
	margin: 0 0 10px 0;
}
.post .entry-meta span, .post .entry-footer span {
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.post .entry-footer {
	padding: 0 5px 5px 5px;
	margin: 0 0 10px 0;
	border-top: 1px solid #ddd;
}
.post .entry-footer a {
	font-weight: normal;
	text-transform: none;
	font-size: 1.2em;
}
.post .entry-footer p {
	padding: 5px 0 0 0;
	margin: 0;
}
.post p, .entry-content p {
	padding: 0;
	margin: 5px 0 10px 0;
	line-height: 1.2em;
}
.post .read-more a, .page .read-more a {
	background-color: #39a2bf;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.post .read-more a:hover, .page .read-more a:hover {
	background-color: #005b7f;
	padding: 5px;
	color: #fff;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote, blockquote {
	font: italic 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	width: 300px;
	background: url("images/blockquote-right.png") no-repeat right bottom;
	padding: 0;
	margin: 0 0 10px 10px;
	text-indent: -15px;
	float: right;
}
.entry-content blockquote p, blockquote p {
	background: url("images/blockquote-left.png") no-repeat left top;
	padding: 0 15px 0 45px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}
body.home blockquote {
	width: 220px;
	text-indent: -10px;
}
body.home blockquote p {
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	padding: 0 10px 0 40px;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
/* Related News */
.related-news {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0;
}
.related-news h4 {
	padding: 0;
	margin: 0 0 10px 0;
}
/* Default Tables */
#content table {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #fff;
	width: 100%;
}
#content table td, #content table th {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	padding: 4px;
}
#content table th {
	background-color: #0a2c46;
	color: #fff;
}
/*=== END SECTION 4 - Posts & Pages ===*/

/*=== START SECTION 5 - Comments ===*/
h3#comments {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.avatar {
  float: left;
  margin: 0 5px 0 0;
}
#respond {
	padding: 0;
	margin: 0;
}
#respond p {
	font-size: 12px;
}
#respond h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
	border: 1px solid #ccc;
}
ol.commentlist {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.commentlist .comment {
	background: url("images/comment-quote.gif") no-repeat top right;
	border: 1px solid #ccc;
}
.commentlist li {
 	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}
.commentlist cite {
	font-style: normal;
	color: #000;
}
.commentlist .comment-meta {
	font-size: 11px;
}
.commentlist span.says {
	font: italic 1.0em Georgia, "Times New Roman", Times, serif;
	color: #777;
}
.commentlist .comment-author-admin, .commentlist .bypostauthor {
	border: 1px solid #3e65bd;
}
/*=== END SECTION 5 - Comments ===*/

/*=== START SECTION 6 - Sidebar & Modules ===*/
.sidebar .banner-300 {
	width: 300px;
	padding: 0;
	margin: 0 0 20px 0;
}
/* Box 300 */
.box-300 {
	width: 300px;
	background: url("images/box-300-bg.gif") repeat-y;
	padding: 0;
	margin: 0 0 20px 0;
	color: #fff;
}
.box-300-top {
	width: 300px;
	background: url("images/box-300-top.gif") no-repeat;
}
.box-300-end {
	width: 300px;
	height: 10px;
	background: url("images/box-300-end.gif") no-repeat;
	padding: 0;
	margin: 0;
	clear: both;
}
.box-300 .inner {
	margin: 0;
	padding: 5px 10px 0 10px;
}
.box-300 a {
	color: #7ecde3;
}
.box-300 a:hover {
	color: #cbf4ff;
}
.box-300 h4 {
	padding: 0;
	margin: 5px 0 10px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.box-300 table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}
.box-300 table td.countdown {
	font-size: 11px;
	width: 50px;
	text-align: center;
}
.box-300 table td {
	padding: 5px;
	border-collapse: collapse;
}
.box-300 p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.box-300 table h5 {
	padding: 0;
	margin: 0 0 3px 0;
}
.box-300 table td.bet a {
	background: url("images/arrow.gif") no-repeat 0 4px;
	padding: 0 0 0 8px;
}
.box-300 table tr:nth-child(odd)		{ background-color: none; }
.box-300 table tr:nth-child(even)		{ background-color: #005171; }
.todays-racing table td.countdown {
	font-size: 11px;
	width: 65px;
	text-align: center;
}
.box-300 .punter-topbooks p {font-size: 10px;}
/* Top Promos*/
.top-promos {
	margin: 0 0 10px 0;
}
.top-promos .inner {
	padding: 10px 10px 0 10px;
}
.top-promos .banner-120 {
	width: 120px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}
.top-promos .text {
	font-size: 12px;
	width: 150px;
	float: right;
	padding: 0;
	margin: 5px 0 0 0;
}
.top-promos .box-300 {
	padding: 0;
	margin: 0 0 10px 0;
}
/*=== END SECTION 6 - Sidebar & Modules ===*/

/*=== START SECTION 7 - Footer ===*/
#footer {
	clear: both;
	padding: 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #4c4c4c url("images/footer.gif") repeat-x 0 0;
}
#footer .footer-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#footer .inner {
	padding: 20px 10px 10px 10px;
	margin: 0;
}
#footer p {
}
#footer a:link, #footer a:visited {
	color: #cdcdcd;
}
#footer .disclaimer {
	background: url("images/disclaimer.png") no-repeat;
	width: 720px;
	height: 30px;
	margin: 0 auto;
}
/*=== END SECTION 7 - Footer ===*/
