@charset "UTF-8";




@font-face {
    font-family: 'poseyregular';
    src: url('posey-webfont.woff2') format('woff2'),
         url('posey-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* shared link rules (leave as-is) */
.mxm-root-link{
  display:block;                      /* fill the whole <li> horizontally   */
  padding:18px 32px;                  /* what your text links use           */
  text-decoration:none;
  transition:background .3s ease;
}

/* 1️⃣ Make the anchor as tall as the other items
      (the h1 inside those links is ~64 px tall)              */
.mxm-root-li > .mxm-root-link{
  height:64px;                        /* adjust if your bar is taller/shorter */
}

/* 2️⃣ Icon artwork only on the Facebook button */
.mxm-root-link.facebook-icon{
  /* drop the line-height so padding sets the bar height
     and flexbox centres the icon perfectly */
  line-height:0;
  display:flex;                       /* let us centre the pseudo-icon      */
  align-items:center;                 /* vertical centring                  */
  justify-content:center;             /* horizontal centring                */
}

/* 3️⃣ Use a pseudo-element for the actual PNG
      – it’s easier to position without cropping */
.mxm-root-link.facebook-icon::before{
  content:"";
  width:30px;
  height:30px;
  background:url("TheArkSires/facebookicon.png") center/contain no-repeat;
  transform:translateY(4px);          /* pushes the icon 4 px down          */
  transition:background .2s ease;
}

/* 4️⃣ Swap the artwork on hover/focus */
.mxm-root-link.facebook-icon:hover::before,
.mxm-root-link.facebook-icon:focus::before{
  background-image:url("TheArkSires/facebookiconhover.png");
}

.boarname2 {
    font-family: 'poseyregular';
    font-size: 3rem!important;
    letter-spacing: -4px;
}
body {
	background-color: #000000;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-image: url("images/Dark-Blue-Texture.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    line-height: 1.8rem;
}



/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
p {
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-size: 16px;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    font-size: 16px;
}
#p7MXM_1 #p7MXMtb_1 a {
    color: rgba(140,140,140,1.00);
}
.container .infobutton .smallheadline {
    font-size: x-large;
    font-weight: normal;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.containergreen {
	width: 90%;
	background-color: #055713;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: rgba(255,255,255,1.00);
	line-height: 130%;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-image: url(inthead.png);
	background-repeat: no-repeat;
	height: 65px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* ~~ The footer ~~ */
.footer {
	color: #FFF;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 102px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	clear: both;
}


.semenprice {
    font-size: 12px;
    line-height: 1.3em;
    background-color: rgba(6,9,53,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    margin-bottom: -10px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .footer .address {
	padding-top: 20px;
}
.container .header .navigation {
	padding-left: 550px;
	margin-bottom: 10px;
}
.container .header .slideshow {
	width: 412px;
	float: left;
	margin-left: 30px;
	background-color: #000;
	border: thin solid #FFF;
	height: 250px;
	text-align: center;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.container .header .calendar {
	float: left;
	width: 425px;
	margin-left: 20px;
}
.container .header .calendar .salearrow {
	margin-bottom: 30px;
	padding-top: 5px;
	float: left;
	margin-right: 3px;
}
.salename {
	font-size: 16px;
	font-weight: bold;
	color: #7C0D08;
	line-height: normal;
	text-transform: uppercase;
}
.container .header .calendar {
	line-height: normal;
	font-size: 16px;
	height: 273px;
	padding-top: 10px;
}
.h1 {
	font-size: 20px;
	font-weight: bold;
	color: #7F0F07;
	line-height: normal;
}
.container .content .maintext {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: normal;
	clear: both;
}
.images {
	background-color: #CCC;
	padding: 3px;
	border: medium solid #000;
	margin-bottom: 3px;
}
.captionbox {
	padding-left: 10px;
	line-height: 1.5em;
	font-size: 16px;
	text-transform: none;
}
.littleauctionpic {
	background-color: #CCC;
	padding: 2px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #000;
}
.newauctionpic {
	background-color: #CCC;
	padding: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #000;
}
.winnername {
	font-family:'Panton Rust Bold W01 Base'!important;
    font-size: 50px;
	font-weight: bold;
	color: #134b3e;
	line-height: 1em;
}


.boarname {
	font-family: 'Panton Rust Bold W01 Base'!important;
	font-size: 25px;
	color: #134b3e;
	line-height: 1em;
	text-transform: uppercase;
}

.container .infobutton {
	float: right;
	width: 350px;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 15px;
	color: #FFF;
	margin-left: 10px;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}
.container .header .calendar .eventlist {
	padding-left: 25px;
}
.headlinebig {
    font-family: 'Panton Rust Bold W01 Base'!important;
    font-size: 300%;
    line-height: .9em!important;
    color: #13134B;
}
.container .header .infobutton a {
	color: #900;
}
.smallheadline {
	font-family:'Letterpress Script W05 Regular'!important;
    font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 1.2em;
}



.showname {
	font-family:'Letterpress Script W05 Regular'!important;
    font-size: 3rem;
  color: #333;
    line-height: -5px!important;
}

.boarslinks {
	color: #CCC;
	background-color: #000;
}
.container .content .maintext .boarslinks tr td a {
	color: #FFF;
	text-decoration: underline;
}.container .content .maintext .boarslinks tr td a:hover {
	color: #CCC;
	text-decoration: none;
}
.container .content .maintext .standouttext {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-align: center;
}

.standouttext {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-align: center;
}

.photocontainer {
}
.boarbox a img {
	border: medium solid #999;
	margin-top: 10px;
	margin-bottom: 5px;
}
.boarboxsmall a img {
	border: medium solid #999;
	margin-top: 10px;
	margin-bottom: 5px;
}
.caption {
	font-size: 13px;
	font-style: italic;
	line-height: normal;
	color: #666;
}
.boarbox .caption  {
	font-size: 14px;
	line-height: normal;
}
.secondboarimage {
	margin-right: 5px;
	border: thin solid #999;
}
.littleimage {
	margin-right: 5px;
	border: thin solid #666;
}

.boarbox {
	float: left;
	min-height: 570px;
	width: 45%;
padding-right: 15px;
padding-left: 15px;
	margin-top: 15px;
	text-align: center;
}

.mavboarbox {
	float: left;
	width: 900px;
	margin-right: 20px;
	margin-top: 15px;
	text-align: center;
}

.boarboxsmall {
	float: left;
	height: 400px;
	width: 45%;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: 15px;
	text-align: center;
}
.container .header .infobutton {
	float: right;
	clear: both;
	background-image: url(moreinformation.png);
	height: 36px;
	width: 250px;
	margin-top: 4px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 50px;
	padding-top: 7px;
	color: #FFF;
}.container .content .maintext .bottomnav {
	width: 950px;
	text-align: center;
	float: left;
	clear: both;
	margin-bottom: -10px;
	margin-top: 10px;
	margin-left: 5px;
}
.container .content .maintext .bottomnav .sf-menu li a {
	color: #CCC;
}
.container .content .maintext .bottomnav .sf-menu li a:hover {
	color: #FFF;
}

.producing {
	font-size: 50px;
	font-family:'Letterpress Script W05 Regular'!important;
    text-transform: none;
	color: #666;
	padding-left: 23px;
	line-height: normal;
}
.mavbox {
	padding-right: 10px;
	padding-left: 10px;
}
.bigimage {
	float: left;
	height: 400px;
	width: 455px;
	margin-right: 15px;
	margin-bottom: 3px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.bigimage img {
	margin-bottom: 3px;
	border: thin solid #666;
}
.container .content .photocontainer2 .photobox {
	text-align: center;
}
.auctionblock {
    padding-top: 10px;
    padding-left: 3px;
    font-size: 14px;
}
.salearchivestable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}
.tablehead {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #154B3D;
	padding-left: 2px;
}
.salearchivestable a {
	font-weight: normal;
	color: #666;
}

.salenotice {
	border: thin solid #26532B;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #E7E4E9;
}

.previewnotice {
	border: thin solid #26532B;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #226005;
	color: rgba(255,255,255,1);
}
.hmy-content.hmy-center p .whitelink  {
    color: rgba(255,255,255,1.00);
}
.hmy-content.hmy-center p .whitelink a {
    color: rgba(255,255,255,1.00);
}

.pullout {
  display: inline-block;
  background-color: navy;
  color: #39ff14;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  transform: rotate(-10deg) scale(0.9); /* initial state */
  transform-origin: center;
  border-radius: 4px;
  font-family: sans-serif;
  letter-spacing: 1px;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.pullout.visible {
   opacity: 1;
  transform: rotate(-10deg) scale(1);
  transition-delay: 0.2s; /* subtle delay */
}

.p7HMY .hmy-content-wrapper.hmy-color-content-white .hmy-content p:first-child {
    background-color: transparent;
}
