/*  

Theme Name: Amazingblog

Theme URI: http://www.mybloglive.com

Description: Most amazing and cool looking 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: 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: none;
}

a:hover {
	text-decoration: underline;
}


/* --- Wrap --- */

#wrap {
	width: 900px;
	margin: 0 auto;
}

/* --- Top --- */

#top {
	width: 100%
	position: relative;
	height: 104px;
}

#top h2 {
	/* background: url(img/logo.jpg);
	width: 110px;
	height: 28px; */
	position: absolute;
	top: 35px;
	font-size: 17px;
	font-family: "Trebuchet MS";
	font-weight: normal;
}

#top .s {
	position: absolute;
	top: 57px;
	color: #fff;
}

#top h2 a {
	color: #fff;
}

#top ul {
	background: url('img/top_rss_bg.jpg');
	width: 294px;
	height: 21px;
	position: absolute;
	top: 32px;
	left: 650px;
	padding-left:15px;
	padding-top:5px
}

#top ul li {
	display: inline;
}

#top ul li a {
	display: block;
	float: left;
	background: url('img/rss_bg.jpg') no-repeat;
	line-height: 17px;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
	margin-right: 23px
}

/* --- Main Menu --- */

#menu {
	width: 100%;
	position: relative;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	line-height: 33px;
	float: left;
	border-right: #8BAD59 1px solid;
	color: #fff;
	font-weight: bold;
	padding: 0 24px;
	white-space: nowrap;
}

#menu ul li a:hover, .current_page_item a {
	background:  #AAC276;
	text-decoration: none;
}

#menu #search {
	position: relative;
	position: absolute;
	left: 450px;
	top:5px;
}

#search label {
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 4px;
}

.ifie {
	width: 200px;
	position: absolute;
	left: 55px;
}

.subbuton {
	position: absolute;
	left: 270px;
	top:0;
}

/* --- Content Wrap--- */

#content_wrap {
	width: 100%;
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('img/right_bg.jpg') no-repeat 590px 100px;
}

/* --- Left --- */

#left {
	width: 580px;
	float: left;
}

#left_in {
	width: 490px;
}

#left ul {
	padding-left: 50px;
}

#left ul li {
	line-height: 18px;
	list-style: disc;
}

#left p {
	line-height: 18px;
	color: #888888;
	padding: 10px 0; 
}

#left h2 {
	font-family: "Trebuchet MS";
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 25px;
	color: #009DCE;
}

#left h2 a {
	color:#009DCE;
}

.details {
   width: 100%;
	background: url('img/details_bg.gif');
	padding: 0px !important
}

.details p {
   width: 100%;
	line-height: 31px !important;
	background: url('img/icon_time.jpg') no-repeat 0 9px;
	color: #D1D2D2;
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0
}

.pd_left {
	width: 300px;
	float: left;
}

.pd_right {
	width: 100px;
	background: url('img/icon_comments.jpg') no-repeat 0px 10px;
	float: right;
	text-align: right
}

/* --- Comments --- */

.comment {
	width: 100%;
	background: #FDFDFD;
	border: #CCCCCC 1px solid;
	padding: 10px;
	margin: 10px 0;
}

.comment p {
	padding: 0 0 5px 0 !important;
}

#left label {
	padding-left: 10px;
}

#left form p {
	padding: 0 0 5px 0;
}


/* --- Right --- */

#right {
	width: 220px;
	float: left;
	padding-left: 85px;
	color: #A3A1A1;
	line-height: 20px;
}

#right a {
	color: #A3A1A1;
}

#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #009DCE;
	padding-top: 25px;
}

/* --- Footer --- */

#footer {
	width: 100%;
	clear: both;
	height: 49px;
	background: url('img/footer_bg.jpg');
	color: #fff
}

#footer a {
	color: #007296;
}

#footer p {
	padding: 20px 0 0 30px;
}


/* --- Fix --- */

.details p:after,
#content_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

