﻿/* 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;
}

table
{
	border-collapse: collapse;
}

/* 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: 0px;
}

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-top: solid 1px gray;
	font-style: italic;
}

.testimonial-name
{
	font-style:normal;
}

/* Styles for the sponsors sidebar and sponsors page*/

#sponsors
{
	float: right;
	width: 160px;
	min-height: 500px;
	text-align: center;
	border: thin #007FFF solid;
	margin-right: -2px;
}

.sponsorsheader
{
	background: #007FFF;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.sponsor
{
    border-top: medium solid lightblue;
    padding-top: 20px;
}

.sponsor p
{
	margin-left: 210px;
}

.sponsor ul
{
	margin-left: 230px;
}

.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;
}

.sessiontitle
{
	margin-right: 145px;
	margin-top: 20px;
}

/* Styles for schedule page */

.outlined
{
	border: 1px solid #000000;
	padding: 5px;
}

.slideshow
{
	height:  192px;
	width:   232px;
	padding: 0;
	margin:  0;
}

.slideshow img
{
	padding: 0px;
	width:  256px;
	height: 192px;
	top:  0;
	left: 0
} 
