#cwf h1 {
	color: #AAA;
	font-size: 4em;
	letter-spacing: 2px;
	margin: 20px 0 10px 10px;
	text-shadow: 0px 1px 1px #FFF;
	text-transform: none;
}

#cwf h2, #cwf h3  {
	margin: 5px 0;
	padding: 0;
}

#cwf_bar {
	background: rgba(255, 255, 255, 0.5);
	float: left;
	margin: 0px 0 20px -65px;
	padding: 0 20px 0 0;
	width: 1000px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#cwf_bar h1 {
	clear: none;
	font-size: 4em;
	float: right;
	margin: 53px 20px 0 0;
}

#cwf_bar h2 {
	float: right;
	margin: 68px 10px 0 0;
}

	#cwf_bar h2 .converge {
		color: #222;
	}
	
	#cwf_bar h2 .connect {
		color: #db2f37;
	}
	
	#cwf_bar h2 .create {
		color: #AAA;
	}

#cwf_bar .early_bird {
	clear: none;
	float: right;
	margin: 43px 0 0 0;
	width: 200px;
}

.early_bird {
	clear: both;
	font-size: 1.5em;
	float: left;
	letter-spacing: 1px;
	margin: 30px 0 0 25px;
}

	.early_bird span {
		color: #db2f37;
	}


#cwf_main {
	background: #EEE url('../images/cwf_main.jpg') no-repeat;
	
	
	border-top: 1px #FFF solid;
	border-left: 1px #EEE solid;
	border-right: 1px #DDD solid;
	border-bottom: 1px #AAA solid;
	
	color: #222;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 900px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

	#cwf_main_button {
		background: url('../images/cwf_main_button.png') no-repeat center center;
		display: block;
		height: 272px;
		margin: 15px auto 0 auto;
		text-indent: -9999px;
		width: 528px;
	}
	
	#cwf_main_button video {
		display: none;
	}
	
		#cwf_main_button:hover {
			cursor: pointer;
			box-shadow: #888 0px 0px 35px;
			-webkit-box-shadow: #888 0px 0px 35px;
			-moz-box-shadow: 	#888 0px 0px 35px;
		}
	
		#cwf_main_button:active {
			margin-top: 12px;
		}

	#cwf_main .prev_button {
		background: url('../images/cwf_prev_button.png') no-repeat;
		display: none;
		float: left;
		margin-left: 15px;
	}

	#cwf_main .next_button {
		background: url('../images/cwf_next_button.png') no-repeat;
		float: right;
		margin-right: 15px;
	}

	#cwf_main .prev_button, #cwf_main .next_button {
		height: 72px;
		margin-top: 130px;
		overflow: hidden;
		text-indent: -9999px;
		width: 72px;
	}
	
#cwf #bottom_content {
	background: #EFEFEF url('../images/cwf_content_bg.png') repeat;
	margin: 0 15px;
	overflow: auto;
	padding-bottom: 20px;
}

#cwf #bottom_content .inner {
	background: url('../images/cwf_content_top_bg.png') repeat-x;
	padding: 0 10px;
	width: 850px;
}

/* The main content */
#cwf #content {
	margin-left: 20px;
}

/* The sidebar */

#cwf #sidebar {
	margin: 0 20px 0 0;
	width: 22%;
}
	
	#cwf #sidebar h4 {
		margin-top: 10px;
	}
	
		#cwf #sidebar h4 span {
			display: block;
			font-size: 0.8em;
			font-weight: normal;
			letter-spacing: -1px;
		}
	
	#cwf #sidebar p {
		margin: 2px 0;
	}
	
/* Speaker List on Main Page */
#speaker_list_container {
	height: 180px;
	width: 850px;
}
	#speaker_list_container div {
		overflow: auto;
		padding: 0;
		position: relative;
		width: 750px;
	}
	
	#speaker_list_container .prev_button, #speaker_list_container .next_button {
		display: block;
		height: 150px;
		margin: 0;
		text-indent: -9999px;
		width: 50px;
	}
	
	#speaker_list_container .prev_button {
		background: url('../images/cwf_prev_next_bar.png') no-repeat 0 0;
		float: left;
	}
	
	#speaker_list_container .next_button {
		background: url('../images/cwf_prev_next_bar.png') no-repeat -50px 0;
		float: right;
	}
	
	#speaker_list_container ul#speaker_list {
		margin: 0;
		padding: 0;
		width: 99999px;
	}
	
	#speaker_list_container ul#speaker_list li {
		background: url('../images/circle_shadow.png') no-repeat center bottom;
		clear: none;
		float: left;
		list-style-type: none;
		width: 150px;
		text-align: center;
	}
	
		#speaker_list_container ul#speaker_list li img {
			display: block;
			float: none;
			margin: 0 auto;
			padding: 0;
			height: 120px;
			width: 120px;
		}
		
	#speaker_list_container h3 {
		background: url('../images/speaker_flourishes.png') no-repeat center center;
		color: #AAA;
		font-size: 2.5em;
		font-weight: normal;
		letter-spacing: 10px;
		text-align: center;
		text-shadow: 0px 1px 2px #FFF;
	}

/* Speaker List on Speaker Page */

ul#speaker_list {
	margin: 10px 0;
}

	ul#speaker_list li {
		clear: left;
		line-height: 30px;
		list-style-type: none;
		margin: 0;
	}

		ul#speaker_list li img {
			float: left;
			padding-right: 10px;
			height: 25px;
			width: 25px;
		}

h1.about {
	clear: left;
	font-size: 2.5em !important;
	float: left;
	letter-spacing: 3px !important;
	line-height: 40px;
	width: 500px;
}
	
	h1.about strong {
		color: #777;
		font-weight: normal;
		font-size: 0.9em !important;
		letter-spacing: 0px !important;
		line-height: 50px;
		text-transform: uppercase;
	}
	
	h1.about em {
		font-size: 0.6em !important;
		letter-spacing: 0px !important;
		font-style: normal;
	}

	h1.about span {
		font-size: 0.9em !important;
		letter-spacing: 0px !important;
		color: #db2f37;
		text-transform: uppercase;
	}

/* The cwf menu */
#cwf #cwf_menu {
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 860px;
}

	#cwf_menu li {
		display: block;
		float: left;
		list-style-type: none;
		margin: 0 5px 0 0;
		padding: 0;
	}

		#cwf_menu li a {
			background: url('../images/cwf_small_button.png') no-repeat;
			color: #FFF;
			display: block;
			height: 24px;
			line-height: 25px;
			letter-spacing: 1px;
			padding: 0;
			text-align: center;
			text-shadow: 2px 2px 3px #222;
			width: 90px;
		}
	
		#cwf_menu li a:hover {
			background-position: 0px -25px;
		}

/* Schedule/Program or whatever you want to call it */

.gce-page-list {
	display: block;
	overflow: auto;
	padding: 0 0 20px 0;
	width: 650px;
}

.gce-list {
	border-top: 1px #DDD solid;
	border-left: 1px #CCC solid;
	border-right: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
	float: left;
	overflow: auto;
	width: 600px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.gce-list .gce-list-title {
	margin: 0;
}

.gce-list .gce-list-title a {
	background: url('../images/schedule_header_bg.jpg') repeat-x center center;
	clear: both;
	color: #AAA;
	display: block;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px;
	text-shadow: 0px 1px 1px #FFF;
	text-transform: uppercase;
}

.gce-list .gce-list-title a span {
	color: #db2f37;
}

.gce-list p.gce-list-event {
	color: #555;
	display: inline;
	float: left;
	padding-right: 1em;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
}

.gce-list li {
	background: #EFEFEF;
	border-top: 1px #AAA solid;
	clear: both;
	display: block;
	min-height: 20px;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 30px 0 20px 10px;
}

.gce-list li:hover {
	background: #DFDFDF;
}

.gce-list-date * {
	color: #888;
	font-size: 1.2em;
	font-family: Georgia, serif !important;
	font-style: italic;
}

.gce-list-desc {
	clear: left;
	float: left;
	font-family: Georgia, serif;
	font-style: italic;
}

.gce-list p.gce-list-start {
	display: inline;
	float: left;
	padding-right: 2px;
}

.gce-list p.gce-list-end {
	float: left;
	padding-right: 1em;		
}

.gce-list p.gce-list-link {
	display: inline;
	float: left;
}

#sponsors {
	background: #FFF;
	padding: 30px;
}

#show_menu {
	font-size: 10px;
	left: 135px;
	padding: 5px 10px;
	position: absolute;
	top: 45px;
}

/* Twitter Feed */

#twitter {
	float: right;
	margin-top: -15px;
	width: 300px;
}

#twitter_title {
	color: #AAA;
	display: block;
	font-weight: normal;
	font-size: 1.4em;
	float: right;
	letter-spacing: 2px;
	line-height: 10px;
	padding: 10px 0;
	width: 300px;
}

#twitter_title img {
	display: inline;
	margin: 0 0 -5px -3px;
}

#twitterSearch {
	clear: right;
	float: right;
}

#twitter_about {
	clear: right;
	margin: 10px 10px 0 0;
	float: right;
	text-align: right;
	width: 200px;
}

.tweet {
	background: #fff;
	margin: 4px 0;
	width: 300px;
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.tweet img {
	float: left;
	margin: 0 8px 4px 0;
}
.tweet .text {
	margin: 0;
}
.tweet .time a {
	font-size: 80%;
	color: #888;
	white-space: nowrap;
	text-decoration: none;
}
.tweet .time a:hover {
	text-decoration: underline;
}
#twitterSearch .tweet {
	min-height: 24px;
}
#twitterSearch .tweet .text {
	margin-left: 32px;
}

/* Make sure the page title doesn't show up and get in the way */
h1.title {
	display: none;
}

#header ul {
	display: none;
}

#logo img {
	height: 60px;
	width: auto;
}

#show_menu {
	display: block;
}

/* Tumblr */

.post {
	background: #DDD url('../images/cwf_content_bg.png');
	
	border-top: 1px #FFF solid;
	border-left: 1px #EEE solid;
	border-right: 1px #DDD solid;
	border-bottom: 1px #AAA solid;
	
	float: left;
	padding: 25px 25px 25px 120px;
	width: 530px;
	-webkit-border-radius: 8px;
}

.post .date {
	background: url('../images/post_date_bg.png') no-repeat;
	float: left;
	margin: 0 0 0 -170px;
	padding: 10px;
	text-align: center;
	text-shadow: 0px 1px 1px #FFF;
	text-transform: uppercase;
	width: 105px; height: 100px;
}

	.post .date .line_one {
		color: #333;
	}
	
	.post .date .line_two {
		color: #db2f37;
		font-size: 2.4em;
		margin: 5px 0 3px 0;
	}
	
	.post .date .line_three {
		color: #777;
	}
	
#navigation {
	margin-bottom: 25px;
}

#navigation a {
	background: #EDEDED;
	border-top: 1px #FFF solid;
	border-left: 1px #EEE solid;
	border-right: 1px #DDD solid;
	border-bottom: 1px #AAA solid;
	
	padding: 10px;
	-webkit-border-radius: 12px;
}

#navigation a:active {
	margin-top: 2px;
}

.post h2 {
	font-size: 2em;
	text-transform: uppercase;
}

#live_blog_button {
	background: url('../images/live_blog_bg.png') no-repeat;
	display: block;
	height: 70px;
	margin-top: 40px;
	float: right;
	text-indent: -9999px;
	width: 320px;
}

#live_blog_button:hover {
	background-position: 0px -70px;
}


#tweet_this {
	background: url('../images/tweet_this.png') no-repeat;
	display: block;
	height: 70px;
	margin-top: 20px;
	float: right;
	text-indent: -9999px;
	width: 320px;
}

#tweet_this:hover {
	background-position: 0px -70px;
}


