/***********************************************/
/* Autumn-Argus Farm  www.autumn-argus.com     */
/* Copyright 2012 - All Rights Reserved        */
/* wb-section.css                              */
/* Style Sheet for our Warmblood Horses        */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	background: #604C11;
	font-size:90%;
	text-align:center;
}

#fixed {
   	margin:0 auto;
   	width:950px;  /* you can use px, em or % - also I do not care about 800x600 resolutions */
   	text-align:left;
}

#belt {
	overflow: hidden;
	border-top:1px solid #000;
}
	
#belt img {
	padding-left:3px;
	padding-right:3px;
}

a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	background: #B5AA59;
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#signaturepic img {
	display:block;
	padding-top:20px;
	border: 0;
	margin: 0px;
}

/* Header styles */

#top {                    /* header background color */
	background: #604C11;
}

#header {
	background-image:url(farmname_wb.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0px 0px 0px 0px;
	width:100%;
	padding:125px 0px 0px 0px;
}

#header {
	border-bottom:1px solid #000;
}

#header h1 span, #header h2 span, #header h3 span {
	display: none;	
}

/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#E8A3C9;
	border-top:1px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:center;
	font-size: 80%;
	color:#000;
}

#layoutdims img {
	padding: 0px 7px 0px 6px;
}

/* column container */

.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

.colmask img {
	margin:10px 0 5px;
}

/* common column settings */

.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
	background:#B5AA59;		/* right column background color */
}

.threecol .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#BAE0E2;    	/* Center column background color */
}

.threecol .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#B5AA59;    	/* Left column background color */
}

.threecol .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Center column bottom padding. Leave it out if it's zero */
}

.threecol .col1 {
        margin:0 215px;     	/* Center column side padding:
                            	Left padding = left column width + center column left padding width
                            	Right padding = right column width + center column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
}

.threecol .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
}

.threecol .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
}

/* Page title goes here and not displayed if using style sheet */

#wb-home {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#wb-home span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_home_wb.jpg) top center no-repeat;
}

#wb-salesbarn {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#wb-salesbarn span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_salesbarn_wb.jpg) top center no-repeat;
}

#wb-mares {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#wb-mares span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_mares_wb.jpg) top center no-repeat;
}

#wb-links {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#wb-links span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_links_wb.jpg) top center no-repeat;
}

#wb-photos {
	position:relative;
	height: 70px;
	margin:0;
	padding: 10px 0px 60px 0px;
}

#wb-photos span {
	display:block;
	z-index:1;
	height: 70px;
	margin:0;
	padding: 20px 0px 0px 0px;
	background:url(lbl_photos_wb.jpg) top center no-repeat;
}

/* .offering styles */

.offering{
	clear: both;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #999999;
}

.offering img{
	padding: 0px 5px 5px 5px;
}

.oldpossum{
	clear: both;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #999999;
}

.oldpossum img{
	padding: 0px 0px 0px 0px;
	float: right;
}

.story {
	float: right;
	padding: 5px 0px 5px 10px;
	border: 0;
}

.leftsidebreaks{
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
}

.leftsidetextbreaks {
	color: #000;
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.leftsidetextbreaks img{
	float: left;
	margin: 0;	
	padding: 5px 5px 0px 0px;
}

.leftsidetextbreaks a:link, .leftsidetextbreaks a:visited {
	color: #660000;
	text-decoration: underline;
}

.leftsidetextbreaks a:hover{
	background: #E8A3C9;
	color: #000;
	text-decoration: none;
}

.rightsidebreaks{
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.rightsidebreaks img{
	float: left;
	margin: 0;	
	padding: 5px 5px 0px 0px;
}

.image_links{
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.image_links img{
	margin-left:auto; /* Warning left and right column images 160 width */
	margin-right:auto;
	border: 0;
	display:block;
	padding: 10px 0px 10px 0px;
}

.image_links_b{
	clear: both;
	padding: 0px 0px 5px 0px;
	font-size: 85%;
}

.image_links_b img{
	margin-left:auto; /* Warning left and right column images 160 width */
	margin-right:auto;
	border: 0;
	display:block;
	padding: 10px 0px 10px 0px;
}

.smallfont {
	font-size: 90%;
}

.smallestfont {
	font-size: 85%;
}

.headliner2{
	color: #660000;
	font-weight: bold;
}

.headliner3{
	color: #6F5E15;
	font-weight: bold;
}

.backtotop{
	font-size: 75%;
	text-align: center;
}

.threecol .col1  p:first-letter {
	font-weight: bold;
}

/* Sale Gallery in Offerings */

.salegallery {
	clear: both;
	width: 380px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 7px 2px 11px;
	background-color: #E8A3C9;
	border: 2px solid #B5AA59;	
}

.salethumbnails {
	margin-left: auto;
	margin-right: auto;
	width: 380px;
}
	
.salethumbnailrow {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.salethumbnailrow a:hover {
	background-color: #E8A3C9;
}
	
.salethumbnails img {
	background-color: #E8A3C9;
}
	
.salethumbnails a img {
	border: 1px solid #B5AA59;
	padding: 7px;
}
		
.salethumbnails a:hover img {
	border: 1px solid #FFFFFF;
}

/* End of Sale Gallery */

/* Photo Gallery */

.photogallery {
	clear: both;
	width: 480px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 7px 2px 11px;
	background-color: #E8A3C9;
	border: 2px solid #B5AA59;	
}

.photothumbnails {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
}
	
.photothumbnailrow {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.photothumbnailrow a:hover {
	background-color: #E8A3C9;
}
	
.photothumbnails img {
	background-color: #E8A3C9;
}
	
.photothumbnails a img {
	border: 1px solid #B5AA59;
	padding: 7px;
}
		
.photothumbnails a:hover img {
	border: 1px solid #FFFFFF;
}

/* End of Photo Gallery */

/* Salesbarn Pictures in Offerings */

.horsegallery {
	clear: both;
	width: 145px;
	margin: 22px 0px 10px 10px;
	padding: 0px 7px 2px 11px;
	background-color: #E8A3C9;
	border: 2px solid #B5AA59;
	float:right;	
}

.horsethumbnails {
	margin-left: auto;
	margin-right: auto;
	width: 145px;
}
	
.horsethumbnailrow {
	width: 145px;
	margin-left: auto;
	margin-right: auto;
}

.horsethumbnailrow a:hover {
	background-color: #E8A3C9;
}
	
.horsethumbnails img {
	background-color: #E8A3C9;
}
	
.horsethumbnails a img {
	border: 1px solid #B5AA59;
	padding: 7px;
}
		
.horsethumbnails a:hover img {
	border: 1px solid #FFFFFF;
}

/* End of Salesbarn Pictures */

.centerit {
	text-align:center;
}

.centerpic {
	margin-left:auto; /* Warning left and right column images 160 width */
	margin-right:auto;
}

.sharingthis {		/* This is for the ShareThis on the left column */
	padding: 10px 0px 5px 10px;
}

.mutesmall{
	font-size: 90%;
	color: #666666;
	text-align: center;
}

/* Site and Contact Info styles */

.linkpage{
	clear: both;
	font-size: 95%;
	color: #000;
	padding: 0px 5px 10px 5px;
	margin-top: 0px;
}

.linkpage a:hover {
	background:#BAE0E2;
}

.linkpage img{
	padding: 5px 0px 5px 0px;
	border: 0px;
}

.linkpage ul{
	list-style-type: none;
	color: #000000;
	padding-right: 10px;
}

/* Site and Contact Info styles */

#contactinfo{
	clear: both;
	font-size: 95%;
	color: #000;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
}

#contactinfo img{
	padding: 5px 0px 5px 5px;
	border: 0px;
}

#contactinfo ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;	
}

#siteinfo{
	clear: both;
	font-size: 95%;
	color: #000;
	margin-top: 0px;
}

#siteinfo a:hover {
	background:#BAE0E2;
}

#siteinfo img{
	padding: 0px 0px 0px 5px;
	border: 0px;
}

#siteinfo ul{
	list-style-type: none;
	list-style-position: outside;
	color: #000000;	
}

/* Footer styles */

#footer {
	clear: both;
	text-align: center;
   	width: 950px;  /* you can use px, em or % - also I do not care about 800x600 resolutions */
	background:#E8A3C9;
	border-top: 1px solid #000;
	font-size: 80%;
	color: #000;
	padding: 6px 0px 2px 0px;
}

#footer img {
	padding: 0px 7px 0px 6px;
}

.footershare {
	font-size: 115%;
	word-spacing: normal;
}

/* #navBar link styles */

#navBar ul a:link, #navbar ul a:hover, #navBar ul a:visited {color: #660000;display: block; text-decoration: none;}
#navBar ul a:hover{color: #000000;display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBar li {border-bottom: 1px solid #9E6B05 */
#navBar li{border-bottom: 1px solid #9E6B05;}

/* fix for browsers that don't need the hack */
HTML>body #navBar li {border-bottom: none;}

.col3 {
	color: #000;
}

.col3 a:link, .col3 a:visited {
	color: #660000;
	text-decoration: underline;
}

.col3 a:hover{
	background: #E8A3C9;
	color: #000;
	text-decoration: none;
}

/* #sectionLinks styles */

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#sectionLinks h2{
	padding: 0px 0px 2px 0px;
	color: #000;
}

#sectionLinks a{
	font-size: 100%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 0px;
	background-color: #E8A3C9;
}

/* #siteLinks styles */

#siteLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#siteLinks h3{
	padding: 0px 0px 2px 0px;
	color: #000;
}

#siteLinks a{
	font-size: 100%;
}

#siteLinks a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	width: auto;
}

#siteLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#siteLinks a:hover{
	padding: 2px 0px 2px 0px;
	background-color: #E8A3C9;
}
#bigwindow{
	font-size: 90%;
	padding: 10px 0px 5px 0px;
}

#bigwindow p{
	padding: 0px 10px 0px 10px;
	color: #000;
}

#bigwindow img{
	border: 0;
}

.socialbadges{
	font-size: 75%;
	clear: both;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

.socialbadges img{
	border: 0;
	padding: 2px 0px 0px 0px;
}

.socialbadges_b{
	font-size: 75%;
	clear: both;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

.socialbadges_b img{
	border: 0;
	padding: 2px 0px 0px 0px;
}

.linkshare {
	float: left;
}
