/*
Theme Name: Horse Racing Syndicate
Description: Horse Racing Theme default styles for horse racing syndicate 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.gif") repeat-x;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.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: #135aa4;
	text-decoration: underline;
}
a:hover {
	color: #1d80e7;
}
/*=== END SECTION 1 - Initial Styling ===*/

/*=== START SECTION 2 - Header & Nav ===*/
#header {
	height: 130px;
	width: 960px;
	margin: 0;
	padding: 0;
	background: url("images/header.jpg") no-repeat;
}
#header #logo {
	padding: 48px 0 0 210px;
	margin: 0;
}
#header h1, #header h1 a, #header h1 a:visited {
	text-decoration: none;
	font-size: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	color: #fff;
}
#header #logo .url, #header #logo .url a, #header #logo .url a:visited {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #acc6f4;
	font-size: 12px;
}
/* Nav */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	height: 30px;
	margin: 0 0 0 10px;
}
.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;
	border-left: 1px solid #1372b1;
	text-transform: capitalize;
	font-size: 12px;
}
.sf-menu a {
	border-right: 1px solid #1372b1;
	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-color: #135aa3;
}
.sf-menu li li li {
	background-color: #135aa3;
}
.sf-menu li ul a, sf-menu li ul li ul a {
	border: none;
	font-weight: normal;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #70c2fa;
	color: #0d2152;
	outline: 0;
}
/* 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: 10px 0 10px 0;
}
#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: 210px;
	height: 29px;
	background: #124c9f url("images/title-220.gif") no-repeat 0 0;
	color: #fff;
	padding: 6px 0 0 10px;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.col-220 h3.bet {
	background: #8A0504 url("images/title-220-red.gif") no-repeat 0 0;
	color: #fff;
}
body.home .col-380 h2 {
	width: 370px;
	height: 29px;
	background: #1860B0 url("images/title-380.gif") no-repeat 0 0;
	color: #fff;
	padding: 6px 0 0 10px;
	margin: 0 0 10px 0;
	font-size: 14px;
}
h2, .post h2, .page h2 {
	color: #13306d;
	font-size: 18px;
}
h2.title {
	text-transform: capitalize;
}
h4 {
	color: #0e2457;
	font-size: 14px;
	margin: 20px 0 5px 0;
	padding: 0;
}
/* Feature Promo */
.feature {
	width: 620px;
	height: 165px;
	padding: 0;
	margin: -10px 0 0 0;
	position: relative;
}
.feature-sportsbet {
	background: #fff url("images/feature-sportsbet.gif") no-repeat 0 0;
}
.feature-sportsbet-bonus {
	background: #fff url("images/feature-sportsbet-bonus.jpg") no-repeat 0 0;
	height: 150px;
}
.feature-exclamation {
	background: #fff url("images/feature-exclamation.gif") no-repeat 0 0;
}
.feature-money {
	background: #fff url("images/feature-money.gif") no-repeat 0 0;
}
.feature-iasbet {
	background: #fff url("images/feature-iasbet.gif") no-repeat 0 0;
}
.feature-golden-slipper {
	background: #fff url("images/feature-golden-slipper.gif") no-repeat 0 0;
}
.feature h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.feature h4 {
	padding: 5px 0 0 90px;
	margin: 0;
	color: #ce0504;
	font-style: normal;
	font-size: 20px;
	text-align: left;
	line-height: 1.3em;
}
.feature .text {
	width: 600px;
	height: 130px;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	top: 20px;
	left: 10px;
}
.feature .text .desc {
	text-align: center;
	padding: 15px 0 0 0;
}
.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: #0000ff;
	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 0 0;
	padding: 0;
	margin: 0 0 -5px 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;
}
/*=== 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, .post .more-news a, .page .more-news a {
	background-color: #adcdee;
	padding: 5px;
	color: #13316d;
	font-size: 12px;
	font-weight: bold;
}
.post .read-more a:hover, .page .read-more a:hover, .post .more-news a:hover, .page .more-news a:hover {
	background-color: #4d96e1;
	padding: 5px;
	color: #fff;
}
.post .more-news, .page .more-news {
	margin: 0 0 15px 0;
}

.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: #0D2254;
	color: #fff;
}
/* Calendar */
.calendarentry {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}
h4.calendarentrytitle {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.calendarentrydate {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.calendarentrydesc {
	font-size: 11px;
}
.calendarentrybet {
	padding: 0;
	margin: 5px 0 0 0;
}

.page-promo {
	padding: 20px;
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}
.page-promo p, .page-promo p a {
	font-size: 18px;
	font-weight: bold;
	color: #00f;
	text-decoration: underline;
	text-align: center;
}
.page-promo p a:hover {
	color: #0072ff;
}

/*=== 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;
}
.sidebar .banner-300 p {
	text-align: center;
}
/* Box 300 */
.box-300 {
	width: 300px;
	background: url("images/box-300-bg.gif") repeat-y;
	padding: 0;
	margin: 0 0 20px 0;
}
.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 h4 {
	padding: 0;
	margin: 5px 0 10px 0;
	color: #ce0504;
	font-style: italic;
	font-size: 16px;
}
.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 2px;
	padding: 0 0 0 8px;
}
.box-300 table tr:nth-child(odd)		{ background-color:#dadada; }
.box-300 table tr:nth-child(even)		{ background-color:#fff; }
.todays-racing table td.countdown {
	font-size: 11px;
	width: 65px;
	text-align: center;
}

/* 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;
}
.top-promos .box-300-top {
	width: 300px;
	background: url("images/box-300-top-blank.gif") no-repeat;
}
/* Latest Results */
.racing-results-button {padding: 0;margin: 0 0 20px 0;}
.racing-results-button a {width: 300px; height: 50px; background: url(images/racing-results-button.gif) no-repeat 0 0; display: block;}

/*=== END SECTION 6 - Sidebar & Modules ===*/

/*=== START SECTION 7 - Footer ===*/
#footer {
	clear: both;
	padding: 0;
	margin: 0 0 0 0;
	background: #2450b7 url("images/footer.gif") repeat-x 0 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#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;
}
#footer .disclaimer a {
	width: 720px;
	height: 30px;
	display: block;
}
/*=== END SECTION 7 - Footer ===*/
