/*
Theme Name: Golden Gamble
*/





/* General */

body {
    float: none;
    clear: both;
	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: 360px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 140px;
		left: 60px;
	}
	
	#header #header-info h1 {
		color: #FEFD29;
		font: normal 45px Impact;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #FEFD29;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #FFFFFF;
		font: bold 15px Century Gothic;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 3px;
		left: 5px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
        overflow: hidden;
	}
	
	#header #header-menu ul li {
		float: right;
		height: 32px;
		margin-right: 11px;
		font: bold 12px/32px Century Gothic;
		color: #007524;
		background: url("images/header_menu.gif") repeat-x;
		border: 1px solid #F7C642;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #F7C642;
		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-feed {
		position: absolute;
		top: 285px;
		left: 25px;
		width: 60px;
		height: 60px;
	}


/* Main */

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

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

#main-bottom {
	width: 1010px;
	min-height: 50px;
	background: url("images/main.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;
}

#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;
		width: auto;
	}
	
		/* 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 {
			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;
		}
		
		#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;
			
		}
		
		.post-title-info {
			display:block;
			width:100%;
			text-align:right;
			color: #000000;
			font: bold 10px Century Gothic;
			padding-top: 10px;
					
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Century Gothic;
			color: #000000;
			padding: 0 0px;
			width: 800px;
			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 30px 0 0;
			width: 660px;
			clear: both;
			font: bold 10px/19px Century Gothic;
			color: #000000;
			background-image: url(images/post_info_only.gif);
            background-repeat: no-repeat;
            background-position: right;
			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 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: #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;
	color: #ffffff;
	margin: 10px 10px 15px 0px;
	-margin-right: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: #f7c642;
	text-align:right;
    letter-spacing: normal;
    background:#891515;
	border:1px solid #f7c642;
	font-family:Verdana;
}

#sidebar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	background:#5c0000;
}

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

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-top:1px solid #220707;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#5c0000;
	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;
	border:none;
}

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

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







/* Footer */

#footer {
	width: 1010px;
	height: 83px;
	background: #180000;
	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-4-aces {
    width: auto;
    margin: auto;
}

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

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

.charts table a{
    font-size: 8pt;
	 font-weight: normal;
}

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

.cell .content {
    width: auto;
    margin: 0px;
    float: none;
    padding-bottom: 0px;
    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: #FDE3C4;
    background-position: right;
    background: url("images/cell_footer.gif") repeat-x;
    background-position: right;
    width: auto;
    height: 19px;
    padding: 0px 20px 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: auto;
    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 .content 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;
	font-family:Verdana;
}

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

.cell table thead th {
    text-align: center;
    font-weight: normal;
    font-size: 7pt;
	padding:2px;
    background-color: #F9D155;
    color: #631508;
}

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

.odd {
    background-color: #fadfa1;
}

.even {
    background-color: #ffd572;
}

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

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



.cell table tbody td {
    color: #8F2C10;
    font-size: 8pt;
}

.cell table tr td a {
    display: block;
    color: #8F2C10;
    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: #F9EABD;
}


.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: #F9EABD;
    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: #000000;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    background-color: #FFEAB7;
    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.c2 {
    text-align: center; 
    vertical-align: middle;
    padding-right: 3px;
    padding-left: 3px;
}
.emptycell {background-color: transparent;} 