/*
Theme Name: Harness Racing
Description: Harness Racing default styles for Harness Racing network websites.
Version: 2.0
Author: Phillilp Johnson
Author URI: http://www.pandagaming.com.au
*/
/* -- Font Faces -- */
@font-face {
    font-family: 'NovecentowideUltraLightBold';
    src: url('fonts/Novecentowide-Medium-webfont.eot');
    src: url('fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Novecentowide-Medium-webfont.woff') format('woff'), url('fonts/Novecentowide-Medium-webfont.ttf') format('truetype'), url('fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NovecentowideBookBold';
    src: url('fonts/Novecentowide-Bold-webfont.eot');
    src: url('fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Novecentowide-Bold-webfont.woff') format('woff'), url('fonts/Novecentowide-Bold-webfont.ttf') format('truetype'), url('fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--Global--*/
.clear{
	clear:both;
}
body{
	background: url(images/background.png);
    /*background: #c81a1c url(../images/takeover/bg-red.png) repeat-x 0 0;
    background-attachment: fixed;*/
}
/*#bg-click {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    cursor: pointer;
    background: transparent url(../images/takeover/bg-to.png) no-repeat top center;
    background-attachment: fixed;
}*/

.alignleft{
	float:left;
}

.alignright{
	float: right;
}
.alignbottom{
	position:absolute;
	bottom:10px;
}
.alignright.alignbottom{
	right:0;
}
a {
	text-decoration: none;
 	color: #118A96;
}

a:hover{
	color:#D18C3B;
}

.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60686c), color-stop(1, #313436) );
	background:-moz-linear-gradient( center top, #60686c 5%, #313436 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#60686c', endColorstr='#313436');
	background-color:#60686c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #313436), color-stop(1, #60686c) );
	background:-moz-linear-gradient( center top, #313436 5%, #60686c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#313436', endColorstr='#60686c');
	background-color:#313436;
}

/*--Header--*/
#header{
	background: #313436 url(images/headerBackground.png);
	color:#D18C3B;
	height: 100px;
	margin: 0;
    position: relative;
    z-index: 100;
}

#logo{
	background: url(images/logo.png) no-repeat top right;
	padding-top: 40px;
	padding-right: 30px;
	margin-top:10px;
	float:left;
	text-align: left;
}

#header a{
	color:#D18C3B;
	text-decoration: none;
}

.pageTitle{
	margin-bottom: 0;
	line-height: 25px;
	font-family: 'NovecentowideBookBold';
	font-weight: 100;
}
.header-disclaimer {
    height: 24px;
    width: 100%;
    background-color: #f2c085;
}
    .header-disclaimer .disclaimer {
        background: url(../images/disclaimers/header-disclaimer_long.png) no-repeat 0 0;
        height: 24px;
        width: 860px;
        display: block;
        margin: 0 auto;
    }
/*--Nav--*/

#header nav{
	height:30px;
	margin-top: 35px;
	margin-left:20px;
	line-height: 30px;
	float:right;
}

#header nav ul{
	list-style: none;
	margin: 0px;
}
#header nav li{
	float:left;
	margin:0px;
}

#header nav a{
	font-family: 'NovecentowideBookBold';
	font-size: 16px;
	color: #118A96;
	text-decoration: none;
	padding:10px;
	margin-left: 10px;
	
}

#header nav a:hover{
	background: rgba(0, 0, 0, .5);
	color:#D18C3B;
}
.current_page_item a{
	background: black;
}
nav a:hover, .current_page_item{
}

/*--Heading Tags--*/
h1{
	color:#D18C3B;
}

h3{
	margin-bottom: 10px;
}
.title{
	background: #118A96;
	margin:0 0px 5px -10px;
	padding: 0 10px 0 10px;
	color:#F2F2F2;
	float:left;
	position: relative;
	font-size: 20px;
}

.title:after{
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-10px;
	left:0;
	width:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color: #118A96 transparent transparent transparent;
}
/*-- Content --*/

.container_12 {
    position: relative;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 0;
}
.content-area {
    background: url(images/background.png);
    padding-top: 10px;
}

.articles article img{
	max-width: 300px;
}

article.feature h2{
	font-size: 15px;
	margin-bottom: 5px;
}
article.feature a h2{
	color:#D18C3B;
}
.articles article{
	margin-bottom: 10px;
}

.feature{
	background: #313436;
	color: #FFF;
}

.padded{
	padding: 5px 10px;
}

.newsExcerpt h2{
	font-size: 15px;
	margin-bottom: 5px;
}
.newsExcerpt{
	padding-bottom: 10px;
	border-bottom: dashed 1px #313436;
}
.content{
	float:left;
	padding-top: 10px;
	background: #f2f2f2;
	}
	
.entry-meta{
	font-style: italic;
	font-size: 10px;
	margin-bottom: 5px;
}
article.news{
	height:430px;
	position: relative;
}
.newsExcerpt{
	margin-bottom:20px;
}
.newsExcerpt h3, .newsExcerpt p{
	margin-bottom: 5px;
}
.postEnd .entry-meta{
	padding:6px 0 0 10px;
	float: left;
}
/*-- Post --*/
.post img{
	max-width: 300px;
	max-height: 200px;
}

img.alignright{
	margin: 0 0 10px 10px;
}

.postNews h3{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top:5px;
}
.postNews{
	margin-bottom: 20px;
}
/* Default Tables */
table {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 12px;
}

table td, table th {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 4px;
}

table th {
	background-color: #292728;
	color: #fff;
}

table.calendar-table {
	text-align: center;
	border-left: 1px solid #cccccc;
}

table.calendar-table td.vs {
	width: 50px;
}

table.calendar-table td.home-team {
	width: 270px;
}

table.calendar-table td {
	border-left: none;
	border-top: 1px solid #cccccc;
	padding: 4px;
}

/*-- FOOTER --*/
.footer{
	background: #313436 url(images/headerBackground.png);
    position: relative;
    z-index: 10;
}

footer{
	color:#f2f2f2;
	text-align: center;
	padding:10px 0 10px 0;
}


/*-- Featured Slider --*/

#featured{ 
	position: relative;
	min-height:250px;
	background: rgba(148, 148, 148, .50);
	margin-bottom: 10px;
}
#featured header {
	padding-left: 0px;
}
#featured ul.ui-tabs-nav{
	top:0;
	list-style:none;
	background-image: url(images/black_linen_v2.png);
	margin-bottom: 0px;
}
#featured ul.ui-tabs-nav li{
	text-align: right;
	margin: 0;
	font-size:12px;
	min-height: 80px;
	color:#666;
	position: relative;
}
#featured ul.ui-tabs-nav li:first-child{
	padding-top: 10px;
}
#featured ul.ui-tabs-nav li:nth-child(even){
	border-top:solid 1px white;
	border-bottom:solid 1px white;
}

#featured ul.ui-tabs-nav li:hover{
	background: rgba(255, 255, 255, .1);
}

#featured ul.ui-tabs-nav li span{ 
	font-size:11px;
}

#featured li.ui-tabs-nav-item a{
	color:#FFF;
	text-decoration: none;
}

.middle{
	vertical-align:middle;
	padding: 2px 10px 2px 10px;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected:after{ 
	 content: url(images/selected.png);
	 position: absolute;
	 float:right;
	 right:-10px;
	 bottom:26.5px;
}
#featured .ui-tabs-panel{
	position: relative;
	height:250px;
}
#featured .ui-tabs-panel img{
	float:right;
	position: absolute;
	bottom:10px;
	right: 10px;
	max-width: 290px;
}
#featured .ui-tabs-panel .info{  
	float:left;
	width:140px;
}

#featured .info p{
	color:#f0f0f0;
}

#featured .ui-tabs-hide{ 
	display:none; 
}

/* Banners */

.banner-300 {
    margin: 10px 0 0 0;
}
.banner-940 {
    width: 950;
    margin: 0 0 0 5px;
}
.grid_8 {
    margin-top: 10px;
}
.sidebar h3 {
    margin-top: 20px;
}

/*=== TOP RATED ===*/

    .top-rated {
        margin: 0 0 10px 0;
        padding: 0;
    }
        .top-rated .top-rated-box {
            background-color: #fafafa;
            border: 1px solid #dddddd;
            width: 300px;
            margin: 10px 0 0 0;
            padding: 0;
        }
        .top-rated .top-rated-no {
            width: 50px;
            height: 36px;
            display: block;
            margin: -36px 0 0 0;
        }
            .top-rated .top-rated-1 .top-rated-no {
                background: transparent url(../images/modules/top-rated.png) no-repeat 0 0;
            }
            .top-rated .top-rated-2 .top-rated-no {
                background: transparent url(../images/modules/top-rated.png) no-repeat -53px 0;
            }
            .top-rated .top-rated-3 .top-rated-no {
                background: transparent url(../images/modules/top-rated.png) no-repeat -106px 0;
            }
            .top-rated .top-rated-4 .top-rated-no {
                background: transparent url(../images/modules/top-rated.png) no-repeat -159px 0;
            }
            .top-rated .top-rated-5 .top-rated-no {
                background: transparent url(../images/modules/top-rated.png) no-repeat -212px 0;
            }
        .top-rated .top-rated-logo {
            width: 300px;
            height: 36px;
        }
            .top-rated .top-rated-logo a {
                width: 300px;
                height: 36px;
                display: block;
            }
                .top-rated .ladbrokes .top-rated-logo a {
                    background: transparent url(../images/modules/top-rated.png) no-repeat 0 -322px;
                }
                .top-rated .bookmaker .top-rated-logo a {
                    background: transparent url(../images/modules/top-rated.png) no-repeat 0 -46px;
                }
                .top-rated .sportsbet .top-rated-logo a {
                    background: transparent url(../images/modules/top-rated.png) no-repeat 0 -92px;
                }
                .top-rated .luxbet .top-rated-logo a {
                    background: transparent url(../images/modules/top-rated.png) no-repeat 0 -138px;
                }
                .top-rated .sportingbet .top-rated-logo a {
                    background: transparent url(../images/modules/top-rated.png) no-repeat 0 -184px;
                }
                .top-rated .iasbet .top-rated-logo a {
                    background: transparent url(../images/modules/top-rated.png) no-repeat 0 -230px;
                }
                .top-rated .centrebet1 .top-rated-logo a {
                    background: transparent url(../images/modules/top-rated.png) no-repeat 0 -276px;
                }
        .top-rated .top-rated-info {
            margin: 0;
            padding: 8px 10px 8px 10px;
            font-size: 11px;
        }
            .top-rated .top-rated-info a {
                text-decoration: none;
                color: #333;
            }
        .top-rated .top-rated-buttons {
            margin: 10px;
            padding: 0;
            float: right;
            width: 105px;
        }
            .top-rated .button-join {
                margin: 0;
                padding: 0;
                width: 105px;
            }
            .top-rated .button-review {
                margin: 0 0 10px 0;
                padding: 0;
                width: 105px;
            }

    .top-rated .button-med {
        margin: 0;
        padding: 0;
    }
        .top-rated .button-med a {
            margin: 0;
            padding: 0;
            display: block;
            width: 105px;
            height: 30px;
            background-color: #004a80;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 400;
            line-height: 30px;
            text-decoration: none;
            text-align: center;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
            .top-rated .button-med a:hover {
                background-color: #0072bc;
            }

/* Bookmakers Slide */
.slide-promo {
    width: 620px;
    height: 160px;
    background: transparent url(images/top-bookmakers-slide-new.png) no-repeat 0 0;
    padding: 0;
    margin: 10px 0 10px 0;
}
    .slide-promo .slide {
        float: left;
        display: block;
    }
        .slide-promo .slide a {
            width: 115px;
            height: 150px;
            margin: 5px 0 0 0;
            padding: 0;
            display: block;
        }
    .slide-promo .feature-slide a {
        width: 160px;
        height: 160px;
        margin: 0;
    }
    .slide-promo .last-slide { float: right }