/* @override http://dancexplosion.net/css/news.css */

/* #newsBar #newsBox h5 {
	font-size: 115%;
	font-weight: bold;
	color: #BA1111;
}
#newsBar #newsBox h1 strong{
	font-size: 140%;
}
#newsBar #newsBox h2 {
	font-size: 85%;
	color: #BA1111;
}
#newsBar #newsBox p {
	font-size: 80%;
	text-align:justify;
	background-color: #D7E5FF;
	padding: 5px;
	line-height: 120%;
}
*/

.contentBody {
	padding: 5px;
	text-align: center;
}

.newsBlocks p {
	font-size: 80%;
	text-align:left;
	padding: 5px;
	line-height: 120%;
	width: 500px;
	margin-left: 40px;
	background-color: #F3F3F3;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	border-left: 1px solid #E9E9E9;
}
.contentBody h1 {
	text-align: left;
}

.contentBody h2 {
	font-size: 130%;
	font-weight: bold;
	color: #BA1111;
	text-align: center;
}

.contentBody h3 {
	font-size: 120%;
	font-weight: bold;
	color: #0adf3c;
	text-align: center;
}

.contentBody h4 {
	font-size: 120%;
	font-weight: bold;
	color: #BA1111;
	text-align: center;
}
.newsSubMenu a, .newsSubMenu a:visited {
	color: #3535c3;
}	

.newsSubMenu li {
	list-style: none;
	display: inline;
	padding: 2px 10px;
	border-left: 1px solid #b1b1b1;
}

.newsSubMenu li.first {
	border-left: none;
}
	
	
.photoBox {
	padding: 0px;
	text-align: center;
	background-color: #F3F3F3;
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	border-left: 1px solid #E9E9E9;
	margin-top: 10px;
}
.photoBox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .photoBox  {height: 1%;}
.photoBox  {display: block;}
/* End hide from IE-mac */

.photoBox ul {
	text-align: left;	
}

.photoBox li {
	margin-left: 30px;	
	line-height: 135%;
}

.photoBox ul h5 {
	font-weight: normal;
	margin: 5px 0;
	font-size: 115%;
}

.photoBox .image {
	float: left;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	margin: 6px;
}

.photoBox .image p {
	text-align: center;
	font-size: 75%;
	color: #666666;
}