
/* Top Elements */

html {
     overflow: -moz-scrollbars-vertical;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body{
background:#e7e5de url(images/bkg.gif) repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#00;
line-height:1.7em;
}


/* links */
a, a:visited {	
	color:#006666;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
}

a img, #header a:hover {
	border:none;
}


/* headers */

h1, h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
}


p {
	padding: 10px 0 0 0;		
	margin: 0;
	line-height:1.7em;
}
ul, ol {

}

/* images */
#content img {
	margin-top:10px;
	margin-bottom:10px
}
img.float-right, img.alignright {
  	margin: 5px 0px 10px 10px;
	float:right;  
}
img.float-left, img.alignleft {
  	margin: 5px 10px 10px 0px;
	float:left;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px; 
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

/* search form */
#searchform {
	border: none;	
	margin-top:20px;

}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 160px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}


/********************************************
   LAYOUT
********************************************/ 
#wrapper{
margin:0 auto;
padding:18px 8px;
width:780px;
}

#content{
	float:left;
	width:450px;
	padding:0 20px 0 10px;
	background:url(images/rightbg.gif) repeat-y right;
}
#header {
	position: relative;
	margin-bottom:15px;
}

#logo{
	display:block;
	height:58px;
	widows:228px;
	text-indent:-9999px;
	margin-left:10px;
	background:url(images/poker-rules.gif) no-repeat;
}

/* Navigation */
#nav { width:1000px; height:33px;}
#nav ul{}
#nav ul li{ float:left; margin: 0 10px 0 0; height: 33px; overflow: hidden; display: inline; line-height:33px;}
#nav ul li a {display: block; color:#292929; padding:0 10px 0 10px; font-weight:bold; text-transform:uppercase; }
#nav ul li a:hover {color:#333; text-decoration:none;}
#nav ul li.current_page_item, #nav ul li.current-cat { background: url(images/navright-a.gif) no-repeat right; }
#nav ul li.current_page_item a, #nav ul li.current-cat a { background: url(images/navleft-a.gif) no-repeat left; color:#fff; }

#content {

}

#content h1{

}
	

#content ul{
	padding:10px 0 0 15px;
}

#content ul li{
	padding-left:14px;
	line-height:1.5em;
	margin-bottom:0.3em;
}

#main ul li a{
	background:none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */

.post{
padding-bottom:7px;
overflow:hidden;background:url(images/entryline.gif) repeat-x bottom;
margin-bottom:20px;
}

.post p{margin-bottom:10px;}

.post h1{font-size:20px;line-height:16px;}

.post h2{font-size:18px;}

.post h3{font-size:17px;}

.post ul,.post ol{

list-style-position:outside;

margin:0 0 10px 40px;

}

.post ul{

list-style-image:url(images/ul.png);

}

.post li{

padding:2px 0;

}


h3.title{
	font: bold 16px Georgia, "Times New Roman", Times, serif; color:#333; padding:5px 0 5px 0; text-transform: uppercase;background:url(images/dot-h.gif) repeat-x bottom;
}

h3.title a{color:#000;}



/* Sidebar */	

#sidebar {float:left;margin-left:20px;width:250px; background:#eeedea; border:1px solid #d6d4cd; padding:8px; margin-bottom:10px;}
#sidebar h3 { font-size:12px; margin-bottom:10px; color: #000000; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif;}
#sidebar ul{ margin:10px auto 20px;}
#sidebar ul li{}
#sidebar ul li ul{}
#sidebar ul li ul li{display:block; background:url(images/bullet.gif) no-repeat 0 2px; padding-left:18px; margin-bottom:6px; padding-bottom:5px;border-bottom:1px dotted #dadada;font-size:11px;}


/* footer-wrap */
#footer { width:100%; background:#23282d; height:35px; line-height:35px;}
.footer { width:1000px; margin:auto; color:#fff; background:url(images/logofoo.gif) no-repeat right;}
.footer a { color:#e7e5de;}
.footer a:hover { color:#99cc33;}

#footer p{float:left;}

#footer ul{
	float:right;
}

#footer ul li{
	float:left;
	margin-left:5px;
}
	

