/*
Theme Name: Aussie Punter
Description: WordPress theme.
*/

* {
	margin:0;
	padding:0;
}
a {
	color: #66bb00;
	text-decoration: underline;
}

a:hover {
	color: #66bb00;
	text-decoration: none;
}

h2 a {
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}

h2 a:hover {
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}

h4 {
	color: #000000;
	text-decoration: none;
	font-size:14px;
}

img {
	border:none;
}
html {
	background-color:#aaa;
	}
body {
	background: #cbcbcb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#main_wrap {
	width: 100%;
	margin: 0 auto;
	background:#cbcbcb url(images/back_tile.png) repeat-x 0 0;
}

#back_layer {
	width: 100%;
	margin: 0 auto;
	/*background: transparent url(images/background.png) no-repeat top center;*/
}

#content_wrap {
	width: 990px;
	margin: -5px auto 0;
	background: transparent url(images/shade_tile.png) repeat-y;
	padding: 10px 34px 0px 24px;
	/*position: relative;*/
	z-index: 50;
}

/* HEADER */
#strange-white-strip{
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #669c12;
}

#strange-green-strip{
	width: 100%;
	height: 6px;
	line-height: 1px;
	font-size: 1px;
	background-color: #002A12;
}


#header-wrap {
	width: 100%;
	background: url(images/header_tile.jpg) repeat-x;
}

#header {
	width:1000px;
	/*width:1130px;*/
	height:150px;
	margin:0 auto;
	padding: 0 25px 0 70px;
	background: url(images/header.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	left: -40px;
	}

.logo a img {
	float:left;
	margin-left: 50px;
	margin-top: 15px;
	}

.logo a span {
	font-size: 12px;
	display: none;
}

.logo {
	position: relative;
	float: left;
}

.banner-top {
	float:left;
	margin:30px 0 0 60px;
	width:468px;
	height:60px;
	background-color:#dbe0c2;
	}


/* Subscribe */

.subscribe {
	vertical-align: top;
	float:right;
	width:299px;
	height:84px;
	padding: 7px 10px 10px 10px;
	font-size:10px;
	margin-top:22px;
	background: transparent url(images/subscribe_back.png) no-repeat;
	}

.subscribe #subscribe_email {
	width: 280px;
	margin-left: 10px;
	padding : 3px 0 0 6px;
	height: 20px;
	color: #959595;
	font-family: verdana;
	border: 1px solid #e0dede;
}

.subscribe .btn-subscribe {
/*	font-size:14px;
	height:28px;
	padding:1px 0;
	width:80px;*/
	margin-top: 10px;
	margin-left: 30px;
	float: left;
}

.subscribe p {
	padding-bottom:10px;
	font-size: 13px;
	font-family: arial;
	color: #ffffff;
}
.subscribe div {
	clear:both;
	padding-top:5px;
	}
.subscribe a {
	height:20px;
	text-decoration:underline;
	padding-right:5px;
	}

.subscribe a:hover {
	text-decoration:none;
	}

.subscribe a img {
	display:block;
	margin-left: 10px;
	}


/* NAVIGATION TOP */

#menu {
	width: 100%;
  	background: url(images/menu-bg-tile.png) repeat-x;
}

#menu-patch {
 position: absolute;
 left: 50%;
 top: 151px;
 width: 10px;
 height: 43px;
 background: url(images/menu-bg-tile.png) repeat-x;
 margin-left: -488px;
 z-index: 999;
}

.nav-top {
	clear:both;
	margin: 0 auto;
	border: 0 none;
	padding: 0;
  	list-style: none;
  	height: 43px;
	width: 1000px;
  	color: #FFFFFF;
  	z-index: 300;
  	position: relative;
  	left: 20px;
}

.nav-top li {
	margin: 0;
	border: none;
	padding: 0;
	/*padding-left: 5px;*/
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	border-left: 1px solid #A1ED2F;
	/*background: url(images/menu-separator.png) no-repeat;
	background-position: 3px 12px;*/
}

.nav-top ul {
	margin: 0;
	border: 0 none;
	padding: 0 8px 8px 0;
	width: 250px;
	list-style: none;
	display: none;
	position: absolute;
	top: 43px;
	left: 0px;
	background:transparent url(images/nav-top-bg.png) no-repeat 100% 100%;
	z-index: 999;
}

.nav-top ul li {
	float: left;
	display: block;
}

.nav-top a {
	border: 0px;
	padding: 6px 10px 5px 12px;
	border-left: 1px solid #588700;
	float: left;
	margin: 0;
	display: block;
	color: #FFFFFF;
	font: bold 14px/32px Verdana, Arial;
	text-decoration: none;
	height: auto;
}

.nav-top a:hover, .nav-top .menu-active a {
	background-color: #004c1f;
	color: #ffffff;
	text-decoration: none;
}

.nav-top li li a, .menu-active li a {
	background-color:#81c712 !important;
	width:230px;
	height:auto;
	padding: 4px 10px 4px 10px;
	margin: 0;
	font-weight: normal;
	background-color: #81c712;
	border: none;
}
.nav-top li li {
	clear:both;
	float:left;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	border-bottom: 1px solid #A1ED2F;
}
/*.nav-top ul li:first-child {
	padding: 0;
	background: none;
}*/
.nav-top li li a:hover{
	background-color: #004c1f !important;
}


/* CONTENT */
#content {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:20px;
	}

.sub-pagelist {
	width:950px;
	margin:0 0 0 10px;;
	height:33px;
	line-height:30px;
	}
.sub-pagelist p a {
	background:transparent url(images/arrow-right.png) no-repeat 100% 6px;
	padding-right:20px;
	margin-right:8px;
	}
.sub-pagelist a:hover {
	text-decoration:none;
	}
.sub-pagelist p {
	font-size:12px;
	padding-left:12px;
	line-height:40px;
	float:left;
	}
.social-links {
	float:right;
    }

.social-links a {
/*	color: #454545;*/
	text-decoration: none !important;
	width: 26px;
}

.text {
	padding-bottom:40px;
	}
.center {
	text-align:center;
	}
.pagetitle {
	padding-bottom:30px;
	}
h2, h2 a, h3, h3 a {
	font-size:16px;
	font-weight:bold;
	}
#page-content p {
	font-size:12px;
	line-height:23px;
	}
#page-content .entry ul {
	margin:20px 0;
	}
#page-content .entry ul li {
	margin-left:10px;
	padding-left:22px;
	background:transparent url(images/link-sidebar.png) no-repeat 10px 6px;
	font-size:13px;
	list-style:none;
	}
#page-content .entry p {
	padding-bottom:15px;
	text-align:left;
	}
#page-content img.alignleft {
	float:left;
	padding:10px 15px 15px 0;
	}
#page-content img.alignright {
	float:right;
	padding:10px 0 15px 15px;
	}
#page-content img.aligncenter {
	display:block;
	margin:0 auto;
	padding:10px 0 15px 0;
	}
#page-content img.alignnone {
	display:block;
	clear:both;
	padding:10px 0 15px 0;
	}
.userdata {
	font-size: 12px;
}
.userdata span {
	width: 80px;
	display: block;
	float: left;
	font-weight: bold;
}

.userdata .avatar {
	float: left;
	margin: 5px 15px 15px 0;
}

.user-posts h3 a{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}


.post {
	padding-bottom:30px;
	margin-bottom:30px;
	border-left: 1px solid #e0dede;
	border-right: 1px solid #e0dede;
	border-bottom: 1px solid #e0dede;
	}

.odds-post ul{
	list-style: none;
	margin-left: 0px;
	font-size: 14px;
}
.odds-post {
	margin-top: 10px;
}
.postmetadata {
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
	}
.tags {
	padding-right: 10px;
	font-size:12px;
	padding-bottom: 10px;
	}
.author {
	font-size:11px;
	padding-bottom: 10px;
	color:#666666;
}
.postmetadata .more {
	font-size:12px;
	float:right;
	font-weight:bold;
	margin-right: 15px;
	}
.page-list {
	text-align:right;
	margin:0;
	font-size:12px;
	}
.page-list a {font-weight:normal;}
/*Contact us*/
.contact-form div {
	float:left;
	padding-bottom:6px;

	}
.contact-form span {
	width:180px;
	display:block;
	float:left;
	}
.contact-form input, .contact-form textarea {
	width:280px;
	float:right;
	display:block;
	}

.contact-form textarea {
	overflow:auto;
	}
.contact-form input {
	height:19px;
	}
.contact-form .submit {
	clear:both;
	float:left;
	width:100px;
	height:25px;
	border:none;
	}

/* Home page */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main-left h2, .post h2 {
	background: url(images/subheader.jpg) no-repeat;
	width: 575px;
	height: 35px;
	line-height: normal;
	overflow: hidden;
	padding: 8px 0 0 10px;
	border: 1px solid #e0dede;
	margin-bottom: 10px;
	font: normal 16px Verdana;
	font-weight:bold;
}
.post h2 {
	margin-left: -15px;
}

.sub-head, .home-floater h2{
	background: url(images/subheading.png) no-repeat;
	width: 454px;
	height: 35px;
	padding: 8px 0 0 25px;
	border: 1px solid #e0dede;
	margin: -11px 0 7px -11px;
	font: normal 16px Verdana;
	text-align: left;
	font-weight:bold;
}

.home-floater {
 float: left;
 margin: 0px 0px 0px 5px;
 width: 459px;
 padding: 10px;
 font: normal 12px Verdana;
 line-height: 20px;
 border:1px solid #e0dede;
 /*height:470px;*/
}

.home-floater p{
 	margin-bottom: 20px;
}

.home-bottom {
	/*height:420px;*/
}


table {
	margin-top:5px;
	width:100%;
	border-collapse:collapse;
	}

table tr:hover {
	background-color:#F0F0F0;
	}
table tr {
	background-color:#e7e7e7;
	}

.table th {
	background-color:#F0F0F0;
	}

.home-social {
	float:right;
	width:60px;
	position: absolute;
	top: 5px;
	right: 7px;
	}

.home-social a {
	float:left;
	padding-left:5px;
	}

.tweets-post {
	float:right;
	width: 455px;
	}
.tweets-post p{
	margin: 0px;
	}
.tweets-post div{
    clear: both;
	margin: 2px 0 0 0;
}
.tweets-post div img {
	 float:left;
	 padding:5px;
	 margin: 5px 10px 5px 0;
	 background: url(images/tweet-img.png);
	}

/* Odds */
.odds-table {
	margin-right: 20px;
}
.odds-table  p {
	padding-bottom:30px;
	}
.odds-table  strong {
	font-size:13px;
	}
.odds-table  table {
	margin-top:5px;
	width:100%;
	border-collapse:collapse;
	}

.odds-table table tr:hover {
	background-color:#F0F0F0;
	}

.odds-table  table tr {
	background-color:#e7e7e7;
	}

.odds-table table th {
	background-color:#F0F0F0;
}

table th, table td {
	border:1px solid #fff;
	border-spacing:0;
	padding:1px 9px;
	text-align:left;
	font-size:12px;
	line-height:24px;
	}




/* Navigation */
.home .navigation {
	 border-top:1px solid #fff;
	 padding-top:15px;
	}

.single .navigation {
	 border-bottom:1px solid #fff;

	}


.navigation {
	width:620px;
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.navigation a {
	color:#000;
	text-decoration:none
}
.navigation a:hover {
	color:#004c1f;
}
.navigation .alignleft {
	text-align:left;
	float:left;
	width:250px;
	padding-bottom:15px;
	margin-left: 20px;
}
.navigation .alignright {
	text-align:right;
	width:250px;
	float:right;
	padding-bottom:15px;
	margin-right: 50px;
}

.navigation .alignleft a {
	background:transparent url(images/arrow-left.png) no-repeat 0 6px;
	padding-left:18px;
	display:block;
	}
.navigation .alignright a {
	background:transparent url(images/arrow-right.png) no-repeat 100% 6px;
	display:block;
	padding-right:18px;
	}

/* Search */
#content #searchform {
	width:384px;
	height:26px;
	padding-top:60px;
	padding:32px 0 0 0;
	margin:0 auto;
}
#content #searchform #s {
	width:300px;
}
#searchform #s {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	color:#999999;
	width:220px;
	padding:3px 4px 2px 7px;
	float:left;
	background-color:#ffffff;
	border:1px solid #D8D8D8;
}
#searchsubmit {
	float:right;
	font-size:12px;
	padding:3px 0 5px 0;
	line-height:21px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	background: url("img/search.jpg") no-repeat;
	text-indent: -9999px;
	border:none;
	width:55px;
	height:20px;
}
/**********/

/* Page */
#page-content {
	width: 100%;
	z-index: 150;
	padding-left:10px;
}
#main-left {
	width: 588px;
	float: left;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}
/* Respond */
#respond {
	clear:both;
	padding-top:0px;
}
#respond:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#respond h3 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}
/**********/



/* Commentlist */
.commentlist {
	border-bottom:1px solid #fff;
	line-height:1.5em;
	font-size:12px;
	padding:0 26px 32px 38px;
	margin-bottom:22px;
	/*background:transparent url(images/line2.png) repeat-x 0 100%;*/
}
.commentlist .comment-author {
	line-height:14px;
}
.commentlist em {
	color:#808080;
}
h3#comments {
	clear:both;
	font-size:16px;
	border-top:1px solid #fff;
	padding-top:32px;
	font-weight:bold;
}
.commentlist, .commentlist li {
	list-style:none;
}
.commentlist li {
	padding-top:26px;
}
.commentlist span {
	font-weight:bold;
	color:#808080;
}
.commentlist img {
	float:left;
	padding-right:10px;
}
.commentlist cite, .commentlist cite a {
	font-style:normal;
	font-weight:bold;
	color:#000;
}
#content #respond p {
	margin-bottom:15px;
	padding:0;
}
.commentlist p {
	font-size:12px;
	clear:both;
	margin-top:8px;
}
.commentlist a {
	text-decoration:none;
	font-weight:bold;
	padding-bottom:6px;
}
.commentlist a:hover {
	text-decoration:underline;
}
/**********/

/* Commentform */
#commentform {
	color:#000000;
	font-size:12px;
}
#commentform .login {
	padding:10px 0;
}
#commentform .login a {
	color:#547AAA;
	text-decoration:underline;
}
#commentform .login a:hover {
	color:#7B602E;
	text-decoration:none;
}
#commentform p small {
	padding-bottom:5px;
	display:block;
	color:#000;
	font-size:12px;
	line-height:22px;
}
#commentform input {
	margin-right:10px;
	width:200px;
	float:left;
	clear:both;
}
#commentform textarea, #commentform input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #D8D8D8;
	padding:4px 4px 4px 7px;
	background-color:#CCC;
}
#commentform textarea {
	overflow:auto;
	clear:both;
	line-height:22px;
	width: 580px;
	height:150px;
	float:left;
}
#commentform #submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	height:25px;
	width:120px;
	padding:0;
	margin-top:12px;
	position:relative;
	left:463px;
	border:none;
	background-color:#3E3C3D;
}
/**********/


/* SIDEBAR */
#sidebar {
	/*margin-top:20px;*/
	width:320px;
	float: right;
	padding: 0;
	margin-right: 35px;
	border-top:1px solid #e0dede;
	}
.jScrollCapTop {
	border-top:1px solid #e0dede;
}

#sidebar .sub {
	height:530px;
	width:328px;
	overflow:scroll;
	overflow-x:hidden;
	border-left:1px solid #e0dede;
	}
#sidebar p{ font-size:13px;}
#sidebar li ul {
	padding: 15px 0 10px 15px;
	}
#sidebar li {
	font-size:13px;
	padding-bottom:6px;
	list-style:none;
	}
#sidebar li h2 {
	background: url(images/sidebar_subhead.png) no-repeat;
	width: 285px;
	height: 35px;
	padding: 8px 0 0 25px;
	border: 1px solid #e0dede;
	margin: 0;
	font: normal 16px Verdana;
	font-weight:bold;
	}
#sidebar li a {
	padding-left:25px;
	display:block;
	background:transparent url(images/list-marker.png) no-repeat 0 3px;
	color: #000000;
	}
/*  BANNER SIDEBAR */
.banner-right {
	overflow:hidden;
	}
.banner-right li {
	list-style:none;
	}

/* FOOTER */
.grass {
	background: transparent url(images/grass_tile.png) left bottom repeat-x;
	width: 100%;
	padding-bottom: 107px;
	/*z-index:100;*/
}

#footer {
	font-size:11px;
	line-height:20px;
	width:1039px;
	background: url(images/footer.png) no-repeat;;
	height:80px;
	padding: 10px 0;
	text-align: center;
	margin: 0 0 0 -20px;
	color: #ffffff;
	position: relative;
	top:66px;
	z-index: 600;
	}
#footer p{
	margin: 0;
}
#footer a {
	color: #ffffff;
}
.copyright {
	padding-right:10px;
	}

#footer ul li{
/*	padding:0 5px 0 4px;*/
	list-style:none;
	display: inline;
	}
#footer ul li.first {
	padding-left:0;
	border-left:0;
	}
#varySize {
	font-size:12px;
}
.post {
	position: relative;
	padding: 0 15px 15px 15px;
	font-family: Verdana;
}
#fontSizeSelector {
	position: absolute; right:15px; top:40px;
	}
#fontSizeSelector a {
padding: 2px;
color: #568302;
}

#fontSizeSelector a.size1 {
	font-size:12px !important;
}
#fontSizeSelector a.size2 {
	font-size:16px !important;
}
#fontSizeSelector a.size3 {
	font-size:20px !important;
}



#fontSizeSelector .size1 {
	font-size:12px;
}
#fontSizeSelector .size2 {
	font-size:16px;
}
#fontSizeSelector .size3 {
	font-size:18px;
}

#aux-sidebar {
	width: 298px;
	border: 1px solid #e0dede;
	padding:15px;
        padding-top:5px;
}

.sidebar-aux h2 {
	color:#464E53;
	font-size:15px;
	font-weight:normal;
	margin:0;
	padding: 10px 0 5px 0;
}
.side-ads {
	width: 328px;
	border: 1px solid #e0dede;
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
}

.post-date {
	position: absolute;
	top:4px;
	right: 4px;
	width:30px;
	height:35px;
	padding:1px;
	background: white;
	/*border: 1px solid #e0dede;*/
}

.post-date div {
	width:28px;
	height: 10px;
	border: 1px solid black;
	background: url(images/date_tile.png) repeat-x;
	color: white;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}
.post-date span {
	display: block;
	heignt: 15px;
	width: 28px;
	text-align: center;
	border: 1px solid #e0dede;
}

#recaptcha_area div {
	padding: 0;
}

#recaptcha_area, #recaptcha_table {
	float:left;
	width:318px !important;
}

#recaptcha-submit-btn-area #submit {
	top: -120px;
}