@charset "UTF-8";
/* 
	CSS Document for Black Policy Conference 2010
	Copyright (c) 2010 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: #500000;
	font: 10px/20px helvetica neue, helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

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

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h2 {
	font-size: 1.9em;
	}
	
h3 {
	margin-bottom: 15px;
	color: #8f0000;
	font-size: 1.8em;
	font-weight: normal;
	}

	
h4, h5 {
	font-size: 1.2em;
	}
	
	h4.time {
		font-weight: normal;
		font-style: italic;
		margin-bottom: 20px;
		}
	
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;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}
	
	select {
		border: 1px solid #be1e2d;
		}
	
input.defaultButton {
	background: #8f0000;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #999;
		}

ul.default {
	list-style-type: disc;
	font-size: 1.2em;
	margin-bottom: 15px;
	padding-left: 20px;
	}
	
	ul.default li {
		}

ul.block {
	font-size: 1.2em;
	}
	
	ul.block li {
		padding: 5px 10px;
		background: #eaeaea;
		margin-bottom: 1px;
		}
		
/* Additional Classes */

a.anchor {
	line-height: 1px;
	display: block;
	width: 0px;
	height: 0px;
	}

.normal {
	font-weight: normal;
	}

.nomargin {
	margin: 0px;
	}

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

p.more a:link, p.more a:visited {
	background: #8f0000;
	padding: 2px 10px;
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	font-style: italic;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	p.more a:hover {
		background: #999;
		}

a.register {
	background: #7a0000;
	color: #fff;
	font-size: 1.8em;
	display: inline-block;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
	a.register:hover {
		background: #666;
		}
	
/* Layout Settings */

h1 {
	width: 183px;
	height: 95px;
	}
	
	h1 a {
		display: block;
		width: 183px;
		height: 95px;
		background: url("images/logo.png") 0 0 no-repeat;
		margin: 11px 0px 0px 10px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		}

#header {
	background: url("images/bg_header_alt.png") top repeat-x;
	width: 100%;
	min-width: 980px;
	padding: 0px;
	clear: both;
	}

	#header .plc {
		width: 960px;
		height: 259px;
		margin: 0px auto;
		overflow: hidden;
		}

		#header .plc .left {
			width: 310px;
			float: left;
			padding-left: 10px;
			overflow: hidden;
			}

			#venue {
				clear: both;
				background: url("images/theme_alt.png") no-repeat;
				width: 940px;
				height: 131px;
				margin: 0px auto;
				margin-top: 128px;
				display: block;
				text-indent: -80000em;
				}
			
		#header .plc .right {
			width: 630px;
			float: right;
			padding-right: 10px;
			overflow: hidden;
			}

#pgHome #header {
	background: url("images/bg_header.png") top repeat-x;
	width: 100%;
	min-width: 980px;
	padding: 0px;
	clear: both;
	}
	
	#pgHome #header .plc {
		width: 960px;
		height: 450px;
		margin: 0px auto;
		overflow: hidden;
		}
		
		#pgHome #header .plc .left {
			width: 310px;
			float: left;
			padding-left: 10px;
			overflow: hidden;
			}
			
			#pgHome #venue {
				background: url("images/theme.png") no-repeat;
				width: 310px;
				height: 263px;
				margin-top: 52px;
				display: block;
				text-indent: -80000em;
				}
			
		#pgHome #header .plc .right {
			width: 630px;
			float: right;
			padding-right: 10px;
			overflow: hidden;
			}
			
			ul#menu {
				width: 630px;
				height: 104px;
				overflow: hidden;
				}
				
				ul#menu li {
					margin: 30px 0px 0px 1px;
					float: right;
					}
					
					ul#menu li a:link, ul#menu li a:visited {
						display: block;
						padding: 3px 10px 7px 10px;
						color: #fff;
						font-size: 1.5em;
						text-transform: lowercase;
						border-bottom: 1px solid #2b0000;
						}
						
						#pgHome ul#menu li a#linkHome:link, #pgHome ul#menu li a#linkHome:visited,
						#pgAbout ul#menu li a#linkAbout:link, #pgAbout ul#menu li a#linkAbout:visited,
						#pgAgenda ul#menu li a#linkAgenda:link, #pgAgenda ul#menu li a#linkAgenda:visited,
						#pgLogistics ul#menu li a#linkLogistics:link, #pgLogistics ul#menu li a#linkLogistics:visited,
						#pgSupport ul#menu li a#linkSupport:link, #pgSupport ul#menu li a#linkSupport:visited,
						#pgRegistration ul#menu li a#linkRegistration:link, #pgRegistration ul#menu li a#linkRegistration:visited,
						#pgMedia ul#menu li a#linkMedia:link, #pgMedia ul#menu li a#linkMedia:visited,
						ul#menu li a:hover, ul#menu li a.selected {
							background: #7a0000;
							border-bottom: 1px solid #7a0000;
							}
							
							ul#menu li a.selected {
								background: #7a0000;
								border-bottom: 1px solid #7a0000;
								}
			
			#slideshowWrap {
				background: url("images/bg_slideshow.png") no-repeat;
				width: 610px;
				height: 298px;
				overflow: hidden;
				padding: 10px;
				}

				#slideshow {
					width: 610px;
					height: 300px;
					background: #fff;
					margin: 0px auto;
					overflow: hidden;
					}

				#slideshowControl {
					overflow: hidden;
					}
	
				#pager {
					font-size: 0.8em;
					float: right;
					}
	
					#pager a { 
						background: #540000;
						text-decoration: none;
						margin-left: 1px;
						padding: 3px 6px;
						color: #fff;
						}

						#pager a.activeSlide {
							background: #240000;
							}

						#pager a:focus {
							outline: none;
							}

.dropdown {
	float: none;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	margin-top: -1px;
	display: block;
	padding: 0px;
	width: 180px;
	z-index: 1000;
	font-size: 1.1em;
	}
	
	.dropdown a:link, .dropdown a:visited {
		display: block;
		background: #7a0000;
		padding: 5px 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		}

	.dropdown a:hover {
		color: #fff;
		background: #333;
		}
	
#contents {
	width: 100%;
	min-width: 980px;
	background: #fff url("images/bg_contents.png") top repeat-x;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	}
	
	#contents .plc {
		width: 960px;
		min-height: 500px;
		margin: 0px auto;
		padding-bottom: 10px;
		overflow: hidden;
		}
		
		#contents .plc h2.title {
			width: 940px;
			height: 16px;
			margin-bottom: 10px;
			padding: 20px 10px;
			font-size: 2.4em;
			overflow: hidden;
			}
			
			#contents .plc h2.title span.subtitle {
				font-weight: normal;
				}
			
		#contents .plc .col1 {
			width: 220px;
			padding: 10px;
			float: left;
			}

		#contents .plc .col2 {
			width: 440px;
			padding: 10px;
			padding-right: 30px;
			float: left;
			}

		#contents .plc .col3 {
			width: 680px;
			padding: 10px;
			padding-right: 30px;
			float: left;
			}
		
		#contents .plc .column {
			width: 590px;
			padding: 10px;
			float: left;
			}
		
		#contents .plc .sidebar {
			width: 300px;
			padding: 10px;
			float: right;
			}

	#footbar {
		width: 570px;
		background: #fafafa;
		margin: 30px 0px 20px 0px;
		padding: 10px;
		border-top: 2px solid #999;
		border-bottom: 1px solid #eaeaea;
		font-size: 1.1em;
		overflow: hidden;
		}
		
		#footbar ul {
			overflow: hidden;
			}
		
			#footbar ul li {
				float: left;
				}
			
				#footbar ul li a:link, #footbar ul li a:visited {
					background: #8f0000;
					display: block;
					margin-right: 2px;
					margin-bottom: 2px;
					padding: 5px 10px;
					color: #fff;
					}
				
					#footbar ul li a:hover {
						background: #666;
						}

#footer {
	background: #500000;
	width: 100%;
	min-width: 980px;
	font-size: 0.9em;
	color: #a88080;
	}
	
	#footer p {
		width: 940px;
		margin: 0px auto;
		padding: 10px 10px 30px 10px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #a88080;
		}
		
		#footer a:hover {
			color: #fff;
			}


/* Sidebar Elements */

#sidebarPhoto {
	overflow: hidden;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
	margin-bottom: 15px;
	}
	
	#sidebarPhoto img {
		background: #fff;
		padding: 9px;
		border: 1px solid #eaeaea;
		border-bottom: none;
		}
	
	#sidebarPhoto p {
		background: #fff;
		margin: 0px;
		padding: 0px 9px 9px 9px;
		border: 1px solid #eaeaea;
		border-top: none;
		color: #666;
		font-size: 1em;
		line-height: 1.6em;
		}

.btnRegister {
	background: url("images/btn_register.png") top no-repeat;
	width: 220px;
	height: 50px;
	display: block;
	text-indent: -80000em;
	margin-bottom: 2px;
	}

.btnFacebook {
	background: url("images/btn_facebook.png") top no-repeat;
	width: 220px;
	height: 61px;
	display: block;
	text-indent: -80000em;
	margin-bottom: 2px;
	}

.btnNing {
	background: url("images/btn_ning.png") top no-repeat;
	width: 220px;
	height: 61px;
	display: block;
	text-indent: -80000em;
	margin-bottom: 2px;
	}
	
	.btnRegister:hover, .btnFacebook:hover, .btnNing:hover {
		background-position: bottom;
		}


#keynoteHome, #announcementHome, #socialHome, #sponsorHome {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}
	
	#keynoteHome, #pgHome #socialHome {
		border-bottom: 3px solid #8f0000;
		}
		
	#keynoteHome .row {
		overflow: hidden;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 1.2em;
		}
		
		#keynoteHome .row img {
			float: left;
			border: 1px solid #eaeaea;
			padding: 4px;
			background: #fff;
			}
			
		#keynoteHome .row .info {
			width: 155px;
			float: right;
			}
			
			#keynoteHome .row .info h5 {
				font-size: 0.9em;
				font-weight: normal;
				}
	
	#keynoteHome .end {
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: none;
		}
	
	#announcementsHome h4 {
		font-style: italic;
		}
	
	#announcementsHome h5 {
		margin-bottom: 15px;
		font-size: 1.2em;
		font-style: italic;
		font-weight: normal;
		}




.announcementRow {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	}
	
	.announcementRow h4 {
		font-size: 1.4em;
		font-style: italic;
		}
		
	.announcementRow h5 {
		margin-bottom: 15px;
		font-size: 1.2em;
		font-style: italic;
		font-weight: normal;
		}





table.agenda {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 100%;
	}
	
	table.agenda tr td {
		background-color: #fafafa;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 10px;
		text-align: left;
		}
		
		table.agenda tr td.time {
			text-align: right;
			font-weight: bold;
			width: 140px;
			background: #8f0000;
			color: #fff;
			}
			
		table.agenda tr td.sch2 {
			background: #eaeaea;
			}

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

		table.agenda tr td.sch4 {
			background: #d8f0cb;
			}
		
		table.agenda tr td em {
			font-size: 0.9em;
			}
			
table.agenda ul {
	padding-left: 20px;
	}
	
	table.agenda ul li {
		list-style-type: square;
		}

table.registration {
	font-size: 1.2em;
	line-height: 1.5em;
	width: 100%;
	margin-bottom: 15px;
	}
	
	table.registration tr td {
		background: #fafafa;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 10px;
		text-align: center;
		display: table-cell;
		}
		
		table.registration tr.alt td {
			background: #eaeaea;
			}
			
		table.registration tr td.info {
			text-align: left;
			}
		
		table.registration tr.header td {
			background: #8f0000;
			color: #fff;
			}
			

.spkModule {
	width: 590px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	.spkModule .left {
		width: 122px;
		float: left;
		margin-bottom: 20px;
		}
		
		.spkModule .left img {
			border: 1px solid #eaeaea;
			padding: 9px;
			background: #fff;
			}
			
	.spkModule .right {
		width: 450px;
		float: right;
		}
		
		.spkModule .right h4 {
			font-size: 1.7em;
			margin: 0px;
			color: #8f0000;
			font-weight: normal;
			}
			
		.spkModule .right h5 {
			margin-bottom: 15px;
			font-size: 1.2em;
			color: #000;
			font-weight: normal;
			font-style: italic;
			}
			
		.spkModule .right h5.nomargin {
			margin: 0px;
			}


/* Accordion Display */

.accordion {
	font-size: 1em;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	.accordion h3 {
		margin: 0px;
		font-size: 1.2em;
		}
	
	.accordion a.marker {
		display: block;
		border: 1px solid #eaeaea;
		border-top: none;
		background: #eaeaea;
		color: #333;
		font-weight: bold;
		padding: 5px 9px;
		border-bottom: 1px solid #fff;
		margin: 0px;
		}
		
		.accordion a.marker span.title {
			font-weight: normal;
			}
		
	.accordion div.spkModule {
		clear: both;
		border: 1px solid #eaeaea;
		border-top: none;
		padding: 9px 9px;
		background: #fafafa;
		overflow: hidden;
		width: 570px;
		margin: 0px;
		}

		.accordion div.spkModule div.left {
			width: 122px;
			float: left;
			}
			
			.accordion div.spkModule div.left img {
				border: 1px solid #ccc;
				background: #fff;
				padding: 9px;
				}
			
		.accordion div.spkModule div.right {
			width: 435px;
			float: right;
			}
			
			.accordion div.spkModule div.right h4 {
				font-size: 1.4em;
				}
			
			.accordion div.spkModule div.right h5 {
				margin-bottom: 15px;
				font-style: italic;
				font-size: 1.2em;
				}
		
		.accordion a.first {
			border-top: 1px solid #eaeaea;
			}

