/*
Theme Name: Golden Poker Theme
*/





/* General */

body {
	margin: auto;
	padding: auto;
	background: url("images/bg.jpg");
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 1010px;
}


/* Header */

#header {
	width: 1010px;
	height: 390px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 90px;
		left:650px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 30px Century Gothic;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 15px Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 2px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
        overflow: hidden;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		margin-right: 11px;
		font: normal 12px/32px Century Gothic;
		color: #ffffff;
		background: url("images/header_menu.gif") repeat-x;
		border: 1px solid #000000;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}

	/* Header - Ssearch */
	
	#header #header-search {
		position: absolute;
		top: 310px;
		left: 35px;
		width: 252px;
		height: 27px;

}

		#header #header-search {
			width: 252px;
			height: 27px;
			background: url("images/sidebar_search.gif") no-repeat;
		}
		
		#header #header-search #search-form {
			margin: 0;
			padding: 0;
			width: 252px;
			height: 27px;
		}
		
		#header #header-search #sb {
			width: 149px;
			height: 17px;
			border: 0;
			padding: 5px;
			font: bold 13px "Century Gothic", Century Gothic;
			color: #000000;
			background: transparent;
			float: left;
		}
		
		#header #header-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 83px;
			height: 27px;
			padding: 0;
			float: right;
		}
	
	#header #header-text a {
		color: #ffffff;
		text-decoration: underline;
	}
	
/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 240px;
		left: 800px;
		width: 40px;
		height: 40px;
	}

/* Main */

#main {
	width: 1010px;
    background-color: #654735;
	/* background: #262626 url("images/main.gif") repeat-y; */
}

#main-top {
	width: 1010px;
    background-color: #654735;
	/* background: url("images/main_top.gif") no-repeat; */
}

#main-bottom {
	width: 1010px;
	min-height: 50px;
    background-color: #654735;
	/* background: url("images/main_bottom.gif") no-repeat left bottom; */
}

	/* Main - Content */
	
#content {
float: left;
margin:10px 0px 15px 10px;
-margin-left:5px;
width: 77%;
overflow:hidden;
background-color: transparent;
border:1px solid #654735;
}

#charts {
	width:98%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	-margin-left:5px;
	float:left;
}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
        padding: auto;
		 width:98%;
		 border:1px solid #654735;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 122px;
			height: 25px;
			color: #000000;
			text-align: center;
			font: bold 10px/25px Century Gothic;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
		display:block;
		 width:auto;
			height: 45px;
			border: 1px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #000000;
			font: bold 10px Century Gothic;
			padding: 0 15px;
                            border: 1px solid white;
		}
		
		#content .post .post-title a, .post-title-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover, .post-title-info a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 15px/45px Century Gothic;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
			
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: left;
			line-height: 45px;
			width: auto;
            background-color: transparent;
		}
		
		.post-title-info {
			display:block;
			 width:auto;
			text-align:right;
			color: #000000;
			font: bold 10px Century Gothic;
			padding-top: 10px;
			background-color: #FFFFFF;		
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Century Gothic;
			color: #000000;
			padding: 0 15px;
			display:block;
			background: #FFFFFF;
			float: left;
			 width:96%;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Century Gothic;
			color: #000000;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			display:block;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			background: url("images/post_info.gif") repeat-x;
			text-align: right;
			 width:auto;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Century Gothic;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Century Gothic;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Century Gothic;
			color: #FFFFFF;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px/25px Century Gothic;
		color: #000000;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #654735;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .cell #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	padding:0px;
	width:auto;
}


#sidebar {
	float: right;
	width: 190px;
	color: #000000;
	margin: 10px 10px 15px 0px;
	-margin-right:5px;
	background:#f2d261;
	border:2px solid #d77c19;
	padding:5px;
	font-size:9pt;

}

#sidebar ul li h4 {
	width: auto;
    height: auto;
    font-size: 12pt;
    font-weight: bold;
    padding:7px 5px 7px 5px;
    margin: 0;
    color: #000000;
	text-align:right;
    letter-spacing: normal;
    background:#f2d261;
}

#sidebar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
	color: #000000;
	background:#b9987e;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#b9987e;
}
#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 a {
text-decoration: none;
color: #ffffff;
border-bottom:1px dashed #ffffff;
}

#sidebar a:hover {
text-decoration: none;
color: #F1F90A;
}

/* Footer */

#footer {
	width: 1010px;
	height: 83px;
	background: #000000;
	color: #ffffff;
	font: 10px/20px Century Gothic;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

/********** divs ***********/

.separator {
    clear: both;
}

.charts {
    width: auto;
    margin: auto;
    padding: auto;
}



.cell {
    width: auto;
    margin: 5px 3px 10px 3px;
    padding: 0px;
    text-align: center;
}

.charts table .cell .content table  {
    font-size: 7pt;
}

.charts table .cell .content table a{
    font-size: 8pt;
}

.charts table .cell .content table tr th {
    font-size: 7pt;
    font-weight: normal;
}

.cell .content {
    width: auto;
    margin: 0px;
    float: none;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
}

.cell .content p, .cell .content div .cell .content h1, .cell .content h2, .cell .content h3 , .cell .content h4, .cell .content h5, .cell .content h6 {
    margin-left: 3px;
    margin-right: 3px;
}

.cell .footer {
    background-image: url(images/post_info_only.gif);
    background-repeat: repeat-x;
    width: auto;
    padding: 0px 10px 0px 0px;
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    margin: auto;
    float: none;
    clear: both;
}

.cell .footer a {
    color: #000000;
    text-decoration: none;
}

.cell .footer a:hover {
    color: 000000;
    text-decoration: underline;
}
.cell .footer a:active {
    outline: none;
}

.cell .footer a:focus {
    outline: none;
}

.cell h2 {
    display: block;
    padding: 12px 0px 0px 10px;
    min-height: 33px;
    height: auto;
    margin: 0px;
    font-size: 12pt;
    text-align:  left;
    text-transform: uppercase;
    color: #000000;
    background-image: url(images/post_title.gif);
    background-repeat: repeat-x;
    background-color: #F9EABD;
}    

.cell h2 a {
    text-decoration: none;
    color: #000000;
}

.cell h2 a:hover {
    text-decoration: underline;
}

.cell .content p {
    padding: 5px;
    text-align: left;
}

.cell  a {
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.cell .content a:hover {
   text-decoration: underline;
}

.cell  a:focus {
    outline: none;
}

.cell a:active {
    outline: none;
}

.cell a:focus {
    outline: none;
}

/********** table **********/

.cell table {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    vertical-align: middle;
    background-color: #8F2C10;
}

.cell table thead {
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.cell table thead th {
    text-align: center;
    font-weight: normal;
    font-size: 10pt;
    background-color: #F9D155;
    background-image: url(images/sidebar_title.gif);
    color: #631508;
}

.cell table tr td img {
    border: none;
    background-color: transparent;
}

.odd {
    background-color: #FFD572;
}

.even {
    background-color: #B9987E;
}

.odd td{
    background-color: #FFD572;
    text-align: left;
    padding:3px;
}

.even td{
    background-color: #B9987E;
    text-align: left;
    padding:3px;
}

.cell table tbody td {
    color: #402E1F;
    font-size: 9pt;
}

.cell table tr td a {
    display: block;
    color: #402E1F;
    text-decoration: none;
    font-weight: normal;
}

.cell table tr td a:hover {
    text-decoration: underline;
}

.cell table tr td a:active {
    outline: none;
}

.cell  a:active {
    outline: none;
}

.cell table td a:focus {
    outline: none;
}

/********** lists **********/

.cell  .content ul {
    text-align: left;

}

.cell  li a {
    font-weight: normal;
}


.cell  li a:hover {
    color: #000000;
}

.cell .content ol  {
    text-align: left;
}

.cell ol  li {
    background-image: none;
    
}

.cell ol  li a {
   text-decoration: none;
}

.cell ol  li a :hover {
    color: #000000;
}

/********** tabs *********/

.cell .content .ui-tabs-hide {
    display: none;
}

.cell .content .ui-tabs-panel {
    margin: 0 0 0 0;
    padding: 5px;
    background-color: #FFFFFF;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.cell .content .ui-tabs-panel img {
    background-color: transparent;
    border: none;
}

.cell .content .ui-tabs-nav {
    height: 24px;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #DADADA;
    background-color: #B9987E;
}


.cell .content .ui-tabs-nav li.ui-tabs-selected {
    margin: 0;
    height: 14px;
    background-color: #FFFFFF;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
}

.cell .content .ui-tabs-nav li.ui-tabs-selected a {
    color: #000000;
}

.cell .content .ui-tabs-nav li {
    height: 14px;
    display: inline;
    width: auto;
    float: left;
    clear: none;
    padding: 5px;
    margin: 0 0 -1px 0;
    border: none;
    background-color: #B9987E;
    background-image: none;
    border-right: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
}

.cell .content .ui-tabs-nav li a {
    display: block;
    color: #631508;
    text-decoration: none;
    display: inline;
    margin: 0;
    padding: 5px 0px 5px px;
    width: auto;
    float: none;
    clear: none;
    background-color: transparent;
}

.cell .content .ui-tabs-nav li p {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
}


.cell .content .ui-tabs-nav li a:focus {
    outline: none;
}

/********** accordion **********/

.ui-accordion h3 {
    color: #DADADA;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    background-color: #B9987E;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    text-align: left;
}
.ui-accordion h3:focus {
    outline: none;
}

.ui-accordion .ui-state-active {
    background-color: #F9D155;
    color: #631508;
    border-top: 1px solid #DADADA;
}

.ui-accordion-content {
    margin: 0 0 0 0;
    padding: 5px;
    text-align: left;
    background-color: #FFFFFF;
    border-right: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    color: #000000;
}

.ui-accordion-content  a {
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.ui-accordion-content  a:hover {
    color: #000000;
    text-decoration: underline;
}

.cell .content object, .cell .content embed {
    width: 100%;
}


td.c1, td.c2, td.c4, td.c5, td .c6, td.c7, td.c8 , td.c9, td.c10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {background-color: transparent;} 