/* 
	Theme Name: IPM
	Theme URI: http://www.internetpokermoney.com
	Description: 
	Version: 1.0
	Author: NB
	Author URI: http://www.internetpokermoney.com


RESET v1.0 | 20080212 */

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, caption {  /* table, 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: 14px;
}
ol, ul {
	list-style: none;
}
/*blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* STANDARDS*/


a:focus {outline: none;}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

a.no_decor:link, a.no_decor:visited, a.no_decor:hover, a.no_decor:active {
	border-bottom: none !important;
}

ul {
	padding: 0 0 0 0;
	margin: 4px 0 5px 1px;
}		

li {
	list-style-type: none;	
	padding-bottom: 7px;
}

h1, h2, h3, h4 {
	margin-top: 0px;
	color: #333;
	font-weight: bold;
	line-height: normal;
}	

h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
.offertop a:link, .offertop a:visited, .offertop a:hover, .offertop a:active {
	color: #fff;
	border-bottom: none;
	text-decoration: none;
	font-size:42px;
	line-height:42px;
}


h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

h3, h4 {
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0 0 3px 0;
}

p {
	font-size:13px;
	line-height:19px;
	margin: 20px 20px 20px 0;
}       


body {
    
	padding: 0; margin: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background: url('images/ipm-bgd.jpg');

}

h2 {
	text-align: center;
}

.floatleft {
	float: left;
}

img.floatleft {
	margin: 0 8px 8px 0;
}

#container {	
	background:#000;
	margin: 0px auto;
	width: 1000px;
}	


/*#leftcol, #rightcol {
	background-color: #000;
	float: left;
	overflow: hidden;
	position: relative;
	
}

#leftcol {
	width: 300px;
	
}

#rightcol {
	width: 700px;
	
	
}*/

.leftbox, .rightbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.leftbox {
	margin: 10px 10px 0 0px;
}

.rightbox {
	margin: 10px 10px 0 0;
}


.leftbox h2 {

	font-size:30px;
	font-weight:bold;
	color:#993300;
	text-align:left;
	margin-left:8px;
	margin-bottom:10px;
	
}

.leftbox h3 {

	font-size:14px;
	font-weight:bold;
	color:#993300;
}

.leftbox h4 {

	font-size:13px;
	font-weight:bold;
	color: #333333;
}


.leftbox p, .leftbox li {

	font-size:13px;
	line-height:18px;
	margin: 10px;
}




/* Header */


#alert {
	background:#fff;
	padding: 5px;
	margin: 0 auto;
	width: 990px;
}

#header {
	background:#fff url('images/money_top.jpg') no-repeat center top;
	/*padding: 5px;*/
	margin: 0 auto;
	width: 1000px;
}

#header img {
	float: left;
}

h1.title {
	color: #fff;
	font-size: 42px !important;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #333;
	margin-bottom:7px;
}

/*#header .login {
	float: right;
	color: 
}*/

/* Menu */

#menu {
	margin-top: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 3px 0;
	height: 40px;
}

#toptext {
	margin: 0px 0;
	padding: 5px 0;
	text-align: center;
}

#menu ul, #toptext ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#menu ul li, #toptext ul li {
	margin: 5px 0;
	padding: 0 15px;
	list-style: none;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
}

#menu a, #toptext a {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	line-height:20px;
}

#menu a:hover, #menu a:active, #toptext a:hover, #toptext a:active {
	border-bottom: 1px solid #F5F5DD;
	text-decoration: none;
}
	
		
#menu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}



.offers {
	float: left;
	width: 290px;
}

.offers img {

}

.fullbox {

	width: 980px;
	background:#fff url('images/money_bottom.jpg') no-repeat center top;
	float: left;
	padding: 10px;
	overflow: hidden;
	position: relative;

}


.offertop {
	background-color: snow;
	width: 290px;
	height: 325px;
	padding: 5px;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;

}

.offerbottom {
	background-color: green;
	width: 300px;
	padding: 15px 0 25px 0;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;


}

.offerbottom h2 {
	color: #fff;
	font-size: 28px;
	
}

form.newsletter {
	margin-top: 45px;
}

form.newsletter .textfield {
	height: 14px;
	width: 175px;
}

form.newsletter .submit {
	border: 1px solid #333;
	background-color: #ccc;
	font-weight: bold;
	padding: 1px 5px;
	font-size: 11px;


}

.moreoffers ul li {
	margin-bottom: 20px;
}
	
.roundy {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form.phplist label {
	color: #fff;
}

form.phplist #email {
	width: 265px;
}

form.phplist #contactsubmit {
	margin-top: 10px;
	border: 1px solid #333;
	background-color: #ccc;
	font-weight: bold;
	padding: 1px 5px;
	font-size: 11px;
}

#phplistform h3 {
	margin-top: 30px;
}

.blogpost h3 {
	margin-left: 20px;
	font-size: 14px;
}

.blogpost p {
	margin: 0 0 0 20px;
}


.faq h3 {

font-size:16px;
letter-spacing:1px;
text-transform:uppercase;
color:#900;

}

.faq p {

margin-top:5px;

}


.offers2 {
	float: left;
	
}

.offertopnew {
	background-color: snow;
	width: 215px;
	height: 245px;
	padding: 5px;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;

}

.offerbottomnew {
	background:#fff url('images/offer-bgd.gif') no-repeat center top;
	width: 225px;
	padding: 15px 0 25px 0;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;


}

.offerbottomnew h2 {
	color: #fff;
	font-size: 28px;
	
}

.offerbottomnew a:link,a:active,a:visited, {

border-bottom: #FFFFFF 1px solid;
font-size: 28px;

}

.offerbottomnew a:hover {

border-bottom: #000 1px solid;
color:#000000 !important;
font-size: 28px;

}

.offerbottomnew p {

color: #FFFFFF;
text-transform:uppercase;
letter-spacing:2px;
font-size:9px;
margin:0 !important;
text-align:center;

}


.featured {

float:left;
text-align:center;
width: 100%;

}

.featured h2 {

text-shadow: 0.1em 0.1em 0.05em #333;
letter-spacing:4px;
font-weight: lighter;
color:#fff;
font-size:18px;
text-transform:uppercase;
text-align:center;


}

.subheader {

padding: 5px 0 5px 5px;
background:#fff url('images/free-poker-cash.jpg') no-repeat right top;

}

.subheader h1 {

font-size:95px;
color:#990000;
letter-spacing:56px;
margin: 0 !important;
line-height:92px;

}

.subheader h2 {

font-size:54px;
line-height: 52px;
text-align:left;
color:#000000;
margin: 0 !important;

}


.alert {

background-color: #ccc;
  
    height: 30px;
    margin-top: 5px;
    padding: 10px 0 5px;
    width: 100%;
	float:left;
	

}

.alerttext {
 	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    
    margin: 6px 0 0 40px;
	
	}

.alerttext a:link, .alerttext a:active, .alerttext a:visited {

border-bottom:1px #000 dashed; 

}

.alerttext a:hover {

border-bottom:1px #000 solid; 
color:#000;

}

.alert img {

float:left;
margin-left:5px;

}


.fullboxoffer {

	width: 980px;
	background:#fff;
	float: left;
	padding: 10px;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:3px;

}

.fullboxoffer h1 {

color:#990000;
font-size: 35px;
letter-spacing:.5px;
text-transform:uppercase;
padding-bottom:5px;
border-bottom:1px solid #e5e5e5;
margin:0 0 8px 3px;
text-align:center;
text-shadow:0.05em 0.05em 0.05em #e5e5e5;

}


.righttext {

width:240px; 
float:right; 
border-left:1px #e5e5e5 solid;
padding:5px 0 10px 10px;
 background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5');
  margin-left:5px;
  

}


.righttext h2 {

border-bottom: 1px solid #EBEBEB;
    color: #999999;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-right: 10px;
    text-align: left;
    text-transform: uppercase;


}

.righttext p {

    color: #333333;
    font-family: verdana;
    font-size: 10px;
    letter-spacing: 0.2px;
    line-height: 13px;
	margin:0 8px 20px 0;

}

.offerrelated {

width:260px; 
float:right; 
border-left:1px #e5e5e5 solid;
padding-left:10px;

}





.offerrelated h2 {

font-size:11px;

text-align:left;
margin-bottom:3px;
text-transform:uppercase;
letter-spacing:2px;
color:#999999;

}


.offerrelated h3 {

margin-bottom:0px;
padding-bottom:0px;


}

.offerrelated a:link, .offerrelated a:visited, .offerrelated a:active, .righttext a:link, .righttext a:visited, .righttext a:active {

font-size:.8em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:.8px;
color:#333333;
border-bottom:none;
margin-top:4px;

}

.offerrelated a:hover {

color:#000;
background-color:#e5e5e5;

}

.offercase {

margin-bottom:20px; 
width:700px; 
float:left;

}

.offercase h2 {

font-size:22px;

text-align:left;
margin: 10px 0 10px 10px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
border-bottom:dashed 1px #e5e5e5;

}

.offerroomimage {

width: 250px;
float:left;

}


.offerroomimage h2 {

text-align: left;
font-size:10px;
text-transform:uppercase;
color:#990000;
letter-spacing:1px;
margin-bottom:1px;

}

.offerroomimage ul {

background-color:#e5e5e5;
margin:10px 20px 0 10px;
padding:0 5px;
width:200px;
}

.offerroomimage li {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-bottom:1px dotted #ccc;
color: #333333;
padding:5px;


}

.offerroombody {

width:450px;
float:left;

}


.offerroombody p {

margin:0 0 15px 0;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}



.offerroombody a:link, .offerroombody a:visited, .offerroombody a:active  {

border-bottom: 1px #000 solid;
color:#990000;
font-weight:bold;


}

.offerroombody a:hover  {

border-bottom: 1px #ccc solid;
color:#000;
font-weight:bold;


}

.shadow {
box-shadow: 3px 3px 4px #f7f7f7;
-khtml-box-shadow: 3px 3px 4px #f7f7f7;
-moz-box-shadow: 3px 3px 4px #f7f7f7;
-webkit-box-shadow: 3px 3px 4px #f7f7f7;

}

.reviewarea {
float:left; 
margin-top:10px; 
border-top:1px #e5e5e5 solid;
padding: 10px;

}

.reviewarea p, .reviewarea li, .reviewarea2 p, .reviewarea2 li,  {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
font-size:11px;

}

.reviewarea h3, .reviewarea2 h3, {
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
font-size:13px;
text-transform:uppercase;
color:#333333;
letter-spacing:2px;
margin-top:25px;

}




.reviewarea h1, .reviewarea2 h1 {

border-bottom: none;
margin: 0;
padding:10px 10px 10px 10px;

}

.reviewarea2 {
float:left; 


}

.review2left {


margin-top:10px; 
width:650px;
float:left;  
padding: 10px;
margin: 10px 10px 20px;
  
 

}

.review2left h3 {

color:#900;
border-top: 1px dashed #CCCCCC;
padding-top:10px;
margin-bottom:0;
letter-spacing:1px;
font-size:11px;
text-transform:uppercase;

}

.review2left p {

margin:10px 20px 20px 0;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:17px;
color:#0000003;


}


.review2right {

width:250px;
float:left;
padding:10px;
border:1px #e7e7e7 dotted;
padding: 10px;
margin: 10px 0px 20px;
float:left;
background: #fcfcfc;


}


.review2right p {

margin:10px 3px 20px 3px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:14px;
color: #666666;
letter-spacing:1px;
text-align:center;

}

.review2right h3 {

text-align:center;
color: #999999;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-bottom:1px double #F0F0F0;

}






a.go:link, a.go:visited, a.go:active {

color:#990000;
font-size:32px;
line-height:40px;

}

a.go:hover {

color:#000;
font-size:33px;


}

a.title:link, a.title:visited, a.title:active {

color:#990000;
font-size:35px;

}

a.title:hover {

color:#000;
font-size:35px;
border-bottom:3px solid #000;

}


.reviewsubbox {

background-color: #E5ECF9;
width: 275px;
height:280px;
border:1px #ccc solid;
  padding: 4px 10px 4px 10px;
  margin: 5px 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5');
  float:left;
  
  }
  
.reviewsubbox h1  {

font-size:24px;
color:#000;
text-transform:none;
padding: 3px 10px 10px 10px;


}

.reviewsubbox a:link, .reviewsubbox a:visited, .reviewsubbox a:active {
border-bottom: 1px solid #000;
font-weight:bold;

}

.reviewsubbox a:hover {

border-bottom: solid 1px #ccc;

}

.reviewsubbox p, li {

font-size:11px;
line-height:15px;
text-transform:none;

font-family:Verdana, Arial, Helvetica, sans-serif;
letter-spacing:.3px;

}

.reviewsubbox p {

margin: 0 0 20px 0;

}

p.subtitle {

padding:0;
margin: 0;
font-size: 10px;
font-family: verdana;

}


.artimage {
	border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
	box-shadow: 3px 3px 4px #bbb;
  -khtml-box-shadow: 3px 3px 4px #bbb;
  -moz-box-shadow: 3px 3px 4px #bbb;
  -webkit-box-shadow: 3px 3px 4px #bbb;
    float:right;
	margin:5px 0 15px 30px;
}

.artbody {

width:700px;
float:left;
margin: auto;

}



.artbody p {

font-size:1.1em;
line-height:19px;
margin: 10px 0 22px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.artbody a:link, .artbody a:visited {

border-bottom: 1px solid #666666 !important;

}

.freemoney {

padding: 10px;

}

.freemoney img {

margin: 0 15px 40px 0;
float:left;

}

.freemoney p {

font-size:11px;
font-family: 'Verdana, Arial, Helvetica, sans-serif';
line-height:17px;
margin: 10px 0 0 0;

}

.af-form {
	overflow: visible !important;
}
#af-form-1035502533 {
	width: 250px !important;
}

.af-body {
	padding-top: 0 !important;
}

.af-element {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.clear {
	clear: both;
}

.mailing_list {
	padding: 10px !important;2
}



/*index reworks*/

.index_left  {

width:700px; 
float: left; 
padding:5px 5px 10px 0;

}


.index_right  {
width:273px; 
float:left;
border-left:1px dashed #ccc; 
}


#one-column-emphasis
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
	background: url('images/flush.jpg');
}
#one-column-emphasis th
{
	font-size: .8em;
	font-weight: normal;
	padding: 12px 15px;
	color: #000;
	text-align:center;
}
#one-column-emphasis td
{
	padding: 10px 5px;
	color: #333333;
	border-top: 1px dashed #ccc;
	text-align:center;
}
.oce-first
{
	background:  #F2F2F2;
	border-right: 10px solid transparent;
	
}
#one-column-emphasis tr:hover td
{
	color: #000;
	background: #ccc;
	font-weight:bold;
}

#one-column-emphasis img {

float:left;
padding:2px 5px 10px 5px;
margin-top:3px;

}

.banner {

padding:5px 0 10px 100px;

}
