/*
	Theme Name: Leave Debt Behind
	Theme URL: http://www.leavedebtbehind.com/
	Description: Leave Debt Behind is a custom theme for the Genesis theme framework.
	Author: Leavedebtbehind.com
	Author URI: http://www.leavedebtbehind.com
	Version: 1.2
	Template: genesis
*/

body {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	} 

/***** Wrap ********************/

#wrap {
	background: #FFFFFF;
	width: 980px;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	/*width: 960px; */
	height: 80px;
	}

#title-area {
	width: 400px;
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a, #title-area #title a:hover {
	color: #333333;
	text-decoration: none;
	}
	
#title-area #description {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
	}

#header .widget-area {
	width: 550px;
	float: right;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 300px;
	height: 80px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 972px;
	}
	
/***** Navigation Menus ********************/

#nav, #subnav {
	/*width: 1040px;*/
	background: #333333;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid #666666;
	overflow: hidden;
	clear: both;
	}

#nav ul, #subnav ul, #header ul.nav, #header ul.menu {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	/*background:url("http://www.leavedebtbehind.com/wp-content/themes/leavedebtbehind/images/topnav-backgrnd2.png") repeat scroll 0 0 transparent;*/
  /*background: none repeat scroll 0 0 #AAD681;*/
  /*background: #003F55;*/
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(80, 166, 210)), color-stop(0.17647, rgb(51, 153, 204)), color-stop(0.23529, rgb(51, 153, 204)), to(rgb(15, 117, 168)));*/
	/*letter-spacing:-0.5px;*/
	height:30px;
	line-height: 18px;
	/*-khtml-border-top-right-radius:3px;
	-khtml-border-top-left-radius:3px;
	-khtml-border-bottom-left-radius:3px;
  -khtml-border-bottom-right-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -ms-border-top-left-radius:3px;
  -ms-border-top-right-radius:3px;
  -ms-border-bottom-left-radius:3px;
  -ms-border-bottom-right-radius:3px;
  -o-border-top-left-radius:3px;
  -o-border-top-right-radius:3px;
  -o-border-bottom-left-radius:3px;
  -o-border-bottom-right-radius:3px;
  -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  */
	}
	
#nav li, #subnav li, #header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	}
	
#header ul.nav li, #header ul.menu li {
	background: #333333;
	text-transform: uppercase;
	}
	
#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
	/*color: #FFFFFF;*/
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item, #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	/*background: #FFFFFF;*/
	color: #F08204;
	}
	
#nav li a.sf-with-ul, #subnav li a.sf-with-ul, #header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 25px;
	}	
	
#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	top: 12px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited, #subnav li li a, #subnav li li a:link, #subnav li li a:visited, #header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 158px; 
	font-size: 14px;
	/*font-weight:bold;*/
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	letter-spacing:none;
  text-shadow:none;
	}
	
#nav li li a:hover, #nav li li a:active, #subnav li li a:hover, #subnav li li a:active, #header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	/*background: #C0D573;*/
	background: none repeat scroll 0 0 #cfe2f3;
	text-decoration: none;
	font-weight:normal;
	}

#nav li li a .sf-sub-indicator, #subnav li li a .sf-sub-indicator, #header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul, #subnav li ul, #header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	}

#nav li ul a, #subnal li ul a, #header ul.nav li ul a, #header ul.menu li ul a { 
	width: 160px;
	}

#nav li ul ul, #subnav li ul ul, #header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 179px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul, #header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul, #header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover, #subnav li:hover, #subnav li.sfHover, #header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}
	
#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}
	
#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px 0 20px 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 972px;
	margin-top: 5px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 470px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 652px;
	}
	
.full-width-content #content {
	width: 960px;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	}
	
#content h2 {
	font-size: 20px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 14px;
	}

#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul, #content .post ol, #content .page ol, #header .widget-area ul {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#header .widget-area ul {
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li, #header .widget-area ul li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #header .widget-area ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	/*margin: 0 0 5px 0;*/
	margin:10px 0 20px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #E6E6E6;*/
	}

/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	border-top: 1px solid #E6E6E6;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/***** Sticky Posts ********************/
	
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

/***** Post Icons ********************/
	
.time, .categories {
	margin: 0;
	padding: 0;
	}
	
.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content img, #content p img {
	/*max-width: 100%;*/
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	border: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #2255AA;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F7F7F7;
	color: #2255AA;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	display: inline;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border: 1px solid #E6E6E6;	
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	background: #F7F7F7;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #E6E6E6;
	}
	
#sidebar .textwidget, #sidebar-alt .textwidget {
	margin: 0;
	padding: 10px 10px 0 10px;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	margin: 10px 0 0 0;
	padding: 0 10px 0 25px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: square;
 	word-wrap: break-word;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 10px 0 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 278px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 10px 5px 10px;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {	
	background: #F7F7F7;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 0 10px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .reply a, .reply a:visited {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #666666;
}
	

#header .searchsubmit{
	background: url("images/search2.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #D5201C;
    cursor: pointer;
    display: block;
    float: right;
    letter-spacing: -6px;
    position: relative;
    left: 292px;
    text-indent: -9999px;
    top: 0px;
    width: 35px;
    height: 29px;
	}
	


#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .reply a:hover {
	/*background: #000000;*/
	text-decoration: none;
	border: 1px solid #666666;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	/*float: right;
	padding: 0px 0 0 0;
	*/
	}
	
#sidebar .searchform {
	padding: 5px 0 0 10px;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
/*.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}
*/	
#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	border-radius: 3px;
	}
	

.s {
    /*-moz-box-shadow: 0 -1px 0 #565253;*/
    /*background: none repeat scroll 0 0 #484343;*/
    border: 1px solid #3F6287;
    /*color: #00364A;*/
    float: right;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 0px 35px 0px 15px;
    width: 240px;
    height: 28px;
	}


/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	}
	
#sidebar .enews p {
	padding: 10px 10px 0 10px;
	}

.enews #subscribe {
	padding: 0 0 0 10px;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}
	
#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}
	
/***** Contact Form ********************/

/*
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}

*/	
/***** Footer ********************/

#footer {
	/*width: 960px;*/
	/*background: #333333;*/
	/*background: url("images/footer-bg.png") repeat-x scroll center top #F6F6F5;*/
  border-top: 8px solid #082E43;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-left: 10px;
	margin-right: -6px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	}

.even, .alt, .depth-1 {
	border: 1px solid #E6E6E6;
	}











#topnav_container {width: 100%;height:2.6em;}

#topnav_menu_container {
margin: auto;
padding: 0;
display:block;
width: 972px;
}

li#topnav_menu_container {list-style:none outside none;}

ul.topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
color: #111111;
font-family:'Helvetica Neue',Arial,sans-serif;
float: right;
margin:0;
padding:0;
}

ul.topnav li { float: left; padding: .65em;}
ul.topnav li a {font-size:11px;}
ul.topnav li a:hover { text-decoration: underline; color: #86A12F;}

#wrap{width:100%;}

body{
	font-size: 14px;
    line-height: 22px;
	}

#header .wrap {width:972px;margin: auto;}
#header_area {height:65px;}
#header {
	padding:10px 0;
	height:50px;
	background: #44779F;
	}
/*#header_left {width:235px;float:left;margin:18px 0 0;}*/
#header_right {/*margin:30px 0 0 20px;*/
	 /*float:right;
	 width:300px;*/}
#ldb_logo {float:left;}
input, textarea{font-family:Arial,Verdana,sans-serif;font-size:12px;}
#social {float:right;padding:2px;margin:-5px 0;}
#search {float:right;padding-top:20px;}


#nav, #subnav {
	/*background:url("http://www.leavedebtbehind.com/wp-content/themes/ldb20/images/new_bkg_body.gif") repeat scroll 0 0 #415992;*/
	/*background: #003F55;*/
	/*margin-top:8px;*/
  /*border-top:2px solid #C06901;*/
/*border-top: 1px solid white;*/
border-top:8px solid #082E43;
border-bottom: 1px solid #DCE5EE;
/*line-height:8px;*/
background: #e5e5e5;
background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
background: linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );


	}

#nav li a, #subnav li a, #header ul.nav li a, #header ul.menu li a {
/*color:#FFFFFF;*/
/*letter-spacing:-.08em;
font-family:Arial,Helvetica,sans-serif;*/ 
font-family:Arial,Verdana,sans-serif;
font-size:13px;
font-weight:bold;
/*text-shadow:0 1px 0 #144264;*/
padding:6px 9px;
/*border-left:1px solid #388BDD;*/
}

#nav .wrap {
	width:972px;
	margin: 0 auto;
}

#nav li a .sf-sub-indicator, #subnav li a .sf-sub-indicator, #header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
background:url("images/arrow-down.png") repeat scroll 0 0 transparent;
}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item, #subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item, #header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	/*background: #C0D573;*/
	/*background:transparent;*/
	/*color: #FFFFFF;*/
	text-decoration:underline;
	}
	
.sub-menu li a{
	font-weight:normal;
}

#sidebar .widget, #sidebar-alt .widget {
background:none repeat scroll 0 0 #FFFFFF;
border:none;
margin:0;
padding:0;
}

#sidebar-alt {width:160px;}

#content-sidebar-wrap {float:left;width:860px;}

#content {float:left;width:540px;}

#inner {margin: auto;width:972px;}

#sidebar .textwidget, #sidebar-alt .textwidget {
padding:0;
}

#sidebar li, #sidebar-alt li {
list-style-type:none;
word-wrap:break-word;
}

#sidebar h4, #sidebar-alt h4 {
	padding:10px 5px 0 0 !important;
	color:#01B8F1;
font-family:arial,helvetica,sans-serif;
font-size:16px;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
background:none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #A0A0A0;
}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
margin:0;
padding:0 0 0 5px;
font-family:arial;
line-height:1.6;
}

#featured-top {
	/*height:380px;*/
}

#featured-top h2 a, #featured-top h2 a:visited {
font-family:Georgia,serif;
font-size:30px;
line-height:30px;
}

#featured-top .post {
margin:0 0 20px;
padding:0;
}

.splitter {
background:url("http://www.leavedebtbehind.com/wp-content/themes/ldb_v3/custom/images/story_line.png") repeat-x scroll left center transparent;
margin-bottom:10px;
}

.split_text {
color:#888888;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
padding-bottom:4px;
font-family:'Helvetica Neue',Arial,sans-serif;
}

.splitter span {background:none repeat scroll 0 0 #FFFFFF;padding-right:5px;}

.entry-title {clear:both;margin-bottom:20px;line-height:25px;}

.byline {font-size:11px;
margin:0 0 5px;
padding:0;
text-transform:uppercase;}

/* Breadcrumbs */
.breadcrumbs {font-size: 11px;margin:5px 0;font-family:'Helvetica Neue',Arial,sans-serif;color:#96A75A;}
.breadcrumbs a {color: #888888;}
.breadcrumbs a:hover {text-decoration: underline;}

.authorphoto {float:left;padding: 0 4px;}
.authorphoto img {max-height:30px;max-width:30px !important;}

#featured-bottom h2, .featured-bottom h2 a, .featured-bottom h2 a:visited {
color:#333333;
text-decoration:none;
font-family:Georgia, serif;
font-size:22px;
margin:0 0 10px;
clear:both;
line-height:1.2;
}

#featured-bottom .post {
margin:0;
padding:0;
border-bottom-color:#CCCCCC;
  border-bottom-style:solid;
  border-bottom-width:1px;
padding:15px 1px;
clear:both;
}

#featured-top .byline {
padding:10px 0 20px;
}

#featured-bottom .byline {
	background:none repeat scroll 0 0 #F2F6FA;
/*border-bottom:1px solid #CCDDEE;*/
/*border-top:1px solid #CCDDEE;*/
clear:both;
}

#featured-bottom .authorphoto img {max-height:20px;max-width:20px !important;}

#featured-bottom .post-meta {border:none;clear:both;padding:8px 0 0;}

#af-form-2108386741 {-moz-border-radius:7px;
-webkit-border-radius: 7px; /* Saf3+, Chrome */
border-radius: 7px; /* Opera 10.5, IE 9 */}

#af-form-2108386741 .af-standards .af-element {width:180px;}
#af-form-2108386741 .bodyText p {margin:0 !important;}
#sidebar .textwidget {margin-bottom:14px;}

#footer {
	/*background:none;*/
	/*border-top:3px solid #CCDDEE;*/
	/*padding:1em;*/
	background: #e5e5e5;
background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
background: linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );

}
	
#footer .wrap {
		width:972px;
		margin: 0 auto;
	}
	
#footer,#footer a  {color:#2266BB !important;}


#footer a:hover {color:#CCCCCC;text-decoration:underline;}

#footer p {font-size:1em;line-height:1.8em;}

#footer-columns {overflow:hidden;
	color:#333333;
	text-transform:none;
	/*background:none repeat scroll 0 0 #EBEBEB;
	border-top:3px solid #CCDDEE;*/
	}
	
#footer-columns .widgettitle {margin:5px;}

.copyright {
color:#888888;
font-size:11px;
padding-bottom:35px;
text-align:center;
text-transform:none;
}

.bottom_nav {
font-size:11px;
/*margin-top:10px;*/
text-align:center;
text-transform:uppercase;
border-top:3px solid #CCDDEE;
}

.bottom_nav li {
display:inline;
list-style:none outside none;
margin:0 8px;
}

.bottom_nav ul {padding:0;margin-bottom:0;}

.footer-widgeted-1 {
float:left;
margin:0;
padding:0px 10px 5px;
width:31%;
text-align:left;
}

.footer-widgeted-1 .textwidget {padding:10px;}

.footer-widgeted-2 {
float:left;
margin:0;
padding:0px 20px 5px 0;
width:31%;
text-align:left;
}
.footer-widgeted-3 {
float:left;
margin:0;
padding:0px 10px 5px 0;
width:31%;
text-align:left;
}

#content h1 {font-size: 36px;
    line-height: 38px;}

#content h1, #content h2, #content h3, #content h4 {
	font-family:Georgia,serif;
	margin: 5px 0 15px;
	}

#similar-posts {height:200px;padding:30px 0 10px;}
#similar-posts li {        
border-bottom:medium none;
border-right:1px solid #DDDDDD;
cursor:pointer;
display:block;
float:left;
margin:0;
padding:14px;
text-align:left;
text-decoration:none;
height:165px;
width:106px;
}

#similar-posts li:last-child {border-right:none;}

#similar-posts li:hover {background-color:#EEEEEE !important;}

#similar-posts img {margin: 0pt; border: 1px solid #DDDDDD; padding: 2px; width: auto; height: auto; }
	
#similar-posts h1 {/*
clear:left;
font-size:13px;
font-weight:bold;
height:auto;
line-height:17px;
margin:0;
overflow:hidden;
text-transform:capitalize;
width:126px*/
border:0 none;
color:#111111;
font:12px arial;
margin:3px 0 0;
padding:0;
}

span.post-comments  {
	background:none;
	float:right;
}

#content .featuredpost img { max-width:none;}

#ldb_wt {padding:10px 5px 0 0 !important;
	border-bottom:1px solid #A0A0A0;margin-bottom:3px;
}

span.ldb_wt_fw {
	letter-spacing:-1px;font-size:16px;
text-transform:uppercase;font-weight:bold;color:#FF8600;
font-family:arial,helvetica,sans-serif;
}

span.ldb_wt_sw {
	letter-spacing:-1px;font-size:16px;
text-transform:uppercase;font-weight:bold;
/*color:#FF8600;*/
color:#01B8F1;
font-family:arial,helvetica,sans-serif;
}

#content h2.entry-title {font-size:26px;line-height:1;}

#optinboxbelowpost {
padding: 1.5em;
background: #D2EEFA;
border: 0.125em solid #C5DBE5;
border-width: 0.125em 0;
text-align: center;
} 

.icomment {
background:url("images/icon_comments.gif") no-repeat scroll left #FFFFFF;
margin:0;
padding:0 0 0 18px;
}

.postmeta_right{float:right;}

/*.postauthor {
background-color:#EAE7D6;
border:1px solid #CCCCCC;
margin:10px 0;
padding:10px;
}*/

.postauthor { background-color:#EBEFE0;
border:1px solid #AAAAAA;
color:#000000;
margin:10px 0 20px;
padding:10px;
float:left;
width:520px;
}

.postauthor img {
float:right;
margin:0;
padding-left:15px;
max-height:100%;
}

.connect { border-top: 1px solid #C06901; border-bottom: 1px solid #C06901; list-style: none; margin: 15px 0 0 0; padding: 0; width: 100%; overflow: hidden; }
.connect li { float: left; margin-right: 20px; }

.comment-author img {border:1px solid #E6E6E6;
float:right;
margin:0 5px 0 10px;
padding:4px;}

.gform_wrapper .gform_footer {margin:0 0 0 20px !important;padding:0 !important;}

#idSiteMeterHREF {display:none;}

.post-social {background:none repeat scroll 0 0 #F2F6FA;border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:10px 0;
}

#wp125adwrap_2c .even {border:none;}

.entry-content a, .entry-content a:visited {
color:#FE6902;
text-decoration:underline;
}

#nav li, #subnav li, #header ul.nav li, #header ul.menu li {
/*border-left:1px solid #11578F;*/
}

#nav li.home, #subnav li.home, #header ul.home li, #header ul.home li {
border-left:none;
}

.comment-author-Admin {background:#CFE0E9;}

#content .archive-page-full {
float:left;
width:100%;
}

.action_button a, .action_button a:visited{
-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
-webkit-border-radius:0.5em 0.5em 0.5em 0.5em;
background:none repeat scroll 0 0 #FF9600;
border-color:#FFAB34 #DF7C1D #DF7C1D #FFAB34;
border-right:0.188em solid #DF7C1D;
border-style:solid;
border-width:0.188em;
color:#FFFFFF !important;
cursor:pointer;
display:inline-block;
font-size:1.143em;
line-height:1em;
overflow:visible;
padding:0.5em 0.625em;
text-shadow:1px 1px 0 #D2810C;
width:auto;
text-decoration:none;
}

.action_button2 a, .action_button2 a:visited{
-moz-border-radius:8px 8px 8px 8px;
-moz-box-shadow:0 1px 8px rgba(0, 0, 0, 0.5);
-webkit-border-radius:8px 8px 8px 8px;
-webkit-box-shadow:0 1px 8px rgba(0, 0, 0, 0.5);
/*background:url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAJklEQVQI12P4//+/AxMDA8N/OMGAykUj/uEVI5P1jypG4XckugcBcz8yYZey+NoAAAAASUVORK5CYII=") repeat-x scroll 0 0 #1A70FB;*/
background:repeat-x scroll 0 0 #1A70FB;
border-color:#0364DD #0364DD rgba(0, 0, 0, 0.25);
border-style:solid;
border-width:1px;
color:#FFFFFF !important;
cursor:pointer;
display:inline-block;
font-size:15px;
font-weight:bold;
outline:medium none;
/*padding:12px 30px;*/
padding:9px 16px;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
text-transform:capitalize;
text-decoration:none;
}

.action_button2 a:hover {
 -moz-box-shadow:0 1px 8px rgba(0, 0, 0, 0.75);
 -webkit-box-shadow:0 1px 8px rgba(0, 0, 0, 0.75);
 background-color:#FFA500 !important;
 border: 1px solid #FFA500 !important;
 color:#FFFFFF !important;
}

.action_button2 a:active {
-moz-box-shadow:0 1px 12px #000000;
-webkit-box-shadow:0 1px 12px #000000;
background-color:#FFFFFF !important;
border-color:#FFFFFF !important;
color:orange !important;
text-shadow:none;
}

.action_button3 a, .action_button3 a:visited{
	  -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 3px #000000;
    background: -moz-linear-gradient(center top , #55CC01 0%, #34A901 97%) repeat scroll 0 0 transparent;
    background-color:#34A901;
	border-color: #51DC01 #3ECD01 #218B01;
    border-left: 1px solid #3ECD01;
    border-right: 1px solid #3ECD01;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    color: #FFFFFF !important;
    cursor: pointer;
    font-family: Verdana,Arial,sans-serif;
    font-size: 16px;
    margin: 5px 0 6px;
    padding: 7px 25px; 
    text-decoration: none !important;
  }
  
 .action_button3 a:hover      {background:#55CC01; border-color:#2ab604; border-top:1px solid #39ec06; border-bottom:1px solid #218008;}

.category_intro_block {
	padding: 10px 0 20px;
}

.leaderboard {
    /*padding: 10px 0;*/
    margin: 10px;
    height: 90px;
}

.banner_ad {
    background: none repeat scroll 0 0 transparent;
    float: left;
    width: 728px;
}

.leaderboard_promo {
    float: right;
    width: 260px;
}

#content-ad {
	width:336px;
	height:280px;
	float:left;
	padding:0 0 10px 0;
	margin-right: 15px;
}
#newslettersignup {
background:url("images/newsletter-signup.png") no-repeat scroll left #FFFFFF;
	width:300px;
	height:180px;
}

.oio-banner-zone .border, .oio-banner-zone .border:hover {
background: #DDDDDD !important;
color: #333333 !important;
font-weight: bold;
font-size: 12px;
}

.oio-link-zone {
	border: none !important;
	line-height: 1 !important;
	font-size:12px;
}

li.border.oio-center,li.border.oio-center:hover {
	border: 1px solid #999999 !important;
}

