/**
 * Basic 2 column (content)(aside) fixed layout
 * 
 * @package WPFramework
 * @subpackage Layouts
 * @beta
 */
body{
	background: url(images/background.jpg) repeat-x #FFF;	
	color: #666;
}

.header{
	width: 980px;
	height: 264px;
	background: url(images/header-background.jpg) no-repeat;	
}
.feed-link{
	float: right;	
	display: block;
	width: 120px;
	height: 100px;
	margin: 80px 0 0 0;
	text-indent: -9999px;
}
.feed-link:hover{
	background: transparent;	
}
.container { 
	width: 980px;
	margin: 0 auto; 
}
#widget-search{
	width:284px;
	float: right;
	margin: 10px 0 0 0; 
}
.search, .search:focus{
	background: transparent;
	border: none;
	width: 212px;
	vertical-align: top;
	height: 34px;
	padding: 10px 0 0 3px;
	_padding: 0 0 0 3px;
	line-height: 34px;
}
.search-btn, .search-btn:hover{
	width:50px;
	height: 50px;
	text-indent: -9999px;	
	border: none;
	background: transparent;
	cursor: pointer;
}

.menu{
	float: left;
	margin: 90px 0 0 0;	
	width: 700px;
	background: transparent;
}
.nav{
	background: transparent;
	border: none;	
}
.nav li{
	width: 83px;	
}
.nav a, .nav a:hover {
	padding: 0;	
	display: block;
	border: none;
	width: 83px;
	height: 90px;
	text-indent: -9999px;
	background: transparent;
}
.hfeed { 
	width: 697px; 
	float: left; 
}
.post{
	width: 697px;	
	margin-bottom: 5px;
}
.post-title{
	width: 697px;
	height: 83px;
	background: url(images/post-title-background.jpg) no-repeat;	
}
.published{
	padding: 36px 0 0 8px;
	width: 81px;
	height: 65px;
	float: left;
}
.published p{
	width: 75px;	
	line-height: 16px;
	text-align: center;	
	font-size: 17px;
	font-weight: bold;
}
.entry-title{
	width:550px;
	padding: 24px 0 0 11px;
	float: left;
	clear: none;	
}
.wp-caption-text{
	font-style: italic;
	font-size: 10px;
	padding-bottom: 10px !important;	
}
.entry-content{
	clear: both;	
	padding: 0 15px 0 15px;
}
.entry-header{
	width: 150px;
	padding: 0 0 0 10px;
	float: left;	
}
.entry-footer{
	width: 500px;
	padding: 0 0 0 15px;
	float: left;	
}
.post-bottom{ 
	width: 697px;
	height: 13px;
	clear: both;
	padding: 0;
}
.hentry{
		
}
.page .entry-title{
	padding: 0 0 10px 15px;	
}
.aside { 
	width: 274px; 
	float: right; 
}
.widget-title{
	width: 274px;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	color: #FFF;
	padding: 0;
	background: url(images/widget-top-background.gif) no-repeat;	
}
.widget{
	margin-bottom: 10px;	
}
.widget-body{
	background: url(images/widget-body-background.gif) repeat-x  #FFF; 	
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	padding: 10px 10px 0 10px;
}
.widget-body ul{
	list-style-type: none;
	margin-left: 0;	
}
ul.children{
	margin: 0 0 0 15px;
	padding: 0;	
}
.widget-bottom{
	width: 274px;
	height: 9px;
	background: url(images/widget-bottom-background.gif) no-repeat;	
}
.comment-title, .comment-feed-link{
	margin-left: 15px;	
}
.footer { 
	clear: both; 
	padding: 10px 0 0 0;
}
.navigation-wrap{
	width: 697px;
}
.navigation-top{
	width: 697px;
	height: 13px;
}
.navigation-body{
	width: 697px;
}
.comments{
	background: url(images/post-background.jpg) repeat-y;	
}
.comment-content p{
	padding-bottom: 5px;
}
.comment-list{
	padding-bottom: 0;
}
#leave-a-reply{
	padding: 0 0 10px 15px;	
}
#comment-form{
	padding: 0 0 0 15px;	
}
#comment-form label{
	width: 80px;
	display: block;	
	float: left;
}
#comment-form input{
	width: 420px;
}
#comment-form textarea{
	width: 500px;
}
#form-section-actions{
	margin-bottom: 0;	
}
.navigation-bottom{
	width: 697px;
	height: 13px;
	clear: both;
}
.nav-next, .nav-previous{
	margin: 0 10px 0 10px;
}
#copyright{
	padding: 0;
	margin: 0;
}