/*
Top Section
*/
#event {
	position: relative;
	background: #d2d2d2; /* Old browsers */
	background: -moz-linear-gradient(top, #d2d2d2 0%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2d2d2), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2d2d2 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2d2d2 0%,#b7b7b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2d2d2 0%,#b7b7b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2d2d2 0%,#b7b7b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	height: 92px;
	padding-top: 20px;
	border-bottom: 1px dotted #333333;
}

#event #light_box {
	position: absolute;
	background-color: #DEDEDE;
	width: 840px;
	height: 90px;
	margin-left: 44px;
	top: 0px;
}

#event .header {
	width: 356px;
	height: 40px;
	font-size: 29px;
	padding: 10px 0 0 27px;
	left: 530px;
	bottom: 4px;
	border: 0;
	margin-top: 5px;
}

#event p {
	position: absolute;
    width: 260px;
	top: 20px;
    left: 50px;
	font-size: 12px;
	text-align: right;
}

#event #top_details {
	left: 320px;
	bottom: 40px;
}

/*
Bottom Section
*/
.main {
    position: relative;
    width: 925px;
	left: 3px;
}

.main .showing {
	font-size: 12px;
	text-align: right;
    margin: 20px 24px -10px 14px;
}

.main .stats {
	float: left;
	width: 33%;
}

.main .stats .header.dark {
    padding-top: 8px;
}

.main .stats .element .stat {
    border-left: 1px dotted white;
    float: right;
    padding: 0 10px;
	width: 40px;
}

/* General Element Settings */
.element {
	height: 30px;
	margin: 5px 12px 0;
}

.element.dark p, .element.light p {
    padding: 6px 0 0 10px;
}

/* Stats */
.main .stats .element .name {
	position: absolute;
	left: 30px;
}

.main .stats .element .name {
    border-left: 1px dotted white;
    margin-left: 7px;
    padding: 0 10px;
}

.updated {
	float: left;
	margin-left: 13px;
	margin: 0 12px;
	padding: 10px;
}

.standing_list span {
	border-left: 1px solid #B4B0BC;
}

.standing_list .name {
	margin-left: 7px;
    padding: 0 10px;
}

.standing_list .stat {
	float: right;
    padding: 0 28px 0 10px;
	width: 34px;
	text-align: right;
}