@charset "utf-8";
/* CSS Document */

/*-------------------------------------
	RESET
-------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, fieldset, input, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*-------------------------------------
	STRUCTURAL
-------------------------------------*/

body {
	background: url(../images/layout/body-bg.jpg) repeat center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.highlight {
	padding-bottom: 61px;
	width: 100%;
}

.home {
	background: url(../images/layout/ace-bg.png) no-repeat top center;
}

.container {
	background: url(../images/layout/container-bg.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 840px;
}

#header {
	background: url(../images/layout/header-bg.jpg) no-repeat;
	height: 120px;
	width: 840px;
}

.content {
	padding: 0 50px 50px 50px;
}



#featured-content {
	height: 300px;
}

#main-content {
	background: #f1f1f1;
	border: 10px solid #e5e1d7;
	display: inline;
	float: left;
	clear: both;
	width: 880px;
}

#supp-content {
	background: #880f1a;
	color: #ffffff;
	display: inline;
	float: left;
	margin-right: 10px;
	padding-bottom: 20px;
	width: 440px;
}

#footer {
	background: url(../images/layout/footer-bg.jpg);
	clear: both;
	display: inline;
	float: left;
	height: 61px;
	margin: 0 auto;
	width: 840px;
}

/*-------------------------------------
	STANDARD SELECTORS
-------------------------------------*/

h1 {
	font-size: 180%;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

h2 {
	color: #2c2a2a;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

h3 {
	color: #a42423;
	font-size: 120%;
	margin: 10px 0 0 0;
}

.alt-color {
	color: #950f0f;
}

h4 {
	color: #a42423;
	font-size: 120%;
	margin: 5px 0 0 0;
	width: 100%;
}

li {
	list-style: none;
	margin: 4px 0 4px 10px;
}

p {
	margin: 5px 0;
}


/*-------------------------------------
	HEADER
-------------------------------------*/

#hours {
	color: #e2e2e2;
	display: inline;
	float: left;
	margin: 15px 20px 0 360px;
	text-align: center;
	width: 160px;
}

#phone-numbers {
	color: #e2e2e2;
	display: inline;
	float: left;
	margin: 15px 0 0 50px;
}

#phone-numbers p {
	margin-bottom: 10px;
}

#hours strong, #phone-numbers strong {
	color: #ffffff;
}

.header-title {
	color: #f3d18a;
	font-weight: bold;
}

a:link, a:visited {
	color: #620B0B;
    font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

/*-------------------------------------
	MAIN-NAV
-------------------------------------*/

#main-nav a:link, #main-nav a:visited {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 10px 10px 10px;
	text-decoration: none;
}

#main-nav a:hover, #main-nav a:active {
	color: #F3D18A;
	margin: 0 10px 10px 10px;
	text-decoration: underline;
}

#main-nav ul {
	background: url(../images/layout/nav-bg.jpg);
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	margin: 0 0 20px 0;
	padding: 3px;
	text-align: center;
	width: 100%;
}

#main-nav li {
	display: inline;
}

#footer-nav
	{
		clear: both;
		float: left;
		margin: 20px 0 0 20px;
	}

#footer-nav a:link, #footer-nav a:visited {
	text-transform: uppercase;
	margin: 0 10px 10px 10px;
	text-decoration: none;
}

#footer-nav a:hover, #footer-nav a:active {
	color: #F3D18A;
	margin: 0 10px 10px 10px;
	text-decoration: underline;
}

#footer-nav ul {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	margin: 0 0 20px 0;
	padding: 3px;
	text-align: center;
	width: 100%;
}

#footer-nav li {
	display: inline;
}

/*-------------------------------------
	CONTENT
-------------------------------------*/

.content p
    {
        line-height: 135%;   
    }
    
#main-content p, #supp-content p {
	margin: 5px 10px;
}

#supp-content h2 {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding-bottom: 5px;
}

#supp-content h3 {
	margin: 20px 0 5px 10px;
}

.tournament-details {
	margin-left: 20px;
}

.col-one {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 310px;
}

.col-two {
	display: inline;
	float: left;
	margin-left: 80px;
	width: 310px;
}

#todays-tournaments {
	margin: -10px 0 0 0;
}

#todays-tournaments strong {
	color: #333333;
	font-weight: bold;
}

#todays-tournaments p {
	font-size: 14px;
	margin: 10px 0;
}

#todays-tournaments h3 {	
	color: #c5c5c5;
	font-size: 12px;
	margin: 10px 0 0 10px;
}

.bordered {
	border: 3px solid #f1f1f1;
}

.caption {
	margin: 5px auto;
	width: 290px;
}

.dlpr-events {
    margin: 20px 0 20px 80px;
 }
 
 .dlpr-results {
	margin-left: 30px; 	
}
 
 .dlpr-results td {
	padding: 3px; 	
}

.ante-101 {
	font-size: 24px;
	font-weight: bold;	
}

.scott-chris 
    {
	    color: #a42423;
	    font-size: 16px;
    }

.pt-now 
    {
        clear: both;
        display: inline;
        float: left;
        margin: 20px 0;
        text-align: center;
        width: 100%;
    }

    
#signup
    {
        background: #f1f1f1;
        border: 3px solid #f3f3f3;
        margin-top: 20px;
        padding: 10px;
        width: 300px;
    }
    
#signup .email
    {
        display: inline;
        line-height: 14px;
        height: 20px; 
        padding: 3px 6px;
        width: 180px;
    }

#signup .submit
    {
        background: #666666;
        border: 1px solid #333333;
        color: #f1f1f1;
        display: inline;
        height: 26px;
        line-height: 14px;
        margin: 2px 0 0 6px;       
        padding: 3px 6px;
        width: 60px;
    }
    
/*-------------------------------------
	TOURNAMENT LISTINGS
-------------------------------------*/

.show-multi, .show-singles
	{
		color: #620B0B;
		cursor: pointer;
		font-weight: bold;
		text-decoration: underline;
	}

.multi-structure th, .single-structure th
	{
		text-align: left;
	}

.multi-structure .times, .single-structure .times
	{
		width: 80px;
	}
	
.multi-structure .blinds, .single-structure .blinds
	{
		width: 120px;
	}
	
.multi-structure .antes, .single-structure .antes
	{
		width: 80px;
	}

/*-------------------------------------
	TOURNAMENT LISTINGS
-------------------------------------*/

.tournament-listing    
    {
        clear: both;       
        float: left;
        margin: 8px 0 0 10px;  
    }
    
.tournament-listing strong
    {
        clear: both;
        float: left;
        margin: 5px 0 10px 20px;
        width: 260px;
    }
    
.tournament-listing dd
    {
        float: left;
        clear: right;
        display: inline;
    }
    
.time
    {
        background: #f1f1f1;
        clear: left;
        display: inline;
        float: left;
        font-size: 30px;
        letter-spacing: -3px;
        margin-bottom: 20px;
        padding: 2px 3px;
        width: 60px;
    }
    
.tall
	{
		height: 56px;
	}

.midnite
    {
        font-size: 24px;
    }
    
.name
    {
        color: #910d09;
        display: inline;
        float: left;
        font-size: 14px;
        letter-spacing: 0px;
        margin: 2px 0 0 10px;
        width: 220px;
    }       
    
.details
    {
        color: #555555;
        clear: both;
        float: left;
        font-size: 11px;
        letter-spacing: 0px;
        margin: 4px 0 0 10px;
    }
    

/*-------------------------------------
	PROMOTION LISTINGS
-------------------------------------*/

#promo-listing
	{
		width: 100%;
	}
	
#promo-listing th
	{
		font-size: 22px;
		text-align: center;
	}
	
#promo-listing td
	{
		border-spacing: 10px;
		color: #910d09;
		font-size: 18px;
		padding: 40px 0 5px 0;
		text-align: center;
		vertical-align: top;
	}
	
#promo-listing .promo-description
	{
		background: #f1f1f1;
		border-top: 1px solid #888888;
		color: #252525;
		font-size: 14px;
		padding: 5px;
		text-align: left;
	}
	
#promo-listing .promo-day
	{
		font-size: 22px;
	}
	
/*-------------------------------------
	TOURNAMENT LISTINGS
-------------------------------------*/ 
 
 .top-space 
     {
         margin-top: 20px;
     }
     
 .disclaimer
     {
         font-size: 10px;
     }
     
 .float-r-img
 	{
 		display: inline;
 		float: right;
 		margin: 20px 0 20px 20px;
 	}
 	
 /*-------------------------------------
 	GAMES AND LIMITS
 -------------------------------------*/ 
 
 .buy-ins
 	{
 		margin: 20px 0;
 		width: 310px;
 	}
 	
 .buy-ins th
 	{
 		color: #666666;
 		text-align: left;
 	}
 	
 .buy-ins td
 	{
 		color: #555555;	
 		font-size: 125%;
 		padding: 3px;
 	}
 	
 .buy-ins .zebra
 	{
 		background: #f1f1f1;
 	}
 	
 .zebra td
 	{
 		color: #111111;
 	}