@charset "UTF-8";
/* 
	CSS Document for Wharton Entrepreneurship Conference 2010
	Copyright (c) 2009 Neuro-Designs. All rights reserved.
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #42525f url("images/bg_main.png") top repeat-x;
	font: 10px/20px helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #1d5600;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #1d5600;
	}

h2 {
	font-size: 1.8em;
	}
	
h3 {
	margin-bottom: 15px;	
	font-size: 1.4em;
	}
	
h4, h5, h6 {
	font-size: 1.2em;
	}

h5, h6 {
	color: #333;
	}
	
p {
	margin-bottom: 15px;
	font-size: 1.2em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.9em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

ol {
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-left: 20px;
	}
	
	ol li {
		list-style-type: decimal;
		}

ul.speakerList {
	font-size: 1.2em;
	margin-bottom: 15px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	ul.speakerList li {
		background: #eaeaea;
		border-bottom: 1px solid #dadada;
		padding: 5px 10px;
		margin-bottom: 1px;
		}

ol.logistics {
	font-size: 1.2em;
	margin-bottom: 15px;
	overflow: hidden;
	}
	
	ol.logistics li {
		background: #eaeaea;
		border-bottom: 1px solid #dadada;
		padding: 5px 10px;
		margin-bottom: 1px;
		}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}
	
	select {
		border: 1px solid #be1e2d;
		}
	
.defaultButton {
	background: #1d5600 url("images/bg_title.png") repeat-x;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	.defaultButton:hover {
		background: #999;
		}

a.defaultButton {
	display: inline-block;
	background: #1d5600 url("images/bg_title.png") center repeat-x;
	padding: 10px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	a.defaultButton:hover {
		background: #999;
		}
		
/* Layout Settings */

#wrapper {
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
	}

#header {
	width: 910px;
	height: 313px;
	background: url("images/main.jpg") top no-repeat;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px 25px;
	clear: both;
	overflow: hidden;
	}
	
	#header h1, #header h2, #header h3 {
		display: none;
		}
	
	#header #menu {
		}
		
		#header #menu ul {
			}
			
			#header #menu ul li {
				float: left;
				margin-right: 1px;
				}
				
				#header #menu ul li a:link, #header #menu ul li a:visited {
					color: #42525f;
					font-size: 15px;
					font-weight: normal;
					text-transform: lowercase;
					display: block;
					padding: 10px;
					border-top: 1px solid #bee2e2;
					}
					
				#pgHome #header #menu ul li a#linkHome:link, #pgHome #header #menu ul li a#linkHome:visited, 
				#pgAgenda #header #menu ul li a#linkAgenda:link, #pgAgenda #header #menu ul li a#linkAgenda:visited, 
				#pgKeynotes #header #menu ul li a#linkKeynotes:link, #pgKeynotes #header #menu ul li a#linkKeynotes:visited, 
				#pgPanels #header #menu ul li a#linkPanels:link, #pgPanels #header #menu ul li a#linkPanels:visited, 
				#pgSpeakers #header #menu ul li a#linkSpeakers:link, #pgSpeakers #header #menu ul li a#linkSpeakers:visited, 
				#pgStartupExpo #header #menu ul li a#linkStartupExpo:link, #pgStartupExpo #header #menu ul li a#linkStartupExpo:visited, 
				#pgSponsors #header #menu ul li a#linkSponsors:link, #pgSponsors #header #menu ul li a#linkSponsors:visited, 
				#pgLogistics #header #menu ul li a#linkLogistics:link, #pgLogistics #header #menu ul li a#linkLogistics:visited, 
				#pgHotel #header #menu ul li a#linkHotel:link, #pgHotel #header #menu ul li a#linkHotel:visited,
				#pgTeam #header #menu ul li a#linkTeam:link, #pgTeam #header #menu ul li a#linkTeam:visited,
				#header #menu ul li a:hover
					{
					background: #fff;
					border-top: 1px solid #fff;
					-moz-border-radius-bottomleft: 3px;
					-moz-border-radius-bottomright: 3px;
					-webkit-border-bottom-left-radius: 3px;
					-webkit-border-bottom-right-radius: 3px;
					-webkit-box-shadow: 0px 2px 3px #666;
					-moz-box-shadow: 0px 2px 3px #666;
					}
				
				#header #menu ul li a:hover {
					border-top: 1px solid rgba(255,255,255,0.7);
					background: rgba(255,255,255,0.5);
					-webkit-box-shadow: 0px 2px 3px #666;
					-moz-box-shadow: 0px 2px 3px #666;
					}

#contents {
	width: 940px;
	background: url("images/bg_contents.png") center repeat-y;
	margin: 0px auto;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 10px #333;
	-moz-box-shadow: 0px 2px 10px #333;
	}
	
	#contents #column {
		width: 720px;
		float: left;
		overflow: hidden;
		}
		
		#contents #column h2 {
			padding: 20px 25px;
			background: url("images/bg_title.png") repeat-x;
			color: #fff;
			font-size: 20px;
			font-weight: normal;
			text-shadow: #000 0px 1px 2px;
			}
		
		#contents #column .col1 {
			width: 310px;
			float: left;
			padding: 20px 25px 20px 25px;
			overflow: hidden;
			}
		
		#contents #column .col2 {
			width: 670px;
			padding: 20px 25px 20px 25px;
			overflow: hidden;
			}
				
	#contents #sidebar {
		width: 190px;
		float: right;
		padding: 15px;
		}

#footer {
	width: 890px;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 10px 35px;
	color: #717d87;
	font-size: 0.9em;
	line-height: 2em;
	}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #717d87;
		}
		
		#footer a:hover {
			color: #fff;
			}


/* Slideshow Settings */

#slideshow {
	width: 280px;
	overflow: hidden;
	position: relative;
	padding: 14px;
	background: #fafafa;
	border: 1px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

	#slideshow #slideContainer {
		margin: 0px auto;
		width: 280px;
		overflow: hidden;
		position: relative;
		}
		
		#slideshow span.control {
			display: none;
			}
		
		 #slideshow .slide {
			width: 280px;
			overflow: hidden;
			}
			
			#slideshow .slide .image {
				width: 114px;
				float: left;
				}
				
			#slideshow .slide .info {
				width: 150px;
				float: right;
				}
			
				#slideshow .slide img {
					overflow: hidden;
					width: 100px;
					height: 120px;
					background: #fff;
					padding: 6px;
					border: 1px solid #eaeaea;
					}
		
				 #slideshow .slide h4 {
					font-weight: bold;
					font-size: 1.5em;
					margin: 0px;
					margin-top: 10px;
					}

				 #slideshow .slide h5, #slideshow .slide h6 {
					font-size: 1.2em;
					font-weight: normal;
					color: #000;
					}
					
				#slideshow .slide h6 {
					font-style: italic;
					}





table.agenda {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	}
	
	table.agenda tr td {
		background-color: #eaeaea;
		display: table-cell;
		border-right: 1px solid #fafafa;
		border-bottom: 1px solid #fafafa;
		padding: 5px 10px;
		text-align: center;
		vertical-align: middle;
		}
		
		table.agenda tr td.time {
			text-align: right;
			font-weight: bold;
			background: #999;
			color: #fff;
			display: table-cell;
			}
			
		table.agenda tr td.sch2 {
			background: #99cc66;
			}

		table.agenda tr td.sch3 {
			background: #669933;
			}

		table.agenda tr td.sch4 {
			background: #336600;
			}

		table.agenda tr td.sch5 {
			background: #1d5600;
			}

		table.agenda tr td.sch6 {
			background: #1d5600;
			color: #fff;
			}
			
			.sch2 a, .sch3 a, .sch4 a, .sch5 a, .sch6 a {
				color: #fff;
				}
				
				.sch2 a:hover, .sch3 a:hover, .sch4 a:hover, .sch5 a:hover, .sch6 a:hover {
					text-decoration: underline;
					}
		
		table.agenda tr td em {
			font-size: 0.9em;
			}
			
table.agenda ul {
	padding-left: 20px;
	}
	
	table.agenda ul li {
		list-style-type: square;
		}





.spkModule {
	width: 670px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	.spkModule .left {
		width: 114px;
		float: left;
		margin-bottom: 20px;
		}
		
		.spkModule .left img {
			overflow: hidden;
			width: 100px;
			height: 120px;
			background: #fff;
			padding: 6px;
			border: 1px solid #eaeaea;
			}
			
	.spkModule .right {
		width: 540px;
		float: right;
		}
		
		.spkModule .right h4 {
			font-size: 1.5em;
			margin: 0px;
			}
			
		.spkModule .right h5 {
			margin-bottom: 15px;
			font-size: 1.2em;
			color: #000;
			}
			
			.spkModule .right h5.nomargin {
				margin: 0px;
				}

.coModule {
	width: 670px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	.coModule .left {
		width: 180px;
		float: left;
		margin-bottom: 20px;
		}
					
	.coModule .right {
		width: 460px;
		float: right;
		}
		
		.coModule .right h4 {
			font-size: 1.5em;
			}

	#contents ul.spkJump {
		margin-bottom: 10px;
		font-size: 1.1em;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		overflow: hidden;
		}
		
		#contents ul.spkJump li {
			color: #fff;
			font-weight: bold;
			line-height: 1.6em;
			background: #eaeaea;
			border-bottom: none;
			margin: 0px;
			margin-bottom: 1px;
			padding: 0px;
			}
			
			#contents ul.spkJump li ul {
				padding: 0px;
				margin: 0px;
				}

				
				#contents ul.spkJump li a:link, #contents ul.spkJump li a:visited {
					display: block;
					margin-bottom: 0px;
					color: #666;
					font-weight: bold;
					background: #eaeaea;
					padding: 5px 10px;
					}

					#contents ul.spkJump li a:hover {
						background: #999;
						color: #fff;
						}
				
				#contents ul.spkJump li ul {
					padding-bottom: 5px;
					}
				
				#contents ul.spkJump li ul li {
					margin: 0px 0px 1px 0px;
					padding: 0px 0px 0px 0px;
					line-height: 1.2em;
					border: 0px;
					color: #999;
					list-style-position: inside;
					list-style-type: square;
					}
				
				#contents ul.spkJump li ul li a:link, #contents ul.spkJump li ul li a:visited {
					display: block;
					margin-bottom: 0px;
					padding: 4px 10px 4px 15px;
					color: #666;
					font-weight: bold;
					}

					#contents ul.spkJump li ul li a:hover {
						color: #fff;
						}




/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	border-top: 1px dashed #ccc;
	margin-bottom: 25px;
	font-size: 1px;
	line-height: 1px;
	}

#sidebar .divider {
	clear: both;
	border-top: 1px dashed #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1px;
	line-height: 1px;
	}

.nobottommargin {
	margin-bottom: 0px;
	}

.nobottompadding {
	padding-bottom: 0px;
	}

a.register:link, a.register:visited {
	display: block;
	width: 190px;
	height: 91px;
	text-indent: -80000em;
	background: url("images/btn_register.png") top no-repeat;
	margin-bottom: 10px;
	}
	
	a.register:hover {
		background-position: bottom;
		}
	
.teamBlock {
	background: #fafafa;
	border-bottom: 1px solid #dadada;
	margin: 0px 1px 1px 0px;
	padding: 5px 10px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	.teamBlock h5 {
		font-weight: normal;
		}


.previousBlock {
	width: 310px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.2em;
	}
	
	.previousBlock a {
		display: block;
		}
	
	.previousBlock img {
		padding: 4px;
		background: #fff;
		border: 1px solid #eaeaea;
		margin-bottom: 5px;
		}
		
		.previousBlock img:hover {
			border: 1px solid #ccc;
			}

#sponsorSide {
	}
	
	#sponsorSide h4 {
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 1.1em;
		border-bottom: 1px dashed #ccc;
		}
	
	#sponsorSide img {
		margin: 10px 0px;
		}

.sponsorBlock {
	width: 670px;
	overflow: hidden;
	margin: 10px 0px;
	}
	
	.sponsorBlock .logo {
		width: 240px;
		float: left;
		text-align: center;
		}
	
	.sponsorBlock .desc {
		width: 400px;
		float: right;
		}