@charset "UTF-8";
/*
	CSS Document for Wharton Restructuring and Distressed Investing Conference 2013.
	Copyright (c) 2012 Neuro-Designs. All rights reserved.

	Colors:
	#1960a9 - blue
	#264279 - darker blue
	#1e2242 - dark blue
	#ec1c24 - red
	#b41015 - dark red
	#f7f4ea - beige

*/

@import url("styles-reset.css");
@import url("ie-warning.css");
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic);

/* General Settings */

* {
	margin: 0;
	}

html, body {
	height: 100%;
	}

.wrapper {
	background: #f7f4ea;
	width: 1140px;
	min-width: 1140px;
	padding: 0;
	border-right: 1px solid #000;
	}

body {
	background: #333 url(../images/bg-nav.png);
	font: 10px/20px 'Source Sans Pro', sans-serif;
	font-size: 62.5%;
	color: #333;
	}

a:link, a:visited {
	color: #1960a9;
	font-weight: 600;
	text-decoration: none;
	}

	a:hover {
		color: #666;
		}

h1, h2, h3, h4, h5, h6 {
	color: #264279;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	}

	h2 {
		color: #b41015;
		margin-bottom: 1em;
		font-size: 3em;
		line-height: 1em;
		}

	h3 {
		margin-bottom: 1em;
		font-size: 2.4em;
		}

	h4 {
		color: #b41015;
		margin-bottom: 20px;
		font-size: 1.8em;
		line-height: 1.2em;
		}

	h5 {
		margin-bottom: 20px;
		font-size: 20px;
		}

		h5.subtitle {
			font-size: 15px;
			}

p {
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1.6em;
    -webkit-hyphens: auto;
	}

	p.comingSoon {
		background: #1e2242;
		margin-left: -40px;
		padding: 20px 40px;
		border-bottom: 4px solid #ec1c24;
		color: #fff;
		font-family: 'Crimson Text', serif;
		font-size: 2.4em;
		font-style: italic;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

ul, ol {
	margin-bottom: 1em;
	padding-left: 40px;
	font-size: 15px;
	line-height: 1.6em;
	}

	ul li {
		list-style-type: disc;
		list-style-position: outside;
		}

	ol li {
		list-style-type: decimal;
		list-style-position: outside;
		}

img {
	vertical-align: middle;
	}

blockquote {
	margin: 0 20px 15px 0;
	}

strong {
	font-weight: 600;
	}

em, cite {
	font-style: italic;
	}

small {
	font-size: 0.9em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.5em;
	vertical-align: top;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	font-size: 13px;
	}

	select {
		}

input.defaultButton {
	background: #eee;
	padding: 5px 10px;
	border: 0;
	font-size: 13px;
	font-weight: 600;
	}

	input.defaultButton:hover {
		background: #999;
		}

/* Additional Classes */

.nomargin {
	margin: 0;
	}

.margin5px {
	margin-bottom: 5px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	}

.alignright {
	float: right;
	margin-left: 20px;
	}

hr {
	clear: both;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

a.more {
	background: url(../images/bg-arrow-green.png) no-repeat;
	background-position-y: 1px;
	padding-left: 25px;
	}

a.button {
	background: #1960a9;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
}

	a.button:hover {
		background: #b41015;
	}

	a.button em {
		font-weight: normal;
	}

.inset {
	background: #fcf4bf;
	padding: 10px 20px;
	border: 1px solid #e5deae;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

	.inset p:last-child {
		margin: 0;
	}

p.venue {
	overflow: hidden;
	}

	p.venue img {
		float: left;
		margin-right: 25px;
		}

.divider {
	clear: both;
	border-top: 1px solid #ddd;
	margin: 3em 0;
	}

.mapContainer {
	background: #fff;
	padding: 12px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	}

ul.panelList {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	}

	ul.panelList li {
		background: #1e2242;
		list-style-type: none;
		margin: 0 1px 1px 0;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		color: #fff;
		text-shadow: 0 -1px 1px #000;
		}

		ul.panelList li a:link, ul.panelList li a:visited {
			background: #1e2242;
			display: block;
			padding: 10px;
			color: #fff;
			}

			ul.panelList li a:hover {
			background: #b41015;
			}

		ul.panelList li:last-child {
			}

		ul.panelList li:first-child {
			}

ul.prevConf {
	padding: 0;
	overflow: hidden;
	}

	ul.prevConf li {
		list-style-type: none;
		float: left;
		}

		ul.prevConf li a:link, ul.prevConf li a:visited {
			display: block;
			background: #828282;
			padding: 5px 10px;
			border-right: 1px solid #fcfdf5;
			color: #fff;
			text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
			}

			ul.prevConf li a:hover {
				background: #4f7108;
				}

.quickJump {
	background: #fcfdf5;
	border: 1px solid #ddd;
	border-left: none;
	margin: 0 0 40px -41px;
	padding: 20px 0 0 0;
	}

	.quickJump h5 {
		color: #999;
		font-size: 1.5em;
		margin-left: 40px;
		}

	.quickJump ul {
		font-size: 1.4em;
		}

		.quickJump ul li {
			list-style-type: none;
			}

			.quickJump ul li a:link, .quickJump ul li a:visited {
				}

/* Layout Settings */

header {
	width: 100%;
	min-width: 100%;
	border-top: 10px solid #1960a9;
	overflow: hidden;
	}

	header hgroup {
		background: url(../images/theme.png) no-repeat;
		width: 1140px;
		height: 462px;
		text-indent: -10000em;
		}

nav {
	background: #999 url(../images/bg-nav.png);
	min-height: 40px;
	margin-bottom: 1.5em;
	border-top: 5px solid #264279;
	border-bottom: 5px solid #ec1c24;
	overflow: hidden;
	border-radius: 4px;
	}

nav a:link, nav a:visited {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.5em;
	text-shadow: 0 0 -1px rgba(0,0,0,0.3);
	}

	nav a:hover, nav a.current {
		background: #1e2242;
		}

	nav a:first-child {
		border-top: 0;
		}

	nav a:last-child {
		margin-bottom: 0;
		border-bottom: 0;
		}

	#btnRegister {
		width: 180px;
		background: #b41015;
		display: block;
		margin-bottom: 30px;
		padding: 10px 20px 15px 20px;
		border-top: 5px solid #333;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-family: 'Crimson Text', serif;
		font-size: 24px;
		font-weight: normal;
		line-height: 1.1em;
		text-align: center;
		text-shadow: 0 -2px 1px rgba(0,0,0,0.4);
		position: absolute;
		top: 10px;
		left: 830px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		}

		#btnRegister:hover {
			background: #666;
			}

#contents {
	background: #f7f4ea;
	width: 100%;
	min-width: 1140px;
	overflow: hidden;
	padding-bottom: 50px;
	}

	#contents .plc {
		width: 1140px;
		overflow: hidden;
	}

	#column {
		background: #fafafa;
		width: 660px;
		min-height: 750px;
		float: right;
		margin-right: 90px;
		padding: 40px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-radius: 4px;
		overflow: hidden;
		}

	aside {
		width: 229px;
		float: left;
		padding: 40px;
		position: relative;
		}

	.halfcol {
		width: 48%;
		}

		.halfcol.left {
			float: left;
			}

		.halfcol.right {
			float: right;
			}

	.keynoteHome {
		background: #666 url(../images/bg-keynote-home.jpg);
		margin: -40px;
		margin-top: 30px;
		margin-bottom: 40px;
		padding: 40px;
		border-bottom: 5px solid #333;
		color: #fff;
		overflow: hidden;
		}

		.keynoteHome h3 {
			color: #fff;
			text-shadow: 0 -2px 1px rgba(0,0,0,1);
			}

		.keynoteHome .keynoteBlock {
			width: 145px;
			float: left;
			text-align: center;
			padding: 0 10px;
			}

			.keynoteHome .keynoteBlock a {
				display: inline-block;
				padding: 10px;
				border-radius: 4px;
				}

			.keynoteHome .keynoteBlock a:hover {
				background: #1e2242;
				}

			.keynoteHome .keynoteBlock img {
				margin-bottom: 10px;
				border:  5px solid #fff;
				box-shadow: 0 2px 5px rgba(0,0,0,0.3);
				}

			.keynoteHome .keynoteBlock h4 {
				margin-bottom: 5px;
				color: #fff;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 16px;
				text-shadow: 0 -2px 1px rgba(0,0,0,0.5);
				}

			.keynoteHome .keynoteBlock h5 {
				margin-bottom: 0;
				color: #f7f4ea;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 14px;
				text-shadow: 0 -2px 1px rgba(0,0,0,0.5);
				}

			.keynoteHome .keynoteBlock h6 {
				color: #f7f4ea;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 15px;
				font-style: italic;
				text-shadow: 0 -2px 1px rgba(0,0,0,0.5);
				}

				.keynoteHome .keynoteBlock h6.former {
					margin-top: 2px;
					font-size: 13px;
					}

#sponsors {
	background: #fff;
	width: 1140px;
	min-width: 1140px;
	border-top: 10px solid #666;
	border-right: 1px solid #000;
	border-bottom: 5px solid #ec1c24;
	}

	#sponsors .plc {
		width: 1060px;
		padding: 20px 40px;
		overflow: hidden;
		}

	#sponsors .sponsorBlock {
		float: left;
		margin-right: 40px;
		overflow: hidden;
		}

		#sponsors .sponsorBlock h6 {
			margin-bottom: 20px;
			color: #999;
			font-size: 1.5em;
			}

		#sponsors .sponsorBlock img {
			margin: 20px;
		}

footer {
	background: #264279;
	width: 1140px;
	min-width: 1140px;
	height: 50px;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	text-shadow: none;
	}

	footer .plc {
		width: 1060px;
		padding: 12px 40px;
		}

		footer .plc p {
			margin: 0;
			font-size: 1.2em;
			color: #fff;
			text-shadow: 0 1px 1px #1e2242;
			}

		footer .plc a:link, footer .plc a:visited {
			color: #fff;
			}

			footer .plc a:hover {
				color: #e5f4ce;
				}

/* Speaker Modules */

.profileRow {
	clear: both;
	width: 660px;
	}

	.profileRow .image {
		background: #fff;
		width: 130px;
		height: 150px;
		float: left;
		}

		.profileRow .image img {
			width: 120px;
			height: 140px;
			border: 5px solid #fff;
			box-shadow: 0 2px 5px rgba(0,0,0,0.3);
			}

	.profileRow .info {
		width: 510px;
		float: right;
		}

		.profileRow .info h4 {
			margin-bottom: 5px;
			font-size: 2em;
			}

		.profileRow .info h5 {
			font-size: 1.6em;
			}

	.profileRow blockquote {
		margin-right: 0;
		padding: 10px;
		padding-left: 20px;
		border-left: 10px solid #eaeaea;
		color: #b41015;
		font-size: 1.6em;
		line-height: 1.5em;
	}

.accordion .profileRow, .accordion .logisticsRow {
	width: 620px;
	background: #f7f4ea;
	margin: 0;
	padding: 20px;
	font-size: 0.72em;
	overflow: hidden;
	}

		.accordion .profileRow .image img {
			border-color: #fff;
			}

	.accordion .profileRow .info {
		width: 465px;
		}

		.accordion .logisticsRow .info {
			width: 620px;
			}

		.accordion .profileRow .info h4 {
			font-size: 1.8em;
			}

		.accordion .profileRow .info h5 {
			font-size: 1.5em;
			}

		.accordion .profileRow .info p, .accordion .logisticsRow p {
			font-size: 15px;
		}

.logisticsRow table.default {
	font-size: 1.4em;
	line-height: 1.5em;
	}

	.logisticsRow table.default tr td {
		background: #eee;
		padding: 10px 15px;
		border-right: 1px solid #f7f4ea;
		border-bottom: 1px solid #f7f4ea;
		text-align: left;
		}

/* Profile Accordion Settings */

.accordion {
	font-size: 1.5em;
	overflow: hidden;
	margin-bottom: 20px;
	}

	.accordion * {
		outline: none;
		}

	.accordion span, .accordion .toggler {
		display: block;
		background: #1e2242 url(../images/dd-arrow-white.png) 635px center no-repeat;
		margin: 0 0 1px 0;
		text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
		padding-right: 15px;
		}

		.accordion span:hover, .accordion .ui-state-active {
			background-color: #b41015;
			color: #fff;
			}

	.accordion a.marker {
		display: block;
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
		}

		.accordion a.marker span.title {
			font-weight: normal;
			display: inline;
			background: none;
			padding: 0;
			}

	.accordion .row {
		clear: both;
		background: #e8f1f2;
		margin: 0;
		padding: 15px 15px 0 15px;
		font-size: 0.72em;
		overflow: hidden;
		}

		.accordion a.first {
			border-top: 1px solid #eaeaea;
			}

table.agenda {
	width: 100%;
	font-size: 1.5em;
	line-height: 1.5em;
	}

	table.agenda tr td {
		background: #f7f4ea;
		padding: 10px 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		text-align: left;
		}

		table.agenda tr td.time {
			background: #1e2242;
			width: 150px;
			color: #fff;
			font-weight: 600;
			text-align: right;
			}

		table.agenda tr td.sch2 {
			background: #ddd;
			border-right: 1px solid #fff;
			}

		table.agenda tr td em {
			font-size: 0.9em;
			color: #999;
			}

.sponsorRow {
	width: 786px;
	margin-bottom: 20px;
	overflow: hidden;
	}

	.sponsorRow .img {
		width: 180px;
		float: left;
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
		}

		.sponsorRow .img img.bordered {
			border: 1px solid #d6c1ba;
			border-bottom: 1px solid #e4cbc2;
			border-right: 1px solid #e4cbc2;
			max-width: 178px;
			}

	.sponsorRow .desc {
		width: 580px;
		float: right;
		}

.panelModule {
	width: 786px;
	overflow: hidden;
	}

	.panelModule .info {
		width: 270px;
		float: left;
		}

	.panelModule .panelists {
		width: 486px;
		float: right;
		}

/* Animations */

a, #leftControl, #rightControl, span {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}