@import "main.css";

#photo_rotation { margin-left: 572px; width: 398px; background: url('../images/home2/shadow.png') center top repeat-x; }

#flashControls, .photo, .caption, .homesoc { display: none; }
#text_content, #text_content2 { position: absolute; }
#text_content p, #text_content2 p { margin: 0px; }
#text_content img, #text_content2 img { vertical-align: top; }

#flash_content, #flash_content2 { position: absolute; }
#flash_content p, #flash_content2 p { margin: 0px; }
#flash_content img, #flash_content2 img { vertical-align: top; }

#contentdiv { padding: 25px !important; }

#controls, .story { display: none; }

#top_events, .bannermodtitle { height: 275px; position: absolute; text-align: right; }
#top_events img { vertical-align: top; }

.bannermodtitle { margin-left: -572px; }

#multi_content, #multi_content2, .flashHolder { position: absolute; }
#multi_content img, #multi_content2 img { margin-left: 572px; }

.staticPhoto img { margin-left: 247px; }


.event_stackdate {
	border: 1px solid #c4c4c4;
	width:37px;
	position: relative;
	margin-right:12px;
	line-height:1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

span.event_stackdayname { display: none; }

span.event_stackmonname {
	background: #00573d;
	text-align: center;
	color: #fff;
	font-family: Trebuchet MS, Arial;
	font-size:11px;
	padding: 4px 0px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

span.event_stackdaynum {
	background: #fff;
	color: #666;
	font-size:16px;
	padding: 3px 0px;
	font-family: Trebuchet MS, Arial;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px; 
}