/*	Screen CSS stylesheet for Community Conference 2008 site
	Copyright 2008 - Village Creative Studios */

/* COLOR LEGEND
	#c26b19 : Dark Orange

*/

body {
	background: #48270e;
	color: #444;
	font: normal normal normal 11px/1.4em Verdana, Arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	}
h1 {
	font-size: 218%;
	}
h2 {
	font-size: 32px;
	line-height: 1em;
	}
h3 {
	font-size: 28px;
	}
h4 {
	font-size: 18px;
	}
p {
	margin-bottom: 1em;
	}

a {
	background: none;
	color: #7a8d12;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	background: none;
	color: #7a8d12;	
}
a:visited {
	background: none;
	color: #899d02;
}
a:hover {
	background: #d6e1c2;
	color: #623c07;
}
a:active {
	background: #f5b558;
	color: #623c07;
}

acronym {
	border-bottom: 1px dashed #f5ab6a;
	cursor: help;
}

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

/* LAYOUT STYLES :::::::::::::::::::::::::::::::::::::::::::::::::: */
#wrapper {
	margin: 0 auto;
	width: 850px;
	}
	#header {
		background: transparent url(../img/header2.jpg) 0 0 no-repeat;		
		height: 1100px;
		position: relative;
		}
		/* Let's hide the normal header text for the image replacement */
		#header h1 {
			visibility: hidden;
			}
	* html #content{height:1%}/* ie6 haslayout fix */
	#content {
		background: transparent url(../img/content-bg.jpg) 0px 90px repeat-y;
		min-height:0;/* ie7 haslayout fix*/
		position: relative;
		}
		#intro,
		#about,
		#speakers,
		#sessions,
		#events,
		#location,
		#register,
		#contact {
			padding: 0 30px;
			position: relative;
			}
		#intro {
			background: transparent url(../img/content-bg-top.jpg) 0 0 no-repeat;
			padding-top: 40px;
			}
			#intro img.splash {
				float: right;
				height: 290px;
				margin: 10px 10px 0 10px;
				width: 370px;
				}
			#intro img.date {
				clear: right;
				float: right;
				height: 120px;
				margin: 0 60px 10px 10px;
				width: 262px;
			}
			#intro h2 {
				background: url(../img/intro-title.jpg) 0 0 no-repeat;
				height: 120px;
				width: 350px;
				}
				#intro span {
					visibility: hidden;
				}
			#intro p {
				background: none;
				color: #c26b19;
				font: normal bold normal 16px/1.5em  Georgia, "Times New Roman", serif;
				margin: 0 0 0 20px;
				width: 360px;
				}
				
			#intro p.pullquote {
				background: #FFFFCC url(../img/pullquote-bg.jpg) 0 0 no-repeat;				
				border: solid #cfcf9f 1px;
				border-top: 0;
				color: #660000;
				display: block;
				font: italic bold normal 18px/1.4em  Georgia, "Times New Roman", Times, serif;
				letter-spacing: -1px;
				margin: 10px;
				padding: 7px;
				text-align: center;
				}
		#about {
			background: url(../img/about-bg.jpg) 30px 0 no-repeat;
			clear: both;
			height: 410px;
			margin-top: 30px;
			padding: 0 60px;
			}
			#about h2 {
				height: 70px;
				margin: 0;
				padding: 0;	
				visibility: hidden;
				}
			#blurb {
				float: left;
				font: normal normal normal 11px/1.5em Georgia, "Times New Roman", serif;
				margin-left: 10px;
				width: 440px;
				}
				#blurb ul {
					margin: 20px;
				}
				#blurb ul li {
					background: none;
					color: #c26b19;
					font: normal normal bold 11px/1.5em Georgia, "Times New Roman", serif;
					list-style: disc outside url();disc;
				}
			#moreInfo {
				float: right;
				width: 240px;
				margin: 223px 0 0 0;
				}
				#moreInfo a {
					display: block;
					height: 100px;
					text-decoration: none;
					width: 240px;					
				}
					#moreInfo a span {
						visibility: hidden;
					}
				#moreInfo a:hover,
				#moreInfo a:active {
					background: none;
				}
		#speakers {
			background: url(../img/book.jpg) 0 0 no-repeat;
			height: 465px;
			margin: 30px 0 0 30px;
			padding: 0;
			width: 780px;
			}
			#speakers_info {
				float: left;
				margin: 30px 0 0 30px;
				width: 150px;
				}
				#speakers_info h3 {
					background: transparent;
					color: #f2eebe;
					height: 40px;
					visibility: hidden;
				}
				#speakers_info p {
					background: transparent;
					color: #fff;
					font: italic bold normal 12px/1.5em Georgia, Times, sans-serif;
				}
		
			/* CODA SLIDER STYLES - for SPEAKERS section ::::::::::::::::::: */
				.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
					float: right;
					height: 410px;
					margin: 25px 40px 0 0;
					position: relative;
					width: 525px;
					}
		
				/* These 2 lines specify style applied while slider is loading */
				.csw {width: 525px; height: 410px; background: transparent; overflow: hidden;}
				.csw .loading {margin: 0; text-align: center}
		
				.stripViewer { /* This is the viewing window */
					position: relative;
					overflow: hidden;
					width: 525px; /* Also specified in  .stripViewer .panelContainer .panel  below */
					height: 378px;
					clear: both;
					}
				.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
					position: relative;
					left: 0; top: 0;
					width: 100%;
					list-style-type: none;
					/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
					}
				.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
					float:left;
					height: 378;
					position: relative;
					width: 525px; /* Also specified in  .stripViewer  above */
					}
				.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
					background: transparent;
					color: #48270e;
					padding: 0 10px;
					}
					.panel .wrapper img {
						float: right;
						width: 230px;
						height: 360px;
						}
					.panel .wrapper h4 {
						float: left;
						font: normal normal normal 18px/1.4em Georgia, "Times New Roman", Times, serif;
						margin: 10px 0;
						}
					.panel .wrapper p {
						clear: left;
						font: normal normal normal 10px/1.4em Verdana, Helvetica, Arial, sans-serif;
						width: 240px;
						}
				.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
					/* float: right;
					margin: 5px 15px 0 0; */
					}
				.stripNav ul { /* The auto-generated set of links */
					list-style: none;
					margin: 0 0 0 10px;
					padding: 0;
					width: 100%;
					}
				.stripNav ul li {
					float: left;
					margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
					}
				.stripNav a { /* The nav links */
					font: normal normal normal 12px/32px Georgia, "Times New Roman", Times, serif;
					text-align: center;
					background: #dad4a4;
					color: #48270e;
					text-decoration: none;
					display: block;
					padding: 0 6px;
					}		
				.stripNav li a:hover {
					background: #5f3e26;
					color: #fff;
					}
				.stripNav li a.current {
					background: #48270e;
					color: #fff;
					}
				.stripNavL, .stripNavR { /* The left and right arrows */
					position: absolute;
					top: 230px;
					text-indent: -9000em;
					}
				.stripNavL a, .stripNavR a {
					display: block;
					height: 40px;
					width: 40px;
					}
				.stripNavL {
					background: url("img/arrow-left.gif") no-repeat center;
					left: 0;
					}
				.stripNavR {
					background: url("img/arrow-right.gif") no-repeat center;
					right: 0;
					}
/* END CODA SLIDER STYLES :::::::::::::::::::::::::: */
		
		#sessions {
			
		}		
			#sessions h2 {
				background: url(../img/workshops-title.jpg) 0 0 no-repeat;
				height: 40px;
				margin: 30px 0 10px 10px;
				width: 236px;
			}
				#sessions h2 span {
					visibility: hidden;
				}
			#sessions h3,
			#events h3 {
				margin: 0 20px 20px 20px;
				color: #c26b19;
			}
			#sessions>p {
				margin: 0 20px;
			}
			.workshop,
			.workshopOdd {
				float: left;
				height: 267px;
				margin: 10px;
				position: relative;
				width: 370px;
			}
			.workshop {
				background: url(../img/workshop-bg-left.jpg) 0 0 no-repeat;
			}
			.workshopOdd {
				background: url(../img/workshop-bg-right.jpg) 0 0 no-repeat;
			}
				#sessions .workshop h3,
				#sessions .workshopOdd h3 {
					background: none;
					color: #c26b19;
					font: normal normal normal 18px/1em Georgia, "Times New Roman", serif;
					margin: 20px 60px 8px 60px;
					text-align: center;
				}
				.workshop h4,
				.workshopOdd h4 {
					font: italic normal normal 12px/1.2em Georgia, "Times New Roman", serif;
					margin: 0 30px 8px 30px;
					text-align: center;
				}
				.workshop p,
				.workshopOdd p {
					font: normal normal normal 11px/1.4em Verdana, Arial, sans-serif;
					margin: 0 30px 40px 30px;
				}

		#events {
			clear: both;
			margin: 30px 0 0 10px;
			position: relative;			
		}
			#events h2 {
				background: url(../img/calendar-of-events.jpg) 0 0 no-repeat;
				height: 40px;
				margin: 30px 0 30px 0;
				width: 400px;
			}
				#events h2 span {
					visibility: hidden;
				}
			#events table {
				background: #fffff0;
				border-collapse: collapse;
				border-bottom: solid #996 1px;
				border-left: solid #cc9 1px;
				border-right: solid #996 1px;
				border-top: solid #cc9 1px;
				color: #333;
				position: relative;
				float: left;
					margin-bottom: 50px;
					width: 760px;
			}
				#fri {
				}
				#sat {
				}
				#sun {
					}
				table caption {
					margin: 10px 0 10px 0;
					text-align: left;
					font: normal normal normal 16px/1.5em Georgia, "Times New Roman", Times, serif;
					color: #48270e;
					background: transparent;
					}
				tr {
					background: url(../img/td-bg.jpg);
					border: 0;
					}
				td {
					padding: 6px;
					}
				td.first {
					width: 25%;
				}
				th {
					font: normal bold normal 12px/1.5em Georgia, "Times New Roman", Times, Serif;
					padding: 6px;
					}					
				td a {
					background: transparent;
					color: #72724c;
					text-decoration: none;
					border-bottom: 1px dotted #cc9;
					}
				td a:hover {
					background: transparent;
					color: #666;
					border-bottom: 1px dotted #72724c;
					}
				th a {
					background: transparent;
					color: #72724c;
					text-decoration: none;
					font-weight:bold;
					border-bottom: 1px dotted #cc9;
					}
				th a:hover {
					background: transparent;
					color: #666;
					border-bottom: 1px dotted #72724c;
					}
				th, tbody td {
					vertical-align: top;
					text-align: left;
					}
				.odd {
					color: #333;
					background: #f7f5dc url(../img/td-bg2.jpg);
					}
				tr:hover {
					color: #333;
					background: #fff;
					}
				tr:hover th,
				tr.odd:hover th {
					color: #333;
					background: #ddd59b;
					}
					td ul li {
						list-style: disc inside url(circle);
						margin-left: 10px;
					}
				
				
		#location {
			background:url(../img/location-bg.jpg) 195px 0 no-repeat;
			clear: left;
			height: 300px;
			margin-left: 10px;
			position: relative;
			}
			#location h2 {
				background: url(../img/location-title.jpg) 0 0 no-repeat;
				float: left;
				height: 75px;
				width: 165px;
				}
				#location h2 span {
					visibility: hidden;
					}
			#location p {
				clear: left;
				float: left;
				width: 160px;
				}
			#map {
				position: absolute;
				height: 300px;
				width: 330px;
				right: 60px;
				top: 25px;
				}
				#map object {
				}
				#map a {
					display: block;
					float: right;
					height: 195px;
					width: 330px;					
					}
					#map a span {
						visibility: hidden;
					}
				#map a:hover {
					background: none;
				}
		#register {
			text-align: center;
			height: 95px;
			margin: 0;
			padding: 0;
			}
			#register a {
				background: url(../img/register-button.jpg) 0 0 no-repeat;
				display: block;
				height: 95px;
				margin: 0 auto;
				padding: 0;
				width: 430px;
				overflow: hidden;
				}
				#register a span {
					display: none;
					}
			#register a:hover {
				background: url(../img/register-button.jpg) 0 -95px no-repeat;
				}
	#footer {
		background: #27332f url(../img/footer-bg.jpg) repeat-y;
		clear: both;
		color: #fff;
		margin: 0;
		position: relative;
		width: 840px;
		}
/* ==== Contact Form Styles ==== */
			#contact {
				position: relative;
				margin: 0;
				padding: 1px 30px;
			}
				#contact h2 {
					background: url(../img/contact-title.jpg) 0 0 no-repeat;
					height: 40px;
					margin-top: 20px;
					width: 250px;
				}
					#contact h2 span {
						visibility: hidden;
					}
				#contact p {
					margin-bottom: 10px;
					}
					.phone {
						font: normal normal normal 24px/1em georgia, "Times New Roman", serif;
						background: transparent;
						color: #ddd56b;
					}
				#contact input,
				#contact select,
				#contact textarea {
					border: solid transparent 2px;;
					}
				#contact input:hover,
				#contact select:hover,
				#contact textarea:hover {
					border: solid #65d2ff 2px;
					}
				dl {
					position: relative;
					}
					dt {
						clear: both;
						float:left;
						padding: 4px 0 2px 0;
						text-align: left;
						width: 80px;
						}
					dd {
						float: left;
						margin: 0 0 8px 0;
						}
				#contactInfo {
					float: left;
					width: 320px;
					}
					/*#contactInfo input {
						width: 100px;
						}*/
				#messageInfo {
					float: right;
					width: 380px;
					}
					#messageInfo #subject {
						width: 295px;
						}
					#messageInfo textarea {
						height: 100px;
						margin: 0;
						padding: 0;
						width: 295px;
						}
					#messageInfo .buttons {
						float: left;
						margin-right: 10px;
						position: relative;
						}
						#submitter {
							margin-left: 80px;
							}
					.hint {
						display:none;
						position: absolute;
						right: -250px;
						width: 200px;
						margin-top: -4px;
						border: 1px solid #c93;
						padding: 10px 12px;
						background-color: #ffc;
						}
					#contact p em,
					#contact dt em {
						background: none;
						color: #FF9933;
						font-style: normal;
						}
				.settings {
					display: none;
					}
				#contact hr {
					clear: both;
					visibility: hidden;
				}
				/* End contact form styles */
		
	#credits {
		clear: both;
		padding: 20px 0 10px 0;
	}
				
		#credits p {
			color: #fff;
			font: normal normal normal 9px/1.5em Helvetica, Arial, sans-serif;
			position: relative;
			text-align: center;
			}
/* MENU STYLES ::::::::::::::::::::::::::::::::::::::::::::::::::: */
	#menu {
		background: transparent url(../img/nav-bg.jpg) 0 0 no-repeat;
		height: 80px;
		list-style: none;
		position: relative;
		width: 840px;
		}
		#menu span {
			display: none;
			position: absolute;
			}
		#menu a {
			display: block;
			border: none;
			position: absolute;
			text-indent: -900%;
			}
		#menu a:hover {
			/*background-position: left bottom;*/
			}
		#menu a:hover span {
			display: block;
			}
		#menu .about {
			width: 75px;
			height: 50px;
			background: url(../img/nav-icons.jpg) -10px 0 no-repeat;
			left: 30px;
			top: 15px;
			}
			#menu .about span {
				width: 75px;
				height: 50px;
				background: url(../img/nav-icons.jpg) -10px -50px no-repeat;
				left: 0;
				top: 0;
				}
		#menu .speakers {
			width: 95px;
			height: 50px;
			background: url(../img/nav-icons.jpg) -115px 0 no-repeat;
			left: 135px;
			top: 15px;
			}
			#menu .speakers span {
				width: 95px;
				height: 50px;
				background: url(../img/nav-icons.jpg) -115px -50px no-repeat;
				left: 0;
				top: 0;
				}
		#menu .sessions {
			width: 115px;
			height: 50px;
			background: url(../img/nav-icons.jpg) -220px 0 no-repeat;
			left: 240px;
			top: 15px;
				}
			#menu .sessions span {
				width: 115px;
				height: 50px;
				background: url(../img/nav-icons.jpg) -220px -50px no-repeat;
				left: 0;
				top: 0;
				}		
		#menu .events {
			width: 95px;
			height: 50px;
			background: url(../img/nav-icons.jpg) -345px 0 no-repeat;
			left: 365px;
			top: 15px;
				}
			#menu .events span {
				width: 95px;
				height: 50px;
				background: url(../img/nav-icons.jpg) -345px -50px no-repeat;
				left: 0;
				top: 0;
				}
		#menu .location {
			width: 95px;
			height: 50px;
			background: url(../img/nav-icons.jpg) -460px 0 no-repeat;
			left: 480px;
			top: 15px;
			}
			#menu .location span {
				width: 95px;
				height: 50px;
				background: url(../img/nav-icons.jpg) -460px -50px no-repeat;
				left: 0;
				top: 0;
				}
		#menu .register {
			width: 90px;
			height: 50px;
			background: url(../img/nav-icons.jpg) -575px 0 no-repeat;
			left: 595px;
			top: 15px;
			}
			#menu .register span {
				width: 90px;
				height: 50px;
				background: url(../img/nav-icons.jpg) -575px -50px no-repeat;
				left: 0;
				top: 0;
				}
		#menu .contact {
			width: 110px;
			height: 50px;
			background: url(../img/nav-icons.jpg) -680px 0 no-repeat;
			left: 700px;
			top: 15px;
			}
			#menu .contact span {
				width: 110px;
				height: 50px;
				background: url(../img/nav-icons.jpg) -680px -50px no-repeat;
				left: 0;
				top: 0;
				}
