/*
	Theme Name: AUCTIONHOUSECO
	Theme URI: http://www.theauctionhouseco.com/
	Description: The default theme for the <a href="http://www.theauctionhouseco.com/">www.theauctionhouseco.com</a>.
	Version: 1.0
	Author: James Niebruegge
	Author URI: http://www.theauctionhouseco.com/
	Tags: Auctions
*/

/* Common */

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: #C0BAB4;
	padding: 0;
	margin: 0;
	}
	
a, a:visited {
	color: #FF8000;
	text-decoration: none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration: underline;
	}

h1, h2, h3 {
	margin: 3px 0;
	padding: 0;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF3300;
	margin-bottom: 10px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	}

img {
	border: 0;
	}

.clear {
	clear: both;
	}

/* Outer Container */

#container {
	background: url(images/page_shadow.png) repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 990px;
	}

/* Header */	

#header {
	width: 960px;	
	height: 250px;	
	margin: 0 15px;
	overflow:hidden;
	}
	
.home {
	background: url(images/header_home.jpg) no-repeat top left #FFF;
	}

.auction {
	background: url(images/header_auctions.jpg) no-repeat top left #FFF;
	}

.calendarr {
	background: url(images/header_calendar.jpg) no-repeat top left #FFF;
	}

.buying {
	background: url(images/header_buying.jpg) no-repeat top left #FFF;
	}

.selling {
	background: url(images/header_selling.jpg) no-repeat top left #FFF;
	}

.faq {
	background: url(images/header_faq.jpg) no-repeat top left #FFF;
	}

.about_us {
	background: url(images/header_about_us.jpg) no-repeat top left #FFF;
	}

.contact_us {
	background: url(images/header_contact_us.jpg) no-repeat top left #FFF;
	}

/* Logo */	

#logo {
	float: left;
	width: 275px;	
	height: 125px;	
	margin: 10px 0 0 15px;
	}

/* Main Navigation */

#main_nav {
	background: url(images/nav_shadow.png) repeat-x bottom left #FF4000;
	width: 960px;
	overflow:hidden;
	margin: 0 15px;
	}

#main_nav ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
	}

#main_nav ul ul {
	display: none;
	}

#main_nav li {
	float: left;
	}

#main_nav ul li a {
	line-height: 40px;
	text-decoration: none;
	padding: 12px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	}

#main_nav ul li a:hover {
	color: #FFF;
	background: url(images/nav_shadow.png) repeat-x top left #FF4000;
	}

#main_nav ul li.current_page_item a {
   	background: #D43500;
	}

#main_nav ul li.current-cat a {
	background: #D43500;
	}

/* Content */

#content {
	float: left;
	text-align: left;
	margin: 15px 30px;
	width: 930px;
	}

#content_left {
	float: left;
	width: 684px;
	margin-right: 20px;
	padding: 10px;
	background: url(images/content_bg.png) repeat-x top left #FFF;
	border: 3px solid #FFF;
	}

#content_left ul {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	}

#content_left li {
	background: url(images/orange_bullet.png) left top no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	}

#content_left p {
	margin-top: 0;
	}

#content_left .auction_gallery {
	margin-top: 10px;
	margin-bottom: 15px;
	}

#content_left .auction_gallery .auction_image {
	border: 1px solid #333;
	}

#content_left .mapp-div {  
	border:1px solid #000;      
	}

#content_left_col1 {
	float: left;
	display: inline;
	width: 402px;
	margin-right: 15px;
	}

#content_left_col2 {
	float: left;
	display: inline;
	width: 266px;
	}

#content_right {
	float: left;
	width: 200px;
	}

#content_right .box {
	float: left;
	padding: 10px;
	background: url(images/content_bg.png) repeat-x top left #FFF;
	border: 3px solid #FFF;
	margin-bottom: 15px;
	width: 174px;
	}

#content_right .box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}

#content_right .box li {
	list-style: none;
	margin-top: 10px;
	border-bottom: 1px solid #A9A9A9;
	}
	
#content_right .box li ul li {
	list-style: none;
	margin-top: 5px;
	border-bottom: 0;
	}

#content_right .box_image {
	float: left;
	margin-right: 8px;
	width: 35px;
	}

#content_right .box_text {
	float: left;
	width: 124px;
	}

#disclaimer {
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin-top: 10px;
	line-height: 140%;
	}


/* Auction Summary */

.auctions {
	float: left;
	width: 662px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #A9A9A9;
	background: #FFF;
	}

.auctions .image {
	float: left;
	width: 225px;
	margin-right: 15px;
	}

.auctions .image img {
	border: 1px solid #333;
	width: 225px; 
	height: 169px; 
	}

.auctions .description {
	float: left;
	width: 422px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
	}

.auctions h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	}

.auctions h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FF3300;
	}

.auctions a {
	background: url(images/detail_arrow.png) no-repeat top left #E6E3D9;	
	padding: 4px 10px 4px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	margin-top: 25px;
	}

.auctions a:hover {
	background: url(images/detail_arrow.png) no-repeat bottom left #FF3300;
	color: #FFF;
	}
	
.past {
	background: #EEE;
	}

/* Responsive YouTube Video */

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
	
/* Sociable */

#sociable {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	border-top: 1px dotted #A9A9A9;
	border-bottom: 1px dotted #A9A9A9;
	margin: 5px 0 15px;
	}

#sociable ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sociable li {
	background: none;
	margin-right: 4px;
	padding: 0;
	}

/* Upcoming Events */

.upcoming-events li, ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.upcoming-events li {
	margin: 0 auto 10px;
	}

/* Paginated Gallery */

.gallery-item {
	margin: 0;
	}
.gallery-item img {
	border: 2px solid #cfcfcf;
	opacity:0.8;
	filter:alpha(opacity=80);
	}
.gallery-item img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	}

/* Footer */

#footer {
	background: url(images/page_shadow_bottom.png) no-repeat;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	font-size: 12px;
	}
#footer a {
	color: #2f2f2f;
	}
#footer a:hover
	{
	color: #2f2f2f !important;
	}