/*
Theme Name: Poker CB
Description: Custom WordPress Theme.
Version: 1.0
Tags: black, white, three-columns, fixed-width, custom-menu
*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#202020;
	background:#fff url(images/body_bg.jpg) repeat-x;
}
.body2{
	width:100%; background:url(images/body_bg2.jpg) no-repeat center top}

/*======= Common Styles ============*/
/*
 * Common Styles
 ********************************************************************************/
*{margin:0; padding:0}
img,fieldset{border:0}
.hide{display:none;	visibility:hidden}
a{ text-decoration:none; outline:none; color: #0084C8; }
a:hover{text-decoration:underline}
ul{list-style:none}

h1,
h2,
h4,
h6 {
    padding: 5px 0;
    color: #BE0101;
}
h3,h5 { padding: 5px 0;
    color: #000;
}

.black {color:#000;}

.wrap{
	width:967px;
	padding:0 0 10px;
	margin:0 auto;
	text-align:left;
}
/*------header-----*/
.header{
	width:962px;/*967*/
	height:184px;/*197*/
	padding:13px 0 0 5px;
	margin:0 auto;
	text-align:left;
}
#logo{float:left}
.social_form{
	width:239px;/*250*/
	height:29px;/*35*/
	padding:6px 6px 0 7px;
	margin:4px 0 0;
	float:right;
	background:url(images/social_bg.png) no-repeat;
}
.social_form a{float:left; margin-right:4px}
.inpTxt_1{
	width:86px;/*106*/
	height:20px;/*22*/
	padding:1px 10px;
	float:left;
	font-size:12px;
	line-height:16px;
	color:#000;
	border:none;
	background:url(images/inpTxt_bg1.gif) no-repeat;
}
#searchsubmit{
    float: right;
    width: 22px;
    height: 22px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(images/butn_go.gif) no-repeat;
}

/*------nav_cont-----*/
.nav_cont{
	width:100%;
	background:url(images/nav_bg.gif) repeat-x;
}
ul.main_nav{
	width:959px;/*967*/
	height:44px;
	padding:0 0 0 8px;
	margin:0 auto;
	text-align:left;
	background:url(images/border_1.gif) no-repeat 5px top;
}
ul.main_nav ul.sub-menu { display: none; }
ul.main_nav li{
	float:left;
	height:44px;
	padding:0 18px 0 14px;
	background:url(images/border_1.gif) no-repeat right top;
	position:relative;
}
ul.main_nav li a{
	float:left;
	height:37px;/*44*/
	padding:0 0 7px;
	font-size:14px;
	line-height:37px;
	color:#BE0101;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/bullet_1.png) no-repeat center -100px;
	position:relative;
	z-index:2;
}
ul.main_nav li a:hover {
    text-decoration:none;
}

/*----sub nav----*/
ul.main_nav li ul{
	width:293px;
	overflow:hidden;
	border:solid #D1D1D1;
	border-width:0 1px;
	position:absolute;
	left:-2px;
	top:36px;
	z-index:1;
    background: #ffffff;
}
ul.main_nav li li{
	width:291px;/*293*/
	height:auto;
	padding:1px;
	background:none;
	border-bottom:1px solid #D1D1D1;
}
ul.main_nav li li a, ul.main_nav li.slctNav li a{
	float:none;
	display:block;
	height:auto;
	padding:8px 10px 7px;
	line-height:17px;
	color:#1F1F1F;
	background:url(images/nav_bg2.gif) repeat-x left center;
}
ul.main_nav li li a:hover, ul.main_nav li.slctNav li a:hover{background-position:left center; color:#BE0101; text-decoration:underline}

/*-----footer----*/
.footer{
	width:965px;/*967*/
	height:59px;/*77*/
	padding:18px 0 0;
	border:1px solid #000;
	background:url(images/footer_bg.gif) repeat-x;
}
.footer ul{width:100%; text-align:center}
.footer ul li{
	padding:0 10px;
	margin:0 -4px 0 0;
	font-size:14px;
	line-height:17px;
	color:#fff;
	display:inline-block;
	background:url(images/border_2.gif) no-repeat left 2px;
}
.footer ul li a{
	color:#fff;
	display:inline-block;
}
.footer span{
	padding:13px 0 0;
	font-size:12px;
	line-height:16px;
	color:#9E9D9D;
	display:block;
	text-align:center;
	letter-spacing:-1px;
}
/*-----footer_wrap----*/
.footer_wrap{
	width:100%;
	background:#F5F5F5;
}
.footerIn{
	width:967px;
	padding:8px 0 6px;
	margin:0 auto;
	text-align:center;
	line-height:22px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
}


/*-----main_cont----*/
.main_cont{
	width:967px;
	overflow:hidden;
}
.cont_left{
	width:197px;
	float:left;

}
.cont_left h2 a,.cont_rgt h2 a {color:#fff;}

.cont_left h2{
	width:165px;/*197*/
	height:33px;
	padding:0 0 0 32px;
	font-size:12px;
	line-height:33px;
	color:#fff;
	text-transform:uppercase;
	background:url(images/left_titleBg.gif) no-repeat;
}
.cont_left h2.left_title{
	height:29px;/*33*/
	padding-top:4px;
	line-height:12px;
}
.cont_left h2.left_title small{display:block; font-size:10px; font-weight:bold}

ul.left_list{
	width:188px;
	border:solid #D7D7D7;
	border-width:0 1px;
	overflow:hidden;
	margin:0 0 9px 7px;
	background:#F2F2F2;
}
ul.left_list li{
	width:168px;/*188*/
	padding:7px 10px;
	float:left;
	border-bottom:1px solid #D7D7D7;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-transform:uppercase;
}
ul.left_list li a{color:#202020}
ul.left_list li a:hover{color:#BE0101}

/*-----cont_rgt---*/
.cont_rgt{
	width:256px;
	float:right;
}
.cont_rgt h2{
	width:240px;/*256*/
	height:33px;
	padding:0 0 0 16px;
	font-size:14px;
	line-height:33px;
	color:#fff;
	letter-spacing:-1px;
	background:url(images/rgt_titleBg.gif) no-repeat;
}
.cont_rgt h2 i{
	width:66px;
	float:left;
	font-size:17px;
}
.cont_rgt h2 i b{color:#FFC600}

.cont_rgt h2.rgt_title{
	width:220px;/*256*/
	padding:0 0 0 36px;
	margin-bottom:10px;
	background:url(images/rgt_titleBg2.gif) no-repeat;
}
ul.rgt_list{
	width:248px;
	border:solid #D7D7D7;
	border-width:0 1px;
	overflow:hidden;
	margin:0 0 10px 6px;
	background:#F2F2F2;
}
.bullet {float:right;}
ul.rgt_list li{
	width:235px;/*248*/
	padding:7px 5px 7px 8px;
	border-bottom:1px solid #D7D7D7;
	float:left;
}
.slogo{float:left; margin:2px 7px 16px 0}

ul.rgt_list li h4{
	font-size:17px;
	line-height:18px;
	color:#000;
}
ul.rgt_list li h4 a{color:#000;}
ul.rgt_list li p, ul.rgt_list li span{
	width:175px;
	padding:0 0 0 6px;
	float:left;
	font-size:12px;
	line-height:13px;
	color:#BE0101;
	letter-spacing:-1px;
	background:url(images/bullet_3.gif) no-repeat left center;
}
ul.rgt_list li p em, ul.rgt_list li span em{color:#00A0F3; font-weight:bold;font-size:17px;}

ul.rgt_list li span{
	width:175px;/*175*/
	padding:0;
	background:none;
}
.add_cont{
	width:250px;
	display:block;
	margin:0 0 0 6px;
}
/*------cont_mid-----*/
.cont_mid{
	/*width:485px;*/
	width:741px;
	float:right;
text-align:justify;margin-right: 19px;
}

.comment_form,
#comments {
	width:485px;
	padding:7px 0 0;
    margin-top: -13px;
	position:relative;
}
.comment_form h3,
#respond h3,
#comments-title {
	width:100%;
	font-size:13px;
	line-height:19px;
	color:#000;
	padding-bottom:16px;
}
#comment-expander{
	width:16px;
	height:16px;
	display:block;
	background:url(images/minus.gif) no-repeat left bottom;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:7px;
}
.comment-minus { background-position: left top!important; }

.commentlist { display: none; }

#commentform {
    width: 100%;
    overflow: hidden;
}

#commentform p {
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:13px;
}
#commentform p label{
	float:left;
	font-size:12px;
	line-height:25px;
	color:#444;
}

.inpTxt_2,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width:180px;
    padding: 3px;
	height:17px;
	float:left;
	margin-right:5px;
	border:1px solid #D6D3D3;
}

.txtarea_1,
.comment-form-comment textarea {
	width:400px;
    padding: 3px;
	height:64px;
	float:left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	border:1px solid #D6D3D3;
}
.inpSubmit_1, 
#submit {
    float:left;
    width: 100px;
    height: 23px;
    text-indent: -9999px;
    border: 0;
    background: url(images/inp_submit.gif) no-repeat;
}
.btm_link{font-size:12px; line-height:15px; text-align:center; display:block}
.btm_link a{font-size:12px; line-height:15px; color:#6B717A; text-align:center; text-decoration:underline}
.btm_link a:hover{text-decoration:none}




.navigation{ width:95%; overflow:hidden; margin:10px auto; padding:10px; }
	.navigation .nav-previous{ float:left;}
	.navigation .nav-next{ float:right;}

.post,
.page {
    margin-bottom: 15px;
    padding-bottom: 15px;
    background:url(images/border_3.gif) repeat-x left bottom;
}

.entry-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
    color: #BE0101;
}
.page-title {
    color: #BE0101;
    font-size: 24px;
    line-height: 29px;
    padding: 10px 0;
    margin-bottom: 20px;
    background:url(images/border_3.gif) repeat-x left bottom;
}
.entry-title a {
    text-decoration: none;
    color: #BE0101;
}



/* entry */
.entry-content {
    width: 100%;
    overflow: hidden;
}



.entry-content p {
    padding: 5px 0;
    line-height: 16px;
}

.entry-content hr {
    display: block;
    height: 2px;
    width: 100%;
    margin: 5px 0;
    border: 0;
    background:url(images/border_3.gif) repeat-x left bottom;
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

/* poker-tbl */
.poker-tbl{
	width:100%;
    margin-top: -7px;
	padding: 12px 0 0;
	background:url(images/online_bg.gif) no-repeat left 12px;
}
.poker-tbl-inner{
	width:485px;
	padding-bottom:5px;
}
.poker-tbl h3{
    padding: 0;
	font-size:12px;
	line-height:21px;
	color:#3D3D3D;
	text-indent:14px;
}
.tbl_1 thead tr th{
	font-size:14px;
	line-height:22px;
	color:#fff;
}

.tbl_1 tbody tr td{
	font-size:14px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #B1B1B1;
	background:url(images/border_4.gif) no-repeat right center;
}
.tbl_1 td img { display: block; }
.tbl_1 tbody tr { background:url(images/table_bg.gif) repeat-y left center; }
.tbl_1 tbody tr td.c1 { border-left: 1px solid #B1B1B1; }
.tbl_1 tbody tr td.c5 { background: none; border-right: 1px solid #B1B1B1; }
.tbl_1 tbody tr td .rank{
	width:20px;
	height:21px;
	display:block;
	margin:0 auto;
	text-align:center;
	line-height:20px;
	color:#fff;
	background:url(images/rank_bg.gif) no-repeat;
}
.tbl_1 tbody tr td b,
.tbl_1 tbody tr td strong {
    font-size:18px;
    color:#00A0F3;
}


.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


/*** KEF'S ADDITIONS ***/
.poker-tbl a {
  color: #000;
}

.c5 a {
  color: #1BA000;
}

h2 {
  font-size: 1.17em;
}

h3 {
  font-size: 1em;
}

h4, h5, h6 {
  font-size: 0.83em;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}/* Custom CTA */a.cat_vis {	line-height:50px; line-height:50px; display:block; margin:0 auto; text-decoration:0; border:0;-moz-border-radius:5px; border-radius:5px; color:#fff;	font-size:18px; font-weight:bold; width:150px; text-decoration:none; text-transform:uppercase;	background: #1a78f2; 	background: -moz-linear-gradient(top, #20b7f3 0%, #1a78f2 100%); /* FF3.6-15 */	background: -webkit-linear-gradient(top, #20b7f3 0%,#1a78f2 100%); /* Chrome10-25,Safari5.1-6 */	background: linear-gradient(to bottom, #20b7f3 0%,#1a78f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20b7f3', endColorstr='#1a78f2',GradientType=0 ); /* IE6-9 */	border-bottom:3px solid #196dc0;}a.full_link{	position: absolute;	background: #FFF;	width: 100%;	height: 100%;	top: 0px;	left: 0px;	opacity: 0;	display: block;	filter:alpha(opacity=0);}.casinocta:hover a.cat_vis{background:#f36f20;border-bottom:3px solid #f33b20;}.casinocta_wrap {overflow:hidden; margin:15px 0; padding-bottom:15px; background: url(images/ctawrap_bottom.png) repeat-x left bottom;  }.casinocta {float:left; margin:0 1.5% 15px 0; width:31.8%; position:relative;}.cta_logoarea {background:#000; margin-bottom:3px;}.cta_logoarea  img {display:block; max-width:100%; margin: 0 auto;}.ctabottom {border:1px solid #daddc8; background:#fff5e4; padding:0 8px; text-align:center; font-weight:bold; }.featurecta, .bonuscta {padding:10px 0; border-bottom:1px dashed #c5c8b5;}.bonuscta { color:#d71919; font-style:italic; font-size:18px; }.buttoncta{padding:10px 0;}.casinocta::after {content:""; position:absolute; height:10px; width:100%; bottom:-10px; background:url(images/shad_bottom.png) no-repeat center top;}/*** New Responsive  ***/.js .selectnav { display: none; }@media screen and (min-width:1px) and (max-width:966px) {.js ul.main_nav{ display: none; }.js .selectnav { display: block; }.js .selectnav { display: block; width:100%; padding:4px 10px; font-size:1.3em; font-weight:bold; color:#BE0101;  border:4px solid #000; margin:2px 0 5px;}.header {    padding: 13px 0px 0px;}.body2 {	margin:0 auto;}.footer {	padding:18px 10px 18px 10px;	height:inherit;	background:#333;}}@media screen and (min-width:768px) and (max-width:966px) { .wrap, .main_cont, .main_contIn, .header, .nav_cont, .body2{  width: 768px;}.cont_mid {    width: 545px;	margin-right: 10px;}.footer {    width: 746px;}}@media screen and (min-width:1px) and (max-width:767px) {.cont_mid {    width: 100%;	float:none;	margin:0 0 20px 0;}.cont_left{    width: 100%;    float: none;}.body2 {background: none;}#logo {    margin: 0px auto;    display: block;    width: 348px;    float:none;}.social_form {    margin: 4px auto;    float: none;}.casinocta {	margin:0 auto 15px;	float:none;	width:100%;}}@media screen and (min-width:480px) and (max-width:767px) { .wrap, .main_contIn, .header, .nav_cont, .body2{  width: 480px;}.main_cont {	width:460px;	margin: 0 auto;}ul.left_list {   width:473px;}ul.left_list li {    width:453px;}.footer {    width: 456px;}}@media screen and (min-width: 1px) and (max-width:479px){ .wrap, .main_contIn, .header, .nav_cont, .body2{  width: 320px;}.main_cont {	width:300px;	margin: 0 auto;}ul.left_list {   width:313px;}ul.left_list li {    width:303px;}.footer {    width: 296px;}#logo {    width: 308px;}#logo img {max-width:100%;height:auto;}img {max-width:280px;height:auto;}img.alignleft, img.alignright {	max-width:35%;height:auto;}}
