/* 
www.coolpokerguide.com (2006-09-18)
XHTML/CSS by your boy Lasse G. @ www.gejl.net
Enjoy!
*/

body {
	margin: 0;
	background: #eeeedc url(images/bg_body.gif) repeat-y center top;
	background-attachment:fixed;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
input {
	font: 12px/13px Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	margin: 15px 0;
}
em {
	font-style: normal;
	padding: 2px;
	background: #ebebeb;
}
#skip {
	position: absolute;
	left: -1000%;
}
#container {
	margin: 0 auto;
	width: 746px;
	padding-left: 1px;
}

/* TOP */

#top {
	height: 27px;
	background: #660000;
	padding-top: 10px;
	border-bottom: 1px solid #7c7a6c;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #c2997a;
	font: 10px "Times New Roman", Times, serif;
}

/* HEADER */

#header {
	height: 84px;
	border-bottom: 1px solid #7c7a6c;
}
#header h1, #header h2, #header pre {
	text-indent: -100em; 
	overflow: hidden;
	margin: 0;
}
#header #headline, #header #sub_headline, #header pre {
	background: url(images/bg_header.gif) no-repeat;
	width: 746px;
	height: 84px;
	font-size: 1px;
}
#header #headline a, #header #sub_headline a, #header pre {
	display: block;
	height: 84px;
}

/* NAVIGATION */

#navi {
	height: 35px;
	background: #716c53 url(images/bg_content.gif) repeat-x left bottom;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#navi ul li a { 
	display: block; 
	height: 25px; 
	float: left;
}
/* hide ie5 mac \*/
#navi ul li a { float: none; }
/* end */
#navi ul li a#home {
	background: url(images/navi_01.jpg) no-repeat;
	width: 28px;
}
#navi ul li a#rooms {
	 background: url(images/navi_02.jpg) no-repeat;
	width: 100px;
}
#navi ul li a#lessons {
	 background: url(images/navi_03.jpg) no-repeat;
	width: 116px;
}
#navi ul li a#books {
	 background: url(images/navi_04.jpg) no-repeat;
	width: 99px;
}
#navi ul li a#tools {
	background: url(images/navi_05.jpg) no-repeat;
	width: 116px;
}
#navi ul li a#casino {
	background: url(images/navi_06.jpg) no-repeat;
	width: 101px;
}
#navi ul li a#competition {
	background: url(images/navi_07.jpg) no-repeat;
	width: 93px;
}
#navi ul li a#links {
	background: url(images/navi_08.jpg) no-repeat;
	width: 65px;
}
#navi ul li a#contact {
	background: url(images/navi_09.jpg) no-repeat;
	width: 28px;
}
#navi ul li a#home:hover {
	background: url(images/navi_01.jpg) no-repeat 0px -25px;
}
#navi ul li a#rooms:hover, #nav-rooms #navi ul li a#rooms {
	background: url(images/navi_02.jpg) no-repeat 0px -25px;
}
#navi ul li a#lessons:hover, #nav-lessons #navi ul li a#lessons {
	background: url(images/navi_03.jpg) no-repeat 0px -25px;
}
#navi ul li a#books:hover, #nav-books #navi ul li a#books {
	background: url(images/navi_04.jpg) no-repeat 0px -25px;
}
#navi ul li a#tools:hover, #nav-tools #navi ul li a#tools {
	background: url(images/navi_05.jpg) no-repeat 0px -25px;
}
#navi ul li a#casino:hover, #nav-casino #navi ul li a#casino {
	background: url(images/navi_06.jpg) no-repeat 0px -25px;
}
#navi ul li a#competition:hover, #nav-competition #navi ul li a#competition {
	background: url(images/navi_07.jpg) no-repeat 0px -25px;
}
#navi ul li a#links:hover, #nav-links #navi ul li a#links {
	background: url(images/navi_08.jpg) no-repeat 0px -25px;
}
#navi ul li a#contact:hover {
	background: url(images/navi_09.jpg) no-repeat 0px -25px;
}
#navi ul li a span {
	display: block; 
	position: absolute;
	top: -200px; 
	text-indent: -999em;
}

/* CONTENT AREA */

#text {
	padding: 16px 24px 0 20px;
}
#text form {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#text .focus, #text h3 {
	padding-left: 10px;
	border-left: 3px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	margin: 15px 0;
}
#text .buy {
	margin: 20px 0 25px 0;
}
#text .buy a {
	padding: 4px 6px;
	color: #000;
	border: 1px solid #000;
	background: lightblue;
	text-decoration: none;
}
#text .buy a:hover {
	background: #000;
	color: #fff;
}
#text .small {
	font-size: 11px;
	color: #666;
}
#text .linkLike {
	color: #921f1f;
}
#text .small10 {
	font-size: 10px;
}
#text .normalH3 {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
#text .field {
	width: 200px;
	padding: 3px;
}
#text .button {
	padding: 3px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	cursor: pointer;
}
#text .left {
	padding: 0px;
	margin: -10px;
}
#text .img_right {
	float: right;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 15px 0 10px 20px;
}
#text .widget_right {
	float: right;
	padding: 0px;
	border:none;
	margin: 15px 0 10px 20px;
}
#text img.room-banner, div.clear img.room-banner {
	float: right;
	padding: 2px;
	border: 1px solid #ccc;
}
#text .column2 {
	float: left;
	width: 330px;
	margin-right: 20px;
	display: inline;
}
#text .column2 h2 {
	margin-bottom: 10px;
}
#text .column2 p {
	margin: 5px 0;
}
#text table {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#text table td {
	padding: 3px;
}
#text td.headline {
	padding: 4px 3px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#text .book-list li {
	margin-bottom: 10px;
}
#text .thumb_up {
	font-weight: bold;
	background: transparent url(images/icon_hand_up.gif) no-repeat left top;
	padding-left: 22px;
	margin-bottom: -12px;
}
#text .thumb_down {
	font-weight: bold;
	background: transparent url(images/icon_hand_down.gif) no-repeat left top;
	padding-left: 22px;
	margin-bottom: -12px;
}
#text .score00,
#text .score05,
#text .score10,
#text .score15,
#text .score20,
#text .score25,
#text .score30,
#text .score35,
#text .score40,
#text .score45,
#text .score50 {
	font-weight: bold;
	padding: 0 80px 1px 0;
	margin-bottom: -12px;
	background-repeat: no-repeat;
	background-position: 196px 0;
}
#text .score00 {
	background-image: url(images/icon_00.gif);
}
#text .score05 {
	background-image: url(images/icon_05.gif);
}
#text .score10 {
	background-image: url(images/icon_10.gif);
}
#text .score15 {
	background-image: url(images/icon_15.gif);
}
#text .score20 {
	background-image: url(images/icon_20.gif);
}
#text .score25 {
	background-image: url(images/icon_25.gif);
}
#text .score30 {
	background-image: url(images/icon_30.gif);
}
#text .score35 {
	background-image: url(images/icon_35.gif);
}
#text .score40 {
	background-image: url(images/icon_40.gif);
}
#text .score45 {
	background-image: url(images/icon_45.gif);
}
#text .score50 {
	background-image: url(images/icon_50.gif);
}
#text .cookies {
	background-color: #FFFFCC;
	border: thin solid #000000;
	padding-left: 4px;
}

#tablestyleSquare table {
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#tablestyleSquare table td {
	padding: 3px;
}
#tablestyleSquare td.headline {
	padding: 4px 3px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

/* FRONT AREA - 1. COLUMN */

#front {
	float: left;
	width: 380px;
	padding: 16px 20px 0 20px;
}
#front a, #text a {
	color: #921f1f;
	font-weight: bold;
}
#front a:hover, #text a:hover {
	text-decoration: none;
}
#front h1, #text h1 {
	font-size: 22px;
	margin: 0;
	color: #eaad3d;
}
#front h2, #text h1 {
	font-size: 16px;
	margin: 0 0 -10px 0;
}
#front h3, #text h2, div.clear h3 {
	font-size: 16px;
	margin: 0 0 -10px 0;
}
img.left {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 3px 15px 10px 0;
}
div.clear {
	clear: both;
	margin: 0 20px;
}

/* FRONT AREA TYPE2 - 1. COLUMN */

#front2 {
	float: left;
	width: 540px;
	padding: 16px 20px 0 20px;
}
#front2 a, #text a {
	color: #921f1f;
	font-weight: bold;
}
#front2 a:hover, #text a:hover {
	text-decoration: none;
}
#front2 h2, #text h1 {
	font-size: 22px;
	margin: 0;
	color: #eaad3d;
}
#front2 h3, #text h2, div.clear h3 {
	font-size: 16px;
	margin: 0 0 -10px 0;
}
#front2 .book-list li {
	margin-bottom: 10px;
}
img2.left {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 3px 15px 10px 0;
}
div2.clear {
	clear: both;
	margin: 0 20px;
}

/* SIDE AREA TYPE2 - 2. COLUMN */

#side2 {
	float: right;
	width: 150px;
	margin: 0px 0 0 0;
	padding: 0 13px 0 0px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#side2 h3 {
	font-size: 14px;
	margin: 0;
}
#side2 .date {
	font-size: 11px;
	margin-bottom: -15px;
	background: transparent url(images/icon_ur.gif) no-repeat left top;
	padding-left: 22px;
}
#side2 a {
	color: #921f1f;
	font-weight: bold;
}
#side2 a:hover {
	text-decoration: none;
}

/* SIDE AREA - 2. COLUMN */

#side {
	float: right;
	width: 196px;
	background: transparent url(images/poker_guide2.jpg) no-repeat left top;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 120px;
}
#side h3 {
	font-size: 14px;
	margin: 0;
}
#side .date {
	font-size: 11px;
	margin-bottom: -15px;
	background: transparent url(images/icon_ur.gif) no-repeat left top;
	padding-left: 22px;
}
#side a {
	color: #921f1f;
	font-weight: bold;
}
#side a:hover {
	text-decoration: none;
}

/* FOOTER */ 

#footer {
	clear: both;
	padding: 1px 18px;
	background: #eee;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}

