/* @override 
	http://thecrowdedhouse.monkstaging.com/_css/im-new.css
*/

.imnew #content .titles{
	width: 310px;
	float: left;
}

.imnew #content .video{
	background: url(../_img/video_bg.png) no-repeat;
	width: 370px;
	height: 207px;
	float: right;
	position: relative;
	right: -5px;
	padding: 12px 10px 25px 12px;
}

#sub.imnew #content .video .vid{
	width: 368px;
	height: 207px;
	overflow: hidden;
}

#sub.imnew #content .video img{
	float: none;
	margin: 0;
}


.imnew #content .steps{
	clear: both;
}

.imnew #content #about{
	width: 300px;
	float: left;
	display: inline;
}

.imnew #content #events{
	width: 380px;
	/* Hacked by Sam Baynham
	float: right;
	display: inline;
	position: relative;
	right: -15px;
	*/
	float: left;
	margin-left: 60px;
}

.imnew #content #events h3, .imnew #content #about h3{
	border-bottom: 2px solid #06a3ca;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.imnew #content #about #quicklinks{
	position: relative;
	float: right;
	background: url(../_img/quicklinks_bg.png) no-repeat left bottom;
	width: 157px;
	top: -10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	right: -4px;
}

.imnew #content #about #quicklinks h4{
	font-size: 1.6em;
	color: #333333;
	padding-left: 10px;
	padding-bottom: 5px;
}

.imnew #content #about #quicklinks hr{
	border-bottom: thin solid #dbdbdb;
	width: 151px;
	position: relative;
	left: 2px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.imnew #content #about #quicklinks a{
	margin-left: 10px;
	display: block;
	font: bold .9em Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 5px;
	margin-right: 10px;
}

.imnew #content #about #quicklinks a:hover{
color: #06a3ca;
}

.imnew #content #events .eventlist{
	width: 179px;
	float: left;
}

.eventlist .item{
	margin-bottom: 10px;
}

.eventlist .item .date{
	background: url(../_img/bg_event-list-date.png) no-repeat;
	width: 40px;
	height: 55px;
	text-align: left;
	color: #999999;
	font: bold 24px/.9em Arial, Helvetica, sans-serif;
	padding-left: 7px;
	padding-top: 4px;
	float: left;
}

.eventlist .item .date span{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0;
	display: block;
}

.imnew #content #text .eventlist .item p{
	margin: 0;
	padding: 0;
}

.imnew #content #text .eventlist .item strong{
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
}

.eventlist .item strong a{
	text-decoration: none;
}

.imnew #content #text .eventlist .item .times{
	font-size: .9em;
	line-height: 1.5em;
}

.imnew #content #text .eventlist .item  a:hover{
	color: #06a3ca;
} 


.imnew #content #text #events .sm-cal{
	width: 170px;
	float: right;
	position: relative;
	top: -10px;
	background: url(../_img/small_cal-bg.png) no-repeat 0 bottom;
	padding: 12px;
	right: -5px;
}

.sm-cal table{
	border: 1px solid #ddddd5;
	width: 170px;
	border-bottom-style: none;
	border-right-style: none;
}

.sm-cal table td{
	border-right: 1px solid #ebece7;
	border-bottom: 1px solid #e7e7e5;
	font-size: .7em;
	color: #a1a29c;
	padding-left: 2px;
}

.sm-cal table caption{
	font-size: .9em;
	color: #666666;
	font-weight: bold;
	padding-bottom: 5px;
}

.sm-cal table th{
	display: none;
}

.sm-cal table td.empty{
	background-color: #f6f5f1;
}

.imnew #content #text #events .sm-cal table td.linked-day{
	background-color: #f5f2c7;
}

.imnew #content #text #events .sm-cal table td.linked-day a{
	text-decoration: none;
	color: #565133;
}




