@charset "utf-8";

/* CSS Document */

/*  

Theme Name: 	daniel-creditrepair

Author: 		xceedbd

Author URI: 	www.xceedbd.com

*/



/**************** Body and tag styles ****************/

* {

	margin: 0; padding: 0;

}



BODY {

	PADDING: 0px;

	MARGIN: 0px; 

	FONT: 12px/17px Arial; 

	COLOR: #1e1e1e;

	BACKGROUND:#eeeeee url(images/body_bg.gif) repeat-x;

	TEXT-DECORATION: none;

}



H1, H2, H3, H4 {

	FONT-FAMILY: Arial;

}



H1 {

		MARGIN-TOP:20px; FONT-SIZE: 160%; MARGIN-BOTTOM: 10px; LETTER-SPACING: 0px

}

H2 {

	MARGIN-TOP:20px; FONT-SIZE: 120%; MARGIN-BOTTOM: 10px; LETTER-SPACING: 0px; font-color: #3fa3ff;

}

H3 {

	MARGIN-TOP: 17px; FONT-SIZE: 135%; LETTER-SPACING: 1px

}

H4 {

	MARGIN-TOP: 17px; FONT-SIZE: 115%; LETTER-SPACING: 1px

}

INPUT {

	BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; BORDER-BOTTOM: #ccc 1px solid; BACKGROUND-COLOR: #fff

}

EM {

	COLOR: red;

}

A {

	CURSOR: pointer; 

	COLOR: #105cb6; 

	outline: none;

	TEXT-DECORATION: none

}

A:visited {

	COLOR: #beb7b7;

}

A:hover {

	COLOR: #003;

	TEXT-DECORATION: none

}
ul, li {
    list-style-type: none;
}
A:active {

	COLOR: #000;

}



.break {

	font-size: 0;

	width: 0;

	height: 0;

	clear: both;

}



/**************** Header , navigation, page styles ****************/



#wrapper

{

BORDER: 0px ;

PADDING: 0px;

MARGIN: 0px auto;

WIDTH: 950px;

TEXT-ALIGN: left;

line-height:1.3em;

}



#wrapper .header{

	height:101px;

}



#navigation {

	margin: 0px;

	padding: 0px;

	float: left;

	height: 25px;

	width: 100%;

	overflow: hidden;	

}



.alignleft {

	text-align: left;

	float: left;

	padding-left:20px;

}



.alignright {

	text-align: right;

	float: right;

	padding-right:20px;

}



/* Logo */



.header .logo {

	margin:0 0 0 0;

	float:left;

	width:294px;

	height:46px;

	margin-top:25px;

	margin-left:30px;

	background:url(images/logo.gif) no-repeat left;

}



.header .pages {

	float:right;

	list-style-type: none;

	/*clear: both;*/

	height: 20px;

	overflow: hidden;

	margin:50px 10px 0 0px;

}



.header .pages li {

	float: left;

	padding-right:10px;		

}

.header .pages li a {	

	display: block;

	color:#ffffff;

	

}

.header .pages li a:hover {

	color: #ffffff;

}



/**************** Content styles ****************/



#content{

float:left;

margin-left:10px;

margin-top:15px;

width:669px;

background:url(images/cont_m.gif) repeat-y;

}



#content .top{

float:left;

width:669px;

height:3px;

background:url(images/cont_top.gif) no-repeat top;

}



#content .bottom{

float:left;

width:669px;

height:27px;

background:url(images/cont_bottom.gif) no-repeat bottom;

}



#content .post {

margin-top:0px;

margin-left:10px;

}



#content .post .title {	

	color:#000000;

	width:98%;	

}



#content .post .title h2{

	font-size:17px;

	font-family:Arial;

	margin-left:0px;

	color: #3fa3ff;

	text-transform:capitalize;

	width:98%;

	TEXT-ALIGN:left;

	font-weight:bold;

}



#content .post .title h1{

	font-size:20px;

	font-family:Arial;

	margin-left:0px;

	color: #1e1e1e;

	text-transform:capitalize;

	width:98%;

	TEXT-ALIGN:left;

	font-weight:bold;

}

#content .post .title a {

	background: none;

	color: #1e1e1e;

	

}



#content .post .entry {

	margin:0px;

	padding:0px;

	text-align:left;	

	width:99%;

	font-family:Arial;

	font-size:12px;

}



#content .post .read-more{

	padding:0px;

	margin:0px;

	text-align: left;

	font-family: Arial;

	font-size:13px;

	margin-left:5px;

}



#content .about_us {	

	float: left;

	margin-bottom:10px;

	margin-left:10px;	

}



#content .about_us h1{	

	font-size:20px;

	font-family:Arial;

	margin-left:0px;

	color: #1e1e1e;

	text-transform:capitalize;

	width:98%;

	TEXT-ALIGN:left;

	font-weight:bold;

}



#content .about_us h2{	

	font-size:20px;

	font-family:Arial;

	margin-left:0px;

	color: #3fa3ff;

	text-transform:capitalize;

	width:98%;

	TEXT-ALIGN:left;

	font-weight:bold;

}



/* Sidebar */

#sidebar {

	float:left;	

	width:232px;

	margin:15px 0 0px 24px;

	background:url(images/sidebar_m.gif) repeat-y;

}



#sidebar .top{

	float:left;	

	width:232px;

	height:3px;

	background:url(images/sidebar_top.gif) no-repeat top;

}



#sidebar .bottom{

	float:left;	

	width:232px;

	height:19px;

	background:url(images/sidebar_bottom.gif) no-repeat bottom;

}

#sidebar .box {

	margin-bottom: 15px;

}

	

#sidebar h2 {

	font-size: 1.1em;

	text-transform: uppercase;

	padding: 3px 13px;

	font-weight:bold;

	margin-bottom:5px;	

}



#sidebar ul {

	list-style-type: none;

}

#sidebar ul li {

	line-height: 1.3em;

	margin-left:13px;

	padding: 5px 8px;		

}

#sidebar ul li a {

	color: #1590ff;

	text-decoration: none;

}



#sidebar ul li a:hover {

	color: #6fbcff;

	text-decoration: underline;

}





		

		

/**********************End table style*************/



#comments { padding:0 0 0 14px; font-size:11px;}

#comments a, .block.center .top_post .meta .tags a {color:#71d4ff;}

#comments .comment { min-height:111px; padding-bottom:10px;  margin:0 0 0px 0;}

#comments .comment .meta {  font-size:11px; color:#71d4ff; width:100%; }

#comments .comment .author { margin-left:5px;float:left; color:#71d4ff; width:100%;}

#comments .comment .author a, #comments .comment .author span {font-weight:bold; font-size:12px;}

#comments .comment .date {float:left; margin-left:0px; width:100%;}

#comments .comment .text { font-size:11px; color:#4d4d4d; padding:0px 0px;}



#commentform td  { padding:7px 0;}

#commentform input { background:#fafafa; border:1px solid #cccccc; color:#666666; padding:4px; width:200px;}

#commentform textarea { background:#fafafa; border:1px solid #cccccc; color:#666666; padding:4px; width:270px; height:135px;}



/**************** footer styles ****************/



#footer {

	margin-left:26px;

	width:902px;

	min-height:147px;

	COLOR: #efeff0;

	background:#1f1f1f

}



#footer .l{

	float:left;

	text-align:left;	

}



#footer .r{

	margin-top:20px;	

	float:right;

	text-align:left;

	margin-right:10px;

}



#footer P {	

	line-height: normal;

	font-size: 12px;

	text-transform:capitalize;

	margin-right:0px;

}

#footer .box {

	float:left;

	width:120px;

	margin-left:10px;

}



#footer h2 {

	font-size: 1.1em;

	text-transform:capitalize;

	padding: 0px 5px;

	font-weight:bold;

	margin-bottom:10px;	

}



#footer ul {

	list-style-type: none;

}

#footer ul li {

	line-height: 1.0em;

	margin-left:0px;

	padding: 3px 8px;		

}

#footer ul li a {

	color: #efeff0;

	text-decoration: none;

}



#footer ul li a:hover {

	color: #efeff0;

	text-decoration: underline;

}





img {

float: left;

padding-right: 5px;

border: 0;}