/*  

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;
}


img {

}



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;
        padding-top: 107px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	line-height: 33px;
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 0 24px;
	white-space: nowrap;
}

#menu ul li a:hover, .current_page_item a {
	background:  #f26508;
	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 625px 100px;
}

/* --- Left --- */

#left {
	width: 580px;
	float: left;

}

#left_in {
	width: 490px;
}

#left ul {
	padding-left: 2px;

}

#left ul li {
		list-style: none;

}

#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: #f26508;
}

#left h2 a {
	color:#f26508;
}

#left p img {border: 1px solid #c0c0c0}

.details {
   width: 100%;
	background: #ffffff;
	padding: 0px !important
}

.details p {
   width: 100%;
	line-height: 31px !important;
	background: #ffffff no-repeat 0 9px;
	color: #000000;
	padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0
}

.pd_left {
	width: 300px;
	float: left;
}

.pd_right {
	width: 100px;
	background: #ffffff;
	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: 100px;
	color: #000000;
	line-height: 20px;
}

#right a {
	color: #000000;
}

#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f26508;
	padding-top: 25px;
}

/* --- Footer --- */

#footer {
	width: 100%;
	clear: both;
	height: 49px;
	background: url('img/footer_bg.jpg');
	color: #fff
padding-top: 20px;
}

#footer a {
	color: #007296;

}

#footer p {
	
}


/* --- Fix --- */

.details p:after,
#content_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

