/* css information
--------------------------------------------------------
	Berkshire Mountain Bakery:      	home screen stylesheet
	author:         					www.studiotwo.com
	updated:        					March 2008

	
-------------------------------------------------------- */




/*

***************************************

	LAYOUT RULES

***************************************

*/
#contentitems {padding: 15px;}
#content-home {background-color: white;}
#leftcol {float: left;}
#block {width: 509px;}
#commentleft {padding: 0px;}
#commentright {}
#foodthought {width: 186px; padding: 10px; }
#commentsbutton {width: 186px; padding: 10px;}
#press {width: 260px; margin: 9px; padding: 5px 5px 10px 10px; background-color: #ffefcd; font-size: 11px;}
#press h1 {font-size: 15px; font-weight: bold; color: #9f3329; font-family: Georgia, "Times New Roman", Times, serif; margin-top: 10px; margin-bottom: 10px;}

#rightcol {float: right; width: 409px;}
#shop {padding-right: 5px;}


/*-------------------------------------------
	tan Box
-------------------------------------------*/
.tan {
	background: #9a6600 url(../images/box_bottom.gif) no-repeat left bottom;
	color: #fff;
	font-size: .9em;
	/*margin-bottom: 1em;*/
	
}
.tan .content { background: url(../images/box_top.gif) no-repeat left top; /*padding: 8px 14px;*/ }



.tan h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 1em;
}

.tan a {
	color: #fff;
	text-decoration: none;
}
.tan a:hover { color: #CC6600; }

#spotlight {/*width: 409px; height: 254px; margin: 10px 5px 5px 0px; */  width: 409px; margin-top: 15px; margin-bottom: 15px; }
#spotlight-content {width: 379px;/* height: 234px; margin: 15px 15px 15px 18px; */padding: 5px 10px 5px 10px;}
#spotlight-left {width: 140px; padding: 5px;}
#spotlight-right {width: 204px; padding: 5px;}
/*#spotlight-content img {float: right; padding-left: 6px; }*/
#spotlight a:link {color: white;}
#spotlight a:visited {color: white;}
#spotlight a:hover { color: #ffffff; text-decoration: underline;}
.spotlight {font-weight: bold; text-transform: uppercase; color: #d6b02d; font-size: 12px; padding-bottom: 0px; font-family: Arial, Helvetica, sans-serif;}
.spotlight-title {font-weight: bold; font-size: 15px; color: white; padding: 0px 0px 6px 0px; font-family:Georgia, "Times New Roman", Times, serif;}	
.spotlight-text { font-size: 11px;  color: #e7e2d2; font-family: Arial, Helvetica, sans-serif;}
td {vertical-align: top;}




	.greenbox {
		width:409px;
		padding:0 0 14px 0;
		margin:10px auto;
		color: #fff;
		font-size: 11px;
		background:url("../images/green.gif") bottom left no-repeat;
	}
	.greenbox h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		font-size: 13px;
		color: #ffffff;
		background:url("../images/green.gif") top left no-repeat;
	}
	.greenbox p, .greenbox a.more {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #9a9a22;
		border-width:0 1px;
		background:#9a9a22;
	}
	.greenbox a.more {
		display:block;
		text-align:right;
		background:url("../images/green.gif") 410px 50% no-repeat;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#92b848;
	}
	.greenbox a.more:hover {
		text-decoration:underline;
	}




footer {margin-top: 20px;}