@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Sansita+One);
.sansita { font-family: 'Sansita One', cursive; }

div.eventbox.upcom { height: 125px; }
div.eventbox.pass { background-color: #f3f3f3; }
div.eventbox {
    border: 1px dashed #736357;
    margin: 0 0 20px;
}
div.eventbox .dateLoc {
    background-color: #736357;
    color: #fff;
    float: left;
    height: 105px;
    margin: 0 15px 0 0;
    padding: 10px 15px;
    width: 225px;
}
div.eventbox.pass .dateLoc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: inherit !important;
    height: auto;
    margin: 0;
}
div.eventbox .clear {
    margin: 0;
    padding: 0;
    height: 0;
}
div.dateLoc h5 { color: #BBBBBB; font-weight: normal; }
div.lo img,
.dateLoc h4 img { vertical-align: sub; margin: 0 10px 0 0; }
div.lo img { margin-right: 0; }
h2.plan.sansita,
.deTail h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 8px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.eventbox.pass .deTail h3,
.deTail > h3.plan.not.set { background-color: #BBBBBB; }
.deTail > h3.duo { background-color: #9BEA81; }
.deTail > h3.trio { background-color: #6EBFDB; }
h2.plan.sansita { width: calc(660px - 16px); }
h2.plan.sansita,
.deTail > h3.fullband { background-color: #F48EB8; }
.deTail > h3.premium { background: url("../../i/Premium-BG.jpg") no-repeat scroll right #dbb107; }
.deTail > strong,
.deTail > a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	overflow: hidden;
	text-indent: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.deTail > div.lo {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.deTail > div { font-size: 22px; }
div.eventbox.pass div.deTail {
	background-color: #fff;
	margin-left: 240px;
	padding: 0 0 10px 0;
	position: relative;
}
.eventbox.pass div.deTail strong span em { font-style: normal; font-weight: normal; }
div.eventbox.pass div.deTail a.more {
	background-color: #f3f3f3;
	margin-right: 10px;
	position: absolute;
	right: 0;
	text-indent: 0;
	top: 0;
}
div.eventbox.pass div.deTail a.more:hover { background-color: #ffaecd; }