#events {
	margin-top: 30px;
	min-height: 505px;
	margin-bottom: 30px;
}

#event-view {
    background: white;
	margin-bottom: 20px;
    padding: 30px 30px 20px 30px;
    position: relative;
	min-height: 440px;
	z-index: 2;
}

#event-view a#close {
    display: block;
    top: 0px;
    right: 0px;
    margin: -5px -5px 0 0;
    width: 31px;
    text-indent: -1000px;
    overflow: hidden;
    height: 31px;
    background: transparent url(/images/close.png) no-repeat scroll top left;
    position: absolute;
}

#event-view div.categories {
	font-size: 11px;
	color: #7c7c7c;
	margin-top: -6px;
	margin-bottom: 10px;
	float: left;
	height: 15px;
	width: 100%;
}

#event-view div.categories a {
	color: #7c7c7c;
	border-bottom: 1px dotted #7c7c7c;
}

#event-view div.categories a:hover {
	color: #ff9600;
	border-bottom: 1px dotted #ff9600;
}

#event-view div.main {
    float: left;
    width: 607px;
}

#event-view div.main .desc {
	clear: both;
	font-size: 14px;
	min-height: 335px;
}

#event-view div.main div.desc:first-line {
	font-weight: bold;
	font-size: 12px;
}

#event-view div.main .desc a {
	border-bottom: 1px dotted #ff9600;
}

#event-view div.main .desc a:hover {
	border-bottom: 1px dotted #bf5500;
}

#event-view div.main .desc img {
    margin-bottom: 10px;
}


#event-view div.desc h3 {
    margin: 30px 0 10px;
    color: #888;
}

#event-view div.desc ul { padding-left: 20px; list-style-type: square; margin-bottom: 12px;}

#event-view div.desc ul li {
    padding: 5px 0 5px 10px;
    font-size: 12px;
	line-height: 1.5em;
}

#event-view div.main .event-image {
    margin-bottom: 15px;
	width: 608px;
	height: 178px;
}

#event-view div.sidebar {
    margin-left: 641px;
}

#event-view div.sidebar:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

#event-view h1 , #event-view h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    padding: 0 0 10px 0;
}

#event-view div.main h1 {
    float: left;
    width: 405px;
}

#event-view div.main p {
    line-height: 1.5em;
    margin-top: 0;
    font-size: ;
}

#event-view div.main .awesomes {
    width: 200px;
    margin-left: 407px;
    height: 28px;
}

#event-view div.main .awesomes p {
    float: left;
    text-align: right;
    width: 142px;
    font-weight: bold;
    padding: 0 8px 0 0;
    line-height: 12px;
    margin: 0;
    font-size: 12px;
}

#event-view div.main .awesomes p span {
    color: #999;
}

#event-view div.main .awesomes a {
    background: transparent url(/images/awesome.png) no-repeat scroll top left;
    height: 28px;
    display: block;
    line-height: 28px;
    outline: none;
    text-align: left;
    margin-left: 151px;
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-align: right;
    padding-right: 21px;
    width: 26px;
}

#event-view div.main .event-footer {
    height: 60px;
    margin-top: 25px;
}

#event-view div.main .event-footer h4 , #event-view div.main .event-footer p {
    float: left;    
    display: block;
    padding: 13px 0 0 0;
    font-size: 20px;
}

#event-view div.main .event-footer h4 {
    font-weight: normal;
    padding-right: 5px;
}
#event-view div.main .event-footer p {
    font-weight: bold;
    margin: 0;
    padding: 11px 20px 0 0;
}

#event-view div.main .event-footer a#add-to-schedule {
    background: transparent url(/images/addtocalendar.png) no-repeat scroll 125px 3px;
    display: block;
    height: 40px;
    width: 120px;
    padding-right: 45px;
    margin-left: 448px;
    line-height: 16px;
    padding-top: 4px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-align: right;
}

#event-view div.main .event-footer a#add-to-schedule span {
    color: #777;
}

#event-view div.sidebar h2 {
    color: black;
    font-style: normal;
}

#event-view div.sidebar .kb-image {
    margin: 19px 0 11px 0;
	height: 178px;
	width: 259px;
}

#event-view div.sidebar ul.kb-images {
    height: 85px;
}


#event-view div.sidebar ul.kb-images li {
    width: 54px;
    margin-left: 14px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

#event-view div.sidebar ul.kb-images li.first {
    margin-left: 0px;
}

#event-view div.sidebar p.related {
    line-height: 24px;
    padding: 0;
    margin: -10px 0 0 0;
    font-weight: bold;
}

#event-view div.sidebar p.related a {
    color: #444;
    text-decoration: none;
}

#event-view div.sidebar p.related a:hover {
    text-decoration: underline;
}

#event-view .share {
    margin-top: 20px;
	width: 240px;
	padding-right: 60px;
}

#event-view .share a {
	margin-right: 2px;
	float: right;
}

#event-view .share div {
	margin-top: -2px;
	margin-right: 15px;
	font-weight: bold;
}

#event-view .share div:first-line {
	color: #A9A9A9;
}

#event-view div.add-to-schedule {
    position: relative;
    width: 743px;
    height: 120px;
    background: transparent url(/images/linjal.png) no-repeat scroll 67px 62px;
}

#event-view div.add-to-schedule span.bubble {
    width: 135px;
    display: block;
    height: 50px;
    top: 0px;
    color: white;
    padding: 10px 5px 10px 10px;
    position: absolute;
    background: transparent url(/images/showtime.png) no-repeat scroll top left;
	font-size: 12px;
	line-height: 20px;
}

#event-view div.add-to-schedule a.timebar {
    display: block;
    position: absolute;
    width: 50px;
    bottom: 0px;
    background: transparent url(/images/timebg.png) repeat-x;
    height: 39px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    overflow: hidden;
    text-indent: -1000px;
}

#event-view div.add-to-schedule span.bubble a {
    display: block;
    width: 39px;
    height: 41px;
    background: transparent url(/images/addtoschema.png) no-repeat top left;
    overflow: hidden;
    text-indent: -1000px;
    float: right;
    padding: 0 2px 0 0;
}
