/*
CSS Updater (style.php)
*/

/*
Theme Name: play_poker
*/



/* RESET 
************************************/

* {
margin: 0;
padding: 0;
letter-spacing: 1px;
}

p {
padding-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
font-size: 12pt;
font-weight: normal;
}

hr {
clear: both;
visibility: hidden;
}

input, textarea {
color: inherit;
font-family: inherit;
font-size: inherit;
letter-spacing: inherit;
}

/* CLEARFIX 
************************************/

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

/* NIFTY 
************************************/

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* GENERAL ITEMS 
************************************/

body {
background-color: #002A42;
color: #ffffff;
font-family: Verdana, Tahoma, Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
}

a {
color: #000000;
font-weight: bold;
outline: none;
text-decoration: underline;
}

a:hover {
color: #333333;
text-decoration: underline;
}

img {
border: none;
}


blockquote {
border: 3px double #ffffff;
margin:  0 20px 18px;
padding: 18px 18px 0;
text-align: justify;
}

/* GENERAL LAYOUT 
************************************/

#main {
background-color: transparent;
margin: 0 auto;
width: 1000px;
border: 2px solid #ffffff;
}

#wrapper {
width: 1000px;
margin: 0 auto;
background-image: url(img/body.jpg);
background-repeat: repeat-y;
}

#header {
background-attachment: scroll;
background-color: #d3d3d3;
background-image: url(img/header.jpg);
background-position: top left;
background-repeat: repeat-x;
height: 298px;
width: 1000px;
text-align: center;
}

#content {
float: left;
margin-left: 5px;
width: 77%;
background-color: transparent;
}

#charts {
	width:98%;
	overflow:hidden;
	margin:5px 5px 5px 7px;
	-margin:5px;
	float:left;
}
#footer {
background-color: transparent;
background-image: url(img/footer.jpg);
background-repeat: no-repeat;
clear: both;
height: 110px;
}

/* HEADER ITEMS 
************************************/

.navi_left {
float: right;
margin-right:50px;
margin-top:10px;
}

.navi_right {
float: right;
}

#navi_panel {
height: 40px;
}

#navi_panel ul {
display: block;
list-style: none;
}

#navi_panel ul li {
display: inline;
list-style: none;
}


#navi_panel ul li a {
float: left;
padding: 12px;
text-decoration: none;
}

#navi_panel ul li a:hover, #navi_panel ul li.current_page_item a {
color: #eeeeee !important;
text-decoration: none;
}

.main_title {
font-weight: bold !important;
font-family: Georgia, Verdana, Tahoma, Arial;
margin-top: 180px;
text-align: center;
font-size: 25px;
}

.main_title a {
text-decoration: none;
font-size: 25px;
color: #ffffff;
text-align: center;
}

.description {
text-align: center;
font-size: 12px;
color: #eeeeee;
}

#searchform {
float: none;
clear: both;
padding: 0px;
width: 190px;
margin-left: -15px;
text-align: center;
}

#s {
background-color: #eeeeee;
border: none;
height: 20px;
float: none;
clear: both;
margin-bottom: 5px;
padding: 5px 0 0 10px;
width: 150px !important;
}

#searchsubmit {
background-color: #d3d3d3;
border: 1px solid #076391;
color: #076391;
cursor: pointer;
float: none;
clear: both;
padding: 5px;
width: 80px !important;
}

#searchsubmit:hover {
background-color: transparent;
color: #d3d3d3;
border: 1px solid #eeeeee;
}

/* CONTENT ITEMS 
************************************/

.post {
background-color: #0b1a21;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
padding: 10px;
border: 1px solid #ffffff;
margin:10px 0px 20px 0px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-khtml-border-bottom-left-radius: 6px;
-khtml-border-bottom-right-radius: 6px;
}

.post a  {
color: #ffffff;
text-decoration: none;
}

.post a:hover  {
text-decoration: underline;
}

#feature_post {
padding: 10px;
-padding:5px;
}

.feature_article {
margin-bottom: 0px;
}

.feature_title {
    height: 50px;
}

.feature_title a {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/trans_bg.png);
background-position: top left;
background-repeat: repeat;
color: #eeeeee !important;
margin: 15px 5px;
padding: 5px 10px 10px;
position: absolute;
text-decoration: none !important;
z-index: 10;
}

.feature_title a:hover {
text-decoration: underline !important;
}

.feature_img {
border: 1px solid #eeeeee;
padding: 5px;
position: relative;
z-index: 1;
display: none;
}

.feature_entry {
width: 780px;
}

.feature_entry li {
list-style : decimal;
margin-left : 25px;
}

.feature_entry ol {
margin-bottom : 10px;
margin-left : 25px;
}

.feature_entry ul {
margin-top : 10px;
margin-left : 20px;
margin-bottom : 10px;
}

.metadata {
list-style: none;
float: right;
margin-left: 10px;
padding-bottom: 10px;
text-align: left;
width: 600px;
margin-top: 10px;
}

.postmeta_img {
margin-left: 5px;
margin-right: 5px;
}

.metadata a {
color: #ffffff;
text-decoration: none;
}

.metadata li {
list-style: none;
margin-left: 10px;
}

.author {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/copyright.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.date {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/clock.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.comments {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/comments.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.tags {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/tag_blue.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.category {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/folder_document.png);
background-position: center left;
background-repeat: no-repeat;
padding-left: 25px;
padding-top: 5px;
height: 20px;
}

.excerpt_post {
background-color: transparent;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
float: left;
margin: 0 0px 20px 0px;
padding: 5px;
width:99%;
border: 1px solid #ffffff;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-khtml-border-bottom-left-radius: 6px;
-khtml-border-bottom-right-radius: 6px;
}
h4.except_title {
	padding-top:7px;
}
.excerpt_post h4 {
margin-top: 1px;
}

.excerpt_post h4.except_title a, h4.archivetitle a  {
text-decoration: none;
color: #ffffff;
}

.excerpt_img {
border: 1px solid #387100;
float: left;
margin: 0 5px 5px 0;
padding: 5px;
display: none;
}

.excerpt_post a:hover {
color: #eeeeee !important;
}

.excerpt_post .entry {
padding-top: 25px;
}

.entry {
padding: 5px 0;
margin-top:10px;
}

.entry li {
list-style : decimal;
margin-left : 25px;
}

.entry ol {
margin-bottom : 10px;
margin-left : 25px;
}

.entry ul {
margin-top : 10px;
margin-left : 20px;
margin-bottom : 10px;
}

.read_more {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/arrow_right.png);
background-position: top right;
background-repeat: no-repeat;
padding-right: 25px;
padding-bottom: 15px;
}

.read_more a {
color: #387100;
}

.postmetadata {
margin-top: 25px;
text-align: center;
}

.postmetadata a {
color: #387100;
}

/* COMMENTS ITEMS 
************************************/

.post_info {
border: 1px dotted #85969d;
background:#002535;
padding: 8px;
text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

a {
color: #D6E8FF;
}

a:hover {
color: #ffffff;
}

.navi {
margin: 20px 0;
}

.navleft {
float: left;
}

.navright {
float: right;
}

.author_comment {
background-attachment: scroll;
background-color: #076391;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}

.commentlist li {
background-color: #076391;
clear: both;
margin-bottom: 20px;
padding-bottom: 10px;
}

#comments, #respond, .pagetitle {
font-weight: bold;
color: #97C0F6;
margin-bottom: 20px;
padding-top: 20px;
text-align: center;
}

input#author, #email, #url {
background-color: #076391;
border: 1px solid #88BC55;
float: left;
padding: 4px;
width: 750px;
margin-bottom: 10px;
}

textarea#comment {
background-color: #076391;
border: 1px solid #97C0F6;
float: left;
padding: 4px;
margin-bottom: 10px;
width: 750px;
}

.input_title {
color: #076391; 
float: left;
text-align: left !important;
margin-left: 10px;
width: 750px;
padding-top: 20px;
}

#submit {
background-color: #076391;
border: 1px solid #D6E8FF;
clear: both;
cursor: pointer;
display: block;
margin-bottom: 20px;
padding: 4px;
}

.avatar {
float: left;
margin: 10px 10px 5px 0;
}

.comment_entry {
padding: 0 10px;
}

.avatar_div {
padding: 10px;
}

.avatar_div span {
float: right;
}

.separator {
	clear:both;
	float:none;
}
/* SIDEBAR ITEMS 
************************************/
body#charts-sidebar-body .textboxtrenner .widget_tag_cloud {
	`border:none;
}
body#charts-sidebar-body {
    background-color: #002535;
    width: auto;
    padding: 0px;
    background-image: none;
	border:none;
}

body#charts-sidebar-body #sidebar, .textboxtrenner #sidebar {
float: none;
clear: both;
margin: 0px;
padding:0px;
width:auto;
border:none;
background-color: #002535;
}


#sidebar {
float: right;
width: 190px;
color: #000000;
margin: 10px 10px 15px 0px;
-margin: 5px 5px 15px 0px;
}

#sidebar ul li h4, #sidebar h2 {
	width: auto;
    height: auto;
    font-size: 12pt;
    font-weight: bold;
    padding:7px 5px 7px 5px;
    margin: 0;
    color: #ffffff;
	text-align:right;
    letter-spacing: normal;
    background:#467436 url(img/gradient_bg.jpg) repeat-x;
	background-position:top;
	border-bottom:1px solid #a6d496;
	border: 1px solid #caced1;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #ffffff;
	background:#0b1a21;
	border:1px solid #caced1;
	border-top:none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
    list-style:none;
	border-top:1px dotted #85969d;
 }
 #sidebar ul ol.links li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
    list-style-position: inside;
	border-top:1px dotted #85969d;
 }
li.sidebar-post .date {
	vertical-align:middle;
	color:#ffffff;
	font-weight:normal;
}
#sidebar .banners {
	padding:5px;
	margin-bottom:15px;
	text-align:center;
	vertical-align:middle;
	background:#0b1a21;
	border:1px solid #caced1;
	border-top:none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	border:none;
}

.banners .banner embed {

}
#sidebar a {
text-decoration: none;
color: #b3410b;
}

#sidebar a:hover {
text-decoration: none;
color: #F1F90A;
}

/* ARCHIVES ITEMS 
************************************/

.archive ul {
display: block;
list-style: none;
padding: 10px 0 0 10px;
}

.archive li {
border-bottom: 1px dashed #88BC55;
padding: 5px 0;
}

.navigation {
padding: 10px;
}

.navigation a {
color: #023761;
}

.navigation a:hover {
color: #88BC55;
}

.navigation .alignleft {
float: left;
}

.navigation .alignright {
float: right;
}


/* FOOTER ITEMS 
************************************/

#footer .wrapper {
padding: 10px;
color: #eeeeee;
}

#footerlinks {
text-align: center;
color: #eeeeee;
text-decoration: none;
}

#footerlinks a {
color: #eeeeee;
text-decoration: none;
}

.separator {
    float: none;
    clear: both;
}

.charts .textboxtrenner {
    width: auto;
    float: none;
    clear: both;  
	margin:0px 2px 10px 2px;
}

.charts .textboxtrenner .widget_tag_cloud {
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    border: 1px solid #caced1;
	border-bottom:none;
	background:#0b1a21;
	margin: 0px;
}

.textboxtrenner .widget_tag_cloud #tabs, 
.textboxtrenner .widget_tag_cloud #accordeon {
	padding:5px;
}
.charts .textboxtrenner h2 {
    width: auto;
    float: none;
    clear: both;
    padding:5px;
    color: #FFFFFF;
	text-align:right;
	background:#467436 url(img/gradient_bg.jpg) repeat-x;
	background-position:top;
	border-bottom:1px solid #a6d496;
	border: 1px solid #caced1;
        font-weight: bold;
}

.charts .textboxtrenner h2 a {
    color: #FFFFFF;
    text-decoration : none;
}

.charts .textboxtrenner h2 a:hover {
    color: #F7D807;
}

.charts .textboxtrenner  .footer {
    width: auto;
    float: none;
    clear: both;
    padding:5px;
    color: #b3410b;
	text-align:center;
	background:#0b1a21;
	border: 1px solid #caced1;
	border-top:none;
	-moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

.textboxtrenner .footer a {
	color:#b3410b;
}

.charts .textboxtrenner .widget_tag_cloud table {
    width: 100%;
    background-color: #0b1a21;
}

.charts .textboxtrenner .widget_tag_cloud table th {
    background-color: #274B05;
    color: #FFFFFF;
    text-align: center;
    padding:2px;
	font-weight:normal;
	font-size:7pt;
}

.charts .textboxtrenner .widget_tag_cloud table td {
    background-color: #;
    padding:2px;
	border-top:1px dotted #85969d;
    color: #EEEDE7;
	font-weight:normal;
}


.charts .textboxtrenner .widget_tag_cloud table td a{
    color: #D7D720;
	font-weight:normal;
	text-decoration: none;
}

.charts .textboxtrenner .widget_tag_cloud table td a:hover {
    color: #ffffff;
    text-decoration: none;
}
td.menulist-hr-1, td.menulist-hr-2, td.menulist-hr-4, td.menulist-hr-5, td .menulist-hr-6, td.menulist-hr-7, td.menulist-hr-8 , td.menulist-hr-9, td.menulist-hr-10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}

.cls1 {
    background-color: #0e2029;
}

.menusep {
    background-color: #0b1a21;
}

.even:hover, .odd:hover, #sidebar ul li ul li:hover, #sidebar ul ol li:hover {
background-color: #10242e;
}

/********** u-tube ***********/

#content .textboxtrenner embed, .textboxtrenner object {
    width: 100%;
}

.emptycell {background-color: transparent;}

.leftbannerh1, .featured-item-imagea {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.table_border2 img {
    text-align: center;
    vertical-align: middle;
}

.textboxenpoker5er, .fliesstext371 {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.textboxenpoker5er a, .fliesstext371 a {
    font-size: 9pt;
}

.textboxenpoker5er a:hover, .fliesstext371 a:hover {
}

.textboxenpoker5er h1, .fliesstext371 h1,
.textboxenpoker5er h2, .fliesstext371 h2,
.textboxenpoker5er h3, .fliesstext371 h3,
.textboxenpoker5er h4, .fliesstext371 h4,
.textboxenpoker5er h5, .fliesstext371 h5,
.textboxenpoker5er h6, .fliesstext371 h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.textboxenpoker5er p, .fliesstext371 p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.textboxenpoker5er ul, .fliesstext371 ul, .textboxenpoker5er ol, .fliesstext371 ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.menulist-hr-2, td.menulist-hr-5, td .menulist-hr-6, td.menulist-hr-7, td.menulist-hr-8 , td.menulist-hr-9, td.menulist-hr-10  {
	text-align: center; 
	vertical-align: middle;
}

td.menulist-hr-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.menulist-hr-3, td.menulist-hr-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.textboxtrenner .widget_tag_cloud table tr th, .textboxtrenner table thead th {
    font-size: 8pt;
}

.textboxtrenner .widget_tag_cloud table tr td {
    font-size: 8pt;
}

.textboxtrenner .widget_tag_cloud table {
    border-spacing: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.pxboxcontent, .widget_tag_cloud ul.contents li.generals {
    background-color: #0b1a21;
    color: #ffffff;
    border: 1px solid #010202;
}
.widget_tag_cloud ul.contents li {
    background-color: #010202;
}
.widget_tag_cloud ul.contents li, .widget_tag_cloud ul.contents li h4 {
    color: #ffffff;
}

/* Common tab styles */

.widget_tag_cloud ul.contents {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.widget_tag_cloud ul.contents li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.widget_tag_cloud ul.contents li.generals {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.widget_tag_cloud ul.contents h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.widget_tag_cloud ul.contents li.generals h4 {
    font-weight: bold;
}
.widget_tag_cloud ul.contents li:hover {
    text-decoration: underline;
}

.widget_tag_cloud .pxboxcontent {
    margin: 0;
    padding: 5px;
}

.widget_tag_cloud .pxboxcontent h1,
.widget_tag_cloud .pxboxcontent h2,
.widget_tag_cloud .pxboxcontent h3,
.widget_tag_cloud .pxboxcontent h4,
.widget_tag_cloud .pxboxcontent h5,
.widget_tag_cloud .pxboxcontent h6 {
    margin: 0;
}

