/*
LAYOUT: Two columns
-------------------------------------------------------------- */
.prospress-container{
	float: left;
	width: 100%;
	margin: 0 -26.4% 0 0;
}

#content.prospress-content, .single-auctions #content {
	margin-right: 34%;
	width: 58.4%;
}

.singular .entry-content {
	width: 100%;
}

/*
Index & Single Page Layouts
-------------------------------------------------------------- */
.pp-title{
	clear:none;
}
.pp-post{
	float:left;
	width:100%;
	clear:both;
	border-bottom: 1px solid #ccc;
	margin: 12px 5px 5px;
	padding-bottom:1em;
	display:block;
}
.pp-post-content{
	float:left;
	width:100%;
}
.prospress-content{
	clear:both;
}
.pp-thumbnail{
	float:left;
	clear:none;
	padding:7px;
}
.pp-excerpt{
	width:70%;
}
.pp-price,.pp-end{
	float:right;
	margin:2px;
	text-align:center;
	font-size:0.85em;
	width:15%;
	height:7em;
}
.price-header,.end-header{
	float:right;
	width:14%;
	margin:2px 5px 0;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}
.pp-publish-details{
	font-size:0.8em;
}
.pp-content{
	clear:both;
}
.pp-publish-date,.pp-end-date,.pp-author,.pp-author-feedback{
	float:left;
	clear:both;
	margin: 0.5em 0;
}

/* Sidebar & Widget Styles 
-------------------------------------------------------------- */
.prospress-sidebar{
	float: right;
	overflow: hidden;
	width: 220px;
	padding-left: 15px;
/*	border-left: 1px solid #ccc;*/
}
.prospress-sidebar ul {
	margin-left: 0;
	list-style-type: none;
}
.prospress-sidebar ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Navigation
-------------------------------------------------------------- */
.navigation {
	clear:left;
	font-size:  0.8em;
	line-height: 1.5em;
	margin-bottom: 2em;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-index {
	float: left;
	width: 100%;
	font-size: 1.2em;
}

/* Bid Form
-------------------------------------------------------------- */
.bid-container{
	border:1px solid #ccc;
	float:left;
	background-color:#f6f6f6; 
	border-radius:5px;
	margin:1em 1em 1em 0; 
	padding:1em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:90%;
}
.bid-form{
	float:left;
	clear:both;
	width:60%;
}
.buy-form{
	float:right;
	width:30%;
}

/* Buy Now Form Elements
-------------------------------------------------------------- */
.paypal-button{
	border: none;
	background: transparent;
	padding: 0;
}
.major-publishing-actions{
}
.buy-price{
}