img{
	display:inline-block;
}

#topimages{
	display:inline-block;
	max-width:546px;
}
#topimages img{
	width:100%;
}

@media screen and (max-width: 1040px) {
	#topimages {
		width:auto;
		height:auto;
	}
}
	
.sponsor-bar1 {
	display:none;
	position:relative;
	overflow: hidden;
	width:200px;
}
.sponsor-bar1 div.sponsor-box {
	float:left;
	width:150px;
	height:250px;
}

dt{
	margin: 1em 0 0.5em;
	font-size: 22px;
	font-weight: bold;
	color: #063;
}
dd{
	margin-left: 1em;
	color:#000;
}

.event-listing,
.meetup-site,
.yoga-site {
	clear: both;
	overflow:hidden;
	margin: 10px 0;
	border: 2px solid;
	background-color: #fff;
}

.event-listing-sidebar,
.meetup-site-images,
.yoga-site-images{
	float: left;
	clear:left;
	width: 210px;
	text-align: center;
}

.event-listing-sidebar img,
.meetup-site-images img,
.yoga-site-images img{
	margin: 0 auto 5px ;
	text-decoration: none;
	border: none;
}

.event-listing-sidebar span,
.meetup-site-images span,
.yoga-site-images span{
	display: block;
	clear:both;
	margin: 0 auto 2em;
	font-size: 14px;
}

.event-listing-sidebar p{
	margin: 1em 5px;
}

.event-listing-sidebar .dir-btn{
	display:block;
	font-weight:bold;
	color:fdf;
	border:2px solid #aaa;
	background: #ffa; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #ffe , #ffa); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #ffe, #ffa); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #ffe, #ffa); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #ffe , #ffa); /* Standard syntax */
}

.event-desc,
.meetup-site-desc,
.yoga-site-desc{
	overflow:hidden;
	margin: 10px 10px 10px 210px;
	padding: 20px;
	text-align: left;
	border: 1px solid;
	background-color: #ffa;
}

.event-desc span,
.meetup-site-desc span,
.yoga-site-desc span{
	display: block;
}

.meetup-site h3,
.yoga-site h3{
	font-size: 1.4em;
	color: #063;
}

.event-listing h3 {
	color: #063;
	padding: 0 2% 0 15%;
	text-align: left;
	font-size: 1.5em;
}

.event-desc h4 {
	display:block;
	text-align:left;
	margin: 0 0 0.3em 0;
	color:#063;
}

.event-desc h4 span{ /*date and time */
	margin-bottom: 0.3em;
	font-size: 1.1em;
}

h4.important em{color:#c00;}

.event-desc .shortdesc{ 
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 5% 0.5em;
	color: #600;
}

.meetup-dates,
.yoga-dates {
	margin: 0 10% 5px;
	color: #600;
}

.directions p {
	margin: 0 0 1em 5%;
	color: #600;
}

.location,
.price {
	clear: left;
	margin:0.4em 0;
	font-weight: bold;
	color: #600;
}
.location h4,
.price h4 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.location > div,
.price > div {
	margin-left: 5%;
}

.event-listing .paybutton {
	display: block;
	float:right;
	max-width:100%;
	min-width:10em;
	border-radius: 10px;
	border: 1px solid #d70;	
	padding: 5px 1em;
	color:#600;
	text-align: center;
	font: bold italic 1em Verdana, Geneva, sans-serif;
    background: #fd8 url("/clipart/yel-orn-v-grad.png") repeat-x;
	background-size: contain;
}

.longdesc {
	clear: left;
	margin: 1em 0;
}

.event-warning {
	margin-bottom: 0.3em;
    margin-top: -0.3em;
	color: red;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

.canceled-event .event-date{
    text-decoration: line-through;
}

#policies ul{
	list-style-type: disc;
	margin-left: 10%;
}

@media screen and (max-width: 630px) {
	.event-listing h3 {
		padding: 0 2%;
		text-align: center;
	}
	.event-desc,
	.meetup-site-desc,
	.yoga-site-desc{
		clear: left;
		margin: 10px;
	}
	.event-listing-sidebar,
	.meetup-site-images,
	.yoga-site-images{
		float:none;
		width:auto;
	}
	.location div {
		clear:left;
	}

}

/****** calendar.php maintext styles ******/
.maintext{
	min-width:300px;
	font-size:1.2em;
}

