/*
Theme Name: NewPoker
*/




/* General */

body {
	margin: 0;
	background: #100202;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page_only.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("images/page_top_only.jpg") no-repeat;
}



/* Header */

#header {
	width: 1004px;
	height: 394px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 293px;
		left: 20px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
		font: normal 36px Verdana;
		padding-bottom: 3px;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #010804;
		font: normal 18px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0px;
		left: 24px;
		width: 955px;
		height: 38px;
		margin-top:10px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 955px;
		height: 38px;
        overflow: hidden;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 38px;
		font: normal 14px/38px Georgia, Verdana;
		color: #ffffff;
		margin-right: 25px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #b9c966;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 410px;
		left: 35px;
		width: 250px;
		height: 23px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 23px;
	}
	
	#header #header-search #s {
		width: 250px;
		height: 17px;
		border: 0;
		padding: 3px 0;
		font: normal 14px Georgia, Verdana;
		color: #9ae2a5;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 23px;
		padding: 0;
		float: right;
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 388px;
		left: 289px;
		width: 66px;
		height: 66px;
        border: 1px solid red;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Sidebar */
	
body#charts-sidebar-body {
    background-color: #100202;
    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: left;
	width: 190px;
	color: #ffffff;
	margin:20px 0px 10px 10px;
}

#sidebar ul li h4, #sidebar h2 {
	width: auto;
    height: auto;
    font-size: 12pt;
    font-weight: bold;
    padding:7px 5px 7px 5px;
    margin: 0;
    color: #cb7275;
	text-align:center;
    letter-spacing: normal;
    background:#3c0808 url(images/h2_only.png) repeat-x;
	background-position:top;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#sidebar ul ul, #sidebar ul ol {
	padding:0px;
	margin:0px;
	color: #ffffff;
	background:#100202;
	font-size:9pt;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-top:1px dotted #805656;
	list-style:none;
 }
 
 #sidebar ul ol.links li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-top:1px dotted #805656;
	list-style-position: inside;
 }
li.sidebar-post .date {
	vertical-align:middle;
	color:#ffffff;
	font-weight:normal;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#100202;
	margin-bottom:15px;
}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}

.banners .banner embed {
}
#sidebar a {
text-decoration: none;
color: #805656;
}

#sidebar a:hover {
text-decoration: none;
color: #ffffff;
}
	
	/* Main - Content */
	
	#content {
		float: right;
		width: 780px;
		margin:0px 10px 10px 0px;
		padding:0px;
	}
#charts {
	width: 980px;
	overflow:hidden;
	margin-left:5px;
	
}	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin: 20px 0px 10px 0px;
		clear:both;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 760px;
			height: 59px;
			color: #FFFFFF;
			font: normal 12px Verdana;
			margin-bottom: 8px;
			background: url("images/post_title.gif") repeat-x left bottom;
		}
		
			#content .post .post-title-page {
				height: 36px;
			}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			width: 50px;
			height: 50px;
			padding: 0 4px 3px 0;
			margin-right: 9px;
			color: #FFFFFF;
			font: normal 24px/34px Verdana;
			text-align: center;
			background: url("images/post_date.gif") no-repeat;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			text-transform: uppercase;
			font-size: 10px;
			color: #FFFFFF;
			line-height: 16px;
		}
		
		#content .post .post-title h2 {
			color: #d0686c;
			font: normal 24px/32px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #d0686c;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			height: 20px;
			line-height: 20px;
			overflow: hidden;
		}
		
			#content .post .post-title .post-title-info .post-title-author {
				float: left;
				background: url("images/icon_author.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 20px;
				line-height: 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-category {
				float: left;
				background: url("images/icon_category.gif") no-repeat left center;
				padding: 0 10px 0 20px;
				height: 20px;
				line-height: 20px;
			}
			
			#content .post .post-title .post-title-info .post-title-comments {
				float: left;
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 0 0 20px;
				height: 20px;
				line-height: 20px;
			}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/20px Arial, Verdana;
			color: #767676;
			width: 740px;
			padding:10px;
			background: url("images/post_entry_only.gif") repeat-y right ;
			clear:both;
			border-bottom:5px solid #771317;
			-moz-border-radius-bottomright: 6px;
			-webkit-border-bottom-right-radius: 6px;
			-khtml-border-bottom-right-radius: 6px;
		}
		/*
			#content .post .post-entry-top {
				background: url("images/post_entry_top_only.gif") no-repeat right top;
				width: 760px;

			}
			
			#content .post .post-entry-bottom {
				background: url("images/post_entry_bottom_only.gif") no-repeat right bottom;
				padding: 1px 9px 5px 6px;
				width: 745px;
			}
		*/
		#content .post .post-entry a {
			color: #767676;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #767676;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #767676;
			font: normal 18px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/20px Arial, Verdana;
			color: #767676;
			width: 584px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #767676;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #767676;
		}
		
		#content .post .comments ol li cite {
			color: #767676;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #767676;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #767676;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/20px Arial, Verdana;
			color: #767676;
			width: 559px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #767676;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #767676;
		float: left;
		width: 599px;
	}
	
	#content .navigation a {
		font: bold 12px Arial, Verdana;
		color: #767676;
		text-decoration: none;
		margin-bottom: 20px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	height: 36px;
	padding: 5px 0px 37px 0px;
	color: #cf5257;
	font: normal 12px/36px Arial, Verdana;
	width: 1004px;
	background: url("images/page_bottom_only.png") repeat-x left bottom;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#footer a {
	color: #cf5257;
	text-decoration: none;
}

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

.wt {
	color: #cf5257;
text-decoration: none;
}

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

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

.separator {
    clear: both;
}
.cell {
    width: auto;
    margin: auto;
    padding: 0px;
    text-align: center;
}



.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;
	color:#cb7275;
}

.cell .content {
    background-color: #220000;
    margin: auto;
    color: #767676;
    border-top: 1px solid #220000;
    border-bottom: 1px solid #220000;
    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-color: #220000;
    width: auto;
    margin: 0px;
    text-align: left;
    color: #767676;
    padding: 3px 0px 3px 10px;
    border-right: 5px solid #771317;
    border-bottom: 5px solid #771317;
	text-transform:lowercase;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

.cell h2 {
    padding: 2px 0px 2px 10px;
    min-height: 32px;
    height: auto;
    width: auto;
    margin: 0px;
	font-size: 12pt;
    background-image: url(images/h2_only.png);
    background-repeat: repeat-x;
    background-position: top left; 
    background-color: #3C0808;
    color: #cb7275;
    text-align: left;
}


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

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



.cell .footer  a {
    padding-left: 2px 0px 2px 25px;
    color: #771317;
    font-weight: bold;
}


.cell .footer  a:hover {
    color: #FFFFFF;
}

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

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

.cell .content a:active {
    outline: none;
}

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

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

.cell table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #771317;
    margin-top: 10px;
	font-family:Verdana;
}

.cell table thead {
    width: auto;
    text-align: center;
    vertical-align: middle;
    background-color: #4C090A;
}

.cell table thead th {
    color: #cb7275;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
}

.odd {
    background-color: #CB7275; 
}

.even {
    background-color: #A35C5F;
}

.odd td {
    background-color: #CB7275;
    text-align: left;
}

.even td {
    background-color: #A35C5F;
    text-align: left;
}

.cell table td {
    color: #FFFFFF;
    padding:3px;
}

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

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

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

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

.cell  .content ul {
    text-align: left;
    color: #767676;
}


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

.cell ol  {
    color: #767676;
    text-align: left;
}

.cell ol  li {
    
}

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

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

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

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

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

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

.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: #220000;
    border-left: 1px solid #771317;
    border-top: 1px solid #771317;
    border-right: 1px solid #771317;
}

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


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

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

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

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

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

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

.ui-accordion-content  a {
    color: #FFFFFF;
}

.ui-accordion-content  a:hover {
    color: #13E933;
}


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

.cell object {
    text-align: center;
    margin: auto;
}
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%;
}
