/*-  CSS "libraries"
----------------------------------------------------------------------*/
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}


/*-  Core
----------------------------------------------------------------------*/
/* @override http://mwa.wearetremendous.com/styles */

/* Boilerplate setup */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select {vertical-align:middle;}


body { font:13px/1.231 sans-serif; *font-size:small; padding: 0;margin: 0;} 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #74190F; color:#fff; text-shadow: none; }
::selection { background:#74190F; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #74190F; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

fieldset {
	border: none;
	padding: 10px 0;
}
/* Primary Styles
    Author: Kelly Sims & Luke Dorny
*/

/* Content Blocks */


#login{
	width:950px;
	margin:0 auto;
	text-align:right;
}
#login a,
.login a {
	margin-right: 5px;
}
#login a.box,
.login a.box {
	border: 1px solid #f0dddd;
	padding: 3px 5px;
	margin-right: 0px;
	background-color: #ffffff;
}
#login a.box:hover,
.login a.box:hover {
	border-color: rgb(153,19,4);
}
#login p a img {
	padding-top: 3px;
	margin-bottom: -5px;
}
#page_label #container{
	width:950px;
	margin:0 auto;
}
#page_label{
	background:url(/images/design/label_bg.jpg);
	border-bottom: 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgba(200,200,200,.3);
	border-top: 1px solid rgb(200,200,200);
	border-top: 1px solid rgba(200,200,200,.1);
	float:left;
	width:100%;
	margin:40px 0 0 0;
	padding-bottom:15px;
}
#content{
	width:950px;
	margin:0 auto;
}
#content .container{
	width:950px;
	float:left;
	background:url(/images/design/drop-shadow-wide.png) no-repeat 210px 0;
	padding-top:30px;
}

#sidebar{
	width:250px;
	float:left;
	padding-bottom: 50px;
}
#content #main{
	width:700px;
	float:left;
}
#main .left{
	width:450px;
	float:left;
	margin-right:0;
}
#main .right{
	width:250px;
	float:left;
}
.side_block{
	width:250px;
	margin:0 0 30px 0;
}
footer{
	float:left;
	width:950px;
	background:url(/images/design/label_bg.jpg);
	margin:50px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid rgb(200,200,200);
	border: 1px solid rgba(200,200,200,.3);
}

#main .left .breaker{
	width:410px;
	float:left;
	margin:0 0 30px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid rgb(151,151,151);
}

img.save_the_date_centered{
	border:1px solid rgb(151,151,151);
	-webkit-box-shadow: 0 2px 5px rgba(151,151,151,.4);
	-moz-box-shadow: 0 2px 5px rgba(151,151,151,.4);
	box-shadow: 0 2px 5px rgba(151,151,151,.4);
	margin-bottom:20px;
}

/* GLOBAL */

/* headings */
h1{
	font-size:150%;
	color:rgb(153,19,4);
	margin:0 0 .5em;
	background-color: transparent;
}
h2{
	font-size:130%;
	line-height:150%;
	color:rgb(153,19,4);;
	margin:0 0 .5em;
}
h3{
	font-size:115%;
	font-weight:;
	color:rgb(153,19,4);;
}
h4{
	font-size:100;
	font-weight:;
}
#sidebar h1 {
	font-size: 14px;
}
#main h1,
#maincolumn{
	margin: 0 1em .5em 0;
	font-family: Georgia, serif;
	font-weight: normal;
}
#main h2,
#maincolumn {
	margin: 1em 20px 0 0;
}
#main .right .side_block h2,
#main .right .side_block h3{margin-top:0;}


/* paragraphs and blockquotes */
p{
	margin: 0 20px 1.143em 0;
	color:rgb(51,51,51);
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-align:left;
	text-indent:none;
	text-decoration:none;
	line-height:150%;
}
* p:last-child {margin-bottom: 0;}

blockquote{
	margin: 0 20px 1.143em 0;
	padding:10px 20px;
	color:rgb(51,51,51);
}
p.copyright{
	clear:both;
	color:rgb(153,19,4);
	width:950px;
	margin:0 0 10px 0;
	text-align:center;
	font-size:90%;
}
#login p{
	float:right;
	margin:6px 0 -25px 0;
	font-size:90%;
}

/* Lists */

#main ul{
	list-style-type: none;
}

/* links */

a{
	font:;
	color:rgb(153,19,4);
	text-decoration:none;
}
a:hover{
	background-color:;
	border-bottom:;
}
a:visited{
	background-color:;
	border-bottom:;
}
a:active{
	background-color:;
	border-bottom:;
}
a:focus{
	background-color:;
	border-bottom:;
}	
	

/* Branding */

#branding{
	width:950px;
	height:144px;
	text-indent: -5000px;
	margin-top: 0;
	position: relative;
}
#branding h1 {
	left: 250px;
	top: 60px;
	width: 617px;
	height: 33px;
	position: absolute;
	background: url(/images/design/main-title.png) no-repeat 0 0;
}
#branding h1 a {
	display: block;
	height: 53px;
}
#branding h1 a img {
	position: absolute;
	left: -245px;
	top: -92px;
}


/* Navigation */

#nav_main{
	width:210px;
	float:left;
	text-align: left;
	margin:0 40px 30px 0;
}
#nav_main ul{
	margin:0;
	padding:0;
	list-style-position: inside;
}
#nav_main li a{
	display:block;
	line-height:20px;
	margin:0;
	padding-left:5px;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background:none;
	color:rgb(153,19,4);
}
#nav_main li a:hover{
	background:url(/images/design/ribbon.jpg) no-repeat;
	color:rgb(255,255,255);
}
#nav_main li a:visited{color:rgb(153,19,4);}
b#nav_main li a:active{color:rgb(153,19,4);}
#nav_main li.active a{
	background:url(/images/design/ribbon.jpg) no-repeat;
	color:rgb(255,255,255);
}
#nav_main li a:visited:hover{color:rgb(255,255,255);}



/* Image Slider */

#slider-wrapper {
	border:4px solid rgb(250,250,250);
	margin-left: -4px; /* because of box-model */
    width:242px;
    height:161px;
	-webkit-box-shadow: 0 2px 5px rgba(153,19,4,.4);
	-moz-box-shadow: 0 2px 5px rgba(153,19,4,.4);
	box-shadow: 0 2px 5px rgba(153,19,4,.4);
}
#slider {
	position:relative;
    width:242px;
    height:161px;
	background:url(/images/design/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:45px;
	bottom:-28px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/design/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	background-position:0 -22px;
}
.nivo-controlNav a.active {
	background-position:0 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/design/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {left:15px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* BUY */

form.univ-buy-tickets {
	margin-top:;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}
form.univ-buy-tickets-home {
	margin-top:30px;
	padding-bottom: 40px;
	float: left;
	width: 100%;
}


form.univ-buy-tickets input,
form.univ-buy-tickets-home input {
	width: 100%;
	height: 30px;
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px;
	border: none;
	background: rgb(153,19,4);
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	-moz-box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	
	/* gradients */
	background: #a90329; 
	
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(191,26,7)),
	    color-stop(1, rgb(128,17,5))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(191,26,7) 0%,
	    rgb(128,17,5) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
}
form.univ-buy-tickets input:hover,
form.univ-buy-tickets-home input:hover {
		background: rgb(153,19,4);

}
form.univ-buy-tickets input:active,
form.univ-buy-tickets-home input:active {
		background: rgb(77,10,2);

}
/* new button link */
.univ-buy-tickets{
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	text-align:center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	border: none;
	background: rgb(153,19,4);
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	-moz-box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	
	/* gradients */
	background: #a90329; 
	
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(191,26,7)),
	    color-stop(1, rgb(128,17,5))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(191,26,7) 0%,
	    rgb(128,17,5) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
}
.univ-buy-tickets:hover,{
		background: rgb(153,19,4);
}
.univ-buy-tickets:active{
		background: rgb(77,10,2);
		padding: 12px 15px 8px 15px;
}
.univ-buy-tickets span{font-size:28px;}
.post a.univ-buy-tickets {
	margin-right: 10px;
}


/* Posts */

#main .post,
#main .left .post{
	margin:0 10px 30px 0;
	clear: both;
}
#main .post_intro{margin-bottom:10px;}
#main p.byline {
	color: rgb(135, 135, 135);	
}
.right li p.byline{margin-bottom:5px;}
#main ul.post_list{
	margin:10px 0 20px 0;
}
#main ul.post_list li{
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-position: inside;
}
#main .gallery ul.post_list li {
	display: inline;
	width: 100px;
	float: left;
	margin-right: 10px;
}
#main .gallery .post_list li img {
	border: 1px solid rgb(153,19,4);
}
.pagination{
	margin-top:20px;
	font-weight:bold;
}
#main .post ul{
	list-style-type: disc;
	list-style-position: inside;
	margin:0 10px 15px 0;
}
#main .post ul li{
	padding:0;
	margin:0 0 5px 0;
	color:rgb(153,19,4);
}
#main .columns ul{
	float:left;
	width:700px;
	margin:0 0 30px 0;
	border-top:1px solid rgb(191,191,191);
	padding-top:10px;
	padding: 10px 0 0;
}
#main .columns ul li{
	list-style-type:none;
	list-style-position: inside;
}
#main .columns ul li{
	float:left;
	display:block;
	width:210px;
	margin:0 10px 10px 0;
}
#main .columns ul li a {
	background:rgb(245,240,219);
	color:rgb(51,51,51);
	border: 1px solid rgb(200,200,200);
	display: block;
	padding:5px 0 5px 10px;
	-moz-box-shadow: inset 0 0 3px rgba(250,100,100,.3);
	-webkit-box-shadow: inset 0 0 3px rgba(250,100,100,.3);
	-shadow: inner 0 0 3px rgba(250,100,100,.3);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#main .columns ul li a:hover {
	background:rgb(223, 120, 123);
	color:#ffffff;

}
#main .columns ul li.no_bg a,
#main .columns ul li.no_bg a:hover{
	background:none;
	border:0;
}
#main .live_lots_donors p{
	font-size:110%;
	margin-bottom:20px;
	/* color:rgb(153,19,4); */
	font-weight:bold;
}

.auctionlots .post figure {
	float: left;
	margin: 0 20px 20px 0;
}
.auctionlots .post img.thumbnail {
	border: 1px solid #991304;
	box-shadow: 0 0 4px rgba(40,40,40,.6);
	margin: 0 0 20px 0;
}

/* archives */

#main .left ul.archive{
	list-style:none;
	margin-left:0;
}
#main .left ul.archive li{margin-left:0;}


button.bid,
input.btn,
input.send,
#publishForm button.btn,
#main a.btn {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px 2px;
	border: 1px solid rgba(153,19,4,.5);
	margin-top: .5em;
	background: rgb(153,19,4);
	color: #680b01;
	text-shadow: 0 1px 1px rgba(250,250,250,.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	-moz-box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	box-shadow: 0px 2px 4px rgba(153,19,4,.3);
	
	/* gradients */
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #E8C3C3 4%, #DBA2A2 44%, #CF8585 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(4%,#E8C3C3), color-stop(44%,#DBA2A2), color-stop(100%,#CF8585)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CF8585',GradientType=0 ); /* ie */
}
button.bid:hover,
input.btn:hover,
#main a.btn:hover {
	color: #ffffff;
	padding: 3px 10px 1px;
	text-shadow: 0 -1px 1px rgba(0,0,0,.9);
	/* gradients */
	background: #a90329; 
	
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(191,26,7)),
	    color-stop(1, rgb(128,17,5))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(191,26,7) 0%,
	    rgb(128,17,5) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	
}
#main p.link-more a:active,
button.bid:active,
input.btn:active,
#main a.btn:active {
	background: rgb(153,19,4);
}

/* Post comment forms */

.comment_form{
	margin:20px 0 0 0;
	padding:20px;
	background:url(/images/design/label_bg.jpg);
	border:3px solid rgb(215, 211, 194);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.comment_form label{
	display:block;
	margin:0 0 5px 0;
	font-size:110%;
	font-weight:bold;
	color:rgb(153,19,4);
}
.comment_form input{
	border:1px solid rgb(226,235,239);
	width:586px;
	color:rgb(52,57,62);
	margin:0 0 20px 0;
	padding:2px 4px;
	font-size:100%;
	background-color:rgb(215, 211, 194);
}
.comment_form textarea{
	border:1px solid rgb(226,235,239);
	width:586px;
	min-height:100px;
	color:rgb(52,57,62);
	margin:0 0 10px 0;
	padding:4px 4px;
	font-size:100%;
	background-color:rgb(215, 211, 194);
}
#main ul.comments{
	margin:10px 0 10px 0;
}


/* @group Subscribe buttons */

input#mc-embedded-subscribe.btn {
	margin: 5px 0 0 0;
	line-height: 19px;
}
input#mce-EMAIL.email {
	line-height: 19px;
	padding-left: 3px;
	color: #aaa;
	background: #efefef;
}

/* @end */
/* INPUT TEXT SELECTED */
input:hover, textarea:hover,  
input:focus, textarea:focus,
input#mce-EMAIL.email:focus,
input#mce-EMAIL.email:hover {
	color: #000000;
	background-color: #fff;
}




/* Right column list styles */

.side_block ul{
	margin:0 0 20px 0;
	padding:0;
}
.side_block ul li{
	list-style-type: none;
	list-style-position: inside;
	margin:0 0 0 0;
	padding:0;
}
.side_block ul li a{
	display:block;
	float:left;
	width:250px;
	padding:5px 0;
}

#main .left ul.image_list{
	float:left;
	width:340px;
	margin:0 0 20px 10px;
}
#main .right ul.image_list{
	float:left;
	width:240px;
	margin:0 0 20px 10px;
}
#main .right ul.image_list li{display:inline;}
#main .right ul.image_list li a{
	float:left;
	width:100px;
	height:100px;
	border:4px solid rgb(250,250,250);
	margin: 0 10px 10px -4px; /* because of box-model */
	-webkit-box-shadow: 0 2px 5px rgba(153,19,4,.4);
	-moz-box-shadow: 0 2px 5px rgba(153,19,4,.4);
	box-shadow: 0 2px 5px rgba(153,19,4,.4);
}
iframe.map{
	border:4px solid rgb(250,250,250);
	margin: 0 10px 10px -4px; /* because of box-model */
	-webkit-box-shadow: 0 2px 5px rgba(153,19,4,.4);
	-moz-box-shadow: 0 2px 5px rgba(153,19,4,.4);
	box-shadow: 0 2px 5px rgba(153,19,4,.4);
}


/* Dinner Dutch Auctions */

#main .right form#comment_form{margin-bottom:20px;}
.comment .comment_body{
	float:left;
	width:250px;
	margin:0;
	padding:8px;
}
.one .comment_body{background:rgb(210,210,210);}
.bidder{
	padding:4px 0 4px 0;
}
.bid{
	padding:4px 8px 4px 0;
}
.comment_body a.edit_link{
	float:right;
	color:rgb(150,150,150);
}
.comment_body a.edit_link:hover{color:rgb(153,19,4);}


/* Auction Lot Listings */

table.livelots{
	width:650px;
	clear:both;
	margin:20px 0 20px 0;
	background:#fafaea url(/images/design/label_bg.jpg) ;
	color:rgb(91,91,91);
}
table.bidding{
	width:250px;
	clear:both;
	margin:20px 0 20px 0;
	color:rgb(91,91,91);
}
table.livelots thead,
table.bidding thead{
	color:rgb(255,255,255);
	text-align:left;
	background-color:rgb(153,19,4);
	padding:4px 8px;
}
table.livelots tbody,
table.bidding tbody{
	padding:4px 8px;
}
table.bidding tbody tr{
	background: url(/images/design/label_bg.jpg);
	color:rgb(50,50,50);
}
table.livelots th,
table.bidding th{
	padding:4px 8px;
}
table.livelots td,
table.bidding td{
	border-bottom:1px solid rgb(190,190,190);
}
table.livelots td p,
table.bidding p{
	margin:4px 8px;
}
table.livelots tbody tr:hover,
table.bidding tbody tr:hover{
	background:rgb(223, 120, 123);
}
table.livelots tbody tr:hover p,
table.bidding tbody tr:hover p{color:rgb(250,250,250);}
table.bidding .low_bid td{
	background:rgb(238, 171, 173);
	color:rgb(120,120,120);
}
table.bidding a.edit_link{
	float:right;
	color:rgb(150,150,150);
}
table.bidding .low_bid a.edit_link{color:rgb(50,50,50);}
table.bidding a.edit_link:hover{color:rgb(153,19,4);}
table.bidding tbody td{
	padding:4px 8px;
}

/* Contact Form, bid form, register form */

.form_block{
	background:url(/images/design/label_bg.jpg);
	border:3px solid rgb(215, 211, 194);
	width:410px;
	float:left;
	padding:20px 0 10px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#contact_form form,
#bid_form form,
#register_form,
#forgot_password_form{
	margin:0 0 40px 0;
	width:450px;
}
#contact_form label,
#bid_form label,
#register_form label,
#forgot_password_form label{
	display:block;
	margin:0 20px 3px 20px;
	font-size:110%;
	font-weight:bold;
	color:rgb(153,19,4);
}
#contact_form input,
#bid_form  input,
#register_form input,
#forgot_password_form input{
	border:1px solid rgb(226,235,239);
	width:360px;
	color:rgb(52,57,62);
	margin:0 20px 20px 20px;
	padding:2px 4px;
	font-size:100%;
	background-color:rgb(215, 211, 194);
}
#contact_form textarea{
	border:1px solid rgb(226,235,239);
	width:360px;
	min-height:200px;
	color:rgb(52,57,62);
	margin:0 20px 10px 20px;
	padding:4px 4px;
	font-size:100%;
	background-color:rgb(215, 211, 194);
}
#contact_form input.send{
	padding-top:5px;
	padding-bottom:5px;
	font-size:100%;
}
#contact_form input.send,
#bid_form input.send,
#register_form input.send,
#forgot_password_form input.send{
	width:150px;
	margin-left:128px
}
#bid_form select,
#contact_form select{
	margin:0 20px 20px 20px;
	padding:2px 4px;
}
#contact_form p{margin-left:20px;}
input#honeepot{
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}


.right .form_block{
	background:url(/images/design/label_bg.jpg);
	border:3px solid rgb(215, 211, 194);
	width:250px;
	float:left;
	padding:20px 0 10px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.right #freeform label{
	display:block;
	margin:0 20px 3px 10px;
	font-size:110%;
	font-weight:bold;
	color:rgb(153,19,4);
}
.right #freeform input{
	border:1px solid rgb(226,235,239);
	width:215px;
	color:rgb(52,57,62);
	margin:0 10px 10px 10px;
	padding:2px 4px;
	font-size:100%;
	background-color:rgb(215, 211, 194);
}



/* Syndication form */

.post_form{
	padding:20px;
	background:url(/images/design/label_bg.jpg);
	border:3px solid rgb(215, 211, 194);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.post_form label{
	display:block;
	margin:0 0 5px 0;
	font-size:110%;
	font-weight:bold;
	color:rgb(153,19,4);
}
.post_form input{
	border:1px solid rgb(226,235,239);
	width:586px;
	color:rgb(52,57,62);
	margin:0 0 20px 0;
	padding:2px 4px;
	font-size:100%;
	background-color:rgb(215, 211, 194);
}
.post_form .safecracker_file_input input{background:none;}
.post_form .form_item textarea{
	border:1px solid rgb(226,235,239);
	width:586px;
	min-height:100px;
	color:rgb(52,57,62);
	margin:0 0 10px 0;
	padding:4px 4px;
	font-size:100%;
	background-color:rgb(215, 211, 194);
}

/* Footer */
footer {
	
}
footer .foot-more-info {
	padding: 30px;
	position: relative;
}
footer .foot-more-info a.mini-logo {
	width: 70px;
	height: 70px;
	display: block;
	float: left;
}
footer .foot-more-info h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: ;
}
footer .foot-more-info h2,
footer .foot-more-info p {
	margin-left: 100px;
	width: 740px;
}
footer .foot-more-info ul{
	margin:10px 0 10px 100px;
}
footer .foot-more-info ul li{display:inline;}
footer .foot-more-info li a{
	margin:0 15px 10px 0;
	padding:3px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
footer .foot-more-info li a:hover{
	background-color:rgb(225, 222, 201);
	background-color:rgba(225, 222, 201,.7);
}
footer ul.feeds li a img{
}

/* social icon images backgrounds */
a.facebook{
	background:url(/images/design/social/facebook.png) no-repeat;
	padding:2px 0 2px 24px;
	display:block;
	margin:0 0 5px 0;
}
a.twitter{
	background:url(/images/design/social/twitter.png) no-repeat;
	padding:2px 0 2px 24px;
	display:block;
	margin:0 0 5px 0;
}
	
/* Print */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*-  other
----------------------------------------------------------------------*/
/*
CSS Social Sign-in Buttons by Bloop [http://bloop.co] are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Please link to Bloop [http://bloop.co] somewhere on the page when you use these buttons.
Contact @smcllns with questions about permissions but you're basically free to do what you like.
*/

/*BUTTON WIDTH
Use width:auto or a fixed width on the .social_buttons element
*/

/*Social icons sprite file*/
.social_buttons > span:before {
	background: url(/images/design/social/social_buttons_icons.png) no-repeat;
}


/*Resets*/
.social_buttons {
	border: 0;
	color: #fff !important;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 0;
	outline: none;
	padding: 0;
	text-decoration: none !important;
	margin:0 50px 10px 0;
}
button::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

/*22px height*/
.sb_24 > span,
.sb_24 > span:before {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
}
.sb_24 > span:before {
	width: 22px;
}
.sb_24 > span {
	padding-right: 10px;
}
.sb_24,
.sb_24 > span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*48px height*/
.sb_48 > span,
.sb_48 > span:before {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}
.sb_48 > span:before {
	width: 40px;
}
.sb_48 > span {
	padding-right: 20px;
}
.sb_48,
.sb_48 > span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*icons*/
.sb_facebook.sb_24 > span:before {
	background-position: 5px 4px;
}
.sb_linkedin.sb_24 > span:before {
	background-position: 5px -45px;
}
.sb_twitter.sb_24 > span:before {
	background-position: 5px -95px;
}
.sb_google.sb_24 > span:before {
	background-position: 5px -146px;
}
.sb_facebook.sb_48 > span:before {
	background-position: -40px 7px;
}
.sb_linkedin.sb_48 > span:before {
	background-position: -40px -42px;
}
.sb_twitter.sb_48 > span:before {
	background-position: -40px -91px;
}
.sb_google.sb_48 > span:before {
	background-position: -40px -141px;
}

/*Brand colors*/
.sb_facebook {
	background: #5E76AB;
	border: 1px solid #5E76AB;
}
.sb_facebook:hover {
	background: #4863AE;
}
.sb_linkedin {
	background: #4A95BF;
	border: 1px solid #4A95BF;
}
.sb_linkedin:hover {
	background: #3B88C5;

}
.sb_twitter {
	background: #A7E7EB;
	border: 1px solid #A7E7EB;
}
.sb_twitter:hover {
	background: #85DCE2;
}
.sb_google {
	background: #6D88EA;
	border: 1px solid #6D88EA;
}
.sb_google:hover {
	background: #4E6CF7;    
}
.sb_twitter > span {
	border-top-color: rgba(255,255,255,0.7) !important;
	border-bottom-color: rgba(0,0,0,0.3) !important;    
	color: #3C6B9C !important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7) !important;
}

/*Common*/
.social_buttons {
	border-bottom: none;
	border-left: none;
	border-right: none;
	display: block;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}
.social_buttons > span {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2), rgba(255,255,255,0) 40%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.2)), color-stop(40%, rgba(255,255,255,0)), color-stop(70%, rgba(0,0,0,0)), to(rgba(0,0,0,0.1)));
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.5);
	border-top-color: rgba(255,255,255,0.5);
	display: block;
	overflow: visible;
	white-space: nowrap;
}
.social_buttons > span:before {
	-moz-box-shadow: 1px 0 1px rgba(255,255,255,0.2);
	-webkit-box-shadow: 1px 0 1px rgba(255,255,255,0.2);
	background-repeat: no-repeat;
	border-right: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 0 1px rgba(255,255,255,0.5);
	content: "";
	display: block;
	float: left;
	margin-right: 10px;
}

/*Interactions*/
.social_buttons:hover > span {
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(0,0,0,0.7);  
}
.social_buttons:active > span {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.3)), color-stop(30%, rgba(255,255,255,0)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.2)));  
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2));  
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.sb_24:active > span {
	line-height: 23px;
}
.sb_48:active > span {
	line-height: 38px;
}
/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {font-weight:bold;}

/* temp */
#main .right form#comment_form{margin-bottom:20px;}
.comment_body{
	float:left;
	width:250px;
	margin:0;
	padding:4px 8px;
}
.one .comment_body{background:rgb(210,210,210);}
.bidder{
	padding:4px 0 4px 0;
}
.bid{
	padding:4px 8px 4px 0;
}
.posted a{color:rgb(150,150,150);}
.posted a:hover{color:rgb(153,19,4);}
