﻿/* CSS reset from "CSS: The Missing Manual" page 102 */
/* html, body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, blockquote, fieldset, form, variable, address, code, pre */

html, body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, blockquote, fieldset, form, variable, address, code, pre
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ol
{
	margin-left: 1.4em;
	list-style: decimal;
}

ul
{
	margin-left: 1.4em;
	list-style: square;
}

img
{
	border: 0;
}

/* Set the font and size for the body */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
}

/* Style for the page wrapper */

#wrapper
{
	background-color: white;
	width: 76em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden; /* contain float */
	border: thin #007FFF solid;
}

/* Styles for the banner across the top */

#bannerleft
{
	background-color: blue;
	float: left;
	width: 501px;
	height: 192px;
}

#bannerleft p, #bannerleft img
{
	padding: 10px;
}

#bannerheading
{
	font-size: 18pt;
	font-weight: bold;
	color: white;
}

.bannertext
{
	font-size: 12pt;
	font-weight: bold;
	color: white;
	line-height: 1.5;
}


/* Margin below paragraphs and bullets */

address
{
	margin-bottom: 10px;
}

div
{
	margin-bottom: 10px;
}

li
{
	margin-bottom: 10px;
}

p
{
	margin-bottom: 10px;
}

/* Align table cells at the top */

td
{
	vertical-align: top;
}

/* Styles for headings */

h1
{
	font-size: 14pt;
	color: #007FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	font-size: 12pt;
	color: #007FFF;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3
{
	font-size: 10pt;
	color: #007FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Styles for two-column bullets */

.left-bullets
{
	margin-right: 100px;
}

.right-bullets
{
	float: right;
}

/* Photo gallery */

.photos
{
	margin-bottom: 0px;
}

.photos img
{
	float: left;
	padding: 4px;
}
 
/* Code */

.code
{
	font-family: "Courier New", Courier, monospace;
}

/* Testimonial styles */

.testimonial
{
	border-bottom: solid 1px gray;
	font-style: italic;
}

.testimonial-name
{
	font-style:normal;
}

/* Styles for the sponsors sidebar and sponsors page*/

#sponsors
{
	float: right;
	width: 150px;
	text-align: center;
	border: thin #007FFF solid;
	margin-right: 10px;
}

.sponsorsheader
{
	background: #007FFF;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.sponsor p
{
	margin-left: 200px;
}

.sponsorimg
{
	float: left;
	text-align: center;
	width: 200px;
}

/* Styles for the content column */

#content
{
	margin-left: 20px;
	margin-right: 185px;
	padding-right: 20px;
}

/* Styles for Videos.aspx */

.video
{
	margin-bottom: 30px;
}
.video img
{
	float: left;
	margin-right: 20px;
}

/* Styles for speaker pages */


.speaker
{
	clear: left;
}

.speaker p, .speaker h1, .speaker h2
{
	margin-left: 90px;
}

.speaker img
{
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.speakername
{
	font-weight: bold;
}

/* Styles for session pages */

.trackheader
{
	color: #FFFFFF;
	background-color: #007FFF;
	font-weight: bold;
	font-size: large;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 20px;
}

.sessionimages
{
	float: right;
	width: 135px;
	margin-top: 20px;
}

.sessiontitle
{
	margin-right: 145px;
	margin-top: 20px;
}



/* Dropdown menu styles taken from http://www.htmldog.com/articles/suckerfish/dropdowns/example */

#nav ul
{
	f\\loat: left;
	list-style: none;
	l\\ine-height: 1;
	background: white;
	f\\ont-weight: bold;
	p\\adding: 0;
	border: solid #027FFD;
	border-width: 1px 0;
	m\\argin: 0 0 1em 0;
	margin: 0 0 0 0;
}

/* Menu: 1em in Margin is the margin below the menu */
 
#nav
{
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #027FFD;
	border-width: 0 0 2px 0;
	margin: 0 0 1em 0;
}

/* Text in menu pads and bars. Width is the width of the unhighlighted pads: 7.5 = width of pad (9.5) - 2 x padding (1) */
 
#nav a
{
	display: block;
	width: 7.5em;
	color: #027FFD;
	text-decoration: none;
	padding: 0.25em 1em;
}
 
/* Menu pads */
 
#nav li
{
	float: left;
	padding: 0;
	width: 9.5em;
}

/* Popup shape */
 
#nav li ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	border-width: 0.15em;
	margin: 0;
}

/* Unknown: don't see difference when these are changed */
 
#nav li li
{
	padding-right: 1em;
	width: 13em
}

/* Bar text */
  
#nav li ul a
{
	width: 13em;
}

/* Unknown: don't see difference when these are changed */
 
#nav li ul ul
{
	margin: -1.75em 0 0 14em;
}
 
#nav li.sfhover ul ul ul
{
	left: -999em;
}
 
#nav li.sfhover ul ul
{
	left: -999em;
}
 
#nav li:hover ul ul ul
{
	left: -999em;
}
 
#nav li:hover ul ul
{
	left: -999em;
}
 
#nav li li li.sfhover ul
{
	left: auto;
}
 
#nav li li.sfhover ul
{
	left: auto;
}
 
#nav li.sfhover ul
{
	left: auto;
}
 
#nav li li li:hover ul
{
	left: auto;
}
 
#nav li li:hover ul
{
	left: auto;
}
 
#nav li:hover ul
{
	left: auto;
}
 
#nav li.sfhover
{
	background: #A0CEFF;
}
 
#nav li:hover
{
	background: #A0CEFF;
}
