/* 
Styles specific for Cross Currents Chamber Music Arts Festival (cccmaf). (specific domain name but hosted in folder of BCO site)
These styles override the default styles from the site BCO.
*/

/* header - logo */
.section_cross div#logo_site {
	height:129px;
	width:211px;
	position:absolute;
	left:3px;
	top:32px;
	z-index:2;
}
.section_cross #logo_site a {
	background:transparent url(../img/logo-crosscurrentsfestival.png) no-repeat scroll 0 0;
	display:block;
	height:100%;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9000px;
	width:100%;
}
/* header - title and info */
#cross_info {
	position: absolute;
	top: 90px;
	left: 230px;
	width: 512px; /* total width: 520px */
	margin:0;
	padding: 5px 0 7px 8px;
	color: #fff;
	background: #09588b url(../img/info-bg.png) repeat-x bottom left;
}
#cross_info h2 { margin:0; padding:0 0 4px 0; font-size: 16px; font-weight:bold; line-height: 1em;}
#cross_info p { margin:0; line-height: 1.2em;}
p.cross_info_date {}
p.cross_info_tel {}

/* header - link to BCO */
#link_header_bco {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 5px;
	width: 350px;
	height: auto;
	margin:0; 
	padding:0;
	font-size: 0.9em;
	line-height: 1em;
	text-align: right;
	padding-top: 5px;
}
#link_header_bco img { display:inline; margin:0 0 0 2px; vertical-align: top;}

