/*
---------------------------------------------------------------------
IndyInteractive.net
Copyright (c) 2006
Author:   Kevin Pletcher, Indy Interactive
Version:  1 November 2005
---------------------------------------------------------------------
*/

/*	GLOBAL
=============================================================*/
body{
	background:#F1F1F1 none repeat scroll 0 0;
	margin: 0;
	padding: 0;
}

#wrapper{
	margin: 20px auto;
	padding: 0 20px;
	width: 770px;
	background-color: #fff;
	position: relative;
}

h1, h2, h3, h4{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

h1 { font-size: 15px;}
h2 { font-size: 13px;}
h3 { font-size: 12px; }

.clear{
	clear: both;
}

/*	HEADER ELEMENTS
=============================================================*/

#header{
	margin: 0;
	padding: 0;	
}

#head{
	padding: 6px 0 0 10px;
	/* background-color: #ddd; */
	height: 20px;
	font-size: .65em;
	color: #666;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#head a:link, #head a:visited{
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #06C;
}

#head a:hover, #head a:active{
	padding: 0 3px 0 3px;
	text-decoration: underline;
	color: #03f;
}

#logo{
	margin: 0;
	padding: 0;
	height: 95px;
	width: 640px;
	background-image: url(/images/royal-flush.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#home #subhead{
	width: 770px;
	height: 200px;
	background-color: #555;
	background-image: url(/images/aces-onlinepokerstrategy.jpg);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}

#subhead h2{
	margin: 0;
	padding: 10px 0 0 10px;
	color: #df0;
	font-size: .80em;
}

html>body #subhead h2{
	margin: 0;
	padding: 5px 0 0 10px;
	color: #df0;
	font-size: .9em;
}

#home #subhead p{
	margin: 0;
	padding: 5px 0 0 10px;
	width: 205px;
	font-size: .70em;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	overflow: hidden;
}

html>body #home #subhead p{
	margin: 0;
	padding: 5px 0 0 10px;
	width: 205px;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	overflow: hidden;
}

#home #subhead a, #home #subhead a:link, #home #subhead a:visited{
	padding: 0 0 8px 0;
	display: block;
	color: #fff;
	text-decoration: underline;
}

#home #subhead a:hover, #home #subhead a:active{
	padding: 0 0 8px 0;
	display: block;
	color: #df0;
	text-decoration: underline;
}  

/*	SUBPAGE HEADER
=============================================================*/
#sub #subhead{
	width: 770px;
	height: 60px;
	background-color: #555;
	background-image: url(/images/online-poker-strategy.gif);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
	text-align: right;
}


/*	MAIN BODY CONTENT
=============================================================*/
#main{
	margin: 15px 0 15px 0;
	padding: 0;
	width: 640px;
	/* background-image: url(/images/main-bg.gif);
	background-repeat: repeat-y; */
	position: relative;
	/*min-height: 450px;*/
}

#main2col{
	margin: 15px 0 15px 0;
	padding: 0;
	width: 770px;
	/* background-image: url(/images/main-bg.gif);
	background-repeat: repeat-y; */
	position: relative;
	/*min-height: 450px;*/
}



#content{
	font-size:14px;
		line-height:1.6em;
		color: #000;
		width: 465px;
	        float: right;
		font-family:Arial,Verdana,Sans-serif;
		font-weight:normal;
}

#content2col{
	font-size:14px;
		line-height:1.6em;
		color: #000;
		width: 595px;
	        float: right;
		font-family:Arial,Verdana,Sans-serif;
		font-weight:normal;
}



#content h1{
	margin: 0;
	padding: 0 0 3px 0;
	color: #f00;
}

#content h2{
	margin: 5px 0 0 0;
	padding: 0;
	color: #444;
	font-size: 14px;
}



#content h4{
	margin: 0;
	padding: 0 0 3px 0;
	color: #111;
	font-size: 1.0em;
	line-height: 1.4em;	
}

#content img{
	margin: 2px 0 2px 0;
	padding: 2px 0 10px 0;
	border: 0;
	text-align: center;
}

#content p{
	margin:0;
	padding: 7px 0 7px 0;
}
#content ul{
	margin: 0;
	padding: 8px 0 10px 30px;
	list-style: disc;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#content ol{
	margin: 0;
	padding: 8px 0 10px 30px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#content a:link, #content a:visited{
	text-decoration: underline;
	color: #06C;
}

#content a:hover, #content a:active{
	text-decoration: underline;
	color: #01f;
}

p.exerpts{
	font-weight: bold;
}

.date-header{
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #555;
	line-height: 14px;
	letter-spacing: 1px;
	font-weight: normal;
}

.entry-footer{
	text-align: right;
	font-size: .95em;
}

.entry{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	border-bottom-width: 1px;
}

.entry-more-link{
	text-align: right;
	font-weight: bold;
}

	/*	COMMENTS
=============================================================*/ 
#comments{
	margin: 10px 0 0 0;
	padding:0;
	background-color: #f6f6f6;
	border-top-color: #888;
	border-top-width: 5px;
	border-top-style: solid;
}

.comment{
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-top-style: solid;
	border-top-color: #fff;
	border-top-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	color: #333;
}

h3.comments-header{
	margin: 5px 0 5px 10px;
	padding: 0;
	font-size: 15px;
	color: #f00;
}

.comments-open-moderated{
	font-size: .85em;
	color: #666;
	line-height: 1.2em;
}

.comment-footer{
	text-align: right;
	font-size: .85em;
}

#postcomments{
	padding: 10px;
	margin: 0;
	background-color: #fff;
}

.postcomments{
	
}
 
	/*	TRACKBACKS
=============================================================*/ 
#trackbacks{
	margin: 0;
	padding: 0;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	border-bottom-width: 1px;
}
#trackbacks-info{
	margin:0;
	padding:0;
	font-size: .85em;
}

#trackbacks-info p{
	margin:0;
	padding:0;
	color: #04f;
	font-size: .85em;
	line-height: 1.0em;
}



h3.trackbacks-header{
	margin:0;
	padding:0;
	font-size: 11px;
	color: #666;
}


/*	NAV - NAVIGATION
=============================================================*/

#nav ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
	padding: 0px;
}
#nav li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px -1px;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 4px 0px;
/* you can set your own image here */
	
}

#nav{
	margin:0;
	padding:5px 5px 10px 10px;
	width: 140px;
	float: left;
	font-size: .70em;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

html>body #nav{
	margin:0;
	padding:5px 5px 10px 10px;
	width: 140px;
	float: left;
	font-size: .75em;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active{
	margin: 0 0 0 6px;
	padding: 0;
	display: block;
	line-height: 1.6em;
}

#nav a:link, #nav a:visited{
	text-decoration: none;
	color: #06C;
}

#nav a:hover, #nav a:active{
	text-decoration: underline;
	color: #04f;
}

#nav h3{
	margin: 12px 0 3px 0;
	padding: 0;
	color: #333;
}

#nav li.sectionheader {
             padding-top: 10px;
}
#nav li.sectionheader span {
             color: #222222;
             font-weight: bold;
             font-family: "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
             font-size: 14px;
}



/*	BANNER BAR ADS
=============================================================*/
#home #wrapper #advertisers{
	margin:0;
	padding: 0;
	position: absolute;
	top: 335px;
	right: 20px;
              width: 120px;
             overflow: hidden;
}

html>body #home #wrapper #advertisers{
	margin:0;
	padding: 0;
	position: absolute;
	top: 315px;
	right: 0;
             width: 120px;
             overflow: hidden;
}

#sub #wrapper #advertisers{
	margin:0;
	padding: 0;
	position: absolute;
	top: 200px;
	right: 0;
}

html>#sub #wrapper #advertisers{
	margin:0;
	padding: 0;
	position: absolute;
	top: 195px;
	right: 0;
}

#advertisers p{
	margin: 0 0 20px 0;
	padding:0;
}
#advertisers table{
	margin: 0;
	padding: 0;
}
#topad{
	margin: 0 0 1px 0; 
	padding: 0 0 0 3px; 
	position: absolute;
	top: 0;
	right: 20px; 
	width: 118px; 
	height: 118px;
	background: #fff url('http://www.pokerlistings.com/images/PokerListings/poker_logga_trans.gif') no-repeat center center; 
	font-family : Arial, Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #beab31; 
	border: 1px solid #beab31; 
}

#topad h1 { 
	margin: 0; 
	padding: 0; 
	font-weight: bold; 
	text-align: center; 
	font-size: 11px;
}

#topad p {
	margin: 0; 
	padding: 0; 
	color: #000;
}

#topad a:link, #topad a:visited, #topad a:hover, #topad a:active{
	font-weight: bold;
}


/*	FOOTER
=============================================================*/
#footer{
	margin: 0;
	padding: 6px 0 6px 0;
	background-color: #555;
	text-align: center;
	font-size: 11px;
	color: #ddd;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#footer a:link, #footer a:visited{
	color: #ddd;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #fff;
	text-decoration: underline;
}


/*	TAIL
=============================================================*/
#tail{
	margin: 5px 0 5px 0;
	padding: 0;
	color: #888;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	vertical-align: 
}

#tail a:link, #tail a:visited{
	color: #888;
	text-decoration: none;
}
#tail a:hover, #tail a:active{
	color: #333;
	text-decoration: underline;
}

#sitemeter{
	text-align: center;
	padding: 5px 0 20px 0;
	margin: 0;
	width: 740px;
}



/*	TABLE STYLES
=============================================================*/
.table { width: 100%; border: 5px outset gray; }

.table td { padding: 1px 3px; border: 1px inset gray; display: table-cell; }

.table td.cell_title { width: 16%; text-align: left; }

.table td.cell_title_1 { width: 20%; text-align: left;}

table.strategy {
   font-size: 12px;
   line-height: 1em;
   margin: 10px 0 10px 0;
}

table.strategy td {
   vertical-align: top;
   padding-top: 10px;
}

table.strategy th {
   vertical-align: top;
   padding-top: 10px;
   padding-bottom: 10px;
   font-size: 14px;
}

table.strategy ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
table.strategy li {
	padding: 2px 0 2px 17px;
             background-image: url(/uploads/images/firbullet1.gif); 
             background-repeat: no-repeat;
             background-position: 0 0;
}

table.strategy a:link, table.strategy a:visited{
	text-decoration: none;
 
	color: #06C;
}