/*   
	Theme Name: Web Developers Conference
	Theme URI: http://webdevconf.com
	Description: Theme created for the Web Developers Conference
	Author: Bluefly Digital
	Author URI: http://wearebluefly.com
	Version: 1
*/

html{
	background: #000;
}

body{
	font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #101010;
	color: #fff;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

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

h2{
	font-size: 22px;
	height: 0px;
}

h3{
	font-size: 22px;
	font-style: normal;
}

a{
	color: #357EC7;
	text-decoration: none;
}

	a:hover{
		text-decoration: underline;
	}

p{
	margin-bottom: 10px;
}

.text-indent{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

#header{
	background: url(images/header-background.jpg) no-repeat top left;
	position: relative;
	margin: 0 -10px;
}
	
	#header h1{
		margin-bottom: 30px;
	}
	
		#header h1 a{
			background: url(images/logo.png) no-repeat top left;
			width: 506px;
			height: 163px;
		}
	
	#header p a{
		background: url(images/presentedby.png) no-repeat top left;
		width: 313px;
		height: 58px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
#nav{
	background: #555;
	width: 100%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 6px 0;
	line-height: 1;
}
	
	#nav li{
		display: inline;
	}
	
		#nav li.current_page_item a, #nav li.current_page_parent a{
			background: #101010;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
		}
	
		#nav li a{
			color: #fff;
			text-decoration: none;
			font-size: 1.5em;
			padding: 4px 10px;
		}
		
			#nav li a:hover{
				background: #333;
				-moz-border-radius-topright: 5px;
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
			}

#speakers{
}

	#speakers .speaker{
		position: relative;
	}
	
				
		#speakers .speakerimg{
			float: left;
		}
		
		#speakers img{
			width: 140px;
			height: 140px;
		}
		
		#speakers .clickme{
			background: #fff;
			border: 1px solid #000;
			color: #000;
			padding: 6px;
			position: absolute;
			top: 100px;
			left: -5px;
			right: -2px;
			font-size: 11px;
			z-index: 2;
		}
		
		#speakers .showbio{
			display: block;
		}
		
		#speakers .speaker{
			float: left;
			margin-right: 10px;
		}
		
		#speakers .speakerbio{
			display: none;
			width: 400px;
			float: left;
			padding-left: 20px;
		}

#panels, #welcome, #sponsors, #speakers, #whats, #content, #home-blog{
	clear: both;
	margin: 10px 0;
	overflow:auto;
}

#home-container, #content{
	width: 600px;
	float: left;
}

#sponsors a{
	margin-right: 10px;
}

#content{
}

	#content h3{
		font-size: 18px;
	}
	
	#content h4{
		font-size: 14px;
	}
	
	#content img.alignleft{
		float: left;
		padding: 0  40px 0 0;
		clear: both;
		border-right: 1px solid #ccc;
		margin: 0 25px 0 0;
		width: 150px;
		height: 150px;
	}

	#content .panellist{
		margin: 10px 0;
		}
	
	#content .panellist li{
		display: inline;
		margin: 0px 5px;
	}
	
		#content .panellist li img{
			width: 100px;
			height: 100px;
		}

#welcome{
}

	#welcome h3{
		margin: 10px 0;
	}
	
	#welcome h4{
		font-size: 18px;
		font-style: italic;
		line-height: 1.5;
		color: #d2d2d2;
		margin-left: 40px;
	}

#whats div ul li{
	float: left;
	background: url(images/whats-list-icon.png) no-repeat top left;
	margin: 10px 20px 0 0;
	font-size: 18px;
	padding: 2px 0 10px 30px;
}

#home-blog div{
	width: 540px;
	float: left;
	padding-left: 50px;
}

	#home-blog h3{
		border-right: none;
		margin-right: 0;
	}

	#home-blog h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	#home-blog ul{
		margin: 10px 0;
	}

	#home-blog ul li{
		background: url(images/whats-list-icon.png) no-repeat top left;
		padding: 6px 0 10px 30px;
	}
	
.post{
	clear: both;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 5px;
}
	
	.post div{
	}
	
	.post .post-title{
	}
	
	.post .meta{
		margin: 5px -5px !important;
		background: #333;	
		padding: 5px;
	}
	
		.post .meta li{
			display: inline;
		}
	
	.post .post-content{
	}
	
	.post ul{
		margin: 0 0 10px 20px;
	}
	
		.post ul li{
			list-style: disc;
		}
		
#sidebar{
	width: 350px;
	float: right;
}

	#sidebar h5{
		font-size: 16px;
	}
	
	#sidebar a{
		font-weight: bold;
	}
	
	#sidebar li{
		padding: 5px;
	}
	
	
	.side-tickets div{
		width: 300px;
		height: 500px;
		display: block;
		background: #101010 url(images/wdctickets.jpg) no-repeat top left;
		position: relative;
	}
	
		.side-tickets div p{
			position: absolute;
			top:  97px;
			right: 95px;
			font: 50px Georgia, 'Times New Roman', serif;
			font-style: italic;
		}
		
		.side-tickets div a{
			position: absolute;
			bottom: 100px;
			left: 50px;
			padding: 8px 16px;
			font-size: 20px;
			background: #31abe7;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			color: #fff;
		}
		
			.side-tickets div a:hover{
				text-decoration: none;
				background: #054e9e;
			}

#footer{
	clear: both;
	padding: 10px 0;
}
