/*  
Theme Name: TheReal
Theme URI: http://www.mybloglive.com
Description: A theme titled "TheReal" enjoy.
Version: 1.0Author: Ankur Savai
Author URI: http://www.aksinfo.com
/*/
body {
	font-family: "verdana";
	font-size: 11px;
	background: #DCDCDC;
	margin: 0;
	padding: 0;
}

p, h2, img, ul, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

.hidden {
	display: none;
}

a {
	color: #F2F2F2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* --- Wrap --- */

#wrap {
	width:797px;
	background: #fff url(img/wrap_bg.gif) repeat-y 4px 0;
	padding:0px 4px 0px 4px;
	margin: 0 auto;
}


/* --- Left --- */

#left {
	width:224px;
	float: left;
}

/* --- Left Top --- */

#left_top {
	width:224px;
	height:249px;
	border-top: 4px solid #fff;
	background: url(img/left_top.jpg);
	position: relative;
}

#left_top h2.image {
	width:183px;
	height:37px;
	background: url(img/logo.jpg);
	position: absolute;
	left:21px;
	top: 132px;
}

#left_top h2 {
	position: absolute;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	top: 127px;
	left:40px;
}

#left_top p {
	position: absolute;
	font-family: "Trebuchet MS";
	top: 147px;
	left: 32px;
	font-size: 12px;
	color: #fff;
}

/* --- Left UL (main) --- */


#left ul.main {
	width: 194px;
	padding:10px 15px;
	border-top: 4px solid #fff;
	background: #A51C08;
	list-style: none;
}


#left ul.main h2 {
	color: #EEEEEE;
	padding-left: 10px;
	background: no-repeat 0 10px;
}

#left ul.main ul {
	list-style: none;
	width: 172px;
	margin-left: 10px;
	border-top: 1px solid #fff;
	padding: 15px 0 25px 0;
}

#left ul.main ul li {
	padding-left: 15px;
	line-height: 20px;
	background: url(img/bullet.gif) no-repeat 0 6px;
}

#left ul.main ul li ul {
	border: none;
	padding: 0;
	width: 150px;
}

/* --- Right --- */


#right {
	width: 569px;
	float: right;
}

#right a {
	color: #0065C4;
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

/* --- Right Top --- */

#right_top {
	width:569px;
	height:341px;
	margin-top: 4px;
	background: url(img/right_top.jpg);
}

/* --- Right Search --- */

#search {
	width: 569px;
	height: 70px;
	background: url(img/search_bg.jpg);
	position: relative;
	color: #fff;
}

#search p {
	padding: 0;
	line-height: 15px;
}

#search label {
	font-weight: bold;
	position: absolute;
	top: 13px;
	left: 48px;
}

#search input {
	width: 290px;
	position: absolute;
	top:10px;
	left: 139px;
}

#search .subbuton {
	color: #fff;
	width: 26px;
	height:26px;
	top:7px;
	left: 443px;
}

/* --- Post Wrap --- */

.post_wrap {
	width:569px;
	margin-top:4px;
}

.post_top {
	background: #F0EAB5;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #0065C4;
	padding: 20px 0 20px 0;
	 zoom:1;
}

.date {
	float: left;
	width:100px;
	display: block;
	padding-left: 21px;
}

.title {
	float: left;
	width: 267px;
	display: block;
	padding-left: 21px;
}




.post_text {
	background: #FEFDC4;
	width:529px;
	padding: 15px 21px 0 19px;
}

.welcome_text {
	width:529px;
	padding: 5px 21px 0 19px;
}

.post_text ul {
	width: 300px;
	margin: 0 auto;
	list-style: none;
	padding-bottom:20px;
}

.post_text img {
	float: left;
	padding:0px 10px 15px 0px;
}

.post_text p {
	padding-bottom: 10px;
	line-height: 14px !important;
	text-align: justify;
}

.post_comments {
	background: #F0EAB5;
	text-align: right;
	width: 550px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 19px;
}

/* --- More Posts --- */

#more_posts {
	width: 559px;
	background: #F0EAB5;
	margin-top: 3px;
	padding:10px 5px 10px 5px;
}

#more_posts a {
	color: #0065C4;
}

#more_posts a:hover {
	text-decoration: underline;
}

/* --- Comments --- */


.comment {
	background: #E7E7E7;
	padding: 10px;
	margin-top:5px;
}

.if {
	background: #F0EAB5;
	padding: 20px 20px 0 20px;
}

.lc {
	background: #F0EAB5;
	padding: 20px;
}

.lc form input {
	margin: 0px 0;
}

/* --- Footer --- */

#footer {
	width: 100%;
	height: 68px;
	background: url(img/footer_bg.jpg);
	clear: both;
	border-top: 3px solid #fff;
	border-bottom: 4px solid #fff;
}

.post_top:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}