/* single.css */

.plugin.single #info {
	float				: left;
	width				: 258px;
}

#info h1 {
	color				: #5a1c89;
	font-size			: 1.3em;
	text-transform		: none;
}

#info p {
	font-size			: 0.9em;
	border-bottom		: 1px solid #5a1c89;
	padding-bottom		: 1em;
	margin				: 0;
}

#info th {
	width				: 70px;
}

#gallery {	
	float				: left;
	width				: 672px;
	margin-left			: 20px;
	margin-top			: -20px;
}

#groups {
	border-bottom		: 1px solid #5a1c89;	
}

#groups ul {
	margin				: 0;
	padding				: 0;
	list-style			: none;	
}

#groups ul li {
	margin				: 0;
	padding				: 0;
	display				: inline;
}

#groups ul li a {
	border				: 0;
	padding				: 1px 15px;
	text-transform		: uppercase;
	font-size			: 1.1em;
	float				: right;
	border-top			: 1px solid #f5f5f5;
	border-bottom		: 1px solid #5a1c89;
	margin-bottom		: -2px;
	background-image	: url(/media/dsg/groups_separator.gif);
	background-repeat	: no-repeat;
	background-position	: left 4px;	
}

#groups ul li a.right {
	background-position	: right 4px;
}

#groups ul li a.active {
	border				: 1px solid #5a1c89;
	border-bottom		: 1px solid #f5f5f5;
	background-image	: none;
	padding				: 1px 14px;	
}

#groups ul li a:hover {
	text-decoration		: underline;
}

#pictures {
	margin-top			: 20px;
}

#pictures #polaroids a {
	background-image	: url(/media/dsg/polaroids_bg.gif);
	padding				: 11px 12px 37px 11px;
	text-decoration		: none;
	border				: 0;
	float				: left;
	margin-bottom		: 20px;
	margin-right		: 11px;
}

#pictures #polaroids .last {
	margin-right		: 0;
}

#pictures #videos .video {
	float				: left;
	margin-bottom		: 20px;
	margin-right		: 24px;
}

#pictures #videos .video.last {
	margin-right		: 0;
}

#pictures .notice {
	font-size			: 1.3em;
	font-weight			: normal;
}


