
/* 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: #eee url('images/header-bg.gif') repeat-x;
color: #666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.7em;
}


/* links */
a:link, a:visited { color: #638fbc; }
a:hover { color: #638fbc; }
a img, #header a:hover {
	border:none;
}


/* headers */

h1, h2, h3{
	font-family: LucidaGrande, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, sans-serif; 
	color:#0a5670;
	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{

}

#content{
	float:left;
	width:450px;
	padding-left:10px;
}
#header {
margin:0 auto;
width:950px;
background: transparent url('images/header.gif') no-repeat;	
height:165px;
position:relative;
}

#container {
	margin: 0px auto; 
	padding: 0 35px;
	text-align: left;
	width:900px;
	background: url(images/container-bg.png) top left repeat-y;
	}

#container-top {
	width:970px;
	margin: 0px auto; 
	padding: 0;
	text-align: left;
	background: url(images/container-top-bot.png) top left no-repeat;
	height:35px;
}

#container-bottom {
	margin: 0px auto; 
	padding: 0;
	width:970px;
	background: url(images/container-top-bot.png) bottom left no-repeat;
	height:35px;
}

#logo{
	position:absolute;
	top:50px;
	left:20px;
	display:block;
	width:450px;
	height:55px;
	text-indent:-9999px;
	background:url(images/best-texas-holdem.png) no-repeat;
}

/* Navigation */
#menu{
	position:absolute;
	top:110px;
	left:20px;
	line-height:50px;
}

#menu li{
	float:left;
	margin-right:10px;
	font-weight:bold;
	font-size:12px;
}

#menu li a, #menu li a:link, #menu li a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
#menu li a:hover, #menu li a:active {
	color:#000;
}
#menu li.current_page_item,
#menu li.current-cat {
	background: url(images/navbg-on-right.png) top right no-repeat;
	padding-right:10px;
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current-cat a,
#menu li.current-cat a:link,
#menu li.current-cat a:visited {
	background: url(images/navbg-on-left.png) top left no-repeat;
	color:#000;
	padding: 0px 0px 0px 10px;
}


#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{
overflow:hidden; 
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-family: LucidaGrande, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, sans-serif; 
	font-size: 16px; line-height: 24px; text-transform: uppercase; 
}



/* Sidebar */	

#sidebar{
float:right;
padding:10px 5px 20px 10px;
width:290px;
margin-left:5px;
}

#sidebar a{

text-decoration:none;

color:#641106;

}

#sidebar a:hover{

color:#000000;

}

#sidebar h3{

font-family: LucidaGrande, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, sans-serif; 
	font-size: 14px; line-height: 18px; text-transform: uppercase; font-weight: normal;
	color: #999; border-bottom:1px solid #999;
	margin-bottom:10px;
}

#sidebar ul li{
	padding: 5px;
	clear: both;
	margin: 0 0 15px;
	background:#fff;
	border:1px solid #eee; 
}


#sidebar ul ul li{
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	background: transparent url('images/background-box-list-item.gif') 3px top no-repeat;
	padding:3px 15px;
}

#sidebar ul ul li a{
	
	color: #a1a1a1;
}

#sidebar ul ul li a:hover{
	color:#333;
}


/* footer-wrap */
#footer{
padding: 0 35px;
	text-align: left;
	width:900px;
	background: url(images/container-bg.png) top left repeat-y;
margin:0 auto;
color:#666;
height:15px;
}

#footer p{
	float:left;
	margin:0;
	padding:0;
	line-height:0;
}

#footer ul{
	float:right;
}

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