/* HOME 
div { border: thin dotted red;} */

div.content-area {
	top: 40px;
	width: 500px;
	z-index: 7;
}
div.text-area {
	position: absolute;
	width: 280px;
	float: left;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0 0 0 2px;
	font-size: 22px;
	line-height: 23px;
	font-weight: bold;
	color: #70432B;
}

div.whatson {
	position: absolute;
	top: 95px;
	left: 540px;
	width: 230px;
	padding: 5px 0 30px 0;
	margin: 0;
	z-index: 99;
	border: 1px dotted #eae5e1;
	background-color: #fcf7f1;
}

.indent {
	padding-left: 15px;
	}
div.horiz-divider {
	border-top: 1px dotted #eae5e1;
	height: 1px;
	width: 100%;
	margin: 12px 0 12px 0;
	}	

div.home-event {
	float: left;
	margin: 5px 0 10px 0;
	width: 100%;
	padding: 0;
	}
div.home-event:hover { cursor: hand;}

div.date-page {
	border: 1px solid #bfbfbf;
	background-color: white;
	padding: 6px 3px 8px 3px;
	width: 32px;
	margin: 0 0 0 15px;
	float: left;
	text-align: center;
}
div.event-info-box {
	float: left;
	width: 150px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	}
		
.month {
	font-size:10px;
	line-height: 13px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0;
	margin:0;
	}
	
.date {
	font-size:16px;
	line-height: 16px;
	padding:0;
	margin:0;
	}
			
.name {
	padding: 0;
	margin: 0;
	font-size: 11px;
	}		

.day-time {
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 1px 0;
	margin: 0;
	}	
.month a, .date a, .name a, .day-time a { text-decoration: none; color: #333333; }
.month a:hover, .date a:hover, .name a:hover, .day-time a:hover { text-decoration: none;}

	
