/*
Theme Name: DRC-by-ContentRobot-v1.1
Theme URI: http://www.contentrobot.com/
Description: This two column WordPress theme was created for the <a href="http://www.debtreliefcompanies.net/">DebtReliefCompanies.net</a> site by <a href="http://www.contentrobot.com/">ContentRobot.</a>
Version: 1.1
Author: Dana Rockel
Author URI: http://www.contentrobot.com/
*/

/*
Colors Used In This Theme
dk green - 006600
md green - 009933
dkr green - 003300
*/

/* Common */
body {
	background-color: #eee;
	color: #000;
	font-size: 73%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Verdana, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header-bar-bg.png);
	background-repeat: repeat-x;
}
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input, object, embed {
	margin: 0px;
	padding: 0px;
}
input#s, textarea#comment, input#log, input#pwd {
	width: 97%;
}
hr {
	display: none;
}
p, ul, ol {
	line-height: 1.4em;
font-size:1em;
}
p {
margin-bottom: 8px;}
a {
	outline:none;
}
a.button {
	background-color: #093;
	color: #fff!important;
	padding: 3px 10px;
	text-decoration: none;
}
a.button:active, a.button:hover {
	background-color: #060;
}
blockquote {
background:#fff url(images/quote.gif) no-repeat top left;
padding:0 0 0 34px;
margin:2em 0 0 0;
font:normal 12px/14px verdana, arial, helvetica, sans-serif;
}
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear:both;
}
/* IE7 clearfix fix */
.clearfix {
	display:inline-block;
}
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
	
/* Structure */
#makewhite {
	background-color: #fff;
}
.centerpage {
	text-align: left;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
}
#makewhite .centerpage {
	padding: 10px 0 0;
	width: 965px;
}
#headerwrapper {
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 965px;
	height: 126px;
}
#headerwrapper h1, #headerwrapper h1 a {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0;
	margin: 0;
}
#headerimg {
	float: left;
	margin-top: 20px;
	height: 85px;
	width: 215px;
	padding: 0px;
	background-image: url(images/drc-logo.png);
	background-repeat: no-repeat;
}
#headerimg h1 a {
	text-indent: -9000px;
	display: block;
	width: 215px;
	height: 85px;
	/*background-color: #fed;*/
}
#headerimg h1 a span {
	display: none;
}
.description {
	float: left;
	margin-top: 20px;
	height: 47px;
	width: 730px;
	padding: 0px;
	background-image: url(images/drc-tagline.png);
	background-repeat: no-repeat;
}
.description span {
	display: none;
}
.breadcrumbs {
	float: left;
	font-size: 11px;
	line-height: 13px;
	color: #333;
	margin-top: 4px;
	margin-left: 110px;
}
html>body .breadcrumbs {
	line-height: 11px;
	margin-left: 225px;
}
.breadcrumbs a, .breadcrumbs a:visited {
	color: #333;
}
.breadcrumbs a:active, .breadcrumbs a:hover {
	color: #000;
}
#mainwrapper {
	margin: 0px;
	padding: 0 5px;
}
#leftsidebar {
	float: left;
	padding: 10px 5px;
	width: 185px;
	color: #333;
}
#maincontent {
	background-color: #fff;
	float: left;
	padding: 15px 10px 15px;
	margin: 0px 10px 0;
	width: 512px;
}
#rightsidebar {	
	float: left;
	padding: 10px 0px;
	width: 180px;
	color: #333;
position:relative;
}
#footerwrapper {

	padding: 10px;
	font-size: 12px;
	clear: both;
	background-image: url(images/footer-bar-bg.png);
	background-repeat: repeat-x;
}
#footer {
	margin: 0px;
	padding: 0px;
}
#footer p {
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#footer a {
	color: #060;
	margin: 0px 2px;
}
#footer a:hover, #footer a:active {
	color: #000;
}
#extrawrapper {
	text-align: left;
	width: 965px;
	margin: 0px auto;
	padding: 0px;
}

/* Navigation */
#navwrapper {
	float: left;
	height: 39px;
	width: 730px;
}
#nav {
padding:0;
	margin: 0;
	list-style: none;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	padding: 5px 8px 8px 0px;
}
#nav li { 
	display: inline;
padding:8px 0;
}
#nav li a, #nav li a:visited { 
	color: #fff;
	padding: 8px;
	margin-right: 5px;
	text-decoration: none;
}
#nav li#current a { 
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover, #nav li#current a:hover, #nav li a:active, #nav li#current a:active { 
	background: #555;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}
#nav li a.feedback {
background-color:#FFCB05;
color:#222;
font-weight:bold;
}

/* Sidebars */
#leftsidebar h2, #rightsidebar h2 {
	text-align: left;
	color: #333;
font:bold 16px/16px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
border-bottom:1px solid #333;
	padding: 0 0 2px 0;
margin-bottom: 10px;
	height: 20px;
}
#rightsidebar h2.singlelinealt {
	width: 160px;
	font-size: 18px;
	background:url(images/side-heading-bg-alt.png) no-repeat top center;
	height: 70px;
text-indent:-9998px;
	padding: 6px 10px 5px;
}
#leftsidebar h2.singleline, #rightsidebar h2.singleline {
	margin-top: 16px;
}

#leftsidebar ul li, #rightsidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#leftsidebar ul li ul li, #rightsidebar ul li ul li {
	list-style-type: none;
	list-style-image: none;
	background: url(images/head.gif) no-repeat 0px 4px;
padding-left:14px
}
#leftsidebar ul li ul li {
background: url(images/head.gif) no-repeat top left;
padding-left:0;
margin-bottom:10px;
}
#leftsidebar ul li ul, #rightsidebar ul li ul, #leftsidebar p, #rightsidebar p, #leftsidebar form, #rightsidebar form {
	margin-bottom: 10px;
	padding: 0px 10px;
}
#leftsidebar ul li ul {
padding:0;
}
#leftsidebar p, #rightsidebar p {
	font-size: 12px;
}
#leftsidebar a, #rightsidebar a {
	color: #333;
font-size: 12px;
background-color:none;
}
#leftsidebar a:hover, #rightsidebar a:hover {
	color: #000;
}
#leftsidebar form, #rightsidebar form {
	padding: 0px 10px;
}
#rightsidebar .qaposts {
	font-size: 12px;
	margin-bottom: 10px;
}
#rightsidebar .qaposts p {
	margin: 0px;
	padding: 0px;
}
#leftsidebar p {
padding:0;
}

#leftsidebar .freereport {
background: url(images/sidefree.gif) no-repeat top center;
height:220px;
}
#leftsidebar .freereport h2 {
text-indent:-9999px;
border:none;
padding:0;
height:60px;
}
#leftsidebar .freereport ul {
margin: 17px 0 0 0;
}
#leftsidebar .freereport ul li {
padding:0;
text-align:center;
margin:8px 0 0 0;
height:20px;
}
#leftsidebar .freereport li a {
font:bold 11px/11px verdana, arial, helvetica, sans-serif;
margin:0;
padding:0;
}

/* Main Content */
#maincontent h1, #maincontent h1 a {
	display: block;
	font-size: 23px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
padding-bottom:3px;
	margin-bottom: 7px;
}
#maincontent .postpage h2, #maincontent h2 a {
	display: block;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 5px;
border-bottom: 1px solid #333;
padding-bottom:3px;
}
#maincontent h2 a:hover, #maincontent h2 a:active {
	color: #000;
}
#maincontent h3 {
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#maincontent h4 {
	display: block;
	font-size: 14px;
	color: #060;
	text-decoration: none;
}
#maincontent h5 {
	display: block;
	font-size: 14px;
	color: #C00;
	text-decoration: none;
}
#maincontent a {
	color: #333;
}
#maincontent a:hover, #maincontent a:active {
	color: #000;
}
#maincontent p {
	line-height: 1.4em;
	color: #333;
text-align:left;
font-size:14px;
margin-bottom:1.3em;
}
}
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	margin-bottom: 5px;
}
#maincontent ul {
	margin-left: 20px;
	margin-bottom: 5px;
}
#maincontent ol {
	margin-left: 25px;
	margin-bottom: 10px;
}
#maincontent .postinfo {
	color: #666;
	font-size: 10px;
	margin-bottom: 15px;
}
#maincontent .readmore {
	display: block;
	margin-bottom: 15px;
}
#maincontent .postmetadata {
	color: #333;
	background-color: #eee;
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	line-height: 14px;
}
#maincontent .postmetadata a {
	text-decoration: none;
}
#maincontent .postmetadata a:hover, #maincontent .postmetadata a:active {
	text-decoration: underline;
}
#maincontent .commentmetadata {
	color: #666;
	margin-bottom: 5px;
	font-size: 9px;
}
#maincontent ol.commentlist li.alt {
	background-color: #eee;
}
#maincontent blockquote {
	color: #666;
	font-style: italic;
}
#maincontent .postpage .entrytext ul {
	margin-left: 0px;
	margin-bottom: 15px;
	list-style-type: none;
	list-style-image: none;
}
#maincontent .postpage .entrytext ul.bullet {
	list-style-type: disc;
list-style-position:inside;
font-weight:bold;
}
#maincontent .postpage .entrytext ul li {
	margin-bottom: 5px;
}
#maincontent .postpage .entrytext ul li p {
	display: none;
}
#homemaincontainer {
	width: 512px;
	text-align: center;
}
#homemaincontainer p {
	line-height: 1.4em;
font-size:13px;
margin-bottom:2em;
}
#homemaintop {
	background: url(images/home-main-top.png) no-repeat top center;
	padding: 0;
width:512px;
}
#homemaintop p {
line-height:16px;
margin-bottom:5px;
}
#homemaintop p.ques {
line-height:16px;
margin-bottom:8px;
}
#maincontent #homemaintop h2 {
height:145px;
font-size:18px;
border:none;
margin:0 22px 0;

}
#maincontent #homemaintop h3 {
font-size:17px;
margin-bottom:10px;
border:none;
}
#homemaintopleft, #homemaintopright {
	width: 190px;
	font-size: 20px;
	float: left;
	margin-top: 55px;
margin-left:40px;
display:inline;
}

#homemaintopright {
	margin-left: 45px;
}
#homemainbottom {
	width: 512px;
	height: 20px;
	background: url(images/home-main-bottom.png) no-repeat bottom center;
	font-size:0px;
}
#maincontent #homemaintop ul {
margin:0;
font-size:14px;
}
#maincontent #homemaintop form {
font:normal 13px/13px verdana, arial, helvetica, sans-serif;
text-align:left;
}
#maincontent #homemaintop li a {
color:#444;
}

/* Tables */
table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	border-collapse: collapse;
}
tr {
	padding: 0px;
	margin: 0px;
}
td {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
th {
	padding: 5px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #ccc;
}
.rowTint {
	background-color: #eee;
}

/* Images */
.leftimg {
	margin: 0 10px 5px 0 !important;
	padding: 3px;
	border: 1px solid #999;
	float: left;
}
.rightimg {
	margin: 0 0 5px 10px !important;
	padding: 3px;
	border: 1px solid #999;
	float: right;
}
.nowrapimg {
	margin: 10px 10px 10px 0px !important;
	padding: 3px;
	border: 1px solid #999;
}	
.featuredimg {
	margin: 10px !important;
	padding: 3px;
	border: 1px solid #999;
}		
.plainimg {
	margin: 0px !important;
	padding: 3px;
	border: 1px solid #999;
}

/*Design Elements*/
.divider, .singledivider {
	display: block;
	line-height: .1em;
	height: 1px;
	border-top: 1px dotted #060;
	margin: 10px 0px;
}
.rsschicklet {
	padding-left: 20px;
	padding-bottom: 2px;
	background-image: url(images/rss-chicklet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* Cloud */
#cloud li {
	display: inline;
	list-style-type: none;	
	font-size: 10px;
	text-align: center;
}
#cloud li h2 {
	text-align: left	;
}
#cloud a {
	text-decoration: none;
	text-transform: lowercase;
	padding-right: 2px;
	padding-left: 2px;
}
#cloud a:hover {
	text-decoration: underline;
}

/* spacers */
.twopixelspacer { width: 100%; height: 2px; font-size:0px; }
.fivepixelspacer { width: 100%; height: 5px; font-size:0px; }
.tenpixelspacer { width: 100%; height: 10px; font-size:0px; }
.fiftypixelspacer { width: 100%; height: 50px; font-size:0px; }

/* ContentRobot */
#poweredbycr {
	width: 180px;
	height: 26px;
	position: relative;
	left: 7px;
	bottom: 7px;
	margin-top: -26px;
	clear: right;
	padding-top: 5px;
	padding-left: 12px;
}
#poweredbycr a {
	display:block;
	text-align: left;
	padding-left: 30px;
	color: #666;
	background-image: url(images/cr-bot.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 12px;
	font-size: 10px;
	text-decoration: none;
}
#poweredbycr a:hover, #poweredbycr a:active {
	background-position: 0 -26px;
	color: #000;
	text-decoration: none;
}

/* login area */
#loginarea {
	position: absolute;
	color: #666;
	padding: 3px;
	left: 1px;
	top: 1px;
}
#loginarea ul {
	list-style-type: none;
	list-style-image: none;
}
#loginarea li {
	display: inline;
}
#loginarea a, #loginarea a:visited {
	color: #666;
}
#loginarea a:hover, #loginarea a:active {
	color: #333;
}
#idtwo, #idthree {
	display: none;
}

/*wufoo*/
.needmyhelp {
	background:url(images/freereport.gif) no-repeat top center;
}
.needmyhelpin {
	background:url(images/freereport_bot.gif) no-repeat bottom center;
padding:11px;
}
.large {
border:4px solid #FAD52E;
padding:10px;
}
.arrows {
position:absolute;
top:-18px;
left:-50px;
background:transparent url(http://www.debtreliefcompanies.net/wp-content/uploads/2011/05/arrows.png) no-repeat top left;
width:260px;
height:270px;
z-index:1011;
}
.quotes {
margin:2em 0;
}

.description {

}

p#top-right {
	color: #808080;
	font-size: 1em;
	background: url('images/icon-arrow.gif') no-repeat left 8px;
	float: right;
	text-indent: 10px;
	margin: 0;
	margin-top: 18px;
	letter-spacing: -.5px;
	font-weight: bold;
}

p#top-right span {
	color: #e13b41;
	font-size: 1.5em;
	display: inline;
	font-weight: bold;
}

div {
	border: 1px soild #f6f;
}

