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

/* ------------
Interactive Banner at the header 
---------------*/
#interactive {
	position:relative;
	height:352px;
	border:1px solid #D6D6D6;
	background:white;
	overflow:hidden;
	margin-bottom:9px;
	padding:3px;
	
	-moz-box-shadow: 0 3px 7px #CCC;
	-webkit-box-shadow: 0 3px 7px #CCC;
}
#next, #previous {
	position:absolute; 
	bottom:21px; 
	right:3px;
	z-index:11;
	cursor:pointer;
}
#previous {margin-right:46px;}

#interactive dl, #interactive dd, #interactive dt {
	padding:0; margin:0;	
}
#interactive dl {
	overflow:hidden;
	width:100%;
	height:100%;
}
#interactive dd {
	background-color: #0CF;
	width: 100%;
	height: 100%;
	background-image:url('../img/mural_flight_03.jpg');
	background-repeat:no-repeat;
}
#interactive dd img{
	display: none;
}
#interactive dt {
		position:absolute;
		bottom:4px;
		right:4px;
		left:4px;
		font-size:10px; 
		color:#666;
		background-color:#f2f2f2;
		padding:2px;
		z-index:10;
		text-align:right;
		-moz-opacity: 0.7;
}

.dg-murals {
	float:left;
	width:auto;
}
.dg-murals li {
	margin-left:23px;
	margin-bottom:5px;
}
.dg-events {
	margin-left:406px;
	width:315px;
	position: relative;
}
.date {
	font-size: 11px;
	color: #6e6e6e;
}
.story h3,
.dg-location h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.story p {
	color: #555554;
	line-height: 1.0;
}

.dg-events hr {
	display:none;
}
#bd .dg-events .story {
	margin-right: 26px;
	margin-left: 26px;
	margin-bottom: 19px;
	padding-bottom: 19px;
	
	border-bottom:1px solid #fff;
}
#bd .dg-murals a.gallery {
	background-color: #FFF;
	background-image: url('../img/gallery-link_bg.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight:bold;
	color:#09B9F2;
	text-decoration: none;
	float: right;
	height: 20px;
	width: 165px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 30px;
	font-size: 11px;
	padding-top: 2px;
}
#bd .dg-murals h2,
#bd .dg-location h2{
	margin-left: 19px;
}
#bd .dg-events h2{
	padding-left: 27px;
}
#bd .dg-location .wrap {
	padding:0 20px;	
}
#bd .dg-location address {
	color:#555554;
	margin-bottom:1em;
	font-size:12px;
	white-space:pre;
}
#bd .dg-location a {
color:#09b9f2;
text-decoration:none;
}

#bd .dg-location a.email {}
#bd .dg-location div.more-wrap {text-align:center;}
#bd .dg-location a.more{font-size:11px;margin:auto;}

#bd .dg-location img#headshot{
	margin:18px;
	margin-right:0px;
	border:1px solid black;
	border-color:black #999 #999 black;
}
#bd .dg-location img#signature{margin-bottom:1em;}

q {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	display: block;
	color:#747474;
	margin: 12px 0 0;
}

