﻿/* general */
body {
	background: #fff;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}
img {
	border: 0;
}
a {
	color: #008dd5;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #3a6cbe;
}
h1, h2, h3, h4, h5, h6 {
	color: #cf0e0a;
	margin: 0;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
}
h1.pageTitle {
	text-transform: lowercase;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
}
h3 {
	color: #008dd5;
	font-size: 16px;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
}
h4, h5, h6 {
	color: #000;
	font-size: 15px;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
}
p {
	line-height: 1.3em;
	margin: 0 0 1.5em 0;
}
input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
input[type=text], input[type=password], textarea {
	background: #fffcf2;
	padding: 3px;
	border: 1px #bbb solid;
	color: #333;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: #008dd5;
}
.clear {
	clear: both;
}

/* layout */
.page {
	min-width: 920px;
}
.page-width {
	width: 920px;
	margin: auto;
}
.header {
	background: #d20f0a url('/design/header_bg.png') bottom repeat-x;
}
.header .page-width {
	position: relative;
}
.actions {
	position: absolute;
	top: 5px;
	right: 5px;
}
.actions a {
	color: #fff;
	font-weight: bold;
}
.logo {
	padding: 30px 0 50px 0;
}
.logo a {
	display: block;
	width: 286px;
	height: 56px;
	background: url('/design/logo_2010.png');
	text-indent: -99999px;
}
.whenwhere {
	position: absolute;
	width: 453px;
	height: 28px;
	background: url('/design/where_when.png');
	text-indent: -99999px;
	top: 40px;
	right: 0;
}
.navigation {
	background: #d1cec1;
}
.presentedby {
	float: right;
	color: #666;
	margin: 10px 0 0 0;
	font-size: 11px;
}
.presentedby a {
	display: inline-block;
	width: 103px;
	height: 28px;
	background: url('/design/susqtech_logo_gray.png');
	text-indent: -99999px;
	vertical-align: middle;
	margin: 0 0 0 3px;
}
.globalNavItem {
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
}
a.globalNavItem {
	display: block;
	color: #333;
	padding: 15px;
}
a.globalNavItem:hover {
	text-decoration: none;
	background: #e0dfda;
	color: #d20f0a;
}
div.globalNavMenu {
	background: #e0dfda;
	font-size: 11px;
	width: 160px;
	padding: 10px 0 5px 0;
}
div.globalNavMenu table {
	width: 100%;
}
div.globalNavMenu a {
	display: block;
	color: #666;
	text-transform: lowercase;
	font-weight: bold;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	padding: 5px 10px;
}
div.globalNavMenu a:hover {
	color: #d20f0a;
	text-decoration: none;
}
.content {
	margin: 50px 0;
}
.content-main {
	width: 580px;
	padding: 0 40px 0 0;
	float: left;
}
.sidebar {
	width: 300px;
	float: left;
}
.early-bird {
	text-align: center;
}
.early-bird-text {
	text-align: left;
	width: 269px;
	margin: 10px 0 0 auto;
}
.early-bird-text h3 {
	color: #333;
	font-size: 14px;
	margin: 0 0 3px 0;
}
.early-bird-text p {
	font-size: 11px;
	color: #888;
}
.register-now {
	display: block;
	width: 268px;
	height: 42px;
	margin: 0 0 0 auto;
	background: url('/design/register-now.png');
	text-indent: -99999px;
}
.sign-up-alerts {
	display: block;
	width: 268px;
	height: 42px;
	margin: 0 0 0 auto;
	background: url('/design/signupalerts_btn.jpg');
	text-indent: -99999px;
}
.sponsoredby {
	border-bottom: 1px #ccc solid;
}
.sponsoredby span {
	display: block;
	width: 920px;
	height: 41px;
	margin: auto;
	text-indent: -99999px;
	background: url('/design/sponsored_by.png') bottom left no-repeat;
	position: relative;
	top: 18px;
}
.sponsors {
	padding: 40px 0 20px 0;
}
.cityscape {
	min-height: 150px;
	background: #919191 url('/design/footer_bg.jpg') bottom left no-repeat;
}
.cityscape .page-width {
	padding: 20px 0;
}
.footer-links {
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	color: #666;
}
.footer-links a {
	color: #333;
	text-decoration: underline;
}

/* item and dvwp styles */
.schedule-group {
	margin: 1.5em 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 2px #ccc solid;
}
.schedule-item {
	margin: 0 0 2px 0;
	background: #f8f8f8;
	padding: 0.5em;
}
.schedule-item-title {
	float: left;
	width: 65%;
}
.schedule-item-time {
	float: left;
	width: 35%;
	color: #888;
}
.schedule-session, .sponsor {
	margin: 1em 0 3em 0;
}
.speaker { margin: 1em 0 3em 0; border-bottom:solid 1px #CCC; }

.schedule-session h3, .speaker h3 {
	margin: 0 0 5px 0;
}
.schedule-session p, .speaker p {
	margin: 0 0 5px 0;
}
.speaker-photo {
	float: left;
	width:100px;
}
.speakerInfo { float:left; }

.sponsor h3 {
	display: none;
}
.sponsor-logo {
	margin: 0 0 5px 0;
}
.sponsor-group {
	color: #008dd5;
	font-size: 16px;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0 0 3px 0;
	border-bottom: 2px #eee solid;
	margin: 1em 0 0 0;
}
.sponsor-gold {
	margin: 0 40px 0 0;
}
.gold_wrap { float:right; }
.silver_wrap { float:right; }
.sponsor-silver {
	margin: 0 40px 0 0;
}

.register-link {
	display: inline-block;
	font-weight: bold;
	padding: 1em;
	color: #333;
	border: 2px #aaa solid;
	background: #f5f5f5 url('/design/button-gradient.png') top repeat-x;
	-webkit-border-radius: 0.7em;
}
.register-link span {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}
.register-link:visited {
	color: #333;
}
.register-link:hover {
	text-decoration: none;
	color: #000;
	border-color: #ddd;
}
hr {
	height: 2px;
	border-style: none;
	background: #ccc;
	color: #ccc;
	margin: 20px 0;
}
.speaker-form h4 {
	margin: 1em 0 0 0;
}
.form-field {
	margin: 0.5em 0;
}
.form-field label {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #888;
	font-size: 11px;
	font-weight: bold;
}
.keynote {
	padding: 0 0 0 30px;
}
.keynote h3, .keynote h4, .keynote h5, .keynote h6 {
	margin: 0 0 10px 0;
}
.keynote h5 {
	font-size: 1em;
	font-weight: normal;
}
.keynote h6 {
	font-size: .9em;
	color: #cf0e0a;
}
.keynote p {
	line-height: 1.4em;
}
.keynote img {
	padding: 0 0 0 15px;
}