/*
 ____________________________________________________________
|                                                            |
|    DESIGN : Adrienne Raymond    							 |
|      DATE : 2009.02.20                                     |
| COPYRIGHT : 2009 Sunora Llamas     				 	 |
|     EMAIL : adrienne@equineonlinedesign.com   			 	 |          
|____________________________________________________________|

*/

/*
Site Colors
	#fffbcc = creamy white
	#42210b = dk brown (text)
	#6065b7 = purple (accent)
	#211f20 = dk brown-black	
	#bebee1 = lt lavendar
	#dac493 = tan (background)
	#b69d72 = darker tan	
	#5b4128 = dk brown
*/

/***** Common Formatting *****/
html, body {margin: 0; padding: 0; min-height:100%; margin-bottom:1px;}

body {
margin:0;
padding:0;
background-color:#cfbd99;
background-image:url(../images/BG.jpg);
background-repeat:repeat;
color:#231f20;  
font-family:"Comic Sans MS", "Palatino Linotype", "times new roman", serif;
font-size:1em;
}

#wrapper {
margin:10px auto;
width:912px;
height:auto;
overflow:hidden;
}

#headerwrapper {
width:912px;
height:397px;
overflow:hidden;
}

.leftcolumn {
width:112px;
height:400px;
float:left;
overflow:hidden;
}

.leftcolumn img {
margin-top:3px;
}

.rightcolumn {
width:800px;
height:403px;
float:left;
overflow:hidden;
}

/* Header portion */
.header {
height:117px;
background-image:url(../images/headerTop.jpg);
border-top:3px solid #b69d72;
background-repeat:no-repeat;
overflow:hidden;
}
.header p {
width:200px;
float:right;
text-align:right;
padding:0;
margin:0;
position:relative;
top:98px;
left:-15px;
font-weight:bold;
color:#5b4128;
font-size:.75em;
overflow:hidden;
}
/*TAB NAVIGATION AREA*/
#nav {	
	width:800px;
	height:30px;
	float:right;
	margin:1px 5px 0 0;
	padding:2px 0px 6px 0;
	overflow:hidden;		
}
#nav ul#horizontal-list {
	margin:5px 0 0 85px;
	padding:0px 0 0 0;
	display:inline;				
}
#nav ul#horizontal-list li {	
	margin:0px;				
	display:inline;		
}
#nav ul#horizontal-list li a {	
	color:#e4dcc5;		
	padding:5px 35px 5px 35px;
	margin:0px 0 0 0;				
	display:inline;
	text-decoration:none;
	font-family:"times new roman", serif;
	font-weight:bold;
	font-style:italic;
}
#nav ul#horizontal-list li a.target {	
	color:#45200d;	
	background-color:#bdbee1;	
	padding:5px 35px 5px 35px;
	margin:0px 0 0 0;				
	display:inline;
	text-decoration:none;
}
html>#nav ul#horizontal-list li a {
	width:auto;	
}
#nav ul#horizontal-list li a:hover {	
	color:#45200d;	
	background-color:#bdbee1;
	padding:5px 35px 5px 35px;
	margin:0px 0 0 0;				
	display:inline;
	text-decoration:none;
}
/**************** HEADER BOTTOMS FOR DIFFERENT PAGES ***********/
.headerbottom, .headerbottomLinks {
width:800px;
height:283px;
background-image:url(../images/hb-Links.jpg);
background-repeat:no-repeat;
position:relative;
overflow:hidden;
} 
.headerbottomHome{
width:800px;
height:283px;
background-image:url(../images/hb_Home.jpg);
background-repeat:no-repeat;
position:relative;
overflow:hidden;
} 
.headerbottomHome p {
width:100px;
float:right;
margin-top:10px;
margin-right:5px;
padding:5px;
text-align:center;
font-size:.85em;
font-style:italic;
overflow:auto;
color:#5b4128;
} 
.headerbottomSale{
width:800px;
height:283px;
background-image:url(../images/hb_Sale.jpg);
background-repeat:no-repeat;
position:relative;
overflow:hidden;
} 
.headerbottomLinks p.linkslogan {
width:250px;
float:right;
margin-top:88px;
margin-right:10px;
padding:5px;
text-align:center;
font-size:.95em;
font-style:italic;
overflow:auto;
color:#5b4128;
} 
.headerbottomSale .salenames {
width:600px;
position:relative;
top:62%;
left:20%;
height:auto;
overflow:auto;
}
.salenames p {
	font-size:.9em;
	font-weight:normal;
	font-style:italic;
}
.salenames p#one {
width:100px;
float:left;
text-align:left;
margin:0 0 0 15px;
padding:0;
color:#5b4128;
}

.salenames p#two {
width:100px;
float:left;
text-align:left;
margin:0 0 0 130px;
padding:0;
color:#5b4128;
}

.salenames p#three {
width:100px;
float:left;
text-align:left;
margin:0 0 0 155px;
padding:0;
color:#5b4128;
}


/* this contains maincontent */

.main {
height:auto;
width:912px;
margin-top:0px;
clear:both;
overflow:hidden;
}

.dashed3 {
width:852px;
height:5px;
margin-left:50px;
border-top:4px solid #6065b7;
}


.maincontent {
min-height:400px;
height:auto;
width:875px;
margin-left:2.3em;
overflow:hidden;
}
.maincontent a {
color:#5b4128;
text-decoration:underline;
}

.maincontent a:hover {
color:#fff;
text-decoration:none;
}
.maincontent h2 {
padding:5px 0;
margin:0;
text-align:center;
color:#42210b;
}

#mainbottom {
width:912px;
height:145px;
text-align:center;
}

#mainbottom img {
position:bottom center;
padding:0;
margin:0;
border:0;
}

.bar {
width:875px;
height:1px;
border-top:4px solid #42210b;
margin:0 auto;
padding:0;
}

.bar2 {
width:450px;
margin:0 auto;
height:1px;
border-bottom:4px solid #b69d72;
padding:0;
}

.dashed {
width:700px;
height:6px;
margin:0 auto;
border-top:2px solid #6065b7;
border-bottom:2px solid #42210b;
}

.dashed2 {
height:6px;
margin:0 auto;
border-top:2px solid #6065b7;
border-bottom:2px solid #42210b;
}

.footer {
height:30px;
width:912px;
text-align:center;
}

/*FOOTER AREA*/
.subfooter {
width:912px;
height:50px;
overflow:hidden;
}

#copyleft {
float:left;
width:175px;
}

#copyleft p {
font-family:Arial, sans-serif;
font-size:.7em;
text-align:left;
margin-left:15px;
margin-top:15px;
padding:0;	
}
#updated {
	width:550px;
	float:left;
	margin:15px 0 0 0;	
}
#updated p {
	text-align:center;
	font-size:.7em;
}
.footer p {
font-family:Georgia, Arial, sans-serif;
font-size:.75em;
font-weight:bold;
text-align:center;
margin-top:10px;
margin-bottom:10px;
padding:0;	
}
.footer p a {
color:#5b4128;
text-decoration:underline;
}
.footer p a:hover {
color:#fff;
text-decoration:none;
}

#websiteright {
width:175px;
float:right;
}

#websiteright p {
font-family:Arial, sans-serif;
font-size:.65em;
text-align:right;
margin-right:15px;
margin-top:15px;
padding:0;	
}
#websiteright p a {
color:#5b4128;	
}

#websiteright p a:hover {
color:#fff;	
}

/* STYLING FOR INDIVIDUAL PAGES */
/*HOME PAGE*/
.maincontentHome {
min-height:400px;
height:auto;
width:875px;
margin-left:2.3em;
overflow:hidden;
}
.maincontentHome a {
color:#5b4128;
text-decoration:underline;
}

.maincontentHome a:hover {
color:#fff;
text-decoration:none;
}
.maincontentHome h2 {
padding:5px 0;
margin:0;
text-align:center;
color:#42210b;
}
.maincontentHome p {
	font-size:.95em;
}
/* */
.text_img {
	width:875px;
	height:auto;
	overflow:hidden;
	padding:5px 0;
}

.imgtag_combo {
	width:435px;
	float:right;
}

.text_img p {
margin-top:0px;
text-align:justify;
font-weight:normal;
}

.text_img .homeimg1 {
width:410px;
height:301px;
margin-left:15px;
margin-top:5px;
text-align:center;
padding:0px;
border:4px solid #6065b7;
}

.homeimg1 img {
border:3px solid #42210b;
margin:2px 0;
}
/* */
.img_tag2 {
width:265px;
height:auto;
overflow:hidden;
float:left;
margin:0;
padding:0;
}

.text_img .homeimg2 {
width:250px;
height:257px;
margin-right:0px;
margin-top:5px;
text-align:center;
padding:0px;
border:4px solid #6065b7;
}

.homeimg2 img {
border:3px solid #42210b;
margin:2px 0;
}

.text_img .right {
width:600px;
float:right;
margin-top:0px;
text-align:justify;
overflow:hidden;
}

.tag1 {
width:400px;
float:right;
font-size:.85em;
color:#5b4128;
/*
color:#211f20;
*/
margin-top:5px;
margin-right:10px;
text-align:center;
}

.tag2 {
width:250px;
font-size:.85em;
color:#5b4128;
margin-top:5px;
text-align:center;
}

.tag2 span a {
text-decoration:none;
color:#5b4128;
}

.tag2 span a:hover {
text-decoration:none;
color:#5b4128;
}

.spacer1 {
clear:both;
width:800px;
height:5px;
margin:0;
padding:0;
}
h3.homeheader {
	width:720px;
	margin:10px auto 20px auto;
	color:#5b4128;
	text-align:center;
	font-size:1.2em;
}
/*Styling for individual pages*/
/*HERD PAGE*/
.llamaherd {
width:875px;
min-height:100px;
padding:20px 0;
height:auto;
overflow:auto;
}
.llamainfo {
	width:873px;
	height:auto;	
	margin:5px 0;	
}
.herdtext {
width:560px;
float:right;
margin-top:5px;
padding:0;
font-size:.95em;
line-height:1.5em;
padding:0 20px;
text-align:justify;
}
.herdtext2 {
clear:both;
width:820px;
margin-top:10px;
padding:0 0 0 0;
font-size:.95em;
line-height:1.5em;
padding:0 20px;
text-align:justify;
}
.llamaherd h3 {
margin:0px;
padding-bottom:10px;
text-align:center;
font-size:1.6em;
letter-spacing:.9em;
color:#6065b7;
}
.llamaherd h4 {
margin:0px;
padding-bottom:10px;
text-align:center;
font-size:1.3em;
letter-spacing:.2em;
color:#6065b7;
}
.parent_baby {
width:875px;
margin:0 auto;
height:auto;
overflow:auto;
}

.parent_baby p {
width:160px;
float:left;
font-size:.85em;
margin-left:7px;
margin-top:-3px;
padding:0;
text-align:center;
}

.babies p {
width:160px;
float:left;
font-size:1.3em;
margin-left:7px;
margin-top:-3px;
padding:0;
text-align:center;
}

.llamatitle {
overflow:hidden;
padding-bottom:10px;
}
.subimgtext {
	clear:both;
	overflow:auto;
	height:auto;	
}
.subimgtext p {	
	padding:0px 0 0 0px;
	margin:0px 0 0 0;
	text-align:right;
	padding-right:5px;
	color:#6065b7;
}
.subimgtext .pleft {
	width:260px;
	float:left;
	padding:0px;
	margin:0 35px 0 0;
	text-align:left;
	padding-left:5px;
	color:#6065b7;
}
.subimgtext .pright {
	width:260px;
	float:right;
	padding:0px;
	margin:0px 0 0 0;
	text-align:right;
	padding-right:5px;
	color:#6065b7;
	text-align:left;
}
.llamaarrivals {
width:850px;
height:auto;
overflow:auto;
padding-bottom:10px;
margin:0 auto;
}
.llamaarrivals2 {
width:850px;
height:225px;
overflow:hidden;
padding-bottom:10px;
margin:0 auto;
text-align:center;
}
.llamaarrivals img {
	width:170px;
	float:left;
}
.llamaarrivals2 img {
	width:250px;
	margin:15px 10px;
	border:3px solid #42210b;
}
.img_space {
width:155px;
height:100px;
float:left;	
}

.llamatitle .smallfont {
font-size:.85em;
line-height:1.8em;
}
.herdtitle {
text-align:center;
font-size:1.1em;
padding-top:65px;
padding-left:20px;
width:195px;
float:left;
}
.cria_parents {
	font-size:.8em;
}
.herdtitle a {
text-decoration:none;
color:#231f20;
}
.herdtitle a:hover {
text-decoration:none;
color:#231f20;
}
.herdtitle2 {
text-align:center;
font-size:1.1em;
padding-top:20px;
padding-left:20px;
width:295px;
float:left;
}
.herdtitle3 {
text-align:center;
font-size:1.1em;
padding-top:35px;
padding-left:20px;
width:195px;
float:left;
}
/*********** images *************/
.llamatitle .img_one {
width:260px;
float:left;
text-align:center;
height:306px;
padding:2px 0;
border:4px solid #6065b7;
}
.img_one img {
border:3px solid #42210b;
}
/* */
.img_two {
width:360px;
float:right;
height:306px;
padding:2px 0;
margin:0px;
text-align:center;
border:4px solid #6065b7;
}
.img_two img {
border:3px solid #42210b;
}
/* */
.img_three {
width:260px;
float:left;
height:306px;
padding:2px 0;
margin:0px;
text-align:center;
border:4px solid #6065b7;
}
.img_three img {
border:3px solid #42210b;
}
/* */
.img_four {
width:360px;
float:left;
height:306px;
padding:2px 0;
margin:0px;
text-align:center;
border:4px solid #6065b7;
}
.img_four img {
border:3px solid #42210b;
}
/* */
.llamatitle .img_center {
width:260px;
float:left;
margin:0 0 0 35px;
text-align:center;
height:306px;
padding:2px 0;
border:4px solid #6065b7;
}
.img_center img {
border:3px solid #42210b;
}
/* */
.img_gRight {
width:260px;
float:right;
height:306px;
padding:2px 0;
margin:0px;
text-align:center;
border:4px solid #6065b7;
}
.img_gRight img {
border:3px solid #42210b;
}
/************************************** END ******************************/
.llamaherd .center {
text-align:center;
}
.center {
text-align:center;
padding-bottom:10px;
margin:0;
}
.center a {
text-decoration:underline;
color:#5b4128;
}

.center a:hover {
text-decoration:none;
color:#fff9d5;
}
.soldstat {
	text-align:center;
	padding-bottom:5px;
	margin:0;	
	font-size:1.3em;
	color:red;
	font-weight:bold;
}
.herdtitle span.sold, .herdtitle3 span.sold {
	font-size:1.3em;
	color:red;
	font-weight:bold;
}
span.sold {
	font-size:1em;
	color:red;
	letter-spacing:.3em;
}
.img_line {	
	text-align:center;
}
.img_line img {
	margin:4px 4px 0 4px;
	border:3px solid #42210b;
}
.img_linetext ul {
	list-style:none;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;		
	width: 100%;	
	/* fixes Firefox 0.9.3 */
}
.img_linetext ul li {
	display: inline;	
	font-size:.8em;
	color:#6065b7;	
	font-weight:bold;
}
.img_linetext ul #span1 {	
	padding: 0 50px 0 0;
	margin: 0 0px 0 10px;	
}
.img_linetext ul #span3 {	
	padding: 0 0 0 0;
	margin: 0 0px 0 200px;	
}
/*Styling for individual pages*/
/*SALE PAGE*/
.llamasale {
width:875px;
min-height:200px;
padding:10px 0;
height:auto;
overflow:auto;
}

.llamasale p {
margin:0;
padding:0;
font-size:.95em;
line-height:1.5em;
padding:5px 20px;
text-align:justify;
}

.llamatitle {
overflow:auto;
}

.sale_images {
text-align:center;
height:auto;
overflow:auto;
padding:2px 0;
}

.sale_images img {
border:3px solid #42210b;
margin:5px 10px;
}
.llamasale .llamatitle img {
	width:240px;
	height:245px;
	float:left;
	border:3px solid #42210b;
	margin:5px 20px 0px 150px;
}
.llamasale .llamatitle p {
text-align:left;
font-size:1.1em;
padding-bottom:5px;
margin:0px;
}
.llamasale .llamatitle p span {
	font-size:1.3em;
	font-weight:bold;
}

.salecaptions {
width:810px;
margin:auto;
height:auto;
overflow:auto;
margin-top:-10px;
}

.salecaptions p {
width:270px;
float:left;
font-size:.8em;
font-style:italic;
text-align:center;
padding:0px;
margin:0px;
}
.llamasale .more {
	text-align:center;	
	font-size:.9em;
	font-style:italic;
	margin:0 0 0 0px;
	font-weight:bold;
	padding:0 0 10px 0px;	
}
.llamasale h2 {
	font-size:1.6em;
	padding:0 0 5px 0;	
}
.llamassold {
	height:auto;
	overflow:hidden;	
	padding:10px 0 0 0;		
}
.img_sold1 {
	width:200px;
	height:225px;
	float:left;
	border:3px solid #42210b;
}
.soldcenter_text {
	width:450px;
	float:left;
	margin-left:5px;
	height:auto;	
}
.soldcenter_text h3 {
	text-align:center;
	font-size:1.6em;
	color:#6065b7;	
	padding:0;
	margin:0;
}
.img_sold2 {
	width:200px;
	height:225px;
	float:right;
	border:3px solid #42210b;
}
.subsoldtext {
	height:auto;
	overflow:hidden;
}
.subsoldtext .soldleft {
	width:350px;
	float:left;	
	margin:0px 0 0 0;
	text-align:left;
	padding:0 0 0 10px;
	color:#6065b7;
}
.subsoldtext .soldright {
	width:350px;
	float:right;
	padding:0 10px 0 0;
	margin:0;
	text-align:right;
	color:#6065b7;	
}
/*Styling for individual pages*/
/*LINKS PAGE*/
.llamalinks {
width:500px;
margin:0 auto;
height:auto;
}
.llamalinks h3 {
margin:0px;
padding-top:10px;
text-align:center;
font-size:1.1em;
color:#6065b7;
}

.llamalinks .quote {
margin:0px;
padding:10px 0;
font-size:1.1em;
color:#211f20;
}

.info, .farms, .supplies, .publications {
overflow:auto;
margin:10px 0;
border-bottom:2px solid #b69d72;
padding-bottom:5px;
}

.organizations {
overflow:auto;
margin:10px 0;
padding-bottom:5px;
}

.info p, .farms p, .organizations p, .publications p, .supplies p {
text-align:center;
color:#5b4128;
font-size:.9em;
font-style:italic;
}

.link1, .link2, .link3, .link4, .link5, .link6 {
color:#42210b;
font-size:.85em;
font-style:normal;
padding:5px;
margin:0;
}
/*Styling for individual pages*/
/*CONTACT PAGE*/
.contactinfo, .contactphotos {
text-align:center;
}
.contactphotos a {
	text-decoration:none;
}
.contactphotos a:hover {
	text-decoration:none;
	color:#5b4128; 
}
.contactphotos img {
border:3px solid #42210b;
margin:5px 10px;
}
.contactphotos p {
	width:775px;
	padding-top:5px;
	margin:0 auto;
	text-align:left;
	font-size:.95em;
	color:#5b4128;
}
.contactphotos h3 {	
	padding:20px 0 0px 0;
	margin:0;	
	font-size:1.1em;
	color:#6065b7;
}
.contactphotos #author {
	width:750px;
	margin:0 auto 5px auto;
	font-size:1em;	
	font-weight:bold;
	color:#42210b;
	text-align:center;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #44210b;
}
#author span { font-weight:bold;text-decoration:underline; }

.contactinfo img {
	width:250px;
	height:150px;
	border:3px solid #42210b;
	margin-top:20px;
	padding-top:0px;

}
#contacttitle, #phototitle {
	font-size:1.2em;
	font-weight:bold;
	color:#6065b7;
	padding-top:10px;
	margin:0;
}
#phototitle { font-size:1.5em;padding-bottom:10px; }

.contactinfo {
	height:auto;
	overflow:auto;
	width:650px;
	margin:20px auto;
}
.contactinfo img { width:250px;	float:left; padding:0; margin:0; }
.contactinfo p { width:300px; float:right; padding:0px; margin:0 ; }
.tagcontainer { width:850px; margin:0 auto; }

.phototags {
	width:280px;
	float:left;
	padding-top:2px;
	padding-bottom:15px;
	font-size:.8em;
	font-style:italic;
}
.photosurround {
	height:auto;
	overflow:auto;
	margin:0 0 20px 0;
}
.contactphotos .llamavisit {
	width:285px;
	float:right;
	text-align:center;
	margin:20px 0 0 0;
	font-size:1.1em;
	color:#6065b7;
	font-weight:bold;
	padding:0;	
}
.contactphotos .llamavisit span { font-size:.95em;font-weight:normal; }

.maincontent .contactphotos .imgs_2011 {
	width:585px;
	height:auto;
	float:left;	
}






