/*
CSS Updater (style.php) 
*/

/*
Theme Name: Black Dice
*/
@charset "utf-8"; 


/* RESET 
************************************/

* {
margin: 0;
padding: 0;
letter-spacing: 1px;
}

p {
padding-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
font-size:11pt;
font-weight: bold;
font-style:italic;
padding:5px;
margin:0px;
}


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:#5D5502;
color: #000000;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}

a {
color: #443602;
font-weight: bold;
outline: none;
text-decoration: underline;
}

a:hover {
color: #333;
text-decoration: underline;
}

img {
border: none;
}

blockquote {
border-left: 10px solid #443602;
margin-left: 10px;
padding-left:10px;
}

/* GENERAL LAYOUT 
************************************/

#main {
background-color: #f6f1d7;
margin: 0 auto;
width: 1000px;
border-right: 4px solid #FFFFFF;
border-left: 3px solid #FFFFFF;
border-bottom: 4px solid #FFFFFF;
-overflow:hidden;
}

#wrapper {
width: 1000px;
margin: 0 auto;
background-color: #f6f1d7;
}

#header {
background-attachment: scroll;
background-color: #d3d3d3;
background-image: url(img/header.jpg);
background-position: top left;
background-repeat: repeat-x;
height: 335px;
width: 1000px;
border-right: 4px solid #FFFFFF;
}

#content {
float: left;
margin:10px;
-margin:15px 5px 10px 5px;
width: 98%;
background-color: #f6f1d7;
overflow:hidden;
}

#content #charts {
    width:auto;
}

.separator {
    clear:both;
    float:none;
}
/*SIDEBAR*/
body#charts-sidebar-body .sectiontableheader {
	background:#f6f1d7;
	border:none;
}
body#charts-sidebar-body {
	background:#f6f1d7;
	text-align:left;
	float: none;
	margin: 0;
	padding:5px;
	width: auto;
}

body#charts-sidebar-body #sidebar, .sectiontableheader #sidebar {
	float: none;
	margin: 0;
	padding:0px;
	width: auto;
	clear:both;
}

#sidebar, .rightcolumn{
	float: right;
	width: 200px;
	margin: 10px 0px 0 0px;
	line-height: 20px;
    color: #ffffff;
	background:#c0af83;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;

}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 10px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
	border-top:1px solid #f6f1d7;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 3px 5px 3px 5px;
	margin:0px;
    vertical-align:middle;
	border-top:1px solid #f6f1d7;
}
#sidebar .banners {
	padding:5px;
	margin:0px;
	text-align:center;
	vertical-align:middle;

}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	border:none;
}
#sidebar ul a:hover{
  	color: #443602;
}


#sidebar ul li h2, #sidebar ul li h3, #sidebar ul li h4, #sidebar ul li h5{
	padding: 5px 10px;
	font-size: 15px;
 	font-weight: bold;
	background:url(img/gradient_bg.jpg) repeat-x;
	color: #443602;
}


#sidebar ul li ul li:hoverm #sidebar ul li ol li:hover{
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 34px;
    background: #7c939b;
	color:#ffffff;
}

#nex_gen_gallery {
background-color: #E2BF24;
clear: both;
margin-bottom: 20px;
border-right: 5px solid #ffffff;
}

#footer {
background-color: transparent;
background-image: url(img/footer.jpg);
background-repeat:repeat-x;

clear: both;
height: 150px;
}


/* HEADER ITEMS 
************************************/

.navi_left {
float: left;
margin-left:120px;
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: #afeaee !important;
text-decoration: none;
}

.main_title {
padding-top: 50px;
margin-left: 250px;
}

.main_title a {
text-decoration: none;
font-size: 40px;
color: #333333;
}

.description {
padding: 0 0 21px 10px;
margin-left: 220px;
font-size: 20px;
color: #333333;
}


/* CONTENT ITEMS 
************************************/

#feature_post, .post {
background-color: transparent;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
margin: 10px 0px 20px 0px;
padding:10px 0px 10px 0px;
width: 740px;
_width: 730px;
}
.sectiontableheader .txboxcontent ul, .post ul, .sectiontableheader .txboxcontent ol, .post ol {
	margin:5px;
	padding:0px;
}

.sectiontableheader .txboxcontent ul li, .post ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.sectiontableheader .txboxcontent ol li, .post ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.feature_article {
margin-bottom: 20px;
}

.feature_title a {
background-attachment: scroll;
background-color: transparent;
background-image: url(img/trans_bg.png);
background-position: top left;
background-repeat: repeat;
color: #ffffff !important;
padding: 5px 10px 10px;
text-decoration: none !important;
z-index: 10;
width: 730px;
_width: 720px;
}

.feature_title a:hover {
text-decoration: underline !important;
}

.feature_img {
border: 1px solid #443602;
padding: 5px;
position: relative;
z-index: 1;
display: none;
}

.feature_entry {
margin-top:5px;
width: 740px;
_width: 730px;
}

.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 {
border-left: 1px solid #443602;
display: block;
list-style: none;
float: right;
margin-left: 10px;
padding-bottom: 10px;
text-align: left;
width: 220px;
}

.metadata li {
display: block;
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;
height:auto;
margin: 0 5px 20px 5px;
padding: 10px;
width: 735px;
_width: 730px;
border: 1px solid #443602;
}

.excerpt_post h4 {
margin-top: 3px;
}

.excerpt_post h4.except_title a, h4.archivetitle a  {
text-decoration: none;
}

.excerpt_img {
border: 1px solid #443602;
float: left;
margin: 0 5px 5px 0;
padding: 5px;
didplay: none;
}

.excerpt_post a:hover {
color: #443602 !important;
}

.excerpt_post .entry {
padding-top: 15px;
height:auto;
}

.entry {
padding: 15px 0;
}

.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: 10px;
}

.postmetadata {
text-align: right;
}

/* COMMENTS ITEMS 
************************************/

.post_info {
border: 1px solid #866805;
padding: 8px;
text-align: center;
}

.navi {
margin: 20px 0;
}

.navleft {
float: left;
}

.navright {
float: right;
}

.author_comment {
background-attachment: scroll;
background-color: #023761;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}

.commentlist li {
background-color: #023761;
clear: both;
margin-bottom: 20px;
padding-bottom: 10px;
}

#comments, #respond, .pagetitle {
border: 1px solid #023761;
color: #023761;
margin-bottom: 20px;
padding-top: 5px;
text-align: center;
width: 750px;
_width: 740px;
}

input#author, #email, #url {
background-color: #023761;
border: 1px solid #866805;
float: left;
padding: 4px;
width: 300px;
color:#ffffff;
}

textarea#comment {
background-color: #023761;
border: 1px solid #866805;
float: left;
padding: 4px;
margin-bottom: 10px;
width: 300px;
color:#ffffff;
}

.input_title {
color: #023761; 
float: left;
text-align: left !important;
margin-left: 20px;
width: 300px;
}

#submit {
background-color: #023761;
border: 1px solid #866805;
clear: both;
cursor: pointer;
display: block;
margin-bottom: 20px;
padding: 4px;
color:#ffffff;

}

.avatar {
float: left;
margin: 10px 10px 5px 0;
}

.comment_entry {
padding: 0 10px;
color:#ffffff;
}

.avatar_div {
padding: 10px;
}

.avatar_div span {
float: right;
}
.avatar_div a {
color:#ffffff;
}
/* SIDEBAR ITEMS 
************************************/

#calendar_wrap {
margin-top: 15px;
color: #eee;
}

#wp-calendar {
width: 140px;
color: #eee;
}

#sidebar_widget {
background-color: transparent;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
margin-bottom: 20px;
padding: 12px 5px 10px;
border: 1px solid #443602;
width: 140px;
color: #eee;
}

#sidebar_widget ul {
margin-top: 10px;
color: #eee;
}

#sidebar_widget ul li {
border-bottom: 1px dashed #443602;
display: block;
list-style: none;
padding: 0px;
color: #eee;
}

.widget_categories{
float: none;
display: block;
clear: both;
text-align: left;
}

.cat-item a {
display: block;
float: none;
}

.widgettitle {
text-align: left;
color: #333;
}

.widgettext {
margin-top: 10px;
}

.ads_small {
background-color: #6D6538;
width: 300px;
}

.ads_small img {
padding: 11px;
}


/* NEX_GEN ITEMS 
************************************/

#nex_gen_gallery ul {
display: block;
list-style: none;
background-attachment: scroll;
background-color: transparent;
background-image: url(img/gradient_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
margin-bottom: 20px;
padding: 12px 10px 10px;
}

#nex_gen_gallery .center_msg {
font-size: 20px;
padding-top: 65px;
text-align: center;
}

.ngg_widget {
margin-left: 10px;
font-size: 14px;
font-weight: bold;
}

.ngg-widget a img {
border: 5px solid #866805;
margin: 14px 7px;
}

.ngg-widget a:hover img {
border: 5px solid #ffffff;
}

/* ARCHIVES ITEMS 
************************************/

.archive ul {
display: block;
list-style: none;
padding: 10px 0 0 10px;
}

.archive li {
padding: 5px 0;
}

.navigation {
padding: 10px;
}

.navigation a {
color: #023761;
}

.navigation a:hover {
color: #866805;
}

.navigation .alignleft {
float: left;
}

.navigation .alignright {
float: right;
}


.archive li a {
color: #000000;
}

/* FOOTER ITEMS 
************************************/

#footer .wrapper {
padding: 10px 10px;
color: #eeeeee;
}

#footerlinks {
text-align: center;
color: #eeeeee;
text-decoration: none;
}

#footerlinks a {
color: #eeeeee;
text-decoration: none;
}

.separator {
    clear:both;
}





/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.charts {
    width: auto;
    float: none;
    clear: both; 
    margin: auto;
}


.charts .sectiontableheader {
    width: auto;
    float: none;
    clear: both;   
	font-size:8pt;
	margin:0px 2px 10px 2px;
	border:1px solid #5d5502;
}

.charts .sectiontableheader .txboxcontent {
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color:#000000;
background-color: #c0af83;
}


.charts .sectiontableheader h2 {
    width: auto;
    float: none;
    clear: both;
    color: #FFFFFF;
	font-size:12pt;
	text-align:center;
	background:#977b32 url(img/gradient_bg.jpg) repeat-x;
}

.charts .sectiontableheader h2 a {
    color: #FFFFFF;
	text-decoration:none;
}



.charts .sectiontableheader .txboxcontent table {
    width: 100%;
    background-color: #c0af83;
}

.charts .sectiontableheader .txboxcontent table th {
    background-color: #bba979;
    color: #000000;
	padding:2px;
	font-size:7pt;
    text-align: center;
	font-weight:normal;
}

.charts .sectiontableheader .txboxcontent table td {
    background-color: #c0af83;
	font-size:8pt;
	font-weight:normal;
	padding:4px 2px 4px 2px;
border-top:1px solid #c6b588;
border-bottom:1px solid #ab9a6f;
}


.charts .sectiontableheader .txboxcontent table td a {
    display: block;
    color: #443602;
	font-weight:normal;
}

.charts .sectiontableheader .txboxcontent table td a:hover {
    color: #000000;
    text-decoration: none;
}

.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.footerarea-1 {
	text-align: right; 
	vertical-align: middle;
}

td.footerarea-2, td.footerarea-5, td .footerarea-6, td.footerarea-7, td.footerarea-8 , td.footerarea-9, td.footerarea-10 {
	text-align: center; 
	vertical-align: middle;
}

td.footerarea-3, td.footerarea-4  {
	text-align: left; 
	vertical-align: middle;
}


.post_content_left_entry_thumb, .new-img {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}


.sectiontableheader .txboxcontent #tabs, 
.sectiontableheader .txboxcontent #accordeon, 
.text,
.point {
	padding:5px;
}
.sectiontableheader .txboxcontent object, .sectiontableheader .txboxcontent embed {
    width: 100%;
}
.sectiontableheader .txboxcontent ul, .post ul, .sectiontableheader .txboxcontent ol, .post ol {
	margin:5px;
	padding:0px;
}
.sectiontableheader .txboxcontent ul li, .post ul li {
	margin:5px;
	list-style-position: inside;
	padding-left:15px;
	list-style-type: square;
}

.sectiontableheader .txboxcontent ol li, .post ol li {
	background-position: left;
	list-style-position: inside;
   padding-left:15px;
	margin:5px;
    vertical-align:middle;
}


.tablepkrpoker {
    background-color: caba96;
}


.charts .sectiontableheader  .footer {
    width: auto;
    float: none;
    clear: both;
    padding: 5px;
    color: #FFFFFF;
	background:#977b32;
}


.children , .archive .children {
    float: none;
    display: none;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.widget-bottom, .txboxcontent ul.textBIGLinie li.caption {
    background-color: #f6f1d7;
    color: #000000;
    border: 1px solid #d7d3bc;
}
.txboxcontent ul.textBIGLinie li {
    background-color: #d7d3bc;
}
.txboxcontent ul.textBIGLinie li, .txboxcontent ul.textBIGLinie li h4 {
    color: #000000;
}

/* Common tab styles */

.txboxcontent ul.textBIGLinie {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.txboxcontent ul.textBIGLinie 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;
}
.txboxcontent ul.textBIGLinie li.caption {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.txboxcontent ul.textBIGLinie h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.txboxcontent ul.textBIGLinie li.caption h4 {
    font-weight: bold;
}
.txboxcontent ul.textBIGLinie li:hover {
    text-decoration: underline;
}

.txboxcontent .widget-bottom {
    margin: 0;
    padding: 5px;
}

.txboxcontent .widget-bottom h1,
.txboxcontent .widget-bottom h2,
.txboxcontent .widget-bottom h3,
.txboxcontent .widget-bottom h4,
.txboxcontent .widget-bottom h5,
.txboxcontent .widget-bottom h6 {
    margin: 0;
}

