/*
CSS Updater (style.php)
*/

/*
Theme Name: Golden Poker Theme
*/
@charset "utf-8";




/* General */

body {
	margin: auto;
	padding: auto;
	background: url("images/bg.jpg");
}

h1, h2, h3, h4, h5, h6 {
font-size:11pt;
font-weight: bold;
padding:5px;
margin:0px;
}
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 10px Century Gothic;
		padding-bottom: 5px;
	}
	#header h1 a {
		font-size:15pt;
	}
	#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%;
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, .m4_cells #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: 11pt;
    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;
}



.m4_cells {
    width: auto;
    margin: 5px 3px 10px 3px;
    padding: 0px;
    text-align: center;
}

.charts table .m4_cells .m4_chapter table  {
    font-size: 7pt;
}

.charts table .m4_cells .m4_chapter table a {
    font-size: 8pt;
	font-weight:normal;
}

.charts table .m4_cells .m4_chapter table tr th {
    font-size: 7pt;
    font-weight: normal;
}

.m4_cells .m4_chapter {
    width: auto;
    margin: 0px;
    float: none;
    padding-bottom: 0px;
    background-color: #FFD572;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.m4_cells .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;
}

.m4_cells .footer a {
    color: #000000;
    text-decoration: none;
}

.m4_cells .footer a:hover {
    color: 000000;
    text-decoration: underline;
}
.m4_cells .footer a:active {
    outline: none;
}

.m4_cells .footer a:focus {
    outline: none;
}

.m4_cells h2 {
    display: block;
    padding: 12px 0px 0px 10px;
    min-height: 33px;
    height: auto;
    margin: 0px;
    font-size: 10pt;
    text-align:  left;
    text-transform: uppercase;
    color: #000000;
    background-image: url(images/post_title.gif);
    background-repeat: repeat-x;
    background-color: #F9EABD;
}    

.m4_cells h2 a, .m4_cells .footer a {
    text-decoration: none;
    color: #000000;
	font-weight:bold;
}

.m4_cells h2 a:hover {
    text-decoration: underline;
}


.m4_cells a, a {
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.m4_cells .m4_chapter a:hover, a:hover {
   text-decoration: underline;
}

.m4_cells  a:focus {
    outline: none;
}

.m4_cells a:active {
    outline: none;
}

.m4_cells a:focus {
    outline: none;
}

/********** table **********/

.m4_cells table {
    width: 100%;
    float: none;
    clear: both;
    border-spacing:0px;
    vertical-align: middle;
     background-color: #FFD572;
}

.m4_cells table thead {
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.m4_cells table thead th {
    text-align: center;
    font-weight: normal;
    font-size: 10pt;
    background-color: #F9D155;
    background-image: url(images/sidebar_title.gif);
    color: #631508;
}

.m4_cells table tr td img {
    border: none;
    background-color: transparent;
	vertical-align:middle;
}
.m4_cells .m4_chapter table tr td {
	 background-color: #FFD572;
	 padding:4px 2px 4px 2px;
	 border-top:1px solid #ffe19c;
	 border-bottom:1px solid #b9987e;
}

.m4_cells .m4_chapter table tr.even td {
    background-color: #e7c065;
}


.m4_cells table tbody td {
    color: #402E1F;
    font-size: 9pt;
}

.m4_cells table tr td a {
    display: block;
    color: #402E1F;
    text-decoration: none;
    font-weight: normal;
}

.m4_cells table tr td a:hover {
    text-decoration: underline;
}

.m4_cells table tr td a:active {
    outline: none;
}

.m4_cells  a:active {
    outline: none;
}

.m4_cells table td a:focus {
    outline: none;
}

.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.m4_k-1 {
	text-align: right; 
	vertical-align: middle;
}

td.m4_k-2, td.m4_k-5, td .m4_k-6, td.m4_k-7, td.m4_k-8 , td.m4_k-9, td.m4_k-10 {
	text-align: center; 
	vertical-align: middle;
}

td.m4_k-3, td.m4_k-4  {
	text-align: left; 
	vertical-align: middle;
}


.m4_pik, .m4_artworks {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}


.m4_cells .m4_chapter #tabs, 
.m4_cells .m4_chapter #accordeon, 
.m4_articles,
.m4_headers {
	padding:5px;
}
.m4_cells .m4_chapter object, .m4_cells .m4_chapter embed {
    width: 100%;
}
.m4_cells .m4_chapter ul, .post ul, .m4_cells .m4_chapter ol, .post ol {
	margin:5px;
	padding:0px;
}
.m4_cells .m4_chapter ul li, .post ul li {
	margin:5px;
	list-style-position: inside;
	padding-left:15px;
	list-style-type: square;
}

.m4_cells .m4_chapter ol li, .post ol li {
	background-position: left;
	list-style-position: inside;
   padding-left:15px;
	margin:5px;
    vertical-align:middle;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.m4_markers, .m4_chapter ul.m4_category li.m4_headlines {
    background-color: #654735;
    color: #ffffff;
    border: 1px solid #463125;
}
.m4_chapter ul.m4_category li {
    background-color: #463125;
}
.m4_chapter ul.m4_category li, .m4_chapter ul.m4_category li h4 {
    color: #ffffff;
}

/* Common tab styles */

.m4_chapter ul.m4_category {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.m4_chapter ul.m4_category li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.m4_chapter ul.m4_category li.m4_headlines {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.m4_chapter ul.m4_category h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.m4_chapter ul.m4_category li.m4_headlines h4 {
    font-weight: bold;
}
.m4_chapter ul.m4_category li:hover {
    text-decoration: underline;
}

.m4_chapter .m4_markers {
    margin: 0;
    padding: 5px;
}

.m4_chapter .m4_markers h1,
.m4_chapter .m4_markers h2,
.m4_chapter .m4_markers h3,
.m4_chapter .m4_markers h4,
.m4_chapter .m4_markers h5,
.m4_chapter .m4_markers h6 {
    margin: 0;
}

