/*  

Theme Name: Widepress

Theme URI: http://www.mybloglive.com

Description: A new wide wp 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: #000 url('img/body_bg.gif') 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;
}

blockquote p {
	padding: 0 !important;
}


/* --- Wrap --- */

#wrap {
	width: 984px;
	margin: 0 auto;
}

/* --- Top --- */

#top {
	width: 100%;
	height: 202px;
	background: url('img/top_bg.jpg');
	position: relative
}

#top h2 {
	position: absolute;
	top: 70px;
	left: 300px;
	font-family: Georgia;
	font-size: 50px;
}

#top h2 a {
	color: #000;
}

#top p {
	position: absolute;
	top: 125px;
	left: 313px;
	font-family: Georgia;
	font-size: 20px;
}

/* --- Menu --- */

#menu {
	padding-top: 10px;
}

#menu li {
	margin-bottom: 5px;
	line-height: 30px;
	overflow: hidden;
}

.current_page_item a, #menu li a:hover  {
	background: url('img/menu_current.gif') no-repeat right !important;
	text-decoration: none
}


#menu li a {
	padding: 9px;
	background: #000 url('img/menu_right.gif') no-repeat right;
	color: #fff;
	font-weight: bolder
}


/* --- Content Wrap --- */

#content_wrap {
	width: 100%;
	background: #FBF9EC url('img/content_wrap_bg.gif') no-repeat bottom left;
	padding-top: 5px;
	padding-bottom: 10px
}

#content_in {
	width: 100%;
	background: gray url('img/wrap_bg.gif');
}


/* --- Left --- */

#left {
	width: 607px;
	float: left;
	display: inline;
	border-right: 4px solid #000;
}

#left ul {
	padding-left: 70px;
	list-style: disc;
}

#photo {
	width:607px;
	height: 353px;
	background: url('img/photo.jpg');
	border-top: 3px solid #000
}

.post {
	width: 100%;
	margin-top: 3px;
}

.ptitle {
	line-height: 25px;
	width: 100%;
	background: #fff url('img/h2_bg.jpg') no-repeat 15px 0;
}

.ptitle a {
	color: #000;
}

.ptitle h2 {
	padding-left: 46px;
}

.pcontent {
	width: 515px;
	background: #FBF9EC url('img/info.jpg') no-repeat 16px 32px;
	padding-left:62px; padding-right:30px; padding-top:31px; padding-bottom:5px
}

.pcontent a {
	color: #00A6DC;
}

.pcontent p {
	padding: 15px 0;
}

p.details {
	padding:0 !important;
}

.pcontent p.details a {
	font-weight: bold;
}

#more_posts {
	padding: 10px;
}

.x {
	padding: 10px;
}

/* --- Comments --- */

.comment {
	background: #F8F0D3;
	border: #F2E4B1 1px solid;
	padding: 10px;
	margin-bottom: 10px;
}

.comment p {
	padding: 0 0 10px 0 !important;
}

#left form label {
	padding-left: 10px;
}

#left form p {
	padding: 0 0 5px 0;
}

h3 {
	padding: 0 !important;
	font-size: 11px;
}

.lc p {
   padding: 0 0 5px 0;
}

/* --- Right --- */

#right {
	width: 373px;
	float: right;
	background:#000;
	border-top: 3px solid #000;
}

.box {
	width: 100%;
	background: #FBF9EC;
	padding: 10px 0;
	margin-bottom: 3px;
}

.box ul ul {
	padding: 0;
}

.box_last {
	margin-bottom: 0 !important;
}

.box h2 {
	text-transform: uppercase;
	background: url('img/right_h2_bg.jpg') no-repeat 14px 0;
	line-height: 23px;
	color: #89A040; padding-left:50px; padding-right:0; padding-top:0; padding-bottom:0
}

.box ul {
	padding: 15px 50px;
}

.box li {
	line-height: 17px;
}

.box li a {
	color: Black;
}

/* --- Footer --- */

#footer {
	width: 100%;
	padding-top: 15px;
}

#footer p {
	line-height: 17px;
	color: #fffff;
	padding-left: 30px;
	padding-bottom: 30px;
}

/* --- Fix --- */

#content_wrap:after,
#content_in:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
