/*
Theme Name: PayDayMax
Theme URI: http://area203.com/
Description: PDM Affiliate
Version: 1.0
Author: AREA203 Marketing
Author URI: http://area203.com/
Tags: PDM
*/

html, body {
	height:100%; 
	width:100%;
	}

body {
	margin: 0 auto; 
	font: normal 100% Verdana, Geneva, sans-serif; 
	color: #333; 
	text-align: LEFT; 
	background-color:#e7ebee;
	}

#page_wrapper { 
	width:1020px;
	background:url(images/bg_page_wrapper.jpg) no-repeat top left;
	}

#header { 
	background:url(images/header_bg.gif) repeat-x;
	height:119px;
	margin:0px;
	padding:0px;
	}

#logo h1 {
	background: url(images/header.jpg) no-repeat top left; 
	height:119px; 
	width:1020px; 
	text-indent:-9000px;
	}
	
#middle_wrapper {
	width:955px;
	margin-left:40px;
	/*background-color:#9F3;  remove - FPO */
	}

#top_menu {
	text-align:right; 
	width:940px; 
	height:36px;
	padding:0px;
	margin:0px;
	font-size:11px;
	/*background-color:#C99; /* remove - FPO */
	}

#top_menu ul li {
	display:inline; 
	text-transform:uppercase; 
	color:#000;
	text-decoration:none;
	padding:0 10px;
	}
	
#top_menu a {
	text-decoration:none;
	}


/* left sidebar */
#left_sidebar {
	width:220px; 
	height:;
	float:left;
	margin-left:10px;
	/*background-color:#CCC; /* remove - FPO */
	}

/* left NAV */

#left_sidebar #left_nav { 
	list-style-type:none;
	text-align:left;
	width:179px;
	padding:20px;
	margin:0 auto;
	}
	
#left_sidebar #left_nav li a {
	display:block;
	width:178px;
	height:34px;
	color:#fff;
	padding:;
	background:url(images/nav_img.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	padding-left:10px;
	}

#left_sidebar #left_nav li a:hover {
	background:url(images/nav_img2.gif) no-repeat;
	text-decoration:none;
	}

#left_sidebar #left_nav li.page-item-6 a:hover { /* top nav Training gets different img than the rest */
	background:url(images/nav_img2_arrow_hover.gif) no-repeat;
	}	

	/* SUB NAV */
	#left_sidebar #left_nav .page-item-6 ul { /* sub nav UL */
		background:url(images/sub_nav_bg.jpg) repeat-x top right;
		height:70px;
		width:150px;
		margin:0 auto;
		padding:4px 2px;
		`margin-left:30px;
		}
	#left_sidebar #left_nav li.page-item-6 ul li a, #left_sidebar #left_nav li.page-item-6 ul li a:hover { /* sub nav links */
		background:transparent; /* set Training Tools sub nav elements to have no img */
		height:20px;
		`height:10px;
		width:100px;
		text-decoration:none;
		text-transform: capitalize;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		`line-height:14px;
		}
		
	#left_sidebar #left_nav .page-item-6 ul li a:hover {
		color:#ffda64;
		cursor:pointer;
		}
		
	#left_sidebar #left_nav .page-item-6 ul .current_page_item a {
		color:#ffda64;
		cursor:text;
		}
		
	#left_sidebar #left_nav li.page-item-6 ul li  { /* sub nav LI */
		list-style-type:none;
		margin:0px;
		padding:0px;
		}
	#left_sidebar #left_nav .current_page_item ul .page-item-8 a {
		color:#ffda64;
		cursor:text;
	}

/* end left NAV */
	
#left_sidebar #join_now {
	width:230px;
	height:160px;
	background-color:#fff;
	}
	
#left_sidebar #left_contact a {
	font-size:10px;
	color:#2a475b;
	}

#left_sidebar #left_contact {
	width:179px;
	height:200px;
	padding:20px;
	margin:0 6px;
	text-align:center;
	}

.twitter {
	margin:20px 0;
	}

.twitter * {
	float:left;
	text-decoration:none;
	font-weight:bold;
	}
	
.twitter span {
	padding: 5px 8px;
	}
	
#left_sidebar #tip {
	width:179px;
	background-color:;
	padding:20px;
	margin:0 6px;
	}
	
.arrow {
	background:url(images/arrow.gif) no-repeat left center;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#1a394e;
	padding-left:15px;
	}
	
.arrow a {
	color:#1a394e;
	text-decoration:none;
	}

#left_sidebar #tip p {
	color:#000;
	font-size:11px;
	text-align:left;
	}

/* middle_column */
#middle_column {
	width:660px;
	margin-left:275px;
	}

.theContent {
	width:383px;
	margin:30px 0 0 20px;
	}
.theContent p {
	margin:10px 0;
	}
	
.theContent_home {
	width:;
	margin:30px 0 0 20px;
	height:280px;
	}	
.theContent a {
color:#577B92;
text-decoration: underline;
}

.theContent a:hover {
color:#2e4d60;
text-decoration:underline;
}

/* right sidebar */
#right_sidebar li a, #right_sidebar li {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#264559;
	list-style-type:none;
	}
#right_sidebar h4 {
	font-size:11px;
	padding:10px 0;
	text-transform:uppercase;
	color:#2d4b5f;
	font-style:italic;
	}
/* content area */
/* use content_wrapper1 for normal two column (left sidebar + content) layout */ 
/* use content_wrapper2 for three column (left, content, and rightsidebar) layout */	
.content_wrapper1 {
	width:631px; /* 655px minus padding */
	height:;
	float:left;
	padding:10px 12px;
	text-align:left;
	font-size:13px;
	background-color:#fff;
	border:1px solid #ddd;
	}
	
.content_wrapper2 {
	width:455px;
	height:;
	float:left;
	padding:0 15px;
	text-align:left;
	font-size:13px;
	background-color:#fff;
	border:1px solid #ddd;
	}

/* updates filler */
.update_boxes {
	float:left;
	width:180px;
	height:134px;
	padding:10px;
	}
	
.side_lines {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:none;
	border-bottom:none;
	position:relative;
	}
	
.update_boxes li {
	font-size:11px;
	color:#2a475b;
	list-style-type:none;
	padding:8px 0;
	margin:0 5px;
	}
	
/* page elements */
.page_image {
	padding-bottom:20px;
	}
	
.index_button {
	text-align:center;
	padding:20px;
	}
	
.divider {
	float:left;
	padding:10px 0;
	}
	
.post_box {
	float:left;
	}
	
.post_content {
	width:420px;
	}
	
.post_img {
	width:;
	height:;
	border:1px solid #ccc;
	}

/* footer */
#footer {
	width:955px;
	height:139px;
	display:block;
	background-color:#577b92;
	margin-left:40px;
	}

#footer a {
	color:#fff;
	}

#footer .foot_topper { /* creates dark blue bar in footer */
	font-size:12px;
	text-align:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif; 
	padding: 7px 0 10px 31px;
	background:url(images/footer_logo.gif) no-repeat top right #255775;
	height:14px;
	}

#footer ul {
	padding:0;
	margin:0;
	}

#footer li {
	list-style-type:none;
	}
	
#footer .footer_left { /* footer sitemap */
	padding: 0 0 3px 31px;
	width:450px;
	text-align:left;
	border-right:1px solid #255775;
	}
	
#footer .footer_right { /* footer copyright and disclaimer area */
	padding: 0 0 3px 0;
	width:444px;
	text-align:right;
	}
	
#footer .footer_right p {
	text-align:right;
	width:350px;
	padding-left:100px;
	}
	
#footer .footer_right, #footer .footer_left {
	font-size:11px;
	color:#fff;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	height:;
	float:left;
	margin-top:15px;
	}

#footer .footer_left .one, #footer .footer_left .two, #footer .footer_left .three, #footer .footer_left .four {
	float:left;
	display:block;
	padding-right:25px;
	list-style-type:none;
	color:#fff;
	}
	
.clear {
	clear:both;
	}
	
.bump {
	padding-bottom:10px;
	}
	
	/* text styles */

a {	
	color: #000;
	}
	
	
	p {
    margin: 0; 
	
	}
	
.text_ad {
	width:175px;
	float:left;
	font-size:11px;
	color:#36566b;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	padding:20px 8px;
	}
	
.pagination {
	text-align:center;
	margin-top:30px;
	clear:float;
	}
	
.pagination a {
	text-decoration:none;
	}
	
.page_navs, a span.numbers {
	color:#4e7690;
	}
	
.agreement_text p {
	font-size:10px;
	color:#000;
	font-weight:normal;
	text-indent:0px;
	padding:5px 0;
	}
	
.agreement_text h3 {
	font-size:12px;
	margin:5px 0 0 0;
	padding:0;
	color:#2e4d61;
	}
	
.agreement_text ul, .agreement_text li {
	padding:0; 
	margin:0;
	list-style-type:none;
	font-size:10px;
	font-weight:normal;
	}
	
.agreement_text ul {
	display:inline;
	float:left;
	padding-left:20px;
	}
	
h4.faq, .theContent h4 { 
	color:#244255; 
	font-size:11px; 
	text-decoration:none;
	padding:10px 0;
	font-style:italic;
	text-transform:uppercase;
	margin-top:5px;
	}
	
h3 { 
	color:#244255; 
	font-size:14px; 
	text-decoration:none;
	padding:10px 0;
	font-style:italic;
	}
.faq dt, .glossary-list dt {
	font-weight:bold; 
	font-size:10px; 
	color:#244255;
	}
.faq dt:hover {
	color:#5b82a2;
	cursor:pointer;
	}
.faq dd, .faq a, p.faq, .glossary-list dd { 
	font-size:10px; 
	color:#41647a;
	margin:0px;
	}
	
dl.faq {
	margin:0;
	padding:0;
	}

.theContent_home .benefits_box dl.benefits, dl.glossary-list {
	margin-left:0px;
	padding-left:0px;
}

.theContent_home dt {
	color:#173953;
	font-size:12px;
	font-weight:bold;
	}
	
.benefits_box {
	float:left;
	width:300px;
	}
	
strong {
	color:#244255; 
	font-weight:normal;
	font-size:inherit;
	}
	
.required { color:#F00; }

.sitemap li, .e404 li  {
	color:#264559;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	list-style-type:none;
	text-decoration:none;
	text-transform:uppercase;
	}
	
.sitemap h2 {
	background:transparent url(http://lmivrc.basenine.com/PDM/wp-content/themes/pdm/images/sitemap.gif) no-repeat scroll 0 0;
	text-indent:-9000px;
	width:420px;
	}
	

.e404 h2 {
	background:transparent url(http://lmivrc.basenine.com/PDM/wp-content/themes/pdm/images/404.gif) no-repeat scroll 0 0;
	text-indent:-9000px;
	width:420px;
	}