/* single.view.css */
#plugin_events.events_single {
	overflow: hidden;
	background-color: #4d96ff;
	display: block;
	width: 675px;
}

#plugin_events.events_single:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body #plugin_events.events_single h2 {
	position: relative;
	margin: 0;
	
	padding-left: 15px;
	padding-top: 10px;
	
	color: #ffffff;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	
	background-image: url(/fileadmin/web/images/skins/winterday/common/single.header.gif);
	background-repeat: repeat-y;
	height: 48px;
}

#plugin_events.events_single h2 span.day {
	font-size: 20px;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -22222px;
	
	display: block;
	width: 30px;
	
	float: left;
}

#plugin_events.events_single h2 span.weekday {
	display: block;
	
	margin: 3px 0 0 0;
	
	font-size: 12px;
	font-weight: bold;
	
	clear: both;
}

#plugin_events.events_single h2 span.current {
	background-repeat: no-repeat;
	background-position: center right;
	
	height: 55px;
	font-size: 40px;
	
	display: block;
	width: 250px;
	
	position: absolute;
	top: 0;
	right: 0;
	
	overflow: hidden;
	text-indent: -22222px;
}

#plugin_events.events_single .single_content {
	background-image: url(/fileadmin/web/images/skins/winterday/common/single.details.gif);
	background-position: left top;
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 10px;
}

#plugin_events.events_single .single_content .images {
	float: right;
	display: block;
	margin: 0 0 10px 10px;
}
#plugin_events.events_single .single_content .images:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#plugin_events.events_single .single_content .images a {
	display: block;
	
	margin-bottom: 10px;
}

#plugin_events.events_single .single_content .details {
	margin: 0;
	display: block;
	
	color: #ffffff;
	font-size: 10px;
	clear: none;
}

#plugin_events.events_single .single_content .details a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

#plugin_events.events_single .single_content .text {
	display: block;
	overflow: hidden;
	clear: none;
	margin: 0;
	
	color: #ffffff;
	font-size: 10px;
}
#plugin_events.events_single .single_content .text:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#plugin_events.events_single .single_content .text a {
	color: #ffffff;
	text-decoration: underline;
}

#content p.list {
	float: right;
	clear: both;
}

#content p.list a {
	font-size: 18px;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	
	text-decoration: none;
}
