/*
 Theme Name: Online Casino Store
 Author: Casino Store
 Coded by Clive (info@psd2site.com)
*/



/* Begin Typography & Colors */
body {
	margin: 15px 0; padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: fixed #762e00 url(images/bg-main.jpg) repeat-x top;
	color: #ffffff;
	text-align: center;
	}

#page {
	margin: 0 auto; padding: 0;
	width: 994px;
	text-align: left;
	}

#tabs {
	height: 31px;
}

#tabs ul {
	margin: 0; padding: 0;
	list-style: none;
	float: right;
	height: 30px;
	border: 1px solid #d0590c;
	border-bottom: 0;
	background: #d68700 url(images/bg-tabs.png) repeat-x bottom;
}

#tabs ul ul {
	display: none;
}

#tabs li {
	float: left;
	height: 30px;
	background: none;
}

#tabs li a {
	font: normal 11px/30px Arial, Helvetica, sans-serif;
	color: #fffefe;
	text-transform: uppercase;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	background: none;
}

#tabs li a:hover, #tabs li.current_page_item a {
	background: #fbda75 url(images/bg-tab.png) repeat-x;
	text-decoration: none;
}

#tabs li.search {
	padding: 0; margin: 0;
	width: 172px;
	background: url(images/bg-search.png) no-repeat;
}

#tabs li.search form {
	margin: 0; padding: 4px 0 0 0;
}

#tabs li.search input {
	background: transparent;
	border: 0;
	padding: 2px;
	width: 130px;
	margin-left: 15px;
}

#header {
	margin: 0 0 8px 0;
	padding: 0;
	height: 233px;
	background: #db7c00 url(images/bg-header.jpg) no-repeat;
	border: 1px solid #fb7500;
	text-indent: -90000px;
	}

#header a {
	display: block;
	height: 233px;
	width: 992px;
	
}

#header a:focus {
	outline: none;
}

#nav {
	margin: 0 0 8px 0; padding: 0;
	border: 1px solid #c73737;
	height: 34px;
	background: #ae1515 url(images/bg-nav.png) repeat-x bottom;
	list-style: none;
	display: block;
}

#nav ul {
	display: none;
}

#nav li {
	float: left;
	background: url(images/bg-navsep.png) no-repeat left;
	padding-left: 9px;
}

#nav li.home {
	background: none;
	padding-left: 2px;
}

#nav li a {
	display: block;
	font: bold 13px/34px Verdana, Geneva, sans-serif;
	color: #ffffff;
	padding-left: 13px;
	padding-right: 13px;
}

#nav li a:hover, #nav li.current-cat a, #nav li.current-cat-home a {
	font: bold 13px/32px Verdana, Geneva, sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 1px;
	border-left: 1px solid #409d1b;
	border-right: 1px solid #409d1b;
	background: #43830f url(images/bg-navover.png) repeat-x;
	text-decoration: none;
}

#nav li a:focus {
	outline: none;
}

#nav li.cat-item-15 {
	padding-left: 2px;
	background: none;
}

#content {
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 8px;
}

#main {
	float: right;
	width: 790px;
}

#main .aff1, #main .aff2 {
	width: 377px;
	border: 1px solid #ff9e28;
	margin-bottom: 9px; padding: 6px;
	background: #fbd96e url(images/bg-aff1.png) repeat-x top;
}

#main .aff1 {
	float: left;
}

#main .aff2 {
	float: right;
}

#main .aff1 .inner, #main .aff2 .inner {
	border: 1px solid #ff9e28;
	padding: 5px 5px 2px 5px;
	background: #100d0d url(images/bg-aff1inner.png) repeat-x top;
}

#main .aff1 .heading, #main .aff2 .heading {
	background: #33670a url(images/bg-aff1heading.png) repeat-x;
	border: 1px solid #469419;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 4px;
}

#main .aff1 .heading div, #main .aff2 .heading div {
	float: left;
	line-height: 26px;
	padding-left: 11px;
	padding-right: 20px;
	background: url(images/bg-aff1sep.png) no-repeat right;
}

#main .aff1 .heading div.play, #main .aff2 .heading div.play {
	padding-right: 0;
	background: none;
}

#main .aff1 .row0, #main .aff2 .row0 {
	background: #b63400 url(images/bg-aff1row1.png) repeat-x;
	border: 1px solid #cb530b;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 4px;
}

#main .aff1 .row0 div, #main .aff2 .row0 div {
	float: left;
	line-height: 30px;
	padding-left: 11px;
	padding-right: 20px;
}

#main .aff1 .row1, #main .aff2 .row1 {
	background: #b63400 url(images/bg-aff1row2.png) repeat-x;
	border: 1px solid #c00d0d;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 4px;
}

#main .aff1 .row0 div, #main .aff2 .row0 div,
#main .aff1 .row1 div, #main .aff2 .row1 div {
	float: left;
	line-height: 30px;
	padding-left: 11px;
	padding-right: 20px;
	font-weight: bold;
}

#main .aff1 .row0 div.number, #main .aff2 .row0 div.number,
#main .aff1 .row1 div.number, #main .aff2 .row1 div.number {
	color: #462805;
	padding-right: 10px;
	padding-left: 15px;
}

#main .aff1 .row0 div.title, #main .aff2 .row0 div.title,
#main .aff1 .row1 div.title, #main .aff2 .row1 div.title {
	width: 140px;
	padding-left: 25px;
	padding-right: 0;
}

#main .aff1 .row0 div.title, #main .aff2 .row0 div.title {
	background: url(images/row1star.png) no-repeat left;
}

#main .aff1 .row1 div.title, #main .aff2 .row1 div.title {
	background: url(images/row2star.png) no-repeat left;
}

#main .aff1 .row0 div.bonus, #main .aff2 .row0 div.bonus,
#main .aff1 .row1 div.bonus, #main .aff2 .row1 div.bonus {
	width: 40px; padding-left: 0;
}

#main .aff1 .row0 div.play, #main .aff2 .row0 div.play,
#main .aff1 .row1 div.play, #main .aff2 .row1 div.play {
	padding-right: 0;
}

#main .aff3, #main .aff4 {
	width: 377px;
	border: 1px solid #ff9e28;
	margin-bottom: 9px; padding: 6px;
	background: #f8c724 url(images/bg-aff3.png) repeat-x top;
}

#main .aff3 {
	float: left;
}

#main .aff4 {
	float: right;
}

#main .aff3 .inner, #main .aff4 .inner {
	border: 1px solid #ff9e28;
	padding: 6px 6px 2px 6px;
	background: #000000 url(images/bg-aff3inner.png) repeat-x top;
}

#main .aff3 .block, #main .aff4 .block {
	overflow: hidden;
	margin-bottom: 6px;
}

#main .aff3 .block img, #main .aff4 .block img {
	float: left;
	margin-right: 6px;
	border: 5px solid #ffffff;
}

#main .aff3 .title, #main .aff4 .title {
	color: #ffa500;
	font-weight: bold;
}

#main .aff3 .subtitle, #main .aff4 .subtitle {
	float: left; width: 220px;
	font-size: 11px;
	border-bottom: 1px solid #c0430c;
	padding-bottom: 3px; margin-bottom: 3px;
}

#main .aff3 .intro, #main .aff4 .intro {
	float: left; width: 220px;
	color: #ffa500;
	margin-bottom: 3px;
}

#main .aff3 .visit, #main .aff4 .visit {
	float: right;
}

#main .aff3 .more, #main .aff4 .more {
	float: left;
}

#main .aff5 {
	float: left;
	border: 1px solid #ff9e28;
	padding: 7px 0;
	text-align: center;
	width: 314px;
	background: #100d0d url(images/bg-aff1inner.png) repeat-x top;
	margin-bottom: 9px;
	margin-right: 8px;
}

#main .aff6 {
	float: left;
	width: 125px; height: 250px;
	border: 1px solid #ff9e28;
	margin-bottom: 9px; padding: 7px;
	background: #fbd96e url(images/bg-aff1.png) repeat-x top;
}

#main .aff7 {
	float: left;
	border: 1px solid #ff9e28;
	padding: 7px 0;
	text-align: center;
	width: 315px;
	background: #100d0d url(images/bg-aff1inner.png) repeat-x top;
	margin-bottom: 9px;
	margin-left: 8px;
}

#sidebar {
	float: left;
	width: 195px;
}

#sidebar .ad1 {
	border: 1px solid #ffc061;
	text-align: center;
	padding: 6px;
	margin-bottom: 9px;
	background: #f8c623 url(images/bg-ad1.png) repeat-x top;
}

#sidebar .ad1 h2 {
	margin: 0 0 10px 0; padding: 0;
	background: url(images/bg-h2ad.png) no-repeat;
	height: 22px;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	color: #ffffff; padding-left: 16px;
}

#sidebar .ad1 div {
	border: 1px solid #f5cfcf;
	text-align: center;
	padding: 2px 2px 10px 2px;
	background: #000000 url(images/bg-ad1inner.png) repeat-x top;
}

#sidebar .cats {
	padding: 6px;
	margin-bottom: 9px;
	background: #f8c723 url(images/bg-cats.png) repeat-x top;
	border: 1px solid #ffc061;
}

#sidebar .cats div {
	border: 1px solid #f5cfcf;
	margin: 0 auto; padding: 2px;
	background: #000000 url(images/bg-catsinner.png) repeat-x top;
}

#sidebar .roll {
	text-align: center; float: right;
	padding: 8px 0; width: 136px;
	margin-bottom: 9px;
	background: #37c3d0 url(images/bg-ad4.png) repeat-x top;
}

#sidebar .roll div {
	border: 1px solid #2390b2;
	width: 118px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

#sidebar .newsletter {
	background: #f8c728 url(images/bg-news.png) repeat-x top;
	border: 1px solid #ffc061;
	height: 95px;
	font-size: 11px;
	color: #ffffff;
	margin-bottom: 9px;
	padding: 6px;
}

#sidebar .newsletter form {
	margin: 0; padding: 3px;
	background: #ea5e88 url(images/bg-newsletter.png) no-repeat;
	height: 89px;
	border: 1px solid #f4c9c0;
}

#sidebar .newsletter p {
	margin: 0 0 18px 0; padding: 0;
}

#sidebar .newsletter .text {
	border: 0; background: transparent url(images/bg-input.png) repeat-x top;
	padding: 2px; width: 106px;
	margin-left: 57px;
}

#sidebar .newsletter .submit {
	border: 1px solid #3b4b57;
	background: #0f2342 url(images/bg-submit.png) repeat-x top;
	width: 30px; height: 21px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 5px;
}

#sidebar ul {
	margin: 0; padding: 0;
	list-style: none;
}

#sidebar .cats h2 {
	margin: 0; padding: 0;
	background: url(images/bg-h2side.png) no-repeat;
	height: 32px;
	font: bold 15px/32px Arial, Helvetica, sans-serif;
	color: #ffffff; padding-left: 40px;
}

#sidebar ul ul {
	padding: 6px;
}

#sidebar ul ul li {
	padding-left: 30px; line-height: 22px;
	background: url(images/star.png) no-repeat center left;
}

#sidebar ul ul li a {
	color: #ffa500;
	font-size: 12px;
}

#cats {
	background: #f9c223 url(images/bg-catlist.png) repeat-x top;
	padding: 6px;
	margin-bottom: 9px;
	overflow: hidden;
}

#cats .inner {
	background: #0c0000 url(images/bg-catlistinner.png) repeat-x top;
	overflow: hidden;
}

#cats ul {
	margin: 0; padding: 0;
	list-style: none;
}

#cats ul ul {
	display: none;
}

#cats li {
	float: left;
	height: 25px;
	line-height: 23px;
	width: 155px;
	text-align: center;
	font-weight: bold;
}

#cats li.cat-item-14 a, #cats li.cat-item-1 a, #cats li.cat-item-16 a {
	color: #fa8f0b;
}

.post {
	border: 1px solid #fc9c27;
	padding: 6px;
	background: #f8c724 url(images/bg-post.png) repeat-x top;
	margin-bottom: 9px;
	color: #cb7111;
	overflow: hidden;
}

.post p {
	font-size: 12px;
	line-height: 17px;
}

.post .inner {
	border: 1px solid #f5cfcf;
	padding: 8px;
	background: #850101 url(images/bg-postinner.png) repeat-x bottom;
}

.post .innercomments {
	padding: 1px 30px;
	overflow: hidden;
}

.post .fn, .post .says {
	color: #983d0a;
}

.post input, .post .innercomments textarea {
	border: 0; padding: 5px;
	background: #ffffff url(images/bg-input.png) no-repeat top left;
}

.post .innercomments textarea {
	width: 500px; height: 200px;
	float: left;
}

.post .innercomments #submit {
	background: transparent;
	margin-top: 173px;
}

.post label {
	font-weight: bold;
	color: #983d0a;
}

.post vcard {
	overflow: hidden;
}

.post h2 {
	color: #fa8f0b;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0; padding: 0 0 3px 0;
	border-bottom: 1px solid #fa8f0b;
	width: 100%;
}

.post h2 a {
	color: #ffffff;
	font: bold 17px Arial, Helvetica, sans-serif;
}

.post .info {
	font-size: 10px;
	text-transform: uppercase;
	height: 20px;
}

.post .info .left {
	float: left;
}

.post .info .right {
	float: right;
}

.post a.more-link {
	display: block;
	text-align: right; margin-top: 5px;
	background: url(images/bg-more.png) no-repeat center left;
	font-size: 11px;
	color: #750101;
	font-style: italic;
}

#footer {
	background: #e48203 url(images/bg-footer.jpg) no-repeat top left;
	height: 181px;
	clear: both;
	border: 1px solid #ee9325;
}

#footer .blocks {
	overflow: hidden;
	padding: 10px 10px 10px 409px;
	height: 135px; line-height: 21px;
}

#footer .blocks ul {
	list-style: none;
	margin: 0; padding: 0;
}

#footer .blocks ul ul {
	list-style: disc;
	color: #f2a642;
	margin: 10px 30px;
}

#footer .blocks ul ul li {
	padding: 0; margin: 0;
	font: 12px/19px Arial, Helvetica, sans-serif;
}

#footer .blocks ul ul ul {
	display: none;
}

#footer .block1, #footer .block2, #footer .block3 {
	float: left;
	color: #ffffff;
	font-size: 13px;
	padding-top: 7px;
}

#footer .block1 {
	width: 194px;
}

#footer .block2 {
	width: 193px;
}

#footer .block3 {
	width: 180px;
}

#footer .left {
	float: left;
	padding-left: 410px;
	font-size: 11px;
	color: #CB7111;
}

#footer .right {
	float: right;
	padding-right: 15px;
	font-size: 11px;
	color: #CB7111;
}

#footer h2 {
	width: 180px; padding: 0; margin: 0;
	height: 28px; line-height: 28px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	color: #ffffff;
	font-size: 12px;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #f2e3d1;
	text-decoration: none;
	}

a:hover {
	color: #f2e3d1;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
	overflow: hidden;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	list-style: none;
	}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	line-height: 27px;
	font-size: 16px;
}

.navigation .alignleft {
	width: 244px; height: 29px;
	background: url(images/bg-next.png) no-repeat;
	text-align: left; padding-left: 30px;
}

.navigation .alignright {
	width: 244px; height: 29px;
	background: url(images/bg-prev.png) no-repeat right;
	text-align: right; padding-right: 30px;
}

.navigation a {
	color: #ffffff; font-weight: bold;
}

.pagetitle { border-bottom: 0 !important; }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
