/*body {
	color: red;
}*/

a {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/* !Header */

section.vevent {
	padding: 20px 0 0 0;
	padding: 2rem 0 0 0;
	width: 100%;
}

header a.logo {
	display: block;
	margin: 0 auto;
	margin: 0 auto;
	width: 545px;
	width: 54.5rem;
}

section.vevent h2.description,
section.vevent h3 {
	text-align: center;
	padding-right: 20px;
	padding-right: 2rem;
	padding-left: 20px;
	padding-left: 2rem;
}

section.vevent aside {
	margin: 20px 0 0 0;
	margin: 2rem 0 0 0;
	padding-right: 20px;
	padding-right: 2rem;
	padding-left: 20px;
	padding-left: 2rem;
}

header aside h2 {
	text-align: center;
}

header aside h2 strong {
	display: inline;
}

header aside p {
	text-align: center;
}

/* !Speakers */

section#speakers ul li {
	clear: both;
}

section#speakers ul li#david-mccandless,
section#speakers ul li#sam-ramji,
section#speakers ul li#shaa-wasmund,
section#speakers ul li#jason-calacanis,
section#speakers ul li#charles-arthur {
	float: left;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 50%;
}

section#speakers ul li#morten-lund,
section#speakers ul li#yosi-taguri,
section#speakers ul li#richard-kramer,
section#speakers ul li#elizabeth-varley {
	float: right;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 50%;
}

section#speakers ul li#david-mccandless img,
section#speakers ul li#sam-ramji img,
section#speakers ul li#jason-calacanis img,
section#speakers ul li#shaa-wasmund img,
section#speakers ul li#charles-arthur img {
	position: absolute;
	right: -75%;
	margin-bottom: 0;
	top: -100px;
	top: -10rem;
}

section#speakers ul li#shaa-wasmund img {
	right: -80%;
}

section#speakers ul li#sam-ramji img,
section#speakers ul li#shaa-wasmund img {
	top: -60px;
	top: -6rem;
}

section#speakers ul li#morten-lund img,
section#speakers ul li#yosi-taguri img,
section#speakers ul li#richard-kramer img,
section#speakers ul li#elizabeth-varley img {
	position: absolute;
	left: -75%;
	margin-bottom: 0;
	top: -60px;
	top: -6rem;
}

section#speakers ul li#yosi-taguri img,
section#speakers ul li#charles-arthur img {
	top: -40px;
	top: -4rem;
}

section#speakers ul li#jason-calacanis img,
section#speakers ul li#richard-kramer img,
section#speakers ul li#shaa-wasmund img {
	top: -20px;
	top: -2rem;
}

/* !Schedule section */

section#schedule ul li {
	overflow: hidden;
}

section#schedule ul li dl dt {	
	clear: both;
	float: left;
	width: 30%;
}

section#schedule ul li dl dd {	
	float: left;
	width: 60%;
}

section#schedule ul li dl dd.description {
	margin-left: 30%;
}

/* !Join Mailing List section */

section#join-mailing-list {
	clear: both;
}

section#join-mailing-list h2,
section#join-mailing-list h3,
div#mc_embed_signup {
	margin: 0 10%;
}

form input#mc-embedded-subscribe,
form input.btn {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/* !Amiando iframe section */

section#tickets {
	clear: both;
}

section#tickets h2,
div#registration-holder {
	margin: 0 10%;
}

/* !Footer */

footer {
	clear: both;
}