/*
Theme Name: Greyhounds
Description: Greyhounds Theme default styles for greyhound 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.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 */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}
ul li {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
	background: url("images/bullet.png") no-repeat 0 2px;
}
.col-220 ul {
	margin: 0 0 20px 0;
}
/* Global Links */
a, a:visited {
	color: #6f54cd;
	text-decoration: underline;
}
a:hover {
	color: #5321ff;
}
/*=== 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: 38px 0 0 0;
	background: url("images/logo-icon.png") no-repeat 10px 38px;
	height: 60px;
}
#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;
	text-shadow: #000 2px 2px 2px;
}
#header h1 {
	margin: 0 0 0 70px;
	padding: 12px 0 0 0;
}
#header #logo .url, #header #logo .url a, #header #logo .url a:visited {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #c3b7e7;
	font-size: 12px;
}
#header #logo .url {
	margin: 0 0 0 70px;
}
/* Nav */
#nav {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 30px;
}
#nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	width: 940px;
	height: 29px;
	list-style: none;
	border-left: 1px solid #000;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
	border-right: 1px solid #000;
}
#nav li a:link, #nav li a:visited {
	padding: 7px 10px 0 10px;
	text-decoration: none;
	height: 20px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #d4c8ff;
	font-size: 12px;
}
#nav li a:hover {
	color: #fff;
}
/*=== 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: #2e1c66 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: #7a60d2 url("images/title-220-bright.gif") no-repeat 0 0;
	color: #fff;
}
body.home .col-380 h2 {
	width: 370px;
	height: 29px;
	background: #2e1c66 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: #28185e;
	font-size: 18px;
}
h2.title {
	text-transform: capitalize;
}
h4 {
	color: #484160;
	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-iasbet {
	background: #fff url("images/feature-iasbet.gif") no-repeat 0 0;
}
.feature h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.feature h4 {
	padding: 0 0 5px 0;
	margin: 0;
	color: #ce0504;
	font-style: italic;
	font-size: 16px;
}
.feature .text {
	width: 370px;
	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: #6f54cd;
	text-decoration: underline;
}
.feature ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.feature 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;
}
/* 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;
}
/* 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: #daceff;
	padding: 5px;
	color: #6f54cd;
	font-size: 12px;
	font-weight: bold;
}
.post .read-more a:hover, .page .read-more a:hover {
	background-color: #daceff;
	padding: 5px;
	color: #412d85;
}
.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: #5439AC;
	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;
}
.box-300-top {
	width: 300px;
	background: url("images/box-300-top-blank.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: 70px;
	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;
}
.punter-topbooks .punter-bookmaker-desc p {font-size: 9px;}
/*=== 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 ===*/
