@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top;
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-style: normal;
	font-size: 23px;
	border: 0px;
}

img { border: 0px; }

h2{
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-size: 40px;
	font-weight: 700;
}

.text-black-large{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 23px;
}
.text-black-med{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 17px;
}
.text-black-small{
	color: #000;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
}
.text-blue-large{
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-size: 27px;
}
.text-blue-med{
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
}
.text-blue-med-true{
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
}

.text-blue-small{
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
}
.text-green-xl{
	color: #329966;
	font-family: 'Cuprum', sans-serif;
	font-size: 26px;
}
.text-green-large{
	color: #329966;
	font-family: 'Cuprum', sans-serif;
	font-size: 23px;
}
.text-green-med{
	color: #329966;
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
}
.text-green-small{
	color: #329966;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
}
.text-biddingopen{
	color: #329966;
	font-family: 'Kaushan Script', cursive;
	font-size: 19px;
}

.text-largescript{
	color: #329966;
	font-family: 'Kaushan Script', cursive;
	font-size: 27px;
}


.sub-bg {
	background-color: #FFF;
	width: 950px;
	padding: 5 0 5 0;
}
.paddingsubpages {
	padding: 0 15 0 15;}

a {
	color: #333367;
	text-decoration: underline;
}
a:hover {
	color: #3CAE56;
	text-decoration: underline;
}


.border {
	border: 3px solid #333367;
}

/* CONTACT PAGE */

.text-blue-med2{
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.text-green-med2{
	color: #329966;
	font-family: 'Cuprum', sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.text-green-large2{
	color: #329966;
	font-family: 'Cuprum', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

/* CONTACT INFO */

.contact-blue{
	color: #333367;
	font-family: 'Cuprum', sans-serif;
	font-size: 19px;
}


#sheepSalesList , #cattleSalesList{
	vertical-align: top;
}


/* COUNTDOWN CLOCK */

.announcementheader{
	background-color: #333367;
	color: #fff;
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 10 0 10 0;
}

.countdownclock {
  color: #000;
  text-align: center;
	margin: -35px 0 -20px 0;
}



.countdownclock li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.countdownclock li span {
  display: block;
  font-size: 4.5rem;
}
