
			/* Global Layout */

/*-----------Block Level Elements--------------*/

body {font-size: 12px;}
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
	color: #aa553d;
}

a:hover{
    text-decoration: none;
	color:#debeb5;
}

body {
    background: #3D3D3D url(../img/backgrou.jpg) repeat-x top;
    font-family: Georgia, sans-serif;
}

#page {
	width: 830px;
    padding: 2px;
	margin: 0 auto;
    background-color: #FFF;
}

#top-navigation {
	width: 830px;
    height: 40px;
    padding: 2px;
	margin: 10px auto;
    position: relative;
}

#header {
	width: 830px;
    height: 125px;
    background: url(../img/header00.jpg);
}

.wrapper {
    border: 2px solid #73514a;
    border-bottom: none;
    margin-top: 1px;
    padding: 3px;
    padding-top: 10px;
    background: url(../img/content-.png) no-repeat top center;
	
}

#content {
	float: left;
	width: 540px;
    padding-left: 10px;
}

.sidebar {
    margin-left: 10px;
	width: 250px;
    padding-right: 10px;
	float: left;
}

#footer {
	clear: both;
    border: 2px solid #73514a;
    border-top: none;
    padding: 2px;
}

/*--------------Header--------------*/
#top-navigation ul {
    position: absolute;

}

#top-navigation ul li {
    display: inline;
    padding: 0 7px;
}

#top-navigation ul li a {
    line-height: 40px;
    font-size: 15px;
    color: #FFF;
	text-decoration: none;
}

#top-navigation ul li a:hover {
    border-bottom: 1px solid #731400;
}


#headerimg {
width:100%; height:100%;  text-align:center;position:relative;}
#headerimg h1{background:url(../img/top-logo.png) no-repeat 50% 50%;overflow:hidden;display:block;height:125px;width:400px;margin:0 0 0 75px;float:left;}
#headerimg h1 a{display:block;padding:125px 0 0 0;}  

#headerimg h1 a {
    color: #FFF;
    font-size: 35px;
	text-decoration: none;
}

.description {
    padding-left: 30px;
    color: #aca88f;
    font-weight: bold;
}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6 {
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

.post h2 a:hover, .post h2 a:visited, .post h2 a {
    color: #000;
    font-family: Georgia, sans-serif;
    font-size: 20px;
}

.post h2 {
    border-bottom: 1px solid #000;
}


.post {
    margin-bottom: 10px;
}

.post .date {
    float: left;
    background: url(../img/date0000.png);
    width: 62px;
    height: 76px;
    color: #FFF;
}

.post .date em {
    display: block;
    text-align: center;
}

.post .date em.month {
    font-size: 10px;
    padding-top: 8px;
}

.post .date em.day {
    font-size: 40px;
    color: #000;
}

.post .postentry {
    float: right;
    width: 520px;
    padding-right: 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.post .postentry small {
    font-size: 12px;
}

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

.post a {

}

.post ul {
    padding-left: 15px;
}

.post ol {
    padding-left: 20px;
}

.post li {

}

.entry {
    margin-top: 5px;
    line-height: 16px;
}

.entrytext {
    font-size: 12px;
}


}

.navigation {
    margin-bottom: 5px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.center {

}

.pagetitle {

}

blockquote {
    font-style: italic
    padding: 5px;
}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

.sidebar ul {
    list-style: none;
}

.sidebar ul h2 {
    height: 30px;
    padding-top:10px;
    padding-left: 2px;
    background: #FFF url(../img/menu-hea.png) no-repeat bottom right;
    border-bottom: 1px solid #000;
    font-size: 20px;
}

.sidebar ul li {

}

.sidebar ul ul {

}

.sidebar ul ul li {
    border-bottom: 1px solid #000;
}

.sidebar ul ul ul {

}

.sidebar p {

}

.sidebar a {
    display: block;
    padding: 10px 5px;
    background-color: #f4f4f4;
    color: #000;
    font-size: 14px;
}

.sidebar a:hover {
    background-color: #660000;
    color: #FFF;
}

.sidebar a:visited {

}

/*--------------Comments--------------*/

ol.commentlist {
    list-style-type: none;
    font-size: 12px;
}

ol.commentlist li {
    margin-bottom: 10px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist blockquote {
    font-style: italic;
    margin-bottom: 5px;
    padding: 5px;
}

ol.commentlist p {
    padding: 0 5px;
}

small.commentmetadata {

}

#commentform p {
    margin: 0 0 3px 0;
    font-size: 12px;
}

#author, #email, #url, textarea#comment {
    border: 1px solid #73514A;
    background-color: #f4f4f4;
    padding: 2px;
}

textarea#comment {
    width: 100%;
}
/*--------------Search Form-------------*/

#searchform div {
    background: url(../img/search-b.png) repeat-x;
    padding: 8px;
    width: 180px;
    margin-right: 10px;
    float: left;
}

#searchform input {
}

#searchform #searchsubmit {
}

#searchform #s {
    width: 170px;
    padding: 3px;
    background: #FFF url(../img/search-m.png) no-repeat right;
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/
#footer p {
    font-size: 12px;
    text-align: center;
}
#footer ul {
    font-size: 12px;
    text-align: center;
	margin:0.2em 0; padding:0; list-style:none;
}
#footer li { display:inline; margin:0 2px; padding:0;}

.clear {
    clear: both;
}

.pagenav {margin-top:28px;}
.pagenav a {
text-decoration: none;
}

 #topcasinos h3 {
	margin: 10px 0px 5px;
}
 #topcasinos .box {
	color: #3c0c02;
	padding: 5px;
	margin-bottom: 5px;
	border: solid #3c0c02;
	border-width: 1px 2px 2px 1px;
	line-height: normal;
	font-size: 12px;
	overflow: hidden;
	vertical-align: top;
	background:#d1c5c2;
}
 #topcasinos .box strong {color: #6e2313;}

#top-bonus-casinos strong.bonus,
#match-bonus-casinos strong.match,
#index strong.rating { font-size:140%; color:#ac1f01;}

a.active { text-decoration:none !important; font-weight:bold !important;}

.leftbanners, .rightbanners, .bottombanners { text-align:center;}
.leftbanners img, .rightbanners img, .bottombanners img { margin:10px 0; border:0 none;}

.q_box {margin:20px 0 10px 0; padding:6px; background:#DFBCB5; -moz-border-radius: 7px; -webkit-border-radius: 7px; border: 1px solid #DFBCB5;}
.q_box h3 {font-size:18px; margin-bottom:0.3em;}
.q_box p em {display:block; padding-left:80px; text-align:right;}
.log{
background:url(../img/lo_bg.gif) no-repeat 0 0;
height:106px;
width:252px;
padding-left:10px;
position:relative;
margin:20px 0 0 0;
}
.mp-form{position:absolute;top:-10px;right:0;}
#log2{
background:url(../img/lo_bg2.gif) no-repeat 0 0;
height:256px;
width:252px;
padding:10px 0 0 10px;
position:relative;
}
.log input, #log2 input{
margin:12px 0 0 10px;
color:grey;
}
.log .button, #log2 .button{
float:right;
margin-right:38px;
padding: 0px 20px;
cursor:pointer;
}

/*Welcome as a new customer to POKER COACH PRO!

Your account has now been created and e-mail has been sent to you*/
.corners1{
overflow:hidden;
padding:5px;
background-color:#DEBEB5;
height:200px;

}
#left{float:left;}
#right{float:right;}
#left, #right{
width:110px;
height:200px;
}
#products{
padding:10px;
overflow:hidden;
margin-top:30px;
height:250px;
}
#products img{
position:relative;
bottom:10px;
margin-left:30px;
}
.price{
position:relative;
bottom:25px;
left:30px;
}
.contact_us{
font-weight:bold;
font-size:11px !important;
position:absolute;
left:10px;
}

.community {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:bold;}

.pagenav {margin-top:8px;}

.bold { font-weight:bold;}
.text-center { text-align:center;}
.upper-case { text-transform:uppercase;}
.topcasinos {margin-top:20px; border-style:solid; border-color:#ccc; border-width:1px 1px 0 0; background:#ddd; color:#333;width:390px;}
.topcasinos thead td, .topcasinos tfoot td {background-color:#666; color:#ccc;}
.topcasinos td {padding:3px; border-style:solid; border-color:#ccc; border-width:0 0 1px 1px;}
.topcasinos .row-header td {border-bottom:0;}
.topcasinos td img {text-align:center; border:0 none;}
.topcasinos td.play-td {border-style:solid; border-color:#ccc; border-width:1px 0 1px 1px;}
.topcasinos td a {color:#006600; font-weight:bold;}
.topcasinos .play { display:block; width:113px; height:41px; overflow:hidden; background:url(img/play.gif) 0 0 no-repeat; margin:0 auto;}
.topcasinos .play span {display:block; padding-top:70px;}


.ip-links{background-color:#DEBEB5;overflow:hidden;padding:10px 20px;margin:15px 0 0 0;}
	.inner-pages{width:230px;}
		.inner-pages h4{font-size:14px;}
		.inner-pages a{text-decoration:underline;color:#000000;float:right;}
	.il-left{float:left;}
	.il-right{float:right;}