/*
Theme Name: Poker Table
*/





/* General */
* {
  margin: 0;
  padding: 0;
}


body {
	margin: 0;
    padding: 0px;
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;
    float: none;
    clear: both;
}


/* Header */

#header {
	width: 1010px;
	height: 334px;
	background: url("images/header.jpg") no-repeat;
	display: block;
    margin: auto;
}

	/* Header - Info */
	
	#header #header-info {

    display: block;
    padding-top: 45px;
    padding-left: 680px;
	}
	
	#header #header-info h1 {
		color: #660E0C;
		font: normal 33px Century Gothic;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #660E0C;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #660E0C;
		font: bold 15px Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
    display: block;
    margin-top: 30px;
		height: 34px;
        width: 1000px;
        overflow: hidden;

	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
        width:912px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 34px;
		margin-right: 11px;
		font: bold 12px/32px Century Gothic;
		color: #ffffff;
		background: url("images/header_menu.gif") repeat-x;
		border: 0px solid #9B9B9B;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #9B9B9B;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}

/* Header - Feed */

#header #header-fs {
		display: block;
        margin-top: 130px;
}
	
	#header #header-feed {
            float: right;
		display: block;
		width: 46px;
		height: 44px;

	}

	/* Header - Ssearch */
	
	#header #header-search {
		display: block;
		width: 232px;
		height: 27px;
        float: right;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 75px;

}

		#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;
	}
	


/* Main */

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

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

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

	/* Main - Content */
	
	#content {
		float: left;
		width: 800px;
		display:inline;
		margin:10px 0px 15px 0px;

	}
#charts {
	width:99%;
	overflow:hidden;
	margin:15px 0px 0px 5px;
	-margin-left:3px;
	float:left;
}
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
        margin: 5px;
		width: 760px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 169px;
			height: 44px;
			color: #ffffff;
			text-align: center;
			font: bold 10px/65px Century Gothic;
			overflow:hidden;			
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 760px;
			height: 65px;
			border: 0px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #000000;
			font: bold 10px Century Gothic;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: bold 15px/45px Century Gothic;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			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;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Century Gothic;
			color: #000000;
			padding: 0 15px;
			width: 760px;
			background: #FFFFFF;
			float: left;
		}
		
		#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;
			width: 485px;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			background: url("images/post_info_only.gif") no-repeat;
			text-align: right;
		}
		
		#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 11px/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;
		}
	
/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #ffffff;
    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;
		font: normal 11px/18px Century Gothic;
		color: #DBDBDB;
		display:inline;
        background-color: #3D6434;
        border: 2px solid #CDCDCD;
        margin:15px 5px 15px 0px;
	}
    
#sidebar ul li h4, #sidebar h2  #sidebar h4 {
	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:#000000;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebarul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #000000;
	background:#3d6434;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-top:1px dahsed #ffffff;
	list-style-type:square;
	list-style-position: inside;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
	border-top:1px dahsed #ffffff;
}
#sidebar ul ul li.sidebar-post {
	list-style:none;
}

#sidebar ul ul li.sidebar-post .date {
	margin:0px;
	padding:0px;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	color: #000000;
	background:#3d6434;
}
#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: #ffffff;
}

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

/* Footer */

#footer {
	width: 1010px;
	height: 92px;
	background: #ffffff;
	color: #000000;
	font: 10px/20px Century Gothic;
	text-align: center;
    background: url("images/footer.gif") no-repeat;
    padding-top: 30px;
    margin: auto;
}

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

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

/*****************************/

/********** divs ***********/
.separator {
    clear: both;
}
.cell {
    width: auto;
    margin: 5px 3px 5px 3px;
    padding: 3px;
    text-align: center;
    background-color: #B8BEAB;
    border: 2px solid #7DB40A;
        -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

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

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

.charts table .cell .content table tr th {
    font-weight: normal;
    font-size: 8pt;
	padding:2px;
}

.charts table .cell .content table tr td{
    vertical-align: middle;
}

.cell .content p {
    padding: 5px;
    margin: 0px;
    color: #000000;
    text-align: left;
}

.cell .content {
    text-align: left;
    width: auto;
    margin: 0px;
    float: none;
    background-color: #629003;
}

.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 .content  a {
    color: #000000;
	font-size: 8pt;
}

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

.cell h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    margin: 0;
	text-align:center;
    color: #ffffff;
    letter-spacing: normal;
    text-transform: uppercase;
    background-image: url(images/post_title_1.gif); 
    background-repeat: repeat-x;
    background-position:top;
    background-color: #9ac828;
    color: #FFFFFF;
}


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

.cell h2 a:hover {
    text-decoration: underline;
    color: #6C6E69;
}

.cell .content {
    background-color: #FFFFFF;

}


.cell .footer {
    padding:3px 5px 8px 5px;
    background: url("images/post_info_only.gif") no-repeat;
    width: auto;
    text-align: right;
	 font-size: 9pt;
}

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

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

.cell table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFCC;
    margin-top: 0px;
}

.cell table thead {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #555353;
}

.cell table thead th {
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    font-size: 8pt;
}

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

.odd {
    background-color: #DBF296;
}

.even {
    background-color: #D6D3D3;
}

.odd td{
    background-color: #DBF296;
    padding:3px;
}

.even td{
    background-color: #D6D3D3;
    padding:3px;
}

.cell table td a {
    display: block;
    color: #000000;
    text-decoration: none;
	font-size: 8pt;
}

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

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

.cell  a:active {
    outline: none;
}

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

.cell  a:focus {
    outline: none;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}



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

.cell ol  {
    color: #000000;
    text-align: left;
    margin-left: 25px;
}

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


.cell  ul {
    text-align: left;
    margin-left: 25px;
    color: #000000;
}

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





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

.ui-tabs-nav {
    height: 24px;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444444;
}

.ui-tabs-panel {
    background-color: #444444;
}

.ui-tabs-nav {
    background-color: #444444;
}

.ui-tabs-nav li {
    height: 14px;
    display: inline;
    width: auto;
    float: left;
    clear: none;
    padding: 5px;
    margin: 0 0 -1px 0;
    border: none;
}

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

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



.cell .ui-tabs-nav li a {
    display: block;
    color: #000000;
    text-decoration: none;
    display: inline;
    padding: 5px 0px 5px 0px;
    width: auto;
    float: none;
    clear: none;
    font-weight: bold;
}


.ui-tabs-nav li a:hover {
    text-decoration: none;
}

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

.ui-tabs-panel {
    margin: 0 0 0 0;
    padding: 5px;
    background-color: #FFFFFF;
}

.ui-accordion h3 {
    color: #000;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    background-color: #ACC3A9;
    border-bottom: 1px solid #771317;
}
.ui-accordion h3:focus {
    outline: none;
}

.ui-accordion-content {
    color: #767676;
}

.ui-accordion .ui-state-active {
    background-color: #77AE01;
}

.ui-accordion-content {
    margin: 0 0 0 0;
    padding: 5px;
    background-color: #FFFFFF;
    color: #000000;
}

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

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

/********** u-tube *********/

.cell object {
    text-align: center;
    margin: auto;
}



.float_right {
    width: 250px;
    float: right;
}

.float_left {
    width: 250px;
    float: left;
}

.float_center {
    width: 300px;
    float: none;
    margin-left: 270px;

}
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;} 


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