/*  
Theme Name: AllBets.com.au WordPress Design
Theme URI: http://www.allbets.com.au/
Description: Wordpress integrated design by <a href="http://www.trevnetmedia.com/" target="_blank">TrevNetMedia.com</a>
Version: 1.0
Author: TrevNetMedia
Author URI: http://www.trevnetmedia.com/
*/


/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Continue CSS */


/* BODY */
body  {
	background: #FFF url(images/bg2.jpg) repeat-x;
	font:12px Verdana,  Arial,  Helvetica,  sans-serif;
	color:#333;
}


/* HYPERLINKS */
h3  {
	padding:10px 0 10px 0;
	font-size:14px;
}

a  {
	color:#333;
}

a:hover  {
	text-decoration:underline;
}

/* MAIN */
#wrapper  {
	width: 1000px;
	margin:auto;
}

#main  {
	width: 1020px;
	margin: 0 auto;
}

#left  {
	float: left;
	width: 570px;
	background:url(images/rightbg.gif) repeat-y right;
}

#right  {
	float: right;
	width: 420px;
}

/* HEADER */
#header  {
	height: 76px;
	width: 1000px;
}


#logo  {
	width: 306px;
	float:left;
}

#logo h1 {
	text-indent:-10000px;
}

#logo h1 a {
	display:block;
	background: url(images/logo.gif) no-repeat;
	height:66px;
	outline:none;
	margin-top:10px;
}

/* SEARCH */
#searchbox  {
	float:right;
	width: 219px;
	height: 22px;
	background: #EEE;
	border: 1px solid #C6C6C6;
	margin: 5px 3px 0 0;
}

#searchbox #s  {
	float: left;
	margin: 2px 0 0 6px;
	border: 0;
	width: 160px;
	background: none;
	color:#333;
}

#searchbox #go  {
	float: right;
	margin: 3px 4px 0 0;
}

/* NAV */
.nav  {
	height: 25px;
	width: 750px;
	margin-top: 140px;
	margin-left: 8px;
	padding-top: 5px;
	position: absolute;
}

.nav ul {
}

.nav ul li {
	float:left;
	margin: 0 10px 0 0;
	display: inline;
	line-height:25px;
}


.nav ul li a  {
	display: block;
	color:#292929;
	padding:0 10px 0 10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	padding-bottom: 4px;
}

.nav ul li a:hover  {
	color:#222;
	text-decoration:none;
}

.nav ul li {
	background: url(images/navright-a.png) no-repeat right top;
}

.nav ul li a  {
	background: url(images/navleft-a.png) no-repeat left top;
	color:#fff;
}

/* The Dropdown */
.nav li ul {
	position: absolute;
	border-left: 1px solid #AFAEA9;
	border-right: 1px solid #AFAEA9;
	border-bottom: 1px solid #AFAEA9;
	background: #EDEDED;
	padding: 0 10px;
	left: -999em;
	z-index: 99;

	/* Shadow */
	margin-left: -5px;
	-moz-box-shadow: 1px 2px 2px #000;
	-webkit-box-shadow: 1px 5px 2px #000;
	box-shadow: 1px 5px 2px #000;
	
	/* Border Radius */
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav li ul li {
	background: none !important;
	clear: both;
}

.nav li ul li a{
	background: none;
	padding: 0 !important;
	color:#000;
}

.nav li ul li a:hover{
	color: #000;
	text-decoration: underline;
	background: none;
}

.nav li ul :hover {
	border-top: 0;
}

.nav li:hover ul {
	left: auto;
}

.nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* End of Dropdown Nav CSS */

/* Read More Buttons */

#readmore  {
	float: right;
	margin: 0 10px 10px 0;
	overflow: hidden;
	line-height:25px;
	background: url(images/navright-a.png) no-repeat right top;
}


#readmore a  {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	background: url(images/navleft-a.png) no-repeat left top;
	color:#fff;
}

#readmore span {
	padding:0 10px 0 10px;
}

#readmore a:hover  {
	color:#333;
	text-decoration:none;
}

/* MISC */
.clear  {
	clear:both;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright  {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft  {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright  {
	float: right;
}
 
.alignleft  {
	float: left;
}

img  {
	border:none;
}

/* ENTRY */
#content  {
	width: 570px;
}

.entry  {
	width: 550px;
	line-height:140%;
	margin-bottom:20px;
}

.entry p  {
	padding-bottom:10px;
}

.entry h2.sectionhead  {
	background:url(images/dot-h.gif) repeat-x bottom;
	padding-bottom:10px;
}

.entry h2{
	font-weight: bold;
	font-size: 1.6em;
	color:#333;
	margin-bottom: 10px;
}

.entry h2 a  {
	color:#000;
	text-decoration: none;
}

.entry p.postinfo  {
	background:url(images/entryline.gif) repeat-x bottom;
	font-size:10px;
	padding-bottom:10px;
	margin-bottom:5px;
}




.entry p.postinfo span.category  {
	background:url(images/category.gif) no-repeat;
	padding-left:20px;
}


.entry p.postinfo span.comment  {
	background:url(images/comment.gif) no-repeat;
	padding-left:20px;
}

/* ENTRY2 */
#content 2 {
	width: 100%;
}

.entry2  {
	width: 100%;
	line-height:140%;
	margin-bottom:20px;
}

.entry2 p  {
	padding-bottom:10px;
}

.entry2 h2{
	font-weight: bold;
	font-size: 1.6em;
	color:#333;
	margin-bottom: 10px;
}

.entry2 h2 a  {
	color:#000;
	text-decoration: none;
}

.entry2 h2 a  {
	color:#000;
}

html>body .entry2 ul  {
	padding: 0 0 0 30px;
	padding-left: 10px;
}
 
html>body .entry2 li  {
	margin: 7px 0 8px 10px;
}

.entry2 ul li:before {content: "\00BB \0020"; }
.entry2 p.postinfo  {
	background:url(images/entryline.gif) repeat-x bottom;
	font-size:10px;
	padding-bottom:10px;
	margin-bottom:5px;
}


.entry2 p.postinfo span.upper  {
	text-transform:uppercase;
}


.entry2 p.postinfo span.category  {
	background:url(images/category.gif) no-repeat;
	padding-left:20px;
}


.entry2 p.postinfo span.comment  {
	background:url(images/comment.gif) no-repeat;
	padding-left:20px;
}


/* End of Entry entries */

.post  {
	margin-bottom:15px;
}


.socials  {
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border:1px solid #BBB9B2;
	padding:5px 5px 5px 10px;
	width:540px;
}

.socials a  {
	margin-right:10px;
	color:#BFBCB3;
}

.btn_email  {
	background:url(images/mail.gif) left no-repeat;
	padding-left:15px;
}

.btn_comment  {
	background:url(images/comments.gif) left no-repeat;
	padding-left:15px;
}

.btn_delicious  {
	background:url(images/delicious.gif) left no-repeat;
	padding-left:15px;
}

.btn_digg  {
	background:url(images/digg.gif) left no-repeat;
	padding-left:15px;
}

.btn_reddit  {
	background:url(images/reddit.gif) left no-repeat;
	padding-left:15px;
}

.btn_technorati  {
	background:url(images/technorati.gif) left no-repeat;
	padding-left:15px;
}

.btn_furl  {
	background:url(images/furl.gif) left no-repeat;
	padding-left:15px;
}

/* SIDEBAR */
#sads  {
	width:388px;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	background:#eeedea;
	border:1px solid #d6d4cd;
	padding:8px;
	margin-bottom:10px;
}

#sads ul  {
}

#sads ul li  {
	float:left;
	padding-right:6px;
}

#sads ul li.last  {
	float:right;
	padding:0px;
}

#sads p  {
	background:url(images/adsdotdot.gif) no-repeat center left;
	margin-top:5px;
}

#sads a  {
	color:#5e5d5a;
}

#tab  {
	-webkit-box-shadow: 0 0 5px #555;
	-moz-box-shadow: 0 0 5px #555;
	margin-top: 0px;
	width:388px;
	background:#eeedea;
	border:1px solid #d6d4cd;
	padding:3px 8px 8px 8px;
	margin-bottom:10px;
}

#sidebar  {
	width:400px;
	padding-left:10px;
}

#sidebar h2  {
	font-size: 0.9em;
	margin-bottom:10px;
	color: #000000;
	text-transform:uppercase;
	font-weight: bold;
}

#sidebar ul {
	margin:10px auto 20px;
}

#sidebar ul li {
}


#sidebar ul li ul {
}

#sidebar ul li ul li {
	display:block;
	background:url(images/bullet.gif) no-repeat 0 2px;
	padding-left:18px;
	margin-bottom:6px;
	padding-bottom:5px;
	border-bottom:1px dotted #dadada;
	font-size:11px;
}

.sleft  {
	float:left;
	width:120px;
	background:url(images/dot-v.gif) repeat-y right;
	padding-right:10px;
}


.sright  {
	float:right;
	width:258px;
	padding-left:10px;
}

.sleft li a,.sright li a {
	font-size: 0.9em;
	line-height: 20px;
	margin-left: 5px;
}

/* CALENDAR */
#calendar #calendar_wrap #wp-calendar  {
	width: 100%;
}

#calendar #calendar_wrap #wp-calendar caption  {
	text-align:left;
	border-bottom:1px solid #dadada;
	padding-bottom:5px;
}

#calendar #calendar_wrap #wp-calendar th  {
	text-align:left;
	font-weight:bold;
	padding-top:5px;
}

#calendar #calendar_wrap #wp-calendar td {
	text-align:left;
}

/* COMMENTS */
#c  {
	float:left;
	width:225px;
}

#cc  {
	float:right;
	width:304px;
}

#commentform p  {
	padding-bottom:10px;
}

#commentform #author  {
	border:1px solid #bbb9b2;
	height:20px;
	width:200px;
	background:#f5f5f3;
	padding-left:5px;
}

#commentform #email  {
	border:1px solid #bbb9b2;
	height:20px;
	width:200px;
	background:#f5f5f3;
	padding-left:5px;
}

#commentform #url  {
	border:1px solid #bbb9b2;
	height:20px;
	width:200px;
	background:#f5f5f3;
	padding-left:5px;
}

#commentform #comment  {
	border:1px solid #bbb9b2;
	height:200px;
	width:290px;
	background:#f5f5f3;
	padding-left:5px;
}

.commentlist cite  {
	background:#f5f5f3;
	padding:5px 5px 5px 10px;
}

.commentlist cite a  {
	color:#333;
}

.commentlist .ctext  {
	background:url(images/doth.gif) repeat-x bottom;
	font-size:11px;
}

.postmetadata  {
	background:#f9f9f9;
	padding:10px;
	border:1px solid #bbb9b2;
}

.ccomment  {
	width: 550px;
	line-height:140%;
	margin-bottom:20px;
}

.ccomment ol  {
}

.ccomment ol li  {
	background:#e7e5de;
	padding:5px;
}

.ccomment ol li.alt  {
	background:#efeee8;
	padding:5px;
}


/* Misc */
acronym,  abbr,  span.caps  {
	cursor: help;
}

acronym,  abbr  {
	border-bottom: 1px dashed #999;
}

blockquote  {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite  {
	margin: 5px 0 0;
	 display: block;
}

.center  {
	text-align: center;
}

hr  {
	display: none;
}

a img  {
	border: none;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

pre  {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding:10px;
	background: #f3f2ed;
}

code  {
	font-size:1.0em;
	color: #000;
}

/* Gallery */
.gallery  {
	text-align:center;
}

.gallery img  {
	padding:2px;
	height:100px;
	width:100px;
}

.gallery a:hover  {
	background-color:#ffffff;
}

.attachment  {
	text-align:center;
}

.attachment img  {
	padding:2px;
	 border:1px solid #999999;
}

.attachment a:hover  {
	background-color:#FFFFFF;
}

.imgnav  {
	text-align:center;
}

.imgleft  {
	float:left;
}

.imgleft a:hover  {
	background-color:#FFFFFF;
}

.imgleft img {
	padding:2px;
	border:1px solid #999999;
	height:100px;
	width:100px;
}

.imgright  {
	float:right;
}

.imgright a:hover  {
	background-color:#FFFFFF;
}

.imgright img {
	padding:2px;
	border:1px solid #999999;
	height:100px;
	width:100px;
}

/* Sidebars (custom) */

#sidebar4 {
	width: 550px;
	background: #F7F7F7;
}

#sidebar4 .widgettitle, #sidebar5 .widgettitle, #sidebar6 .widgettitle {
	background: transparent url(images/latest_news_bg.png) repeat-x;
	height: 24px;
	border: 1px solid #dc6b00;
	font-size: 1.5em;
	padding-left: 5px;
	padding-top: 2px;
	font-weight:bold;
}

.widgettitle a {
	color:#fff;
	text-decoration:none;
}

#sidebar4 .cat-post-item, #sidebar5 .cat-post-item, #sidebar6 .cat-post-item {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

#sidebar4 .post-title, #sidebar5 .post-title, #sidebar6 .post-title {
	color: #04559E;
	font-weight:bold;
}

#sidebar4 .post-date, #sidebar5 .post-date, #sidebar6 .post-date {
	margin-bottom: 10px;
	font-size: 10px;
	padding: 3px;
	color: #999;
}

#sidebar56 {
	margin-top: 10px;
	width: 550px;
}

#sidebar5 {
	float: left;
	background: #F7F7F7;
	width: 270px;
}

#sidebar6 {
	float: right;
	background: #F7F7F7;
	width: 270px;
}

#sidebar7 {
	width:414px;
	margin: 0 0px 10px 0;
	float: right;
}

/* Input Feilds (Join Now Page) */
.inputText {
	padding: 2px;
	margin: 2px;
}

/* allbets */

#ab_wrapper {
	width: 1030px;
	margin: 0 auto;
}

#ab_header {
	background: transparent url(images/headerbg.jpg) no-repeat;
	width: 1025px;
	height: 174px;
}


#ab_logo {
	position: absolute;
	margin-top: 32px;
}

#ab_search {
	position: absolute;
	width: 285px;
	height: 32px;
	margin-left: 740px;
	margin-top: 140px;
}

#ab_search span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 32px;
}

#ab_nav { }

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.ab_button {
    background: transparent url(images/bg_button_a.png) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-transform: uppercase;
}

a.ab_button span {
    background: transparent url(images/bg_button_span.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.ab_button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.ab_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#ab_headlines {
	background: transparent url(images/headlines_bg.jpg) repeat-x;
	height: 25px;
	color: #FFF;
}

#ab_headlines a {
	color: #FFF;
}

#ab_headlines a:hover {
	color: #FFF;
	font-weight: bold;
}

#ab_headlines_box {
	margin-left: 110px;
	padding-top: 7px;
	font-size: 0.9em;
	height: 14px;
	overflow: hidden;
}

#ab_headlines_box  ul{
	width: 745px;
}

#ab_headlines li {
	display: inline;
	padding-right: 8px;
	margin-right: 5px;
}

#ab_headlines_arrow {
	float: right;
	width: 130px;
	height: 20px;
	padding-right: 25px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 0.75em;
	margin-top: -20px;
	margin-right: 5px;
}

#ab_headlines_arrow a {
	font-weight: bold;
}

#ab_content {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	min-height: 800px;
}

#ab_footer {
	background: transparent url(images/footerbg.jpg) repeat-x;
	margin-top: 15px;
	width: 100%;
	height: 198px;
}

#ab_fcontent {
	background: transparent url(images/fcontent.jpg) no-repeat 0 4px;
	padding-top: 4px;
	height: 193px;
	width: 1020px;
	margin-top: 3px;
	margin: 0 auto;
	color: #FFF;
	font-size: 0.9em;
}

#ab_fcontent h2 {
	background: transparent url(images/fico.jpg) no-repeat 100% -2px;
	font-size: 1.9em;
	padding-top: 8px;
	padding-left: 8px;
	font-family: "Myriad Web Pro";
}

#ab_flinks {
	background: transparent url(images/fshade.png) repeat-x;
	width: 120px;
	position: absolute;
}

#ab_flinks ul{
	padding: 10px;
}

#ab_flinks li {
	background: transparent url(images/link.png) no-repeat 0 50%;
	padding-left: 17px;
	line-height: 19px;
}

#ab_flinks li a {
	color: #FFF;
	text-decoration: none;
}

#ab_flinks li a:hover {
	text-decoration: underline;
}

#ab_fabout  {
	background: transparent url(images/fshade.png) repeat-x;
	position: absolute;
	width: 450px;
	margin-left: 150px;
}

#ab_fabout .textwidget {
	font-size: 0.9em;
	padding: 10px;
	line-height: 18px;
}

#ab_fabout .widgettitle {

}

#ab_fabout li {
	list-style: none;
}

#ab_rssfeed {
	position: absolute;
	margin-top: 140px;
	margin-left: 5px;
}

#ab_copyright {
	position: absolute;
	margin-top: 165px;
	margin-left: 60px;
	font-size: 0.8em;
}

/* Cu3er Container

#cu3er-container {
	width: 550px;
	outline: 0;
}

*/

#slider-shadow {
	background: url(images/slider_shadow.jpg) no-repeat;
	height: 12px;
	width: 560px;
}


/* Luxbet Links */

#luxbet {
	overflow: hidden;
	margin-left:15px;
}

#luxbet  ul{
	margin: 5px;
	width: 170px;
	float: left;
}

#luxbet li {
	padding: 10px 0px 0px 0px;
}

#luxbet .title {
	font-weight: bold;
	color: #f56500;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
}

.luxlinks {
	margin: 10px;
	display: block;
}

#luxbet ul li a {
	padding-left: 8px;
	text-decoration: none;
}

#luxbet li:hover{
	font-weight: bold;
}

#luxbet a:hover{
	text-decoration: underline;
}

#cat-readmore {
	background: #fff url(images/readmorebg.png) repeat-x;
	padding: 10px;
	font-weight: bold;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

#cat-readmore p {
	float: right;
}

#sponsored {
	text-align: center;
	font-size: 0.9em;
	line-height: 20px;
}

.raceinfo li {
	background: #EFEFEF;
	width: 200px;
	margin: 20px !important;
	border: 1px solid #AAA;
	margin-left: -5px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 1px 5px 2px #000;
	box-shadow: 1px 5px 2px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.raceinfo li a{
	display: block;
	padding: 10px;
}

.raceinfo a:hover {
	font-weight: bold;
}
