@charset "UTF-8";
/* CSS Document */

*{ padding:0px; margin:0px; }

		
.boxgrid{
	width: 280px;
	height: 168px;
	margin:10px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}
	
.boxgrid img{
	top: 0px;
	left: 1px;
	border: 0;
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#cacc87; 
	font-weight: normal; 
	line-height: 0.1em;
	font:9pt Georgia, "Times New Roman", Times, serif; 
}
				
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 287px;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 66px;
	left: 11px;
}
.recipescaption{
	position: absolute;
	background: #000;
	height: 30px;
	width: 287px;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top: 70px;
	left: 0px;
	font-weight:normal;
} 				
.captionfull .boxcaption {
	top: 132px;
	left: -3px;
}

.caption .boxcaption {
 	top: 220;
 	left: 0;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
.boxgrid-recipes{ 
	width: 287px; 
	height: 100px;
	background:#161613; 
	overflow: hidden; 
	position: relative;
	margin-bottom:15px;
}
/****** Restaurant Header Stuff *********/
.boxgrid-restaurant{ 
	width: 884px; 
	height: 285px;
	background:#161613; 
	overflow: hidden; 
	position: relative;
	margin-bottom:15px;
}
.restaurantcaption{
	position: absolute;
	background: #000;
	height: 100px;
	width: 884px;
	opacity: .7;

	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top: 186px;
	left: 1px;
	z-index:2;
} 				
.captionfull-header .boxcaption-header {
	top: 220px;
	left: 0px;
}

.caption .boxcaption {
 	top: 220;
 	left: 0;
}		
/****** Index Header Stuff *********/
.boxgrid-index{
	background:#161613;
	overflow: hidden;
	position: relative;
	margin-bottom:15px;
	background-image: url(christmas_layout.jpg);
}
.indexcaption{
	position: absolute;
	background: #000;
	height: 100px;
	width: 884px;
	opacity: .7;





	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top: 208px;
	left: 0px;
	z-index:2;
} 				
.captionfull-index .boxcaption-index {
	top: 220px;
	left: 0px;
}

.caption .boxcaption {
 	top: 220;
 	left: 0;
}
/****** Surrounding Header Stuff *********/
.boxgrid-surrounding{ 
	width: 281px; 
	height: 100px; 
	margin:10px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
.surroundingcaption{
	position: absolute;
	background: #000;
	height: 60px;
	width: 287px;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top: 61px;
	left: 0px;
	z-index:2;
}
.surroundingcaption a{
	color:#FFFFFF;
	font-weight:normal;
}  	
.captionfull- .boxcaption {
	top: 132px;
	left: -3px;
}
/****** Short Breaks Stuff *********/
.shortcaption{
	position: absolute;
	background: #000;
	height: 40px;
	width: 581px;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top: 113px;
	left: 0px;
}
.shortcaption a{
	text-decoration:none;
}
.boxgrid-short{ 
	width: 581px; 
	height: 154px;
	background:#161613; 
	overflow: hidden; 
	position: relative;
	margin-bottom:15px;
}

