/*magenta #ed1e79*/
p.firstParagraph, #contentInner p.firstParagraph, #staff p.firstParagraph, #calendar-main p.firstParagraph, #workshop p.firstParagraph, p#firstParagraph {
	font-size: 125%;
	background-color: #4d4d4d;
	color: #fff;
	padding: 2em .25em .25em .5em ;
	margin-bottom: 0;
}

#contentInner p.firstParagraph a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	
}
#contentInner p.firstParagraph a:hover {
	color: #ffff33;
}
p.newsContent, li.newsContent, div.newsContent {
	background-color: #e6e6e6;
	padding: .5em;
	margin: .5em 0;
}
div.newsContent ul li {
	margin-left: 1em;
}
p#open, p#closed {
	font-variant: small-caps;
	border-top: .5em solid #fff;
	border-bottom: .5em solid #fff;
	padding: .5em 0;
	text-align: right;
	margin-bottom: 0;
}
p#open {
	background-color: #abc14e;
}
p#open span, p#closed span {
	background-color: #fff;
	padding: 0 .25em;
}
p#closed {
	background-color: #ed1c24;
}
#box {
	border-top: 1px dashed #c0c0c0;
	border-bottom: 1px dashed #c0c0c0;
	
	font-variant: small-caps;
}

