﻿
/* Events homepage
-------------------------------------------------- */

.intro {
	margin: 15px auto 0;
	width: 600px;
}

.intro h2 {
	font-size: 180%;
}

.eventGroups {
	margin: 30px auto 30px;
	display: table;
}

.eventGroups li {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}

.eventGroups li img {
	display: block;
	margin: 0px auto;
}

.featuredHolder {
	min-height: 270px;
	margin-bottom: 5px;
}

.featured {
	margin: 20px auto 0px;
	width: 780px;
}

.section {
	float:left;
	margin-bottom: 20px;
	width:470px;
}

.section.single {
	width: 100%;
}

.section.upcoming {
	margin-left:20px;
}

.hasOnlyPastEvent .section.recent {
	width: 100%;
}

.hasOnlyPastEvent .section.recent .entries li {
	width: 460px;
	margin-right: 20px;
}

.section h2 {
	border-bottom:1px dotted #333;
	font-size:170%;
	margin:10px 0;
	padding:0 0 10px;
}

.section .entries li {
	min-height:14.5em;
	overflow:hidden;
}

.section .entries li .entry-meta li {
	min-height:inherit;
	overflow:inherit;
}

.entries .data .location,
.entries .data .date {
	display: inline;
}

.entries .data .date {
	border-left: 1px solid #c7c7c7;
	margin-left: 10px;
	padding-left: 10px;
}

.entries .data .date:first-child {
	border-left: 0px solid #c7c7c7;
	margin-left: 0px;
	padding-left: 0px;
}

.entries .data .sessionCount {
	display: block
}

.entries .data .liveStream {
	display: block;
}

.entries .data .alert {
	display: inline-block;
	clear: none;
	color: #000;
	font-size: 130%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0;
}

.section p.more {
	clear:left;
	font-weight:bold;
}

.section .entries li .entry-meta {
	float:none;
	font-size:91%;
	width:auto;
}

.entries>li .entry-image {
	margin-bottom: 10px;
}

.browse .entries>li .entry-image {
	margin-bottom: 0px;
}

.entries .data .sessionCount,
.entry-meta .data div.date,
.entry-meta .data div.location {
	font-size: 110%;
}

.sectionHolder {
	border-top: 1px solid #d1d1d1;
	clear: both;
}

.sectionHolder .section {
	margin-top: 25px;
}

.sectionHolder h2 {
	border-bottom: none;
	color: #939393;
	font-size: 200%;
	margin-top: 0px;
	text-transform: uppercase;
}

.sectionHolder div.search.section {
	text-align: center;
}

.sectionHolder div.search div.search input.text {
	background-position: 201px 5px;
	width: 190px;
}

.sectionHolder div.featuredSpeaker.section h2 {
	text-align: left;
}

div.featuredSpeaker .author {
	float: left;
}

div.featuredSpeaker h2,
div.featuredSpeaker p {
	margin-left: 152px;
}

div.featuredSpeaker .author a.button {
	margin-bottom: 4px;
	min-height: 150px;
	width: 132px;
}

div.featuredSpeaker .author img.avatar {
	max-height: 120px;
	max-width: 120px;
}

div.featuredSpeaker .seeAll,
div.featuredSpeaker .more {
	display: block;
}

div.featuredSpeaker .more {
	text-align: right;
}

div.featuredSpeaker .seeAll {
	font-weight: bold;
	margin-top: 15px;
}


/* Events group
-------------------------------------------------- */

.event-group.hasTopContent .branding {
    margin-bottom: 0;
}

.event-group.hasTopContent .sidebarHolder .sidebar:first-child,
.event-group.hasTopContent .sidebarHolder .promo:first-child {
	margin-top: 35px;
}

.event-group.hasTopContent .mainContent {
	margin-top: 0px;
}

.event-group .mainContent > .admin .button {
	top: 0em;
}

.event-group .sidebarHolder .promo {
	display: block;
	margin-top: 35px;
}

.sidebarHolder .eventHome a {
	font-size: 120%;
	font-weight: bold;
}

.sidebarHolder .regions ul {
	margin-left: 15px;
}

.event-group .area-content h2 {
	border-bottom: 1px dotted #333333;
	font-size: 170%;
	margin: 30px 0 10px;
	padding: 0 0 10px;
}

.event-group .area-content ul.entries {
	overflow: hidden;
}