/*  
Template Name: Credit Card Matcher
Version: 1.0
Author: Author Name
Author URI: http://someurl.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #005F7D;
	padding-top: 18px;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body.home {
	background: url(img/bg.jpg) repeat-x left top;
}

body.blog {
	background: url(img/bg2.jpg) repeat-x left top;
}

p {
	line-height: 19px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #993B11;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	background: url(img/quote.gif) no-repeat 25px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

/* Wrap */

#wrap {
	width: 887px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 887px;
	height: 148px;
	position: relative;
}

.header_home {
	background: url(img/header.jpg) no-repeat left bottom;
}

.header_blog {
	background: url(img/header2.jpg) no-repeat left bottom;
}

/* Header (menu)*/

#header #menu {
	width: 100%;
	padding-bottom: 8px;
}

#header ul {
	width: 640px;
	height: 20px;
	padding: 0;
	overflow: hidden;
	margin-left: 5px;
}

#header ul li {
	display: inline;
	font-size: 14px;
	padding: 0 7px 0 3px;
	font-weight: bold;
	border-right: #8FC7E1 1px solid;
}

#header ul li a {
	text-decoration: none;
	color: #004666;
}

#header ul li a:hover {
	color: #0CA3EC;
}

#header ul li.first {
	border: 0;
}

/* Header (title) */

#header #title {
	padding: 25px 0 0 25px;
}

#header #title h1 {
	text-indent: -5000px;
	height: 61px;
	background: url(img/title.jpg) no-repeat;
	overflow: hidden;
	padding: 0;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	padding-bottom: 50px;
}

.cw_blog {
	background: url(img/content_wrap.jpg) no-repeat 5px 7px;
	padding-top: 20px;
}

#cw_in {
	width: 100%;
	background: url(img/line2.gif) repeat-y 635px 0;
}


/* Content (Home Page) */

#content {
	width: 653px;
	float: left;
}

#content h2 {
	color: #0070A2;
	font-size: 20px;
	font-weight: normal;
}

#content h2.welcome {
	padding: 12px 0 0 0;
}

#content h2 span {
	color: #004E71;
	font-style: italic;
}

#content p {
	line-height: 22px;
}

/* Content CC Block */

#content #block_wrap {
	width: 100%;
}

#content .block {
	width: 653px;
	background: url(img/block_body.gif);
	margin-top: 15px;
}

#content .block_top {
	width: 100%;
	background: url(img/block_top.gif) no-repeat left top;
}

#content .block_bottom {
	background: url(img/block_bottom.gif) no-repeat left bottom;
	padding-bottom: 8px;
	width: 100%;
}

/* Content CC Block (col 1) */

.col_1 {
	width: 170px;
	color: #fff;
	text-align: center;
	margin-left: 15px;
	float: left;
	display: inline;
	margin-right: 30px;
}

.col_1 h3 {
	line-height: 22px;
	padding: 10px 0 12px 0;
	font-size: 15px;
}

.col_1 span {
	color: #A9DDF4;
}

.col_1 img.apply {
	margin-top: 7px;
}

/* Content CC Block (col 2) */

.col_2 {
	width: 197px;
	font-size: 13px;
	color: #006C9A;
	float: left;
}

.col_2 li {
	line-height: 19px;
	background: url(img/dot.gif) no-repeat left 16px;
	padding: 10px 0px 10px 12px;
}

/* Content CC Block (col 3) */

.col_3 {
	width: 218px;
	float: left;
	margin-left: 15px;
	margin-top: 14px;
	background: url(img/white_line.gif) repeat-y 117px 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.col_3 img {
	margin-right: 1px;
}

/* Content CC Block (col 3 - table styling) */

.col_3 table, .col_3 td, .col_3 tr {
	padding: 0;
	margin: 0;
}

.col_3 table {
	border-collapse: collapse;
}

.col_3 table td {
	padding: 7px 0;
	font-size: 12px;
}

.col_3 tr.row_a td {
	background: #E0EEF7;
}

.col_3 tr.row_b td {
	background: #F2F9FE;
}

.col_3 .first {
	color: #003F58;
	text-align: right;
	padding-right: 5px;
	width: 112px;
	border-right: 1px solid #fff;
}

.col_3 .second {
	color:  #007EB1;
	font-weight: bold;
	padding-left: 5px;
	width: 95px;
}

/* Sidebar (Home Page) */

#sidebar_home {
	width: 209px;
	float: left;
	background: url(img/sidebar_form_body.gif);
        
	margin-left: 7px;
	margin-right: 15px;
	display: inline;
	margin-top: 7px;
}

#sidebar_home_pt {
	width: 100%;
	background: url(img/sidebar_form_top.gif) no-repeat left top;
}

#sidebar_home_pb {
	background: url(img/sidebar_form_bottom.gif) no-repeat left bottom;
	padding: 20px 3px 15px 3px;
}

#sidebar_links {
  background: #fff !important;

}

#sidebar_links li {
	       
        line-height: 19px;
	background: url(img/dot.gif) no-repeat left 16px;
        margin-left: 10px;
	padding: 10px 0px 10px 12px;
}


/* Sidebar (Home Page - Form Styling) */

#sidebar_home fieldset {
	border: none;
	font-size: 14px;
	padding: 0 0 0 15px;
}

#sidebar_home legend {
	font-weight: bold;
	color: #003F58;
	padding: 0 0 7px 0;
	margin: 0;
}

#sidebar_home label {
	display: block;
	margin: 8px 0;
}

#sidebar_home label input {
	margin-right: 8px;
	margin-left: 0;
}

#sidebar_home input.submit {
	margin-top: 15px;
}

#sidebar_home img.spacer {
	margin: 10px 0 15px -17px;
}

/* Content (Blog) */

#content_blog {
	width: 595px;
	float: left;
	margin-left: 22px;
	margin-right: 37px;
	display: inline;
	color: #576A74;
	overflow: hidden;
	margin-top: -15px;
	position: relative;
}

#content_blog h2 {
	font-size: 20px;
	color: #003C58;
}

#content_blog h2 a {
	color: #003C58;
	text-decoration: none;
}

#content_blog h2 a:hover {
	color: #008CCC;
}

#content_blog h3 {
	font-size: 17px;
	color: #003C58;
}

#content_blog h4 {
	font-size: 12px;
}

#content_blog p {
	line-height: 22px;
}

#content_blog ul {
	padding-left: 40px;
}

#content_blog ol {
	padding-left: 57px;
}

#content_blog ul li {
	line-height: 17px;
	padding: 2px 0 2px 15px;
	background: url(img/square.gif) no-repeat 0 8px;
}

#content_blog ol li {
	list-style: decimal;
	line-height: 17px;
	padding: 2px 0;
}

/* Content (Blog) Post */

#content_blog .post {
	width: 100%;
	padding: 20px 0;
	clear: both;
}

#content_blog .page .title {
	padding-bottom: 0 !important;
	margin-bottom: 5px;
}

#content_blog .post h2.htitle {
	padding: 0px 0 10px 0;
}

#content_blog h2.atitle {
	padding: 15px 0 0 0;
	color: #5EA928;
}

#content_blog .post .title {
	width: 100%;
	border-bottom: #E6EEF2 1px solid;
	padding-bottom: 10px;
}

#content_blog .post p.date {
	background: url(img/icon_date.gif) no-repeat 2px 2px;
	font-size: 11px;
	color: #96A1A6;
	padding: 0 0 0 27px;
	margin-top: -8px;
}

#content_blog .post p.date a {
	color: #96A1A6;
	text-decoration: none;
}

#content_blog .post p.date a:hover {
	color: #000;
	text-decoration: underline;
}

#content_blog .post p.details {
	width: 485px;
	background: #FEF9EF;
	border-top: #F3E8D4 1px solid;
	line-height: 19px;
	padding: 7px 100px 9px 10px;
	position: relative;
	margin-top: 20px;
	clear: both;
}

#content_blog .post p.details a {
	color: #0076A8;
	font-weight: bold;
	text-decoration: none;
}

#content_blog .post p.details a:hover {
	color: #000;
}

#content_blog .post p.details span {
	background: url(img/icon_comments.gif) no-repeat 0 2px;
	padding-left: 25px;
	display: block;
	position: absolute;
	right: 11px;
	top: 8px;
}

#content_blog #more_entries {
	width: 100%;
	padding: 10px 0;
}

#content_blog #more_entries .left {
	float: left;
}

#content_blog #more_entries .right {
	float: right;
}

#content_blog #more_entries a {
	color: #004761;
	text-decoration: underline;
}

#content_blog #more_entries a:hover {
	text-decoration: none;
}

/* Content (Blog) Comments */

#comments_wrap {
	width: 100%;
	padding: 5px 0 15px 0;
}

.comment {
	width: 593px;
	padding: 8px 0;
	background: #ECF8FF;
	border: #D8ECF8 1px solid;
}

.alt {
	border-top: 0;
	border-bottom: 0;
	border-left: #EFF8FD 1px solid;
	border-right: #EFF8FD 1px solid;
	background: #F7FCFF;
}

.comment .cleft {
	width: 72px;
	text-align: center;
	float: left;
	overflow: hidden;
}

.comment .cleft h4 {
	padding: 2px 0 7px 0;
}

.comment .cleft a {
	color: #0076A8;
	text-decoration: none;
}

.comment .cleft a:hover {
	text-decoration: underline;
}

.comment .cleft img {
	padding: 2px;
	border: #DEE8EF 1px solid;
	background: #fff;
}

.comment .cright {
	width: 495px;
	padding-left: 14px;
	float: left;
	color: #576A74;
	border-left: #D2E5F1 1px solid;
	overflow: hidden;
}

.comment .cright p.date {
	font-size: 11px;
	padding: 0px;
	margin-top: -1px;
}


/* Content (Blog) Comments - Form */

#content_blog form label {
	display: block;
	padding: 8px 0;
	color: #003C58;
}

#content_blog form label input {
	background: #F7FCFF;
	border: #E7EFF4 1px solid;
	width: 257px;
	padding: 5px;
	margin-top: 5px;
}

#content_blog form textarea {
	background: #F7FCFF;
	border: #E7EFF4 1px solid;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_blog form label span {
	color: #635A5B;
	font-size: 11px;
	padding-left: 5px;
}

/* Sidebar (Blog) */

#sidebar_blog {
	width: 215px;
	overflow: hidden;
	float: left;
}

/* Sidebar (Blog) Subscribe */

#subscr {
	width: 215px;
	height: 139px;
	background: url(img/subscr_bg.gif) no-repeat;
}

#subscr p.rss {
	background: url(img/icon_rss.jpg) no-repeat 9px 12px;
	padding: 12px 0 5px 40px;
	font-weight: bold;
}

#subscr p.rss a {
	color: #fff;
	text-decoration: none;
}

#subscr p.rss a:hover {
	text-decoration: underline;
}

#subscr form p {
	color: #A6D1EE;
	font-size: 11px;
	padding: 5px 0;
}

#subscr form {
	padding-left: 9px;
}

#subscr form .eif {
	width: 197px;
	height: 30px;
	background: url(img/subscr_input.gif) no-repeat;
	position: relative;
	margin-bottom: 8px;
}

#subscr form .eif input {
	width: 180px;
	font-family: arial;
	font-size: 12px;
	color: #003C58;
	background: transparent;
	border: 0;
	position: absolute;
	left: 5px;
	top: 6px;
}

#sidebar_blog .widget {
	width: 100%;
	border-bottom: #E8EEF1 1px solid;
	padding-bottom: 15px;
}

#sidebar_blog h2 {
	font-size: 17px;
	color: #007EB2;
	padding: 20px 0 0 0;
}

#sidebar_blog ul li {
	background: url(img/arrow.gif) no-repeat 0 10px;
	line-height: 17px;
	padding: 3px 0 3px 10px;
}

#sidebar_blog a {
	color: #576A74;
	text-decoration: underline;
}

#sidebar_blog a:hover {
	text-decoration: none;
	color: #007EB2;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background:   #E1E1E1;
	color:  #034567;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 30px !important;
}

#tag_cloud h2 {
	margin-bottom: 15px;
}

/* Widget (search) */

#search input#s {
	width: 150px;
	padding: 5px;
	background: #F7FCFF;
	border: #E7EFF4 1px solid;
	margin: 10px 0;
	
}

/* Footer */

#footer {
	width: 100%;
	height: 80px;
	padding-top: 20px;
	background: url(img/footer_bg.jpg) repeat-x left top;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

/* Fix */

#content_wrap:after,
#cw_in:after,
#sidebar_form ul li:after,
.block_bottom:after,
#more_entries:after,
.comment:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}
