/*
Theme Name: High Quality Casino Two
Theme URI: http://www.demos.highqualitythemes.com/?wptheme=High Quality Casino Two
Description: A casino WordPress theme.
Version: 1.0
Author: HighQualityThemes.com
Author URI: http://highqualitythemes.com/
Tags: white, black, gray

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: arial, helvetica, tahoma, sans-serif;
	background: #30362e;
	color: #333333;
	}

#content {
	font-size: 1.2em;
	}
	
.clear {
	clear: both;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	width: 600px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	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: none;
	padding: 2px;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .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, h2 a:hover, h3 a:hover {
	color: #626d69;
	text-decoration: none;
	}

a:hover {
	color: #3B3B3B;
	text-decoration: none;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	width: 1092px;
	padding: 0;

	margin: auto auto;
	}
	
#top {
	width: 1092px;
	height: 14px;
	padding: 0;
	background: url(images/top.png) no-repeat;
	margin: auto auto;
	}

#bottom {
	width: 1092px;
	height: 40px;
	padding: 0;
	background: url(images/bottom.png) no-repeat;
	margin: auto auto;
	}
		
#header {
	padding: 0;
	margin-bottom: 51px;
	float: left;
	}
	
#header h3 a {
	font-size: 40px; 
	color: #3B3B3B;
	font-weight: normal;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}

#header h3 a:hover {
	text-decoration: none;
	color: #626d69;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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 ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	width: 220px;
	height: 15px;
	font-size: 12px;
    background: #ffffff;
	border: 1px solid #BFBFBF;
	padding: 3px;
	color: #666666;
	text-align: center;
	margin-left: 180px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
ol {
	padding: 0;
	}
	
.commentlist {
	width: 560px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: 5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	}

#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: left;
	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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* 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;
}
/* End captions */

/* Floats */
.left {
	width: 590px;
	margin-left: 15px;
	float: left;
}

.middle {
	margin-left: 20px;
	float: left;
}

.right {
	margin-right: 15px;
	float: right;
}

/* End Floats */

/* Posting */
.posting {
	width: 587px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #626d69;
	padding: 1px;
}

.posting h3 {
	margin:0;
	padding: 0;
}
	
.posting h3 a {
	font-size: 20px; 
	color: #4E4F4E;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

.posting h3 a:hover {
	text-decoration: none;
	color: #626d69;
}

.postingcontent {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

.postingimage {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}

.postingextra {
	color: #595959;
	font-size: 10px;
}

.postingextra a {
	color: #595959;
}

/* End Posting */

/* Comment Style */
.commenting {

}

.commenting h3 {
	margin:0;
	padding: 0;
	line-height: 100%;
	margin-bottom: 5px;
}
	
.commenting h3 a {
	font-size: 18px; 
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
}

.commenting h3 a:hover {
	text-decoration: none;
	color: #004699;
}

.commentingcontent {
	font-size: 12px;
}

.commentingimage {
	float: left;
	margin-right: 5px;
}

.commentingextra {
	background: #EFEFEF;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #595959;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.commentingextra a{
	color: #595959;
}

.author {
	width: 250px;
	padding: 5px;
	border: 1px solid #BFBFBF;
	background: #ffffff;
}

.email {
	width: 250px;
	padding: 5px;
	border: 1px solid #BFBFBF;
	background: #ffffff;
}

.url {
	width: 250px;
	padding: 5px;
	border: 1px solid #BFBFBF;
	background: #ffffff;
}

.commenttext {
	width: 450px;
	padding: 5px;
	border: 1px solid #BFBFBF;
	background: #ffffff;
}

.submit {
	width: 150px;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	border: none;
	background: #4E4F4E;
	color: #ffffff;
}

/* End Comment Style*/

/* Sidebar */
#sidebar
{
	width: 220px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	line-height: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.sidebar {
	margin-bottom: 10px;
	color: #ffffff;
}

.sidebarcontainer {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 5px;
	background: url(images/sidebarcontainer.png) repeat-y;
}

.sidebarbottom {
	height: 10px;
	background: url(images/sidebarbottom.png) no-repeat;
}

.sidebartitle {
	height: 53px;
	line-height: 47px;
	padding-left: 45px;
	color: #ffffff;
	font-size: 18px;
	background: url(images/sidebar.png) no-repeat;
}

.sidebar a {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #e8e7e7;
}

.sidebar a:hover {
	color: #d5d5d5;
}
/* End Sidebar */

/* Top Navigation */
#surround {
	width: 1092px;
	height: 100%;
	padding: 0;
	margin: auto auto;
	background: url(images/page.png);
}

#topnavcontainer {
	width: 570px;
	height: 45px;
	margin-left: 265px;
}

.topnav {
	margin-top: 48px;
}

.search {
	width: 185px;
	height: 15px;
	font-size: 12px;
    background: #ffffff;
	border: none;
	padding: 3px;
	color: #666666;
	text-align: center;
	float: right
}

/* End Top Navigation */


/* Ads */
.ads {
	width: 125px;
	height: 125px;
	border: none;
	margin-left: 30px;
	margin-bottom: 10px;
}

/* End Ads */

/* Navigation */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	border-bottom: 1px dotted #CCCCCC;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	font-size: 14px;
	float:			left;
}
.sf-menu a {
	padding: 		.75em 2em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu li {
	color: 			#ffffff;
}
.sf-menu li li {
	background:		#4E4F4E;
	color: 			#ffffff;
}
.sf-menu li li li {
	background:		#4E4F4E;
	color: 			#ffffff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#4E4F4E;
	color: 			#6F6F6F;
	outline:		0;
}

/* End Navigation */


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	background: #ffffff;
	color: #626d69;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	background: #ffffff;
	color: #626d69;
}
.wp-pagenavi a:hover {	
	border: 1px solid #EAEAEA;
	background: #ffffff;
	color: #3B3B3B;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	background: #ffffff;
	color: #626d69;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #4f5855;
	border: 1px solid #EAEAEA;
	background: #ffffff;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #EAEAEA;
	background: #ffffff;
	color: #4f5855;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #EAEAEA;
	background: #ffffff;
	color: #4f5855;
}

/* Footer */
#footercontainer {
	width: 100%;
}

#footer {
	width: 1092px;
	margin: auto auto;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

#footerleft{
	float: left;
}

#footerleft a:link {
	color: #ffffff;
	text-decoration:none;
}

#footerleft a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footerleft a:hover {
	color: #6F6F6F;
	text-decoration:none;
}

#footerright{
	float: right;
}

#footerright a:link {
	color: #ffffff;
	text-decoration:none;
}

#footerright a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footerright a:hover {
	color: #6F6F6F;
	text-decoration:none;
}

/* End Footer */


h1{
margin : 0px;
padding: 0px ;
width: 1000px;
}

h1 a{

font-size:25px;
color: #fff
;
text-shadow: 0 1px 0 #7c7a71;

text-shadow: 0 2px 0 #ebf0f7;
}



.description{
color:#ffffff;
font-size: 15px;
text-align: center;
padding-top: 10px;
}