/* 
 OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Calendar
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

body {	
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #4C130F;
	margin: 0;
	padding: 0;
	background: #3D3729 url(/images/bg_brown.gif) repeat-x; 
	min-height:101%;
}

td {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #4C130F;
}

p {	
	margin: 12px 0;
}
		
a:link, a:visited {
	text-decoration:none;
	color: #AD5412;
	font-weight: bold;
}

a:hover, a:active {	
	color:#763107;
}

*:focus { 
	outline: none 
}

li {
	padding-bottom: 10px;
	margin-left: 30px;
}

img {
	border: 1px solid #9a8f70;
	background-color: #faf5e8;
	padding: 4px;
	margin: 5px;
}




/* ---------- @ Page Structure -----------*/


#wrapper {
	background: url(/images/bg_wrapper.png);
	margin: 0 auto;
	font-size: 0.8em;
	width: 864px;
   }
	   
#masthead {
	background: url(/images/bg_masthead_hp.jpg) no-repeat;
	height: 136px;
	width: 864px;
}


.left {	
	float:left;
}

.right {	
	float:right
}


	

/* ---------- @ Navigation -----------*/
#nav {
	background-color: #4c130f;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0 0 0 5px;
}

#nav li {
	list-style:none;
	float:left;
	color: #FFFFFF;
	text-indent: -9000px;
	padding: 10px 6px 0 20px;
	margin: 0 15px 0 0;
}

#nav a, #nav a:link, #nav a:visited {
	height: 16px;
	display: block;
	color: #fff;

}

a#home-nav {
	background: url(/images/nav/home.jpg) no-repeat;
	width:53px;
}

a#home-nav:hover, body#home a#home-nav {
	background: url(/images/nav/homeON.jpg) no-repeat;
}

a#about {
	background: url(/images/nav/about.jpg) no-repeat;
	width: 58px;
}

a#about:hover, body.about a#about {
	background: url(/images/nav/aboutON.jpg) no-repeat;
}

a#auctions {
	background: url(/images/nav/auctions.jpg) no-repeat;
	width: 85px;
}

a#auctions:hover, body.auctions a#auctions {
	background: url(/images/nav/auctionsON.jpg) no-repeat;
}

a#calendar {
	background: url(/images/nav/calendar.jpg) no-repeat;
	width: 92px;
}

a#calendar:hover, body.calendar a#calendar {
	background: url(/images/nav/calendarON.jpg) no-repeat;
}

a#catalogues {
	background: url(/images/nav/catalogues.jpg) no-repeat;
	width: 109px;
}

a#catalogues:hover, body.catalogues a#catalogues {
	background: url(/images/nav/cataloguesON.jpg) no-repeat;

}

a#buyers {
	background: url(/images/nav/buyers.jpg) no-repeat;
	width: 63px;
}

a#buyers:hover, body.buyers a#buyers {
	background: url(/images/nav/buyersON.jpg) no-repeat;
}

a#consignors {
	background: url(/images/nav/consignors.jpg) no-repeat;
	width: 106px;
}

a#consignors:hover, body.consignors a#consignors {
	background: url(/images/nav/consignorsON.jpg) no-repeat;
}

a#contact {
	background: url(/images/nav/contact.jpg) no-repeat;
	width: 81px;
}

a#contact:hover, body.contact a#contact {
	background: url(/images/nav/contactON.jpg) no-repeat;
}

#sidebar ul.subnav {
	margin: 0;
	padding: 0 0 20px 0;
	width: 220px;
}

#sidebar ul.subnav li {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #beab80;
}

#sidebar ul.subnav li li {
	border-bottom: none;
	margin-left: 10px;
}

#sidebar ul.subnav li a:link, #sidebar ul.subnav li a:visited {
	font-weight: normal;
}

ul.navigation {
	margin: 0;
	padding: 5px 0;
}

ul.navigation li {
	list-style-type: none;
	float: left;
	line-height: 1em;
	font-size: .85em;
	padding: 0 5px;
	margin: 0 20px 10px 0;
	border: 1px solid #b8b29a;
	border-top: none;
	border-bottom: none;
}


	
		
/* ---------- @ Headings -----------*/

h1#logo, a#logo {
	width: 150px;
	background: url(/images/logo.png);
	height: 100px;
	text-indent:-9000px;
}

h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #7a362a;
}

h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
}

h2, h2 a:link, h2 a:visited {	
	font-style: italic;
	font-weight: normal;
	color: #7a362a;
	}

h2.upcoming {
	background: url(/images/titles/titles_upcoming.png) no-repeat;
	text-indent: -9000px;
	height: 30px;
}

h2.consignor_news {
	background: url(/images/titles/titles_consignor_news.png) no-repeat;
	text-indent: -9000px;
	height: 30px;
	margin: 50px 0 -5px 0;
}

h2.highlights {
	background: url(/images/titles/title_pasthighlights.png) no-repeat;
	text-indent: -9000px;
	height: 30px;
	margin: 50px 0 -10px 0;
}

h2.featured_auction {
	background: url(/images/titles/title_featured_auc.png) no-repeat;
	text-indent: -9000px;
	height: 30px;
	margin: 0 0 0 -2px;
}

h2.featured_item {
	background: url(/images/titles/title_featured_item.png) no-repeat;
	text-indent: -9000px;
	height: 30px;
	margin: 0 0 -10px -2px;
}
	
h3 {
	font-size: 1.2em;
	color: #4c130f;
	padding: 4px 0 4px 4px;
	margin: 7px 0 5px 0;
	border: solid 1px #c0b69a;
	border-left: none;
	border-right: none;
	background: #DACEAC;
	}

#sidebar h3 {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
	
h4 {	
	font-size: 1.2em;
	color: #360906;
	margin-bottom: -5px;
	}

#home h4 {
	color: #aa470e;
}
	
h5 {	
	font-size: 120%;
	color: #BD5D11;
	padding-top: 10px;
	}

.news-post h5 {
	font-size: 110%;
	margin-bottom: -10px;
}


/* ---------- @ Content Area -----------*/
#main {
	background-color: #e8dcbb;
	padding: 20px;
	line-height: 150%;
}

#home #main {
	padding-bottom: 0;
}

#content {
	margin: 5px 5px 0 0;
	width: 475px;
	float: left;
}

#home #content {
	margin: 5px 0 0 0;
	width: 385px;
}



/* ---------- @ Sidebar Home -----------*/

#home #sidebar {
	width: 390px;
}

#home #sidebarcurve {
	background: url(/images/sidebarcurvehome.jpg) no-repeat;
	height: 16px;
	width: 379px;
	margin-bottom: -4px;
}

#home #sidebarbg {
	background-image: url(/images/sidebartop_home.jpg);
	width: 377px;
}

#home .sidebar-gutter {
	padding: 0 13px 90px 14px;
	height: 100%;
}
	
#quicklinks {
	padding: 0;
	margin: 25px 0;
	border-top: 1px solid #ba9773;
	background-color: #dfd09f;
	clear: both;
}

#quicklinks li {
	list-style-type: none;
	padding: 0;
	margin: 10px 5px 20px 0px;
	float: left;
}

#quicklinks a {
	display: block;
	font-size: 85%;
	line-height: 1.3em;
	height: 39px;
	width: 75px;
	padding: 10px 0 0 37px;
}

#quicklinks a.qldirections {
	background: url(/images/quicklink_compass.jpg) no-repeat;
}

#quicklinks a.qlcatalogues {
	background: url(/images/quicklink_books.jpg) no-repeat;
	padding-left: 30px;
}

#quicklinks a.qlmailinglist {
	background: url(/images/quicklink_list.jpg) no-repeat;
	width: 46px;
	padding-left: 58px;
	margin-right: 0;
}


/* ---------- @ Sidebar Secondary -----------*/
#sidebar {
	float: right;
	width: 271px;
}

#sidebar p {
	margin: 0;
	padding: 4px 0;
}

#sidebarcurve {
	background: url(/images/sidebar_curve_tert.jpg) no-repeat;
	height: 11px;
	width: 271px;
	margin-top: 4px;
}

#sidebarbg {
	background: #dfd09f url(/images/sidebar_bg_tert.jpg) no-repeat;
	width: 269px;
	border-left: 1px solid #beac81;
	border-right: 1px solid #beac81;
}

.sidebar-gutter {
	padding: 4px 15px 0 15px;
}

#sidebarbottom {
	background: url(/images/sidebar_bottom_tert.jpg) no-repeat;
	height: 25px;
	width: 271px;
	margin-bottom: 20px;
	padding: 0;
}


/* Posts */

.post {
	padding: 10px 0;
	clear: both;
}

#home .post {
	width: 350px;
	padding: 0;
}

#home .news-post {
	border-bottom: 1px solid #b8b29a;
	font-size: .95em;
	margin: 0;
	padding: 4px 0;
}

#home div.featured_auction h4, #home div.featured_auction h5 {
	color: #380804;
}

#home div.featured_auction h4 {
	font-size: 1.4em;
	margin-bottom: -10px;
}

.postmetadata {
	font-size: .75em;
}

/* ---------- @ Calendar Page Styles-----------*/

ul.calendar {
	width: 350px;
	margin: 5px 0 20px 0;
}

ul.calendar li {
	list-style:none;
	border-bottom: 1px solid #b8b29a;
	font-weight: bold;
	color: #373832;
	font-size: .95em;
	margin: 0;
	padding: 4px 0;
}

ul.calendar h4 {
	float: left;
}

ul.calendar h4 a:link, ul.calendar h4 a:visited {
	color: #4c120e;
}

ul.calendar li .more {
	float: right;
}

table#wp-calendar {
	font-size: .8em;
	width: 100%;
	border-left: 1px solid #c0b69a;
}

table#wp-calendar caption {
	font-size: 1.7em;
	font-weight: bold;
	width: 100%;
	padding: 0 0 4px 0;
	background: #dec986;
	border: 1px solid #c0b69a;
	border-bottom: none;
}

table#wp-calendar caption a {
	margin: 0 20px;
	font-size: 1.6em;
}

th.day {
	background: #daceac;
	border: 1px solid #c0b69a;
	border-left: none;
	padding: 2px;
	text-align: center;
}

table#wp-calendar td {
	border: 1px solid #c0b69a;
	border-left: none;
	border-top: none;
	padding: 2px;
	height: 70px;
	width: 14%;
}

td.current {
	background: #daceac;
}

table#wp-calendar .vevent {
	padding: 6px 0;
	line-height: 130%;
}

table#wp-calendar abbr, table#wp-calendar acronym { 
	text-decoration: none; 
	color:#000000; 
	border-bottom:1px dotted #000000;
	z-index:99;
	cursor: help;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#000;border:2px solid #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }


	
/* ---------- Images Padding and Such -----------*/

.photo-border-left {
	border: 1px solid #9a8f70;
	background-color: #faf5e8;
	padding: 4px;
	margin: 8px 18px 5px 0px;
	float: left;
}

.photo-border-right {
	border: 1px solid #9a8f70;
	background-color: #faf5e8;
	padding: 4px;
	margin: 5px 4px 5px 15px;
	float: right;
}

.catalogue-cover {
	border: 1px solid #9a8f70;
}

.hr {
	height: 50px;
	background: url(/images/content_line.gif) center left no-repeat;
	clear: both;
}

#sidebar .hr {
	height: 26px;
	background: url(/images/sidebar_line.gif) center no-repeat;
}

.hr hr {
	display: none;
	}
	
	
/* ---------- @ Contact Form Send Studio -----------*/	

#contactform {
margin-top: 20px;
}

#contactform td {
	background: #DFCE96;
	margin: 2px 0px 2px 0px;
	padding: 5px 2px 2px 5px;
}

#contactform input {
width: 200px;
}
	
	
	
/* ---------- @ Forms -----------*/


select, textarea, input {
font-family: Georgia, "Times New Roman", Times, serif;
}


.button {
	background: #D8C581! important;
	border:#e3e5dd 1px solid;
	margin: 0 0 3px 3px;
	font-size:1.1em;
	letter-spacing: 0.12ex;
	font-weight: bold;
}

.button:focus {	
	background: #e3e5dd ! important;
}
		
.button:hover {	
	background: #b2b5a9 ! important;
}


/*Clear*/
.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	margin: 0 auto;
	padding: 0px;
	color:#E9DCBC;
	background-color: #4c130f;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	width: 864px;
	padding-top: 20px;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
}

#footer p {
	margin: 0px;
	padding-left: 30px;
}

.adr {
	margin-bottom: 50px;
}

a#cat4 {
	padding-left: 20px;
	display:block;
	width:30px;
	height:24px;
	float:right;
	text-indent:-9000px;
	margin: 8px 15px 0 0;
	background: url(/images/cat4.jpg) no-repeat;
}
