/* 
  -----------------------------------
	Barinaga Ranch Style Sheet
	(c) 2006-2009 LifeLike Proeuctions, Inc.
  -----------------------------------
*/
body {
	background-color: #D8DFBC;
	background-image: url(../images/kl-pbgtexture.jpg);
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/kl-masthead.jpg);
	background-repeat: no-repeat;
	height: 102px;
}

/********LAYOUT WRAPPER**********/
#layout {
/*kaw	width: 766px; */
	width: 966px;
	margin: 0 auto;
	background-color: #D8DFBC;
	background-image: url(../images/kl-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
/*kaw	width: 750px;	*/
	width: 950px;
	height: 32px;
	margin:0 auto;
/*padding-top:4px;*/

	border-bottom: 1px solid #6184AD;
	border-top: 4px solid #6184AD;
	
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
/*kaw	width: 750px; */
	width: 950px;
	padding: 10px 0 0 0;

}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 950px;
}
#middlebox {
	float: left;
	width: 700px;
}

#sidebox {
	float: left;
	width: 250px;
/*	width: 270px; */


}

#gallerycolumn {
	float: left;
	width: 270px;

}

#itembox {
	margin-left: 20%;
	margin-right: 20%;
	padding: 10px 10px 10px 10px;
}

.longgallerybox {
	float: left;
/*	width: 210px; */
	width: 250px;
	height: 280px;
}

.gallerybox {
	float: left;
/*	width: 210px; */
	width: 250px;
	height: 250px;
}


#topbox {
/*	float: left; */
	width: 950px;
	height: 115px;

}

#topthumbbox {
	float: left;
/*	width: 210px; */
	width: 67px;
	height: 85px;
}


/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	font-size: 0.8em;
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontent p{
	line-height: 1.35em;
	margin: 8px 0 12px 0;
}
.callout {
	float: left;
	width: 210px;
	margin: 6px 8px 24px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 1.00em;
}

.callout-galleries {
	float: left;
	width: 200px;
	margin: 6px 8px 24px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 1.00em;
}

/*Sidebar*/

.sidestroke-right {
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sidestroke-left {
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#sidecontent {
	font-size: 0.7em;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;

	background-image: url(../images/kl-yellowgradient.jpg);

/*	background-repeat: no-repeat; */

	background-repeat: repeat-x;
	background-position: right top;

/*
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;*/

}

#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}

#sidecontent img{
	border: 0;
}

#sidecontent a{
	text-decoration: none;
	color: #3366CC;
}

#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus
 {
	background-color: #FFFFFF;
	color: #339933;
	text-decoration: none;
}


/*Middle Content - 1/3 left 2/3 right format*/
#middlecontent {
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	font-size: 0.8em;
	
}

#topcontent {
	font-size: 0.7em;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
}

#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}

#topcontent a{
	text-decoration: none;
	color: #333333;
}

#topcontent img{
	border: 0;
}

#topthumbcontent {
	font-size: 0.7em;
	padding: 0 2px 2px 2px;
	margin: 0 0 0 0;
}

.image-wrapper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.imagewrapper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 240px;
	font-size:.85em;
	font-style: italic;
	font-weight: bold;
	
}


.image-title {
	margin: 0 0 0 0;
	font-size:.85em;
	font-style: italic;
	font-weight: bold;
}

/* img classes */

.img-shadow {
 float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 3px 3px 0 3px!important;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;  /* increase for more "frame" */
  }
 
.img-shadowR {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 15px!important;
  margin: 10px 0 0 5px;
  }

.img-shadowR img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 8px;
  }


/*Gallerybar*/
.gallerycontent {
	font-size: 1.0em;
	padding: 0 5px 5px 5px;
	margin: 20px 0 0 0;
	background-repeat: no-repeat;
	background-position: right top;

}
.gallerycontent p{
	line-height: 1.35em;
	margin: 12px 0;
	color: #333333;
	clear: left;
}

.gallerycontent img{
	border: 0;
	float: left;
}

.gallerycontent a{
	text-decoration: none;
	color: #333333;
}


/********HEADINGS*******/
h1, h2, h3, h4 {
	line-height: normal;
	font-family: Arial, sans-serif;
	color: #16325C;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	font-size: 1.55em;
	color: #000099;

}
h2 {
	margin: .5em 0 .5em 0;
	font-size: 1.35em;
	color: #000099;
}
h3 {
	margin: 0 0 0 0;
	font-size: 1.15em;
	color: #000099;

}

h4 {
	margin: .5em 0 0 0;
	font-size: 1.25em;
}


.style1 {
	color: #000000;
	font-style: italic;
}
.style2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;

}
.style3 {
	font-size: 1.35em;
	font-weight: bold;
}
.style4 {
	color: #3366CC;
	font-size: 1em;
}


.style8 {color: #3366CC}
.style9 {color: #3366CC; font-style: italic; }
.style15 {color: #339900}
.style17 {color: #009900}
.style20 {color: #993300}
.style21 {color: #CC0000}


#sidecontent h3.topheading {
	margin: 0;
}

#topcontent h4.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/kl-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 950px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #CECCC4;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #7D7865;
	cursor: default;
	font-size: 0.1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, {
/*	background-color: #3366CC; */
	background-color: #D8DFBC;
	color: #3366FF;
	text-decoration: underline;
}
#footer a, #footer a:active {
/*	background-color: #3366CC; */
	color: #D8DFBC;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
/*	background-color: #3366CC; */
	color: #FFFFFF;
	text-decoration: underline;
}

#p7TBMrootbox {
/*	background-image: url(../images/kl-mbar.jpg);*/
	background-color: #D8DFBC;
/*	background-repeat: repeat-x;*/
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}

/* TME */

#notice { 
			border: 1px solid green; 
			padding: 1em; 
			margin-bottom: 2em; 
#			background-color: #333333; 
			background-color: #333333; 
			font:  smaller sans-serif; 
			color: #ffffff;
}		


/* TME */

.admin-form fieldset { 
	background: #dddddd;
	color: #333333; 
} 
.admin-form legend { 
	color: #ffffff; 
	background: #333333; 
	font-style: sans-serif; 
	padding: 0.2em 1em; 
} 
#admin-form label { 
	width: 5em; 
	float: left; 
	text-align: right; 
	margin-right: 0.5em; 
	display: block; 
} 
.admin-form .submit { 
	margin-left: 5.5em; 
	} 
	/* The error box */ 
.fieldWithErrors {
#	color: #ffffff; 
	padding: 2px; 
	background-color: red; 
	display: table; 
	} 
#errorExplanation { 
#	color: #ffffff; 
	width: 400px; 
	border: 2px solid red; 
	padding: 7px; 
	padding-bottom: 12px; 
	margin-bottom: 20px; 
	background-color: #dddddd; 
	} 
#errorExplanation h2 { 
	text-align: left; 
	font-weight: bold; 
	padding: 5px 5px 5px 15px; 
	font-size: 12px; 
	margin: -7px; 
	background-color: #c00; 
	color: #fff; 
	} 
#errorExplanation p { 
	#	color: #333; 
	color: #ffffff; 
	margin-bottom: 0; 
	padding: 5px; 
	} 
#errorExplanation ul li { 
	font-size: 12px; 
	list-style: square; 
	} 

		/*Gallerybar*/
.gallerytable {
	margin: 0px 0px 0px 0px;
}

.gallerycontent {
	font-size: .8em;
	padding: 0 5px 5px 5px;
	margin: 0 0 0 0;
	color: #333;
	background-repeat: no-repeat;
	background-position: right top;
}

.gallerycontent p{
	/*	line-height: 1em; */
	font-size: 1.2em;
	margin: 0px;
	/*	margin: 12px 0; */
	color: #666666;
}

.gallerycontent img {
	border: 0;
}

.gallerycontent a {
	text-decoration: none;
	color: #666666;
}

.gallerycontent a:hover, #gallerycontent a:active, #gallerycontent a:focus {
	background-color: #FFFFFF;
	color: #339933;
	text-decoration: none;
}

.gallerylinks {
	#	width: inherit;
	#	margin-bottom: -42 px;
	float: left;
	clear: right;
}

.producttable {
	margin: 0px 0px 0px 40px;
}

.productbox {
	float: left;
	/*	width: 210px; */
	width: 150px;
	height: 195px;
	padding-left: 10px;
}

.gallerybox {
	float: left;
/*	width: 210px; */
	width: 210px;
	height: 210px;
	padding-left: 20px;
}

.indextable {
	margin: 0px 0px 0px 60px;
}

/* img classes */

.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 3px 3px 0 3px!important;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	/* border: 1px solid #a9a9a9;*/
	margin: -6px 6px 6px -6px;
	padding: 0px;  /* increase for more "frame" */
}

.img-shadowR {
	float:right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 15px!important;
	margin: 10px 0 0 5px;
}

.img-shadowR img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.list-line-even {
		background:		#dddddd;
}

.list-line-odd {
		background:		#ffffff;
}

.image-title {
	font-size: 1.5em;
}

.searchbox {
	width: 100%;
	border: 0;
}


