@charset "utf-8";
/* CSS Document */

div#branding {
	background-color:#FFF;
/*	background-image:url(../pix/mainstrap.gif);
	background-repeat: no-repeat;
	background-position: 99% 80%; */
/*	width: 50%; */
/*	padding-top: 20px; */
/*	padding-bottom: 20px;*/
}
div#branding img {
	position: relative;
	left: 10px;
}
div#premiumtab p {
	padding: 0 5px 10px 5px;
	color: #FFF;
}

div#strapline_ev {
	float: right;
	font: 100% Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: -40px 10px 20px;
}
div#subheader_ev {
	/* height: 6em; */
	background-color: #C69;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid #C69;/*bugfix here: blue top border to stop gap between branding div and subheader div*/
	position: relative;
}
div#subheader_ev h1 {
	color: #FFF;
	line-height: 0;
	position: relative; 
	/* top: 0.5em; */
}

.event_banner img {
	float: right;
	padding: 0.5em;
	padding-right: 0px;
}

div#share_block {
	background-color: #F0EEE8;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #007188;
}

