/*
Theme Name: Poker Chips
*/






/* General */

body {
	margin: 0;
	background: #A61A24;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}


/* Header */

#header {
	width: 1004px;
	height: 425px;
	padding-left: 17px;
}

#header-in {
	width: 974px;
	height: 425px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0;
		left: 7px;
		height: 38px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 38px;
        overflow: hidden;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: bold 15px/38px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 0 19px 0 15px;
		background: url("images/header_menu.gif") no-repeat right top;
	}
	
	#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 - Info */
	
	#header #header-info {
		position: absolute;
		top: 170px;
		left: 645px;
	}
	
	#header #header-info h1 {
		color: #314281;
		font: bold 40px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #314281;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #314281;
		font: bold 20px "Trebuchet MS", Verdana;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 337px;
		left: 917px;
		width: 48px;
		height: 48px;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 770px;
		padding: 0 19px 0 17px;
	}
#charts {
	width:98%;
	overflow:hidden;
	margin-left:10px;
	-margin-left:5px;
	float:left;
}
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 17px;
		width: 781px;
		background: #ffffff;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			background: url("images/post_title.gif") no-repeat;
			width: 781px;
			height: 60px;
			color: #ffffff;
			font: bold 12px Verdana;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #1d4aa9;
			font: normal 17px/30px Verdana;
			padding: 2px 15px 0 15px;
		}
		
		#content .post .post-title h2 a, a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			margin: 0 7px;
			width: 747px;
			height: 22px;
			background: #1d4aa9;
			line-height: 22px;
			padding: 0 10px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 13px/19px Arial, Verdana;
			color: #303030;
			padding: 0 12px;
			width: 757px;
		}
		
		#content .post .post-entry a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 13px/20px Arial, Verdana;
			color: #1d4aa9;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 12px;
			width: 757px;
			height: 39px;
			clear: both;
			background: url("images/post_info.gif") no-repeat;
			font: normal 13px/39px Arial, Verdana;
			color: #303030;
		}
		
		#content .post .post-info a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info-left {
				float: left;
			}
			
			#content .post .post-info-right {
				float: right;
				color: #1d4aa9;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #1d4aa9;
			font: bold 15px Verdana;
			margin: 20px 0 10px 0;
			width: 757px;
		}
		
		#content .post .comments {
			font: normal 13px/19px Arial, Verdana;
			color: #303030;
			width: 757px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #e3e3e3;
		}
		
		#content .post .comments ol li cite {
			color: #1d4aa9;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 13px/19px Arial, Verdana;
			color: #303030;
			width: 757px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #1d4aa9;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px/19px Arial, Verdana;
		color: #ffffff;
		width: 771px;
		float: left;
		padding: 0 5px;
		margin-bottom: 17px;
	}
	
	#content .navigation a {
		color: #ffffff;
		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: #a61a24;
    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 ul li h4, .cell #sidebar h2 {
	background-image:none;
	background-color:#3158aa;
	-moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}
#sidebar {
	float: right;
	width: 174px;
	font: normal 13px Arial, Verdana;
	color: #000000;
	margin: 0px 15px 15px 0px;
	-margin-right:7px;
}

#sidebar ul li h4, #sidebar h2 {
	width: auto;
    height: auto;
	font: bold 15px/31px Verdana;
	color: #ffffff;
	padding-left: 15px;
	height: 31px;
	background: url("images/sidebar_title.gif") no-repeat;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #1d4aa9;
	background:#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;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-top:1px solid #e3e3e3;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
	border-top:1px solid #e3e3e3;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	color: #1d4aa9;
	background:#ffffff;
	margin-bottom:15px;
	-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;
}


#sidebar a {
text-decoration: none;
color: #000000;
}

#sidebar a:hover {
text-decoration: none;
border-bottom:1px dashed #1d4aa9;
}

/* Footer */

#footer {
	width: 1004px;
	height: 65px;
	color: #ffffff;
	font: bold 13px/65px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}


/********** divs ************/

.separator {
    clear: both;
}

.charts-4-aces {
    width: auto;
    margin: auto;
}

.cell {
    width: auto;
    margin: auto 0px 10px 0px;
    padding: 5px 3px 30px 3px;
    text-align: left;
    background-color: #FFFFFF;
    background-image: url(images/cell_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; 
	font-family:Verdana;
}

.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-size: 7pt;
    font-weight: normal;
	padding:2px;
}

.charts table .cell .content table tr td {
    vertical-align: middle;
}

.cell .content {
    clear: both;
    width: auto;
    margin: auto;
    float: none;
    padding: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.cell .footer {
    width: auto;
    margin: auto;
    padding: 1px 0px 1px 15px;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    float: none;
    clear: both;
    color: #FFFFFF;
    background-color: #1D4AA9;
}

.cell .footer a {
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    color: #FFFFFF;
}

.cell .footer a:hover {
    text-decoration: underline;
}

.cell .footer a:active {
    outline: none;
}

.cell .footer a:focus {
    outline: none;
}

.cell h2 {
    clear: both;
    float: none;
    width: auto;
    display: block;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align:  left;
    text-transform: uppercase;
    font-weight: normal;
    color: #1D4AA9;
    font-size: 15pt;
    padding: 4px 0px 0px 5px;
}    

.cell h2 a {
    background-color: transparent;
    font-weight: normal;
    font-size: 15pt;
    text-decoration: none;
    color: #1D4AA9;
}

.cell h2 a:hover {
    text-decoration: underline;
}

.cell .content p {
    font-size: 12pt;
    padding: 5px;
    text-align: left;
    color: #000000;
}

.cell  .content a {
    color: #1D4AA9;
    font-size:8pt;
    font-weight: normal;
    text-decoration: none;
}

.cell .content a:hover {
   text-decoration: underline;
   color: #2A2929;
}

.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: #A61A24;
	
}

.cell table thead {
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.cell table thead th {
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    background-color: #3162C9;
    color: #FFFFFF;
}

.cell table tr td img {
    border: none;
    background-color: transparent;
}

.odd {
    background-color: #6B8FDD;
	padding:3px;
}

.odd td {
    background-color: #6B8FDD;
}

.even {
    background-color: #B0C2E7;
    padding:3px;
}

.even  td {
    background-color: #B0C2E7;
}

.cell table tbody td {
    color: #4E161E;
    font-size: 10pt;
}

.cell .content table tbody tr td a {
    display: block;
    color: #4E161E;
    text-decoration: none;
    font-weight: normal;
	font-size: 8pt;
}

.cell .content table tr td a:hover {
    color: red;
    text-decoration: none;
}

.cell table tr td 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 {
}

.cell .content ol  {
    text-align: left;
}

.cell ol  li {
    background-image: none;
    
}

.cell ol  li a {
   text-decoration: none;
}

.cell ol  li a :hover {
}

/********** tabs *********

.cell .content .ui-tabs-hide {
    display: none;
}

.cell .content .ui-tabs-panel {
    margin: 0 0 0 0;
    padding: 5px;
    background-color: #FFFFFF;
    border-right: 1px solid #A61A24;
    border-bottom: 1px solid #A61A24;
    border-left: 1px solid #A61A24;
}

.cell .content .ui-tabs-panel img {
    background-color: transparent;
    border: none;
}

#content .cell .content .ui-tabs-nav {
    height: 24px;
    display: block;
    padding: 0;
    margin: 0;
    border-right: 1px solid #A61A24;
    border-bottom: 1px solid #A61A24;
    background-color: #3162C9;
}


#content .cell .content .ui-tabs-nav li.ui-tabs-selected {
    margin: 0;
    height: 17px;
    background-color: #FFFFFF;
    border-left: 1px solid #A61A24;
    border-top: 1px solid #A61A24;
}

.cell .content .ui-tabs-nav li.ui-tabs-selected a {
    color: #000000;
}

#content .cell .content .ui-tabs-nav li {
    height: 16px;
    display: inline;
    width: auto;
    float: left;
    clear: none;
    padding: 3px 5px 4px 5px ;
    margin: 0 0 -1px 0;
    border: none;
    background-color: #3162C9;
    background-image: none;
    border-right: 1px solid #A61A24;
    border-top: 1px solid #A61A24;
    border-left: 1px solid #A61A24;
}

.cell .content .ui-tabs-nav li a {
    display: block;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    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 **********

.cell .content .ui-accordion h3 {
    float: none;
    clear: both;
    width: auto;
    color: #8D94B1;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    background-color: #647EB5;
    border-bottom: 1px solid #A61A24;
    border-right: 1px solid #A61A24;
    border-left: 1px solid #A61A24;
    border-top: 1px solid #A61A24;
    text-align: left;
}

.ui-accordion h3:focus {
    outline: none;
}

.cell .content .ui-accordion .ui-state-active {
    background-color: #3162C9;
    color: #FFFFFF;
    border-top: 1px solid #A61A24;
}

.ui-accordion-content {
    width: auto;
    float: none;
    clear: both;
    float: none;
    clear: both;
    margin: 0 0 0 0;
    padding: 5px;
    text-align: left;
    background-color: transparent;
    color: #000000;
}

.ui-accordion-content  a {
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

.ui-accordion-content  a:hover {
    text-decoration: underline;
}

/********** u-tube ***********/

.cell embed, .cell object {
    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;} 