* {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #F1F1F1;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
.wrapper {
	margin: 0 auto;
	width: 943px;
}
#main {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-top: 5px solid #FFF;
}
#tagline {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #2D2A26;
	font-size: 30px;
	line-height: 35px;
	padding: 50px 0;
}
#tagline a, #tagline a:active, #tagline a:visited {
	color: #2D2A26;
	text-decoration: none;
}
#tagline a:hover { color: #89BFD1; }

/* --- Navigation Bar --- */

#nav {
	position: relative;
	z-index: 6;
	float: left;
	width: 100%;
	height: 45px;
	background-color: #2D2A26;
}
#nav ul {
	float: left;
	display: inline;
	list-style-type: none;
}
#nav ul li {
	position: relative;
	float: left;
	display: inline;
	height: 22px;
	margin: 12px 21px 0 0;
	line-height: 22px;
}
#nav ul li .selector {
	position: absolute;
	bottom: -16px;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #89BFD1;
	line-height: 1px;
	font-size: 1px;
}
#nav ul li a, #nav ul li a:active, #nav ul li a:visited {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a:hover { color: #89BFD1; }

	/* --- Social Networking Icons --- */
	
	#nav ul#social {
		float: right;
		display: inline;
		margin: 13px 0 0 0;
		list-style-type: none;
	}
	#nav ul#social li {
		float: left;
		display: inline;
		margin: 0 0 0 15px;
		line-height: 17px;
		height: 17px;
	}
	#nav ul#social li a, #nav ul#social li a:active, #nav ul#social li a:visited {
		display: block;
		height: 17px;
		text-indent: -9999px;
	}
	#nav ul#social li a:hover, #nav ul#social li.selected a { background-position: 0 -17px; }
	#nav ul#social li#newsletter a {
		width: 22px;
		background-image: url(../images/social/newsletter.png);
	}
	#nav ul#social li#facebook a {
		width: 9px;
		background-image: url(../images/social/facebook.png);
	}
	#nav ul#social li#twitter a {
		width: 20px;
		background-image: url(../images/social/twitter.png);
	}
	
	/* --- Newsletter Signup --- */
	
	#email-signup {
		float: right;
		display: inline;
		padding-top: 11px;
		width: 0;
		overflow: hidden;
	}
	#email-signup input {
		width: 155px;
		height: 17px;
		padding: 5px 5px 0 5px;
		border: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #666;
	}

/* --- Project Grid Styles --- */

#project-nav {
	float: left;
	display: inline;
	width: 943px;
	height: 49px;
}
#project-nav .label {
	float: left;
	display: inline;
	margin-right: 13px;
	font-size: 17px;
	color: #2D2A26;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
}
ul.tags {
	float: left;
	display: inline;
	list-style-type: none;
}
ul.tags li {
	float: left;
	display: inline;
	margin: 0 3px 3px 0;
	height: 22px;
	background: transparent url(/images/tag-right.png) no-repeat top right;
}
ul.tags.alt li { background: transparent url(/images/tag-right-alt.png) no-repeat top right; }
ul.tags li a, ul.tags li a:active, ul.tags li a:visited {
	float: left;
	display: block;
	height: 16px;
	padding: 6px 0 0 8px;
	margin-right: 8px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	background: transparent url(/images/tag-left.png) no-repeat 0 0;
}
ul.tags.alt li a, ul.tags.alt li a:active, ul.tags.alt li a:visited {
	color: #888;
	background: transparent url(/images/tag-left-alt.png) no-repeat 0 0;
}
ul.tags li.hover { background-position: right -22px; }
ul.tags li.hover a, ul.tags li.hover a:active, ul.tags li.hover a:visited {
	color: #FFF;
	background-position: 0 -22px;
}
ul.tags li.selected { background-position: right -44px; }
ul.tags li.selected a, ul.tags li.selected a:active, ul.tags li.selected a:visited {
	color: #FFF;
	background-position: 0 -44px;
}

	/* --- Search Bar --- */
	
	ul#search-form {
		position: relative;
		float: right;
		display: inline;
		list-style-type: none;
	}
	ul#search-form li {
		position: relative;
		float: left;
		display: inline;
	}
	ul#search-form input {
		width: 135px;
		height: 17px;
		padding: 5px 5px 0 5px;
		border: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #666;
	}
	ul#search-form li img {
		position: absolute;
		top: 7px;
		right: 7px;
		cursor: pointer;
	}
	
/* --- Project Grid --- */

#project-grid-container {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 45px;
}
#project-spacer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
}
#project-grid {
	position: relative;
	float: left;
	display: inline;
}
#no-projects {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -341px;
}
#project-grid .project {
	position: absolute;
	z-index: 3;
	width: 222px;
	padding: 5px;
	background-color: #FFF;
	overflow: hidden;
}
#project-grid .project .inner {
	position: relative;
	float: left;
	display: inline;
	width: 222px;
	overflow: hidden;
	cursor: pointer;
	background: #FFF url(/images/loading.gif) no-repeat 10px 10px;
}
#project-grid .project .new {
	position: absolute;
	display: block;
	top: 0;
	right: 15px;
	z-index: 4;
	width: 18px;
	height: 45px;
	background: transparent url(/images/new.png) no-repeat 0 0;
}
#project-grid .project img {
	position: absolute;
	top: -1000px;
	left: 0;
	z-index: 0;
}
#project-grid .project .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 222px;
	z-index: 1;
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
}
#project-grid .project .bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 222px;
	background-color: #F60;
}
#project-grid .project .title {
	position: absolute;
	bottom: 28px;
	left: 17px;
	width: 176px;
	z-index: 1;
	font-size: 28px;
	line-height: 28px;
	color: #FFF;
	text-transform: uppercase;
}
#project-grid .project .title span {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
}

/* --- Project Viewer --- */

#project-overlay {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 5;
	width: 100%;
	background-color: #2D2A26;
}
#project-window {
	position: absolute;
	top: 45px;
	z-index: 6;
	width: 1000px;
	padding: 48px 0 23px 0;
	background-color: #393630;
}
#project-window #current-project {
	float: left;
	display: inline;
	width: 942px;
	margin-left: 29px;
}

	/* --- Project/Client Navigation --- */
	
	#previous-project, #next-project {
		position: absolute;
		top: 325px;
		width: 45px;
		height: 45px;
		text-indent: -9999px;
	}
	a#previous-project, a#previous-project:active, a#previous-project:visited {
		left: -45px;
		background: transparent url(/images/previous-project.gif) no-repeat 0 0;
	}
	a#next-project, a#next-project:active, a#next-project:visited {
		right: -45px;
		background: transparent url(/images/next-project.gif) no-repeat 0 0;
	}
	a#next-project:hover, a#previous-project:hover { background-position: 0 -45px; }

	/* --- Client Layout --- */
	
	#project-window #current-project .client {
		float: left;
		display: inline;
		width: 942px;
		color: #F1F1F1;
	}
	#project-window #current-project .client h1 {
		position: relative;
		float: left;
		width: 100%;
		font-size: 45px;
		line-height: 45px;
		height: 45px;
		color: #FFF;
		text-transform: uppercase;
		margin-bottom: 46px;
	}
	#project-window #current-project .client h1 a {
		position: absolute;
		top: 5px;
		right: 0;
	}
	#project-window #current-project .client .project {
		position: relative;
		float: left;
		display: inline;
		width: 942px;
		height: 545px;
		padding-top: 11px;
		margin-bottom: 5px;
		background: #2D2A26 url(/images/collapse.gif) no-repeat 910px 20px;
		overflow: hidden;
	}
	#project-window #current-project .client .project.collapsed {
		height: 33px;
		background: #2D2A26 url(/images/expand.gif) no-repeat 910px 16px;
	}
	#project-window #current-project .client .project .expand-collapse {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 942px;
		height: 40px;
		text-indent: -9999px;
	}
	
		/* --- Project Left --- */
	
		#project-window #current-project .client .project .left {
			float: left;
			display: inline;
			width: 205px;
			margin-left: 23px;
			padding-top: 41px;
		}
		#project-window #current-project .client .project.collapsed .left {
			padding-top: 0;
			width: 400px;
		}
		#project-window #current-project .client .project h2 {
			font-size: 21px;
			margin-bottom: 30px;
			text-transform: uppercase;
			color: #F1F1F1;
		}
		#project-window #current-project .client .project .left p {
			margin-bottom: 30px;
			line-height: 16px;
			font-size: 11px;
		}
		#project-window #current-project .client .project .left p a,
		#project-window #current-project .client .project .left p a:active,
		#project-window #current-project .client .project .left p a:visited {
			color: #89BFD1;
			text-decoration: none;
		}
		#project-window #current-project .client .project .left p a:hover { text-decoration: underline; }
		#project-window #current-project .client .project .left .tags { margin-bottom: 30px; }
		#project-window #current-project .client .project .left ul.social {
			float: left;
			width: 205px;
			list-style-type: none;
		}
		#project-window #current-project .client .project .left ul.social li {
			float: left;
			display: inline;
			width: 102px;
		}
		
		/* --- Project Right --- */
		
		#project-window #current-project .client .project .right {
			float: left;
			display: inline;
			width: 663px;
			margin-left: 30px;
			padding-top: 34px;
		}
		#project-window #current-project .client .project .right .image-mask {
			position: relative;
			width: 653px;
			height: 420px;
			margin-bottom: 20px;
			background: #FFF url(/images/loading.gif) no-repeat 323px 207px;
			overflow: hidden;
			border: 5px solid #FFF;
		}
		#project-window #current-project .client .project .right .image-mask .image-slider {
			position: absolute;
			top: 0;
			left: 0;
			width: 10000px;
			height: 430px;
		}
		#project-window #current-project .client .project .right .image-mask .image-slider img {
			float: left;
			display: inline;
		}
		#project-window #current-project .client .project .right .image-nav {
			color: #FFF;
			font-size: 11px;
			text-align: center;
		}
		#project-window #current-project .client .project .right .image-nav a,
		#project-window #current-project .client .project .right .image-nav a:active,
		#project-window #current-project .client .project .right .image-nav a:visited {
			color: #89BFD1;
			text-decoration: none;
			margin: 0 9px;
		}
		#project-window #current-project .client .project .right .image-nav .image-count {
			margin: 0 9px;
		}
		
/* --- Studio Styles --- */

	/* --- Upper Half/Meet the Team --- */
	
	#team-container {
		float: left;
		width: 100%;
		background: transparent url(/images/team-bg.jpg) repeat-x 0 0;
	}
	#team {
		position: relative;
		float: left;
		width: 943px;
		height: 443px;
	}
	#team h1 {
		position: absolute;
		z-index: 1;
		top: 58px;
		left: 0;
	}
	#team .member {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 943px;
		height: 443px;
	}
	#team .member img {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
	}
	#team .member .bio {
		position: absolute;
		z-index: 1;
		top: 120px;
		left: 0;
		width: 310px;
	}
	#team .member .bio h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#team .member .bio p {
		line-height: 17px;
		font-size: 12px;
	}
	
		/* --- Team Navigation --- */
		
		ul#team-nav {
			position: absolute;
			bottom: 25px;
			left: 0;
			z-index: 1;
			list-style-type: none;
		}
		ul#team-nav li {
			float: left;
			display: inline;
			margin-right: 25px;
		}
		ul#team-nav li a, ul#team-nav li a:active, ul#team-nav li a:visited {
			color: #2D2A26;
			text-decoration: none;
		}
		ul#team-nav li a:hover { color: #000; }
		
	/* --- Lower Half --- */
	
	#studio {
		float: left;
		width: 943px;
	}
	#studio img.no-border { border: 0; }
	#studio img.last { margin-right: 0; }
		
		/* --- Left Column --- */
		
		#studio .left {
			float: left;
			display: inline;
			width: 322px;
		}
		#studio .left .box {
			float: left;
			display: inline;
			width: 322px;
			padding: 30px 0;
			border-bottom: 1px solid #E1E1E1;
		}
		#studio .left .box.no-border { border: 0; }
		#studio .left .box .inner {
			float: left;
			display: inline;
			width: 297px;
		}
		#studio .left .box .inner h2 {
			width: 100%;
			margin-bottom: 30px;
		}
		#studio .left .box .inner p { margin-bottom: 30px; }
		#studio .left .box .inner p.last { margin-bottom: 0; }
		#studio .left .box #treasure-chest img { border: 5px solid #FFF; }
				
		/* --- Right Column --- */
		
		#studio .right {
			float: left;
			display: inline;
			width: 620px;
			border-left: 1px solid #E1E1E1;
		}
		#studio .right .box {
			float: left;
			display: inline;
			width: 620px;
			padding: 30px 0;
			border-bottom: 1px solid #E1E1E1;
		}
		#studio .right .box.no-border { border-bottom: 0; }
		#studio .right .box .inner {
			float: left;
			display: inline;
			width: 595px;
			margin-left: 23px;
		}
		#studio .right .box .inner h2 { margin-bottom: 30px; }
		#studio .right .box .inner p { margin-bottom: 30px; }
		#studio .right .box .inner p.last { margin-bottom: 0; }
		
		/* --- Someone Said --- */
		
		#someone-said {
			position: relative;
			float: left;
			width: 297px;
			height: 315px;
			margin-bottom: 15px;
			overflow: hidden;
		}
		#someone-said-slider {
			position: absolute;
			top: 0;
			left: 0;
			width: 297px;
			height: 3000px;
		}
		#someone-said-slider .page {
			float: left;
			display: inline;
			width: 297px;
			height: 315px;
		}
		#someone-said-slider .page ul {
			float: left;
			width: 100%;
			list-style-type: none;
			line-height: 14px;
		}
		#someone-said-slider .page ul li { margin-bottom: 7px; }
		
			/* --- Someone Said Navigation --- */
			
			ul#someone-said-nav {
				float: left;
				width: 100%;
				list-style-type: none;
			}
			ul#someone-said-nav li {
				float: left;
				display: inline;
				margin-right: 25px;
			}
			ul#someone-said-nav li a, ul#someone-said-nav li a:active, ul#someone-said-nav li a:visited {
				color: #2D2A26;
				text-decoration: none;
			}
			ul#someone-said-nav li a:hover { color: #000; }
			ul#someone-said-nav li a img { border: 0; }
			
		/* --- Studio Photos --- */
		
		#studio-photos {
			float: left;
			width: 100%;
		}
		#studio-photos img {
			float: left;
			display: inline;
			border: 5px solid #FFF;
			margin-right: 5px;
		}
		#studio-photos img.last { margin-right: 0; }
		#studio-photos a:hover img { border: 5px solid #89BFD1; }
			
		/* --- Desktop Friday --- */
		
		#desktop-friday {
			position: relative;
			float: left;
			width: 595px;
			height: 140px;
			margin-bottom: 15px;
			overflow: hidden;
		}
		#desktop-friday-slider {
			position: absolute;
			top: 0;
			left: 0;
			width: 595px;
			height: 10000px;
		}
		#desktop-friday-slider .page {
			float: left;
			display: inline;
			width: 100%;
			height: 140px;
		}
		#desktop-friday-slider .page div {
			float: left;
			display: inline;
			margin-right: 5px;
			line-height: 24px;
		}
		#desktop-friday-slider .page img { border: 5px solid #FFF; }
		#desktop-friday-slider .page a:hover img { border: 5px solid #89BFD1; }
		
			/* --- Desktop Friday Navigation --- */
			
			ul#desktop-friday-nav {
				float: left;
				width: 100%;
				list-style-type: none;
				margin-bottom: 25px;
			}
			ul#desktop-friday-nav li {
				float: left;
				display: inline;
			}
			ul#desktop-friday-nav li a, ul#desktop-friday-nav li a:active, ul#desktop-friday-nav li a:visited {
				color: #2D2A26;
				text-decoration: none;
			}
			ul#desktop-friday-nav li a:hover { color: #000; }
			ul#desktop-friday-nav li.prev { width: 85px; }
			ul#desktop-friday-nav li.next {
				width: 85px;
				text-align: right;
			}
			ul#desktop-friday-nav li#desktop-friday-label {
				width: 425px;
				text-align: center;
			}
			
		/* --- Formations --- */
		
		#formations iframe {
			border: 5px solid #FFF;
			margin-bottom: 30px;
		}
		#studio .right .box .inner#formations p em { font-size: 75%; }
		
/* --- About --- */
		
#about-top {
	position: relative;
	float: left;
	width: 100%;
	height: 123px;
	padding: 55px 0;
	overflow: hidden;
}
#about-top img {
	position: absolute;
	top: 0;
	left: 0;
}
#about-top .wrapper { position: relative; }
#about-top h1 {
	color: #FFF;
	margin-bottom: 20px;
}
#about-top .sub-title {
	float: left;
	width: 100%;
	color: #89BFD1;
	font-size: 24px;
	line-height: 28px;
}
#about {
	float: left;
	width: 100%;
	padding-bottom: 45px;
	border-top: 1px solid #E1E1E1;
}
#about h2 { margin-bottom: 25px; }
#about .section {
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #E1E1E1;
}
#about .section.no-border { border: 0; }
#about .section .half {
	float: left;
	display: inline;
	width: 450px;
	margin-right: 20px;
}
#about .section .half p { width: 90%; }
#about .section .view-all {
	position: absolute;
	top: 30px;
	right: 0;
	color: #2D2A26;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(/images/blue-arrow.gif) no-repeat 6px right;
	padding-right: 12px;
	font-size: 13px;
}

	/* --- Founders --- */
	
	#founders {
		float: left;
		width: 100%;
	}
	#founders .founder {
		float: left;
		display: inline;
		width: 450px;
		margin-right: 20px;
	}
	#founders .founder img {
		float: left;
		display: inline;
		margin-right: 20px;
		border: 5px solid #FFF;
	}
	#founders .founder .bio {
		float: left;
		display: inline;
		width: 290px;
		padding-top: 8px;
	}
	
	/* --- Clients --- */
	
	#clients {
		float: left;
		width: 100%;
	}
	#clients .column {
		float: left;
		display: inline;
		width: 220px;
		margin: 0 15px 0 0;
		line-height: 25px;
	}
	
/* --- Blog --- */
		
#blog-top {
	position: relative;
	float: left;
	width: 100%;
	padding: 55px 0;
	overflow: hidden;
}
#blog-top .wrapper { position: relative; }
#blog {
	float: left;
	width: 100%;
	border-top: 1px solid #E1E1E1;
}
#blog p { margin-bottom: 30px; }
#blog .left {
	float: left;
	width: 620px;
	padding-bottom: 45px;
	border-right: 1px solid #E1E1E1;
}

	/* --- Blog Entries --- */
	
	#blog-entries {
		float: left;
		width: 100%;
	}
	#blog-entries .entry {
		padding-top: 30px;
		border-bottom: 1px solid #E1E1E1;
	}
	#blog-entries .entry .inner { width: 550px; }
	#blog-entries .entry .title {
		color: #89BFD1;
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	#blog-entries .entry a, #blog-entries .entry a:active, #blog-entries .entry a:visited {
		color: #89BFD1;
		text-decoration: none;
	}
	#blog-entries .entry a:hover { text-decoration: underline; }
	#blog-entries .entry ul {
		float: left;
		width: 100%;
		margin-bottom: 30px;
		list-style-type: none;
		color: #2D2A26;
	}
	#blog-entries .entry ul li {
		float: left;
		display: inline;
		padding: 0 11px;
		border-right: 1px solid #E1E1E1;
		height: 18px;
		line-height: 18px;
		font-size: 11px;
	}
	#blog-entries .entry ul li.comments {
		padding-left: 26px;
		background: transparent url(/images/comment-icon.gif) no-repeat 11px 3px;
	}
	#blog-entries .entry ul li.comments a, #blog-entries .entry ul li.comments a:active, #blog-entries .entry ul li.comments a:visited {
		color: #2D2A26;
		text-decoration: none;
	}
	#blog-entries .entry ul li.comments a:hover { text-decoration: underline; }
	#blog-entries .entry ul li.first { padding-left: 0; }
	#blog-entries .entry ul li.last {
		padding-right: 0;
		border: 0;
	}
	#blog-entries .entry p { margin-bottom: 30px; }
	#blog-entries .entry img { border: 5px solid #FFF; }
	#blog-entries .entry a:hover img { border: 5px solid #89BFD1; }
	#blog-entries .entry .video {
		margin-bottom: 30px;
		border: 5px solid #FFF;
	}
	
	/* --- Comments --- */
	
	#blog-comments {
		float: left;
		width: 100%;
		padding: 30px 0 40px 0;
	}
	#blog-comments h2 { margin-bottom: 30px; }
	#blog-comments h2 a, #blog-comments h2 a:active, #blog-comments h2 a:visited, #blog-comments h2 a:hover { color: #2D2A26; }
	#blog-comments a, #blog-comments a:active, #blog-comments a:visited {
		color: #89BFD1;
		text-decoration: none;
	}
	#blog-comments a:hover { text-decoration: underline; }
	#blog-comments .comment {
		float: left;
		width: 100%;
		padding: 20px 0;
	}
	#blog-comments .comment.alt {
		background-color: #EAEAEA;
	}
	#blog-comments .comment ul {
		float: left;
		display: inline;
		width: 100px;
		margin-left: 20px;
		list-style-type: none;
		color: #2D2A26;
		font-size: 11px;
	}
	#blog-comments .comment ul li.date { color: #666; }
	#blog-comments .comment ul li.name {
		text-transform: uppercase;
		font-size: 15px;
	}
	#blog-comments .comment p {
		float: left;
		display: inline;
		width: 380px;
		margin: 0 0 0 30px;
	}
	
		/* --- Comment Form --- */
			
		#blog-comments form {
			float: left;
			width: 100%;
		}
		#blog-comments form .group {
			float: left;
			display: inline;
			width: 100%;
			margin-bottom: 15px;
		}
		#blog-comments form .group.full {
			width: 450px;
			margin-bottom: 25px;
		}
		#blog-comments form .group label {
			float: left;
			display: inline;
			width: 130px;
			margin: 0 0 0 20px;
		}
		#blog-comments form .group .text-field {
			float: left;
			display: inline;
			border: 1px solid #E1E1E1;
			width: 375px;
			padding: 5px;
		}
	
	/* --- Pagination --- */
	
	#blog-pagination {
		width: 550px;
		padding: 30px 0;
		font-size: 20px;
		color: #CCC;		
	}
	#blog-pagination a, #blog-pagination a:active, #blog-pagination a:visited {
		color: #CCC;
		text-decoration: none;
	}
	#blog-pagination a:hover, #blog-pagination a.selected {
		color: #2D2A26;
		text-decoration: none;
	}
	#blog-pagination a.previous, #blog-pagination a.previous:active, #blog-pagination a.previous:visited, 
	#blog-pagination a.next, #blog-pagination a.next:active, #blog-pagination a.next:visited {
		color: #2D2A26;
		text-decoration: none;
		font-size: 11px;
		width: 100px;
	}
	#blog-pagination .previous {
		float: left;
		display: inline;
	}
	#blog-pagination .next {
		float: right;
		display: inline;
		text-align: right;
	}
	#blog-pagination .pager-links {
		float: left;
		display: inline;
		width: 350px;
		text-align: center;
	}
	
#blog .right {
	position: relative;
	float: left;
	display: inline;
	padding: 30px 0;
	width: 322px;
}
#blog .right #rss {
	position: absolute;
	top: 30px;
	right: 0;
}
#blog .right .section {
	float: left;
	width: 322px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E1E1E1;
}
#blog .right .section.last {
	border: 0;
	margin: 0;
	padding: 0;
}
#blog .right h2 { margin-bottom: 30px; }
#blog .right .inner {
	float: left;
	display: inline;
	width: 302px;
	margin-left: 20px;
}

	/* --- Blog Filters --- */
	
	#blog-filter .group {
		float: left;
		width: 100%;
		margin-bottom: 25px;
	}
	#blog-filter .group.last { margin-bottom: 0; }
	#blog-filter .group label {
		float: left;
		width: 100%;
		color: #2D2A26;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#blog-filter .group select {
		float: left;
		width: 100%;
	}

	/* --- Latest Tweest --- */
	
	#latest-tweets .tweet { margin-bottom: 30px; }
	#latest-tweets .tweet .text {
		font-family: Georgia, serif;
		font-size: 14px;
		line-height: 22px;
		font-style: italic;
		margin-bottom: 5px;
	}
	#latest-tweets .tweet a, #latest-tweets .tweet a:active, #latest-tweets .tweet a:visited {
		color: #89BFD1;
		text-decoration: none;
	}
	#latest-tweets .tweet a:hover { text-decoration: underline; }
		
/* --- Contact --- */
		
#contact-top {
	position: relative;
	float: left;
	width: 100%;
	padding: 55px 0;
	overflow: hidden;
}
#contact-top .wrapper { position: relative; }
#contact {
	float: left;
	width: 100%;
	padding-bottom: 45px;
	border-top: 1px solid #E1E1E1;
}
#contact p { margin-bottom: 30px; }
#contact .left {
	float: left;
	width: 620px;
	padding: 30px 0;
}
#contact .left ul {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	list-style-type: none;
}
#contact .left ul li {
	float: left;
	display: inline;
	margin-right: 15px;
	border-right: 1px solid #E1E1E1;
}
#contact .left ul li.selected h2 { color: #2D2A26; }
#contact .left ul li.last { border: 0; }
#contact .left ul li h2 {
	margin-right: 15px;
	color: #CCC;
	cursor: pointer;
}
#contact .right {
	float: left;
	display: inline;
	padding: 30px 0;
	width: 322px;
	border-left: 1px solid #E1E1E1;
}
#contact .right h2 { margin-bottom: 30px; }
#contact .right .inner {
	float: left;
	display: inline;
	width: 302px;
	margin-left: 20px;
}
#contact .right .inner a img { border: 5px solid #FFF; }
#contact .right .inner a:hover img { border: 5px solid #89BFD1; }

	/* --- Contact Form --- */
	
	#contact-form .group {
		float: left;
		display: inline;
		width: 275px;
		margin: 0 25px 0 0;
		height: 70px;
	}
	#contact-form .group.full {
		width: 575px;
		height: auto;
		margin-bottom: 25px;
	}
	#contact-form .group label {
		float: left;
		width: 100%;
		margin-bottom: 6px;
	}
	#contact-form .group .text-field {
		border: 1px solid #E1E1E1;
		width: 265px;
		padding: 5px;
	}
	#contact-form .group.full .text-field {
		width: 565px;
	}
	
/* --- Awards --- */

#awards-top {
	position: relative;
	float: left;
	width: 100%;
	padding: 55px 0;
	overflow: hidden;
}
#awards {
	float: left;
	width: 100%;
	padding: 30px 0 15px 0;
	border-top: 1px solid #E1E1E1;
}
#awards h2 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.award-section {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E1E1E1;
}
.award-section.no-border {
	border: 0;
	margin: 0;
	padding: 0;
}
.award-section .project {
	float: left;
	display: inline;
	border: 5px solid #FFF;
	margin: 0 5px 5px 0;
}
.award-section .project.last { margin-right: 0; }
		
/* --- Now Playing --- */
			
.now-playing {
	float: left;
	display: inline;
}
.now-playing .cover {
	float: left;
	display: inline;
	margin-right: 17px;
}
.now-playing .cover img { border: 5px solid #FFF; }
.now-playing a.cover:hover img { border: 5px solid #89BFD1; }
.now-playing .track-info {
	float: left;
	display: inline;
	width: 167px;
	padding-top: 4px;
}
.now-playing .track-info .title { color: #89BFD1; }
.form-on-lastfm {
	float: left;
	width: 100%;
	margin-top: 5px;
	line-height: 11px;
	height: 11px;
}
.now-playing a, .now-playing a:active, .now-playing a:visited {
	color: #89BFD1;
	text-decoration: none;
}
.now-playing a:hover { color: #666; }
		
/* --- Bottom Bar --- */

#happenings {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 45px;
	background-color: #2D2A26;
}
#happenings-collapse-expand {
	float: left;
	display: block;
	width: 100%;
	height: 45px;
	background: transparent url(/images/happenings-expand.png) no-repeat top right;
}
#happenings-collapse-expand.selected { background: transparent url(/images/happenings-collapse.png) no-repeat top right; }
#happenings-collapse-expand a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
}
#happenings-collapse-expand .title {
	position: absolute;
	top: 14px;
	left: 14px;
	font-size: 17px;
	color: #F1F1F1;
	text-transform: uppercase;
}
#happenings-inner {
	float: left;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
#happenings-left, #happenings-right {
	display: inline;
	width: 40px;
	height: 200px;
	margin: 0 4px;
	text-indent: -9999px;
}
#happenings-left {
	float: left;
	background: #393630 url(/images/happenings-left.gif) no-repeat 17px 95px;
}
#happenings-right {
	float: right;
	background: #393630 url(/images/happenings-right.gif) no-repeat 17px 95px;
}
#events {
	position: absolute;
	top: 45px;
	left: 48px;
	height: 0;
	overflow: hidden;
}
#events-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	height: 200px;
}
#events .event {
	position: relative;
	float: left;
	display: inline;
	width: 282px;
	height: 200px;
	margin-right: 5px;
	background-color: #302D29;
}
#events .event .title-bar {
	float: left;
	width: 282px;
	height: 31px;
	padding-top: 12px;
	line-height: 18px;
	color: #F1F1F1;
	font-size: 17px;
	text-indent: 14px;
	text-transform: uppercase;
	background-color: #393630;
}
#events .event .footer-bar {
	position: absolute;
	bottom: 0;
	left: 3px;
	width: 275px;
	height: 28px;
	padding-top: 14px;
	font-size: 14px;
	line-height: 14px;
	text-indent: 16px;
	border-top: 1px solid #393630;
	background-color: #302D29;
}
#events .event .footer-bar a, #events .event .footer-bar a:active, #events .event .footer-bar a:visited {
	color: #F1F1F1;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(/images/happening-arrow.gif) no-repeat 6px right;
	padding-right: 12px;
}
#events .event .footer-bar a span { color: #89BFD1; }
#events .event .footer-bar a img { vertical-align: middle; }
#events .event .inner {
	position: relative;
	float: left;
	display: inline;
	width: 252px;
	height: 144px;
	margin-left: 15px;
	padding-top: 17px;
	color: #F2EDEE;
	word-wrap: break-word;
}
#events .event .inner strong { color: #F2EDEE; }
#events .event .inner img { border: 5px solid #FFF; }
#events .event .inner .quote {
	font-size: 15px;
	font-family: Georgia, serif;
	line-height: 21px;
	font-style: italic;
	margin-bottom: 10px;
}
#events .event .inner .desc {
	font-size: 11px;
}
#events .event .inner .event-label {
	position: absolute;
	bottom: 15px;
	left: 0;
}
#events .event .inner .event-label img { border: 0; }
#events .event .inner a, #events .event .inner a:active, #events .event .inner a:visited {
	color: #89BFD1;
	text-decoration: none;
}
#events .event .inner a:hover { text-decoration: underline; }

	/* --- Topic Specific Styles --- */

	#events .event .inner .now-playing a.cover:hover img { border: 5px solid #89BFD1; }
	#events .event .inner .now-playing .track-info { width: 140px; }
	#events .event .inner .desktop-friday img {
		float: left;
		display: inline;
		margin-right: 12px;
	}
	#events .event .inner .desktop-friday .details {
		float: left;
		display: inline;
		width: 110px;
	}
	#events .event .inner .desktop-friday span { color: #89BFD1; }
	#events .event .inner .desktop-friday a:hover img {
		border: 5px solid #89BFD1;
	}
	#events .event .inner .blog .media {
		float: left;
		display: inline;
		margin-right: 12px;
	}
	#events .event .inner .blog .media object { border: 5px solid #FFF; }
	#events .event .inner .blog .details {
		float: left;
		display: inline;
		width: 110px;
	}
	#events .event .inner .blog span { color: #89BFD1; }
	#events .event .inner .blog a:hover img {
		border: 5px solid #89BFD1;
	}
	
/* --- 404 Page --- */

#four-o-four {
	text-align: center;
	padding-top: 50px;
}

/* --- Miscellaneous Styles --- */

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #2D2A26;
}
h1 {
	font-size: 45px;
	line-height: 45px;
}
h2 {
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
h2 a, h2 a:active, h2 a:visited, h2 a:hover { color: #2D2A26; }
a, a:active, a:visited { color: #666; }
a img { border: 0; }
#empty-updater {
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
}
strong { color: #444; }
.error {
	font-weight: bold;
	color: #C00;
}
#fb-root {
	height: 1px;
	width: 1px;
}
::selection {
	color: #FFF;
	background-color: #F60;
}
