@charset "utf-8";
/* CSS Document */
/* rightColumn start */
#topBG {
	width: 512px;
	height: 14px;
	position: absolute;
	top: 220px;
	left: 279px;
	background-image: url(../images/drangonfly_yoga_content_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}
#mainContent {
	width: 395px;
}
#mainContent .eventItem {
	width: 395px;
	border-bottom: 1px #E3C68D solid;
	padding: 5px;
	position: relative;
	z-index: 2;
/*	text-transform: capitalize;*/
	line-height: 15px;
}

#mainContent .eventItem:hover {
	background-image: none;
}

#mainContent a:link { color: #660000; text-decoration: none;  border-bottom: 1px #660000 dotted; }
#mainContent a:active { color: #660000; text-decoration: none;  border-bottom: 1px #660000 dotted; }
#mainContent a:visited { color: #660000; text-decoration: none;  border-bottom: 1px #660000 dotted; }
#mainContent a:hover { color: #660000; text-decoration: none;  border-bottom: 1px #660000 dotted; }

#mainContent .eventItem h1 {
	font-size: 12px;
	font-family:Helvetica, arial, sans-serif;
	border: none;
	font-weight: bold;
	font-style: normal;
}
#mainContent .eventItem p {
	margin: auto;
	padding: 10px;
	font-size: 12px;
}
#mainContent .instructor {
	margin: 20px auto;
}
#mainContent .instructor img {
	border:5px #e5c583 solid;
	float: right;
}
#yogaSchedule {
	margin: 0;
	padding: 10px;
}
#yogaSchedule .yogaAll {
	margin-left: 100px;
}
#yogaSchedule h2 {
	margin-left: 20px;
}
#yogaSchedule .yogaTime {
	margin: auto 5px;
}
#yogaSchedule .yogaStyle {
	position: absolute;
	left: 52px;
	margin: auto 5px;
}
#yogaSchedule .yogaLevel {
	position: absolute;
	left: 190px;
	margin: auto 5px;
}
#yogaSchedule .yogaTeacher {
	position: absolute;
	left: 240px;
	margin: auto 5px;
}
#yogaSchedule #yogaHead {
	text-transform: uppercase;
	line-height: 20px;
	font-size: 10px;
	letter-spacing:normal;
	color: #993333;
}