/*
Theme Name: Quantum Auctions Default
Theme URI: http://quantumauctions.net/
Description:
Version: 1.0
Author: Gianni D'Alerta
Author URI: http://kompanigroup.com/

*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	line-height: 1.3em;
}
a:link {
	color: #2f2f81;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2f2f81;
}
a:hover {
	text-decoration: underline;
	color: #2f2f81;
}
a:active {
	text-decoration: none;
	color: #2f2f81;
}
#topbar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #818285;
}
#main {
	background-image: url(images/bg_main.jpg);
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	padding-top:22px;
	background-repeat: no-repeat;
	background-position: center top;
}
#header #logo {
	text-align: center;
}
#header #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header #nav {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}

/* Nav */
a.rolloverHome {
	display: block;
	width: 161px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_home_css.gif);
	float:left;
}
a.rolloverHomeActive {
	display: block;
	width: 161px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_home_css.gif);
	background-position: -161px 0;
	float:left;
}
a.rolloverHome:hover {
	background-position: -161px 0;
}


a.rolloverWhoWeAre {
	display: block;
	width: 174px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_who_we_are_css.gif);
	float:left;
}
a.rolloverWhoWeAreActive {
	display: block;
	width: 174px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_who_we_are_css.gif);
	background-position: -174px 0;
	float:left;
}
a.rolloverWhoWeAre:hover {
	background-position: -174px 0;
}
a.rolloverLiveAuctions {
	display: block;
	width: 185px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_live_auctions_css.gif);
	float:left;
}
a.rolloverLiveAuctionsActive {
	display: block;
	width: 185px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_live_auctions_css.gif);
	background-position: -185px 0;
	float:left;
}
a.rolloverLiveAuctions:hover {
	background-position: -185px 0;
}


a.rolloverInternetAuctions {
	display: block;
	width: 223px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_internet_auctions_css.gif);
	float:left;
}
a.rolloverInternetAuctionsActive {
	display: block;
	width: 223px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_internet_auctions_css.gif);
	background-position: -223px 0;
	float:left;
}
a.rolloverInternetAuctions:hover {
	background-position: -223px 0;
}


a.rolloverContactUs {
	display: block;
	width: 206px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_contact_us_css.gif);
	float:left;
}
a.rolloverContactUsActive {
	display: block;
	width: 206px;
	height: 41px;
	text-decoration: none;
	background: url(images/btn_contact_us_css.gif);
	background-position: -206px 0;
	float:left;
}
a.rolloverContactUs:hover {
	background-position: -206px 0;
}
.displace {
	position: absolute;
	left: -5000px;
}

.clear {
	clear: both;
}

/* End */
#header #nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#listingBlocksContainer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#feature {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	background-color:#252669;
}
#featureContent, #ssp_g_homepage { 
float:left;
}
#contentContainer {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}
#contentContainer #leftColumn {
	float: left;
	width: 237px;
}
#contentContainer #leftColumn #leftColumnSpacer {
	height:5px;
	background-color: #969696;
}
#contentContainer #rightColumn {
	float: left;
	width: 710px;
}
#contentContainer #rightColumn #rightColumnHeader {
	background-color: #2e2f81;
	height: 60px;
	background-image: url(images/bg_content_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 65px;
	padding-right: 47px;
}
#contentContainer #rightColumn #rightColumnHeader h1 {
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom:5px;
}
#content {
	padding: 40px;
	line-height: 1.5em;
}
#content h2 {
	color: #2e2f81;
	font-size: 24px;
	margin-bottom: .5em;
	line-height: 1.2em;
}
#content p {
	margin-bottom: 1.5em;
}
#content h3 {
	margin-bottom: 1.5em;
	font-size: 14px;
	font-weight: bold;
}
#feature #featuredImage {
	width: 638px;
	float: left;
}
#feature #featuredContentContainer {
	width: 311px;
	float: left;
}
.clear {
	clear: left;
}
#listingBlocksContainer {
	background-image: url(images/bg_listing_blocks.gif);
	height: 134px;
	width: 909px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_registerToBuy {
	margin-left: 20px;
}
.listingBlock {
	width:270px;
	float: left;
}
#listingBlocksContainer #listingBlockMiddle {
	margin-left: 49px;
}
#listingBlocksContainer #listingBlockRight {
	margin-left: 49px;
}
#listingBlocksContainer h3 {
	margin-bottom: 10px;
	margin-top: 0px;
}
#listingBlocksContainer p {
	margin-bottom: 20px;
}
#footer {
	margin-top: 35px;
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	color: #545454;
}
.alignright {
	float: right;
}


.alignleft {
	float: left;
}
.entry img.alignleft {
	border:none;
	margin-bottom: 45px;
	margin-right: 20px;
	clear:left;
}

.entry img.wp-image-462 {
	border:none;
	margin-bottom: 100px;
	margin-right: 20px;
	clear:left;
}
hr {
	clear:both;
	margin-bottom:2em;
}
.entry img.alignright {
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCC;
}

#content ul {
	list-style-type: square;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
#content ol {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	list-style-type: decimal;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
#navcontainer li {
	margin: 0 0 0 0;
}
#navcontainer a {
	display: block;
	padding: 12px 2px 12px 24px;
	background-image: url(images/btn_subNav.gif);
		color:#606060;
}
#navcontainer a:link, #navlist a:visited {
	text-decoration: none;

}
#navcontainer a:hover {
	background-image: url(images/btn_subNav.gif);
	color:#2e2f81;
}
#active a:link, .current_page_item a:visited, .current_page_item a:hover {
	color:#2e2f81;
	background-image: url(images/btn_subNav.gif);
}
#newsletterform span.label,span.spacer,span.multiple span {width:120px;float:left;} 
#newsletterform span.multiple {float:left;} 
#newsletterform span.button {padding-left:120px;} 
#newsletterform div.clear {clear:both;padding-top:5px;} 
#newsletterform div {padding-bottom:1em;} 

#ssp_g_sideblock_yacht, #ssp_g_sideblock_aircraft, #ssp_g_sideblock{
	background-color:#252669;;
}

#sidebar {
	padding-left:35px;
	padding-top:35px;
}
#sidebar ul {
	margin-bottom:1.75em;
}
#sidebar h2 {
	margin-bottom:.5em;
}
small {
	font-size: 10px;
}
.entry {
	margin-top:.5em;
}

