body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, form { margin: 0; }
a img { border: none; }

#ppocornerBig {
	cursor: pointer;
}

.registernow {
	background: url('/images/register-now.png') no-repeat left top;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 40px;
	width: 200px;
}
.registernow:hover {
	background-position: left bottom;
}
.wrap {
	margin: 0 auto;
	width: 960px;
}
#header {
	background: black;
	color: white;
}
#header .wrap {
	background: black url('/images/mm3-speakers.jpg') no-repeat center bottom;
	height: 330px; /*300-73-30*2*/
}
#logo {
	position: absolute;
	padding: 30px;
	width: 236px;
}
#logo a {
	background: url('/images/manly-man-3.png') no-repeat left top;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 73px;
	text-decoration: none;
}
#splash {
	background: url('/images/time-to-man-up2.png') no-repeat center top;
	color: white;
	padding-bottom: 20px;
}
#splash h2 {
	background: url('/images/time-to-man-up2.png') no-repeat center top;
	height: 0;
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
}
#splash .banner {
	background: #8e180c;
	height: 50px;
}
#splash .wrap {
	position: relative;
}
#speakers {
	position: absolute;
	left: 0;
	top: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
}
#speakers li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-right: 30px;
	text-transform: uppercase;
}
.rt,
#speakers li.rt {
	float: right;
	margin: 0 0 0 30px;
}
#speakers a {
	color: white;
	text-decoration: none;
}
#speakers a:hover {
	text-decoration: underline;
}
#main {
	overflow: hidden;
	padding: 30px 0;
}
#main h3 {
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#main h3 strong {
	color: #8e180c;
	display: block;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 30px;
}
#nav {
	background: #eeeeee url('/images/navigation.png') no-repeat center bottom;
	float: left;
	margin-right: 30px;
	padding-bottom: 11px;
	width: 200px;
}
#nav .inner {
	background: #eeeeee url('/images/navigation.png') no-repeat center top;
	padding: 10px 0 0;
}
#nav strong {
	background: #eeeeee url('/images/navigation.png') no-repeat center -20px;
	color: #999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 5px;
	padding: 2px 10px;
	text-align: center;
	text-transform: uppercase;
}
#nav ul {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav a {
	background: #eee url('/images/navigation.png') no-repeat center -10px;
	color: black;
	display: block;
	font-weight: bold;
	height: 40px;
	padding: 20px 22px 0;
	text-decoration: none;
}
#nav a:hover {
	background: #edcdc9 url('/images/navigation.png') no-repeat center -130px;
}
#nav .active a, #nav .active a:hover,
#catHome #navHome,
#catVideo #navVideo,
#catSpeakers #navSpeakers,
#catActivities #navActivities,
#catSchedule #navSchedule,
#catFAQ #navFAQ,
#catRegister #navRegister {
	background: #fff url('/images/navigation.png') no-repeat center -70px;
}
#content {
	float: left;
	width: 730px;
}
#content p {
	line-height: 1.8em;
}
#footer {
	background: #111111;
	color: #888888;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 30px 0 5px;
}
#footer h4 {
	color: #8e180c;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	border-bottom: 1px solid #1f1f1f;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#footer p {
	line-height: 1.5em;
}
#footer a {
	color: #dddddd;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerlinks {
	overflow: hidden;
}
#footer .col {
	float: left;
	margin-right: 30px;
	width: 300px;
}
#footer .last {
	margin-right: 0;
}
#copyright {
	background: url('/images/laugh-your-way.png') no-repeat left center;
	border-top: 1px solid #414141;
	color: #414141;
	font-size: 11px;
	margin-top: 20px;
	padding: 25px  0 25px 125px;
	width: 835px;
}
#copyright a { color: #414141; }
#copyright .secondary a { color: #303030; }

/* speaker pages */
.speaker-panel {
	background: url('/images/speaker-panel-bg.png') no-repeat left bottom;
	float: right;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 10px;
	width: 276px; /*240+36*/
}
.speaker-panel .smaller {
	font-size: 12px;
}
.speaker-panel .mugshot {
	background: url('/images/speaker-panel-bg.png') no-repeat left top;
	padding: 18px 18px 0;
}
.speaker-panel .mugshot img {
	border-bottom: 1px solid #bbb;
}
.speaker-panel ul {
	list-style: none;
	margin: 0;
	padding: 0 18px 18px;
}
.speaker-panel .lineitem {
	background: url('/images/speaker-panel.png') no-repeat left top;
	border-bottom: 1px solid #bbb;
	color: #111;
	display: block;
	min-height: 12px; /*30*/
	overflow: hidden;
	padding: 6px 10px;
	text-decoration: none;
}
.speaker-panel .lineitem:hover {
	background-position: -300px 0px;
}
.speaker-panel .lineitem strong {
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	width: 74px;
}
.speaker-panel .lineitem .content {
	display: block;
	float: left;
	width: 136px;
}
.speaker-panel .tweet {
	border-bottom: 1px solid #bbb;
	font-size: 13px;
}
.speaker-panel blockquote {
	margin: 0;
	padding: 15px 20px;
}
.speaker-panel blockquote em {
	display: block;
	font-size: 11px;
	text-align: right;
}

.divided {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}

#videowrap {
	height: 390px;
	margin-bottom: 20px;
}