/* 
	D6Conference.com Stylesheet - main.css
	Created: 2009-11-24
	Author: AnthologyCreative.com | Justin Seiter
*/


/* TABLE OF CONTENTS
****************************************************************************************************
	GENERAL
	VIDEO
	SPEAKERS
	SOCIAL
	ENDORSEMENT
*/

/* GENERAL
****************************************************************************************************/
.fullScreenWrap  {
	background:#2a2a2a;
	padding:1px 0;
	border-top:1px solid #181818;
	border-bottom:1px solid #000;
}

.fullScreenWrap.noborder  {
	border-bottom:0;
	padding:1px 0 0;
}

.sectionHeadingTagline, .sectionHeadingTaglineSmall {
	float:left;
	display:inline;
	color:#565656;
	margin:10px 0 0 4px;
	font-size:14px;
}

.sectionHeadingTaglineSmall {
	font-size:12px;
}

.footerWrap {
	margin:0;
}

/* VIDEO
****************************************************************************************************/
.actionButtons {
	margin: 50px 0 20px 0;
	padding: 0 0 20px 0 ;
	width:280px;
	float:left;
	display:inline;
	border-bottom:1px solid #444;
}

	.actionButtons a {
		text-decoration:none;
		border:0;
		text-indent:-9999px;
		display:block;
		float:left;
		width:140px;
		height:40px;
	}
	
	.actionButtons a.info { background: transparent url(../images/buttons/button-half-overview.jpg) no-repeat top left; }
	.actionButtons a.info:hover { background: transparent url(../images/buttons/button-half-overview.jpg) no-repeat center left; }
	.actionButtons a.info:active { background: transparent url(../images/buttons/button-half-overview.jpg) no-repeat bottom left; }
	.actionButtons a.register { background: transparent url(../images/buttons/button-half-register.jpg) no-repeat top left; }
	.actionButtons a.register:hover { background: transparent url(../images/buttons/button-half-register.jpg) no-repeat center left; }
	.actionButtons a.register:active { background: transparent url(../images/buttons/button-half-register.jpg) no-repeat bottom left; }

.registrationExtra {
	width:240px;
	overflow:hidden;
	font-size:10px;
	line-height:13px;
	margin:0 auto;
}

	.registrationExtra img.fasttrack {
		margin:0 10px 0 0;
		padding:8px;
		border-right:1px solid #444;
		float:left;
		display:inline;
	}
	
	.registrationExtra img.newWindow {
		vertical-align:middle;
	}

/* SPEAKERS
****************************************************************************************************/
#speakers {
	background:#000;
	padding:20px 0;
}

	#speakers ul {
		width:940px;
		float:left;
		display:inline;
		margin:10px 0 0 0;
	}
	
		#speakers ul li {
			float:left;
			display:inline;
			margin:0 33px 30px 0;
			width:75px;
			height:100px;
			text-align:center;
		}
		
		#speakers ul a.name {
			font-size:10px;
			color:#fff;
			line-height:10px;
			display:block;
		}
		
		#speakers ul li.last {
			margin: 0 0 20px 0;
		}


/* SOCIAL
****************************************************************************************************/
#beSocial {
	padding:20px 0 40px;
}

	#beSocial ul.widgets {
		width:940px;
		float:left;
		display:inline;
		color:#fff;
		margin:15px 0 0;
	}
		
		#beSocial ul.widgets li {
			width:220px;
			height:220px;
			margin:0 20px 0 0;
			float:left;
			display:inline;
			position:relative;
		}
		
		#beSocial ul.widgets a.footerLink {
			width:220px;
			height:55px;
			bottom:0;
			text-indent:-9999px;
			display:block;
			position:absolute;
		}
		
		#beSocial ul.widgets a.headerLink {
			width:220px;
			height:75px;
			text-indent:-9999px;
			display:block;
			position:absolute;
		}
			
			#beSocial ul.widgets li.twitter { 
				background: transparent url(../images/widget-bg-twitter.jpg) no-repeat top left;
			}
			
				#beSocial ul.widgets li.twitter .tweet { 
					position:absolute;
					top:85px;
					left:23px;
					height:64px;
					font-size:10px;
					width:175px;
					overflow:hidden;
				}
			
			#beSocial ul.widgets li.facebook {
				background: transparent url(../images/widget-bg-facebook.jpg) no-repeat top left;
			}
			
				#beSocial ul.widgets li.facebook .message {
					position:absolute;
					top:82px;
					left:10px;
					width:200px;
					font-size:12px;
				}
			
			#beSocial ul.widgets li.youtube {
				background: transparent url(../images/widget-bg-youtube.jpg) no-repeat top left;
			}
			
				#beSocial ul.widgets li.youtube .message {
					position:absolute;
					top:82px;
					left:110px;
					width:90px;
					font-size:12px;
				}
				
			#beSocial ul.widgets li.cmconnect {
				background: transparent url(../images/widget-bg-cmconnect.jpg) no-repeat top left;
				margin:0;
			}
			
				#beSocial ul.widgets li.cmconnect .message {
					position:absolute;
					top:82px;
					left:10px;
					width:200px;
					font-size:12px;
				}
				
				
/* ENDORSEMENTS
****************************************************************************************************/
#endorsements {
	background:#1b1b1b;
	padding:30px 0 50px;
	color:#fff;
	font-weight:bold;
}

	#endorsements .quote {
		margin:0 0 50px 0;
	}
	
	#endorsements .name {
		font-size:36px;
		line-height:40px;
	}
	
	#endorsements .title {
		font-size:14px;
		color:#656565;
		margin:0 0 20px 0;
	}
	
	#endorsements a:link, #endorsements a:visited {
		color:#939393;
		text-decoration:underline;
	}
	
	#endorsements a:hover, #endorsements a:active {
		color:#fff;
		text-decoration:underline;
	}