/* Custom OverRides for Brabant Ensemble */

/****************************************
Typography 
****************************************/

body {background-color:#CCCCCC;}
a { color:#900; font-weight:700; text-decoration:none;}
a:hover { color:#FF0000;}
.print { display:none;}
h1,h2,h3,h4,h5,h6 {color: #990000;  font-weight: bold;}
h1 {	 font-size:180%; border-bottom:1px solid #900;}
h2 {	font-size: 130%; }
 
/****************************************
Divs
****************************************/
#container { /*width:800px;*/ border: #000066 1px solid; margin:15px auto; background-color:#FFFFFF;}
#navigation {	border-top: 1px solid #990000;	 border-bottom: 1px solid #990000;
		margin-bottom:40px;
		background-image: url(../images/nav_bg.gif);
		background-repeat: repeat-x;
}
#navigation ul { padding:3px; margin:0; }
	#navigation ul li {display:inline; padding:5px;}
	#navigation a { color:#FFF; font-size:120%; text-decoration:none;}	
	#navigation a:visited { color:#FFF;}#navigation a:hover { color: #333333;}

#header {	background-image: url(../images/header.jpg);	background-repeat: no-repeat;	background-position: right;}
#content {	color: #000033;       margin-bottom:20px;}
#footer {padding:2em;   }
 

/****************************************
Helper Classes
****************************************/
.picture {border:2px solid #666; padding:3px;}
.box { background-color:#f5f5f5;}
hr {}

.left {	float: left;	margin-right: 20px; 	margin-bottom: 10px;}
.right {float: right;	margin-left: 20px;	margin-bottom: 10px;}

.pdf_list li{	background-image: url(../images/icn_pdf.gif);	background-repeat: no-repeat;	padding-left: 25px;	margin-top:4px;	list-style:none;}


/* Clear Styles */
	.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} 
	.clear {display:inline-block;}
	/* hide from ie mac \*/
	* html .clear {height:1%;}
	.clear {display:block;}
	/* end hide from ie mac */
