/*

Title:		Text and Image styles for Ginger Snap website
Updated:	2 June 2009

*/


/******************** Text and Image box (placed in single column template) ********************/

div.text-image-box {
	background:#fff url("../images/structure/page/bg-gradient-long.jpg") top left no-repeat;
	border:0;
	clear:both;
	float:left;
	margin:0;
	padding:0 30px 20px 30px;
	width:846px !important;
	width /**/:906px;	
}

div.text-image-text {
	border:0;
	float:left;
	margin:0;
	padding:0;
	width:544px !important;
	width /**/:544px;
}

div.text-image-image {
	border:0;
	float:left;
	margin:0;
	padding:60px 30px 0 40px;
	width:162px !important;
	width /**/:232px;
}

div.text-image-box em {
	color:#825330;
	font-style:normal;
	font-weight:bold;
}

body#venues div.text-image-box em,
.mceContentBody ul li em {
	color:#1791D9;
	font-style:normal;
	font-weight:bold;
	}
