@charset "utf-8";
/* CSS Document */

div#eventcontainer {
	
}

div#eventcontainer div#eventname {
	float:left;
	width:290px;
	background:url(/layout/eventname.png);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#666;
	line-height:16px;
	padding:2px 0 3px 5px;
}

div#eventcontainer div#eventname a {
	color:#B21C27;
	text-decoration:none;
}

div#eventcontainer div#eventservices {
	float:right;
	width:135px;
	height:52px;
	background:url(/layout/eventservices.png);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#666;
	line-height:16px;
	padding:8px 0 2px 7px;
}

div#eventcontainer div.services {
	float:left;
	height:18px;
	margin:15px 5px 5px 5px;
}

div#eventcontainer div#comments {
	margin:15px 0 0 0;
}

div#eventcontainer div#comments div#comment_title {
	background:url(/layout/views_ground.png);
	background-repeat:no-repeat;
	width:440px;
	height:35px;
	font-size:12px;
	font-weight:bold;
	color:#666;
}

div#eventcontainer div#comments div#addcomment {
	position:absolute;
	font-weight:bold;
	width:120px;
	margin:5px 0 0 315px;
}

div#eventcontainer div#comments div#views {
	position:absolute;
	font-weight:bold;
	width:120px;
	margin:12px 0 0 15px;
}

div#eventcontainer div#comments div#youtube {
	position:absolute;
	font-weight:bold;
	width:120px;
	margin:8px 0 0 200px;
}

div#commentform {
	background:url(/layout/mainground.png) #fff;
	background-repeat:repeat-x;
	padding:10px;
}

div.commentlist {
	width:400px;
	background:url(/layout/comment_ground.png) #f2f2f2;
	background-position:bottom;
	background-repeat:no-repeat;
	padding:20px;
	margin:4px 0 0 0;
}


div#eventcontainer div#locationname {
	float:left;
	width:440px;
	height:90px;
	background:url(/layout/location_ground.png);
	background-repeat:no-repeat;
	font-size:10px;
	font-weight:normal;
	color:#666;
	line-height:13px;
	padding:2px 0 3px 5px;
}

div#eventcontainer h2 {
	margin:0;
	padding:0;
	font-size:12px;
	color:#B6232D;
}

div#eventcontainer h2 a {
	margin:0;
	padding:0;
	font-size:12px;
	color:#B6232D;
}

div#eventcontainer div.locationlogo {
	margin:3px 0 0 0;
	
}

div#eventcontainer div#iconmap {
	position:absolute;
	margin:5px 0 0 380px;
	
}

