/*	Submit Conf screen styling
*/
/*....................................................................................................{ Genral }
*/

* { margin: 0; padding: 0; border: none; outline: none; }

body {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #271f14;
	background: #faea8b url('../images/body-bg.jpg') top left repeat;
}

a { text-decoration: none; }

/*....................................................................................................{ Style Templates }
*/

#about #primary .title, #about #primary .subtitle, #about #primary a, .red { color: #be463a; }

#speakers #primary #primary .title, #speakers #primary .subtitle, #speakers #primary a, .orange { color: #ef9811; }

#schedule #primary .title, #schedule #primary .subtitle, #schedule #primary a, .green { color: #469856; }

#venue #primary .title, #venue #primary .subtitle, #venue #primary a, .blue { color: #4c87a5; }

#register #primary .title, #register #primary .subtitle, #register #primary a, .violet { color: #695ea7; }

.georgic {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: -0.07em;
	word-spacing: 0.1em;
}

.highlight {
	font-style: italic;
	background: #fdfb7d;
}

/*....................................................................................................{ Main Divs }
*/

#container {
	padding-top: 50px;
	background: transparent url(../images/body-top-bg.jpg) top left repeat-x;
}

#header {
	position: relative;
	width: 655px;
	min-height: 105px;
	margin: 0 auto;
	padding: 0 120px 20px 245px;
	background: transparent url('../images/primary-bg-top.png') 245px bottom no-repeat;
}

#body {
	position: relative;
	width: 655px;
	margin: 0 auto;
	padding: 0 120px 0 245px;
	overflow: visible;
}

#body #primary {
	position: relative;
	width: 595px;
	min-height: 900px;
	padding: 5px 30px 15px 30px;
	background: transparent url('../images/primary-bg-mid.png') left top repeat-y;
	z-index: 100;
}

#body #navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	z-index: 200;
}

#body #secondary {
	position: absolute;
	top: 415px;				/* navigation height */
	left: 0;
	width: 245px;
	min-height: 300px;
}

#body #sponsors {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	min-height: 500px;
}

#footer {
	position: relative;
	width: 655px;
	margin: 0 auto;
	padding: 35px 120px 95px 245px;	
	min-height: 70px;
	background: lime;
	z-index: 100;
	background: transparent url('../images/primary-bg-bot.png') 245px top no-repeat;
}

/*....................................................................................................{ Container }
*/

#container {
	position: relative;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}

#container .stc {
	display: block;
	width: 134px;
	height: 18px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -260px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../images/stc-bg.png') center center no-repeat;
}

#container .stc:hover {
	margin-left: -262px;
}

/*....................................................................................................{ Header }
*/

#logo a {
	display: block;
	position: absolute;
	bottom: -69px;
	left: -20px;
	width: 325px;
	height: 144px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../images/logo.png') left top no-repeat;
}

#logo a:hover {
	background-position: left bottom;
}

#header .ticket {
	display: block;
	position: absolute;
	right: 120px;
	bottom: 38px;
	width: 96px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../images/get-ticket-badge.gif) left top no-repeat;
}

#header .ticket:hover {
	background-position: bottom center;
}

#header .countdown {
	display: block;
	position: absolute;
	right: 205px;
	bottom: 25px;
	width: 150px;
	text-align: right;
	font-family: Georgia ,Rockwell, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #d9bd04;
}

#header .countdown big {
	font-family: "Trebuchet MS";
	font-size: 30px;
}

/*....................................................................................................{ Navigation }
*/

#navigation ul {
	list-style: none;
	padding: 45px 0 70px 0;
	background: transparent url('../images/navigation-bg.gif') center bottom no-repeat;
	overflow: visible;
}

#navigation ul li a {
	font-size: 48px;
	letter-spacing: -0.08em;
	line-height: 55px;
	padding: 5px 40px 5px 30px;	
}

#navigation ul li a:hover {
	font-size: 65px;
}

#navigation ul li.current a:hover {
	font-size: 48px !important;
}

#navigation ul li.current a.red {
	color: #fded8b;
	background: transparent url('../images/red-current-bg.gif') center center no-repeat;
}

#navigation ul li.current a.orange {
	color: #fded8b;
	background: transparent url('../images/orange-current-bg.gif') center center no-repeat;
}

#navigation ul li.current a.green {
	color: #fded8b;
	background: transparent url('../images/green-current-bg.gif') center center no-repeat;
}

#navigation ul li.current a.blue {
	color: #fded8b;
	background: transparent url('../images/blue-current-bg.gif') center center no-repeat;
}

#navigation ul li.current a.violet {
	color: #fded8b;
	background: transparent url('../images/violet-current-bg.gif') center center no-repeat;
}


/*....................................................................................................{ Twitter Box }
*/

#tweet a {
	display: block;
	min-height: 80px;
	padding: 5px 15px 0 50px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #271f14; 
	background: transparent url('../images/tweetbox-bg.gif') -45px top no-repeat;
}

#tweet a:hover {
	text-decoration: underline;
	background-position: left -75px;
}

/*....................................................................................................{ Calendar Badges }
*/

.badges {
	height: 1%;
	margin-bottom: 30px;
	overflow: hidden;
}

.badges .badge {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	text-indent: -9999px;
	overflow: hidden;
}

.badges .gcal {
	width: 101px;
	height: 47px;
	background: transparent url('../images/gcal-badge.gif') left top no-repeat;
}

.badges .upcoming {
	width: 122px;
	height: 47px;
	background: transparent url('../images/upcoming-badge.gif') left top no-repeat;
}

.badges .facebook {
	width: 122px;
	height: 47px;
	background: transparent url('../images/facebook-badge.gif') left top no-repeat;
}

.badges .dopplr {
	width: 101px;
	height: 47px;
	background: transparent url('../images/dopplr-badge.gif') left top no-repeat;
}

.badges .badge:hover {
	background-position: left bottom;
}

/*....................................................................................................{ Flickr Box }
*/

#flickr {
	height: 1%;
	padding: 0 0 20px 0;
	margin: 0 25px 30px 25px;
	overflow: hidden;
	background: transparent url('../images/flickr-icon.gif') right bottom no-repeat;
}

#flickr .photo {
	float: right;
	margin: 0 0 10px 10px;
}

#flickr .photo:hover {
	position: relative;
	top: -1px;
}

#flickr .photo img {
	border-width: 3px;
	border-color: #f5f5f5;
}

/*....................................................................................................{ Sponsors Column }
*/

#sponsors .title {
	height: 28px;
	margin-top: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#sponsors .sponsors{
	width: 117px;
	background: transparent url('../images/sponsors-heading.gif') left top no-repeat;
}

#sponsors .media{
	width: 70px;
	background: transparent url('../images/media-heading.gif') left top no-repeat;
}

#sponsors .sponsor {
	margin: 10px 0;
}

#sponsors .become {
	display: block;
	width: 127px;
	height: 61px;
	margin: 10px 0;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url('../images/become-sponsor-badge.gif') left top no-repeat;
}

#sponsors .become:hover {
	background-position: left bottom;
}

/*....................................................................................................{ Paragraph }
*/

#primary .title, #primary .subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	padding-bottom: 3px;
}

#primary .subtitle {
	font-size: 14px;
}

#primary p {
	padding-top: 3px;
	line-height: 1.8em;
}

#primary a:hover { text-decoration: underline; }

#primary .separator {
	width: 100%;
	height: 35px;
	padding: 30px 0 20px 0;
	background: transparent url('../images/hseparator-bg.gif') center center no-repeat;
}

#primary .separator hr { display: none; }

#primary .intro {
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 3px;
}

#primary .intro big {
	font-size: 36px;
	font-weight: normal;
}

/*....................................................................................................{ Bulleted Lists }
*/

ul.reg {
	margin-top: 10px;
	padding-left: 80px;
	list-style: none;
}

ul.reg li {
	padding: 0 0 10px 18px;
}

#register ul.reg li {
	background: transparent url('../images/violet-bullet.gif') 0 2px no-repeat;
}

/*....................................................................................................{ Images }
*/

img.left {
	float: left !important;
	margin-right: 15px;
}

img.right {
	float: right !important;
	margin-left: 15px;
}

.photo {
	display: inline-block;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.photo img {
	border: 5px solid #fff;
}

.photo img.white {
	border-color: #eee;
}

.gallery {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.gallery .photo:hover {
	position: relative;
	top: 2px;
}

/*....................................................................................................{ Speakers }
*/

#primary .speaker {
	min-height: 180px;
	padding-left: 155px;
}

#primary .speaker .photo {
	position: absolute;
	margin-left: -155px;
}

/*....................................................................................................{ Organizers }
*/

#organizers {
	text-align: center;
}

#organizers .title {
	height: 25px;
	width: 163px;
	margin: 0 auto;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	background: transparent url('../images/organizers-heading.gif') left top no-repeat;
}

#organizers .organizer {
	margin: 3px 8px;
}

/*....................................................................................................{ Featured Speakers }
*/
 
.fspeakers{
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	font-size: 13px;
}

#primary .fspeakers .title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}

.fspeakers .speakers {
	position: relative;
	padding-bottom: 10px;
}

.fspeakers .fspeaker {
	text-decoration: none !important;
}

.fspeakers .fspeaker .desc {
	visibility: hidden;
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	line-height: 17px;
	color: #ef9811;
	background: #f8efbf;
}

.fspeakers .fspeaker:hover .desc {
	visibility: visible;
}

.fspeakers .fspeaker img {
	position: relative;
	margin-left: -25px;
}

.fspeakers a.fspeaker:hover img {
	z-index: 1000;
	top: -7px;
}

.fspeakers img.first {
	margin-left: 0;
}

/*....................................................................................................{ Location }
*/

#primary .location {
	padding: 10px 20px;
	text-align: right; 
}

#primary .location .title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}

#primary .location .desc {
	font-style: italic;
	text-align: left;
	padding-bottom: 7px;
}

/*....................................................................................................{ Schedule }
*/

.schedule {
	position: relative;
	padding-left: 100px;
	overflow: hidden;
}

.schedule .date {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	text-align: center;	
	font-style: italic;
	color: #333;	
}

.schedule .date .dd {
	display: block;
	line-height: 55px;
	padding: 29px 0 0 8px;
	vertical-align: baseline;
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
	font-weight: normal;
	background: transparent url('../images/calendar-bg.gif') center top no-repeat;
}

.schedule .date .dd sup {
	display: inline-block;
	margin-left: 2px;
	font-size: 14px;
	line-height: 35px;
	vertical-align: top;
}

.schedule .date .mmyy {
	font-size: 10px;
	vertical-align: top;
	font-weight: bold;
}

.sessions {
	position: relative;
	width: 495px;
	list-style: none;
	overflow: hidden;
	text-transform: none;
}

.sessions .session {
	display: block;
	float: left;
	width: 400px;
	padding-left: 80px;
	color: #555;
	background: transparent url('../images/hline-dashed.gif') left bottom repeat-x;
}

.sessions .last {
	background: none;
}

.sessions .session:hover {
	color: #333;
	background-color: #f6eeb6;
}

.sessions .session .details {
	position: relative;
	width: 400px;
	float: left;
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: transparent url('../images/vline-dashed.gif') left top repeat-y;	
}

.sessions .session img {
	float: left;
	margin: 0px 5px 0px 0;
}

.sessions .session .when {
	position: absolute;
	left: -80px;
	top: 1px;
	height: 55px;
	width: 80px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	letter-spacing: -4px;
	line-height: 45px;
}

.sessions .session:hover .when{
	font-size: 35px;
}

.sessions .session .what {
	font-size: 14px;
}

.sessions .session .single {
	line-height: 35px;
}

.sessions .session .who {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: normal;
}

/*....................................................................................................{ Pricing }
*/

#pricing {
	table-layout: fixed;
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
	color: #555;
	background: transparent url('../images/hline-dashed.gif') left top repeat-x;	
}

#pricing tr {
	background: transparent url('../images/hline-dashed.gif') left bottom repeat-x;	
}

#pricing .inner {
	display: block;
	height: 20px;
	padding: 10px 15px 10px 20px;
}

#pricing .desc { width: auto; }

#pricing .price { width: 140px; }

#pricing .buy { width: 140px; }

#pricing .desc .inner { padding-left: 5px; }

#pricing .price .inner { line-height: 15px; }

#pricing .buy .inner a { color: #be463a !important; }

#pricing .price .inner, #pricing .buy .inner {
	background: transparent url('../images/vline-dashed.gif') left top repeat-y;
}

#pricing small {
	font-weight: normal;
	font-size: 10px;
	letter-spacing: -0.01em;
}

#pricing tr:hover .price,
#pricing tr:hover .buy {
	cursor: default;
	font-size: 18px;
}

/*....................................................................................................{ Google Map }
*/

#venue #gmap {
	margin: 10px 0 20px 0; 
	border: 10px solid #f0e7b2;
}

/*....................................................................................................{ IE7 Fixes }
*/

*+html #navigation ul li a { letter-spacing: -0.2em; }

*+html .schedule .date .dd { height: 58px;  padding-top: 26px; }

*+html .fspeakers a.fspeaker:hover img { margin-top: -7px; }

/*....................................................................................................{ IE6 Fixes }
*/

* html #container .stc { background: transparent url('../images/stc-bg.gif') center center no-repeat; }

* html #header { height: 105px; background: transparent url('../images/primary-bg-top.gif') 245px bottom no-repeat; }

* html #body #primary { height: 900px; background: transparent url('../images/primary-bg-mid.gif') left top repeat-y; }

* html #footer { background: transparent url('../images/primary-bg-bot.gif') 245px top no-repeat; }

* html #logo a { background: transparent url('../images/logo.gif') left top no-repeat; }

* html #navigation ul { background-position: 60px bottom; }

* html #navigation ul li a { letter-spacing: -0.25em; }

* html #tweet a { height: 80px; }

* html #sponsors { margin-right: -40px; }

* html #primary .speaker { height: 180px; }

* html .schedule .date { margin-left: -100px; }

* html .schedule .date .dd { padding-top: 26px; }

* html .fspeakers a.fspeaker:hover img { margin-top: -7px; width: 155px;}

* html #pricing .buy .inner a:hover { font-size: 16px; }
