/*  

Theme Name: Cashblitz

Theme URI: http://www.mybloglive.com

Description: A cool cash wordpress theme. 

Version: 1.0

Author: Ankur Savai

Author URI: http://www.aksinfo.com



	



*/
body {
	font-family: "verdana";
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #8DA9AD url('img/body_bg.jpg') repeat-x;
}

p, h2, img, ul, form {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* --- Wrap --- */

#wrap {
	width: 731px;
	background: url('img/wrap_bg.gif') no-repeat top;
	padding-left:7px; padding-right:7px; padding-top:0; padding-bottom:0
}

#wrap_out {
	width: 745px;
	margin: 0 auto;
	background: url('img/content_wrap.gif') repeat-y;
}
/* --- Top --- */

#top {
	width: 100%;
	height: 145px;
	background: url('img/top_bg.jpg');
	position: relative
}

#top h2 {
	/* width:329px;
	height:70px;
	background: url(img/logo.jpg); */
	position: absolute;
	left: 347px;
	top: 30px;
	font-size: 25px;
	font-weight: normal;
	font-family: "Trebuchet MS";
}

#top p {
	position: absolute;
	top: 60px;
	left: 350px;
	color: #EEEEEE;
}

#top h2 a {
	color: #fff;
	text-decoration: none;
}

#top h2 a:hover {
	text-decoration: underline;
}

/* --- Content Wrap--- */

#content_wrap {
	width: 100%;
}

/* --- Left --- */

#left {
	width: 537px;
	float: left;
	margin-left: 23px;
	margin-right: 52px;
	display: inline;
	font-size: 12px;
}

#left p {
	padding: 10px 0;
}

.details {
	padding: 0 !important;
}

.details a {
	color: #005E78;
}

#left h2 {
	font-size: 12px;
	padding-top:20px;
	padding-bottom: 3px;
}

#left h2 a {
	color: #D7102E;
	text-decoration: none;
}

#left h2 a:hover {
	text-decoration: underline;
}

#left ul {
	padding-left: 50px;
}

#left ul li {
	list-style: disc;
}

.comments {
	font-weight: bold;
}

.comments a {
	color: #005E78;
	text-decoration: none;
}

.comments a:hover {
	text-decoration: underline;
}

#more_posts {
	padding: 20px 0;
}

/* --- Comments --- */

#left label {
	padding-left: 10px;
}

#left form p {
	padding: 0 0 5px 0 !important;
}

.comment {
	background: #D2D2D2;
	border: #BFBFBF 1px solid;
	margin-bottom: 10px;
	margin-top: 10px;
}

.comment {
	padding: 10px;
}

.comment p {
	padding: 0 0 10px 0 !important; 
}

/* --- Right --- */

#right {
	width: 99px;
	float: left;
	background: url('img/right_top.jpg') repeat-x top;
	padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}

#right h2 {
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0;
}

#right a {
	color: #fff;
}

#right ul {
	padding: 5px 0;
}

#right ul li {
	line-height: 18px;
}

ul.rp li {
	padding-bottom:10px;
}

#right ul ul {
	padding: 0;
}


/* --- Fix --- */

#content_wrap:after {
    content: "."; 
    display: block; 
    height: 1; 
    clear: both; 
    visibility: hidden;
}

