@media all{
/* Event View */
#event-view .return {
	float: right;
	margin: 10px 5px 10px 0px;
}
#event-view .vevent {
	clear: right;
	background: #f4fbfb;
	border: 1px solid #dfeeed;
}
#event-view .title, #event-view .when, #event-view .info {
	padding: 10px;
}
#event-view .title {
	color: #063830;
	font-size: 1.3em;
	font-weight: bold;
}
#event-view .title a {
	text-decoration: none;
}
#event-view .when {
	background: #d5f0ee;
	border-top: 1px solid #c9e3e1;
	border-bottom: 1px solid #c9e3e1;
	font-size: 1.2em;
}
#event-view .spacer {
	color: #aec3c1;
}
#event-view .location a {
	background: url(../static/icon-map.jpg) 100% center no-repeat;
	padding: 3px 30px 3px 0px;
}
#event-view .address {
	margin-left: 56px;
}
#event-view .info .right {
	float: right;
	width: 171px;
	margin: 0px 0px 15px 0px;
}
#event-view .info .right .section {
	background: #FFF;
	margin: 3px 0px 10px 0px;
	padding: 6px;
	border: 2px solid #e3f6f4;
}
#event-view .info .right .section a, #event-view .info .right .section-nogap a {
	display: block;
	padding-left: 30px;
	margin: 5px 0px 12px 0px;
	font-size: 1.1em;
	text-decoration: none;
}
#event-view .info .right .selected {
	background-color: #EAEAEA;
	padding: 3px 0px 3px 0px;
}
#event-view .info .right .section a.last, #event-view .info .right .section-nogap a.last {
	margin-bottom: 6px;
}

#event-view .going { background: url(../static/icon-going.jpg) 2% center no-repeat; }
#event-view .cancel { background: url(../static/icon-cancel.jpg) 2% center no-repeat; }
#event-view .share { background: url(../static/icon-share.jpg) 2% center no-repeat; }
#event-view .email { background: url(../static/icon-email.jpg) 2% center no-repeat; }
#event-view .print { background: url(../static/icon-print.jpg) 2% center no-repeat; }
#event-view .ical { background: url(../static/icon-ical.jpg) 2% center no-repeat; }
#event-view .problem { background: url(../static/icon-problem.jpg) 2% center no-repeat; }
#event-view .plus { background: url(../static/icon-plus.jpg) 2% center no-repeat; }
#event-view .info .left {
	width: 410px;
}
#event-view .section-nogap {
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	border-left: 2px solid #e3f6f4;
	border-right: 2px solid #e3f6f4;
	border-top: 2px solid #e3f6f4;
	border-bottom: 1px solid #e3f6f4;
}
#event-view .head {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
#event-view #photo_gallery a {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#event-view #photo_gallery a.view {
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: .95em;
}
#event-view #photo_gallery {
	margin: 15px 0px 0px 0px;
}

#event-view .featured_image {
	margin: 2px 0px 10px 0px;
}
#event-view .contact {
	font-style: italic;
	font-size: .95em;
	margin: 10px 0px 0px 0px;
	background: #EAEAEA;
	border: 1px solid #CCC;
	padding: 10px;
}
.sociallinks {
	padding: 10px 0px 0px 0px;
}
.facebook-container, .twitter-container{
	float: left;
}
.twitter-share-button {
	position: relative;
}
.at300bs, .section-nogap a span, body a.at300b .at4-icon {
	display: none;
	background: none;
}

/* Images */
#images-thumb {
	margin: 20px 0px 0px 0px;
}
#images-thumb ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#images-thumb li {
	float: left;
	margin: 0px 4px 4px 0px;
	line-height: 0px;
}
#image-view {
	margin: 20px auto 0px auto;
	width: 540px;
}
#image-view .navigate {
	float: right;
	margin: 0px 37px 0px 0px;
}
#image-view .navigate a {
	margin: 0px 0px 0px 5px;
}
#image-view .return {
	float: left;
}
#images-edit .image-thumb {
	float: right;
	margin: 20px 260px 0px 0px;
}

/* LightBox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* RSVP Errors */
body #container #form_create .error {
	margin: 0px;
}

.rsvp {
	margin: 10px 0px 0px 0px;
}
.rsvp-button-right {
	margin: 10px 0px 20px 0px;
	text-align: center;
}

/* Social */
.twitter-share-button {

}

/* Cross-promotion form */
#cross-promote{

}
#cross-promote .field_sites{

}
#cross-promote .field_sites label{ display: none; }


#cross-promote .field_sites div label{
	display: inline-block;
	float: none;
	padding: 0 0 0 5px;
	margin: 0;
	text-align: left;
	line-height: 1.6em;
	font-size: 0.8em;
}
#cross-promote .field_sites input{
	float: left;
}
#cross-promote #multiple_sites {
	width: 155px;
}
body #form_create fieldset div.error {
	margin-left: 0px !important;
}

.previous-event {
	background: #99a0a6;
	text-align: center;
	padding: 8px 5px;
	color: #FFF;
}
.previous-event a {
	color: #FFF;
}
.previous-event img {
	position: relative;
	top: 5px;
	right: 5px;
}

}
