/* STANDARD CSS OVERIDES */

body, .body{
  font-family: "Verdana", sans-serif;
  font-size: .8em;
  text-align: center;
  background-color: #fff;
  line-height: 1.5em;
  margin: 0;
  margin-top: 10px;
  height: 100%;
}

li {
	font-size: .85em;
	}

a {
	text-decoration: underline;
	}

h1 {
	margin-top: 3px; margin-bottom: 3px;
	color: #3366CC;  /* 0066CC */
	font-size: 1.2em;
	}

h2 {
	margin-top: 3px; margin-bottom: 3px;
	color: #3366CC;
	font-size: 1em;
	}

h3 {
	margin-top: 3px; margin-bottom: 3px;
	color: #3366CC;
	font-size: .8em;
	}

p {
	font-size: .85em;
	margin-top: 3px; margin-bottom: 3px;
	}
	
img {
	border: 0px;
	}
	
/* CONTAINMENT */

.banner {
	width: 902px;
	max-width: 902px;
	}

.menubar {
	/*
	background-image:url(../site/menu/m_bkgd.gif);
	background-repeat:repeat-x;
	*/
	padding-left:1px;
	width: 900px;
	height: 34px;
	text-align: left;
	vertical-align: top;
	max-width: 900px;
	}

.leftside {
visibility: hidden;
	background-image: url(menu/m_leftside.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}

.rightside {
visibility: hidden;
	background-image: url(menu/m_rightside.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#container {
    margin: 0px auto;
    min-height: 100%;
}

#contentArea {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}

#content {
	margin: .5em 0 0 0; 
	border: 1px solid #eee;
	text-align: left;
	vertical-align: top;
}

#header, #header img {
  border-style: none;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

#footer {
  font-size: .8em;
  color: #3366CC;
  text-align: center;
  padding-top: 10px;
}
	
/* COLUMN CONTAINERS */

.oneColumn {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	max-width: 855px;
	height: 400px;
	min-height: 400px;
	}
	
.twoColumn {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	width: 425px;
	min-width: 425px;
	height: 400px;
	min-height: 400px;
	}

.smallColumn {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 400px;
	min-height: 400px;
	}
	
.oneColumn a {
	text-decoration: underline;
}

.caption {
	color: #aaa;
	font-size: .8em;
	}

.pageTitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	}
	
.pageColumnLeft {
	font-family: "Verdana", sans-serif;
	max-width: 425px;
	width: 425px;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	padding-right: 10px;
	border-right: 1px solid #eee;
	}
	
.pageColumnRight {
	font-family: "Verdana", sans-serif;
	max-width: 425px;
	width: 425px;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	}
	
/* SPEAKER CLASSES */

#speakerDetails {
	max-width: 875px;
	}

.speakerPhotoHolder {
	height: 80px;
	}
	
.speakerPhoto {
	width: 80px;
	}
	
.speakerName, .speakerName a {
	color: #3366CC;
	font-weight: bold;
	}

.homepageKeynoteSpeaker{
	color: #3366CC;
	line-height: 15px;
	font-weight: bold;
	font-size: 10px;
	}
	
.homepageSpeakerName {
	line-height: 15px;
	font-weight: bold;
	font-size: 10px;
	}

.homepageSpeakerTitle {
	color: #333;
	font-size: 9px;
	line-height: 13px;
	padding-bottom: 9px;
	}
	
.speakerDescription  {
	font-size: 13px;
	width: 400px;
	max-width: 400px;
	margin-bottom: 1.5em;
	}

.speakerTitle1 {
	font-size: 11px;
	padding-bottom: 10px;
	}

.speakerTitle2 {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
	}
	
.eventTitle {
	width: 400px;
	color: #3366CC;
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
	}
	
.eventDescription, .eventDescription div, .eventDescription div div, .eventDescription pre {
	font-family: "Verdana", sans-serif;
	width: 400px;
	max-width: 400px;
	font-size: 13px;
	}
	

/* hack to make PRE look a little nicer */
pre {
	font-family: "Verdana", sans-serif;
	font-size: .85em;
	width: 425px;
	max-width: 425px;
	}
	
.eventLocation {
	font-family: "Verdana", sans-serif;
	font-size: .85em;
	}
	
.eventListItem {
	font-family: "Verdana", sans-serif;
	font-size: .85em;
	line-height: 15px;
	color: #3366CC;
	}
	
.workshopContainer {
	border: 1px solid black;
	background-color: #eeeeee;
	padding:5px;
	margin-bottom:5px;
}
	
.workshopName {
	text-decoration:none;
	color:#3366CC;
	font-weight:bold;
	font-size:12px;
}

.workshopSpeaker {
	font-style: italic;
	font-size:12px;
}
	
/* BUTTON CLASSES */

.button:visited, .button:active {
	margin-top: 10px;
	font-size: .8em;
	border: 1px solid #ccc;
	padding-left: 5px; padding-right: 5px;
	padding: 3px;
	width: 100px;
	text-align: center; 
	text-decoration: none;
	background-color: #eee;
	color: black;
	}

.button:hover {
	background-color: #ddd;
	}

.cloud {
	padding: 5px; padding-top: 8px;
	border: 1px solid #eeeeee;
	max-width: 220px;
	font-family: "Rockwell", Georgia, "Times New Roman", Times, serif;
	}
	
.cloud span, .cloud a:active, .cloud a:visited, .cloud a:link {
	color: #3366CC; 
	text-decoration: none;
}

