/* 
Theme Name: ENGAUGE
Theme URI: http://engauge.com
Description: ENGAUGE.COM WEBSITE
Author: Chad Thomas
Author URI: http://ENGAUGE.COM
Version: 0.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
@import url('../hybrid/library/css/reset.css'); 

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	font-family: Georgia, times, 'Times New Roman';
	color: #000000;
	background-color: #f0f0f0;
	background-repeat: repeat-y;
	background-position: center 0;
	overflow-y: scroll;
}

#header, #container, #footer {
	width:960px;
	
	margin: 0 auto 0 auto;
}

#container {
	background-color: #ffffff;
}

#navigation {
	border-bottom-color: #000000;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a {
	text-decoration: none;
	color: #000000;
}
div.content a {
	color: #02ddff;
}
a:link {}
a:visited {}
a:hover {
	text-decoration: underline;
	color: #02ddff;
}
a:active {}

/* Headers */
h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #f83a00;
	letter-spacing: 3px;
}
h2 {
	color:#000000;
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	padding:0 0 10px;
	text-transform:uppercase;
}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 10px 5px 0;
}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/* Slider */
div.slider {
	position: relative;
}
div.slider div.images {
	display: block;

	margin: 0 0 0 0;

	overflow: hidden;
	
	position: relative;
	
	white-space: nowrap;
}
div.slider div.images ul li {
	display: inline;

	margin: 0 0 0 0;
}
div.slider div.images ul li img {
	border: 1px solid #000000;
}
div.slider div.prev, div.slider div.next {

	position: absolute;
	
	top: 0;

	width: 10px;
	height: 100%;
	
	margin: auto 0 auto 0;
	
	z-index: 1;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	cursor: pointer;
}
div.slider div.prev {
	left: 0;
	
	background-image: url('images/prev.png');
}
div.slider div.next {
	right: 0;
	
	background-image: url('images/next.png');
}

/* Slideshow */
div.slideshow {
	position: relative;
	
	overflow: hidden;
}
div.slideshow {
	height: 418px;
	width: 648px;
}
div.slideshow img {
	position: absolute;
	
	top: 0;
	left: 0;
}
div.slideshow_next, div.slideshow_prev, div.slideshow_bottom {
 	opacity:0.85;filter:alpha(opacity=85);
	z-index: 10;
}
div.slideshow_next, div.slideshow_prev {
	position: absolute;

	top: 0;
	bottom: 37px;
	
	cursor: pointer;
	
	display: block;
	
	z-index: 20;
	
	background-image: url('images/ghost.png');
}
div.slideshow_prev {
	left: 0;
	right: 55%;
}
div.slideshow_next {
	left: 45%;
	right: 0;
}
div.slideshow_prev div, div.slideshow_next div {
	visibility: hidden;
	
	width: 49px;
	height: 49px;
	
	position: absolute;
	top: 46%;
	
	margin: 0 0 0 0;
	
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
}
div.slideshow_prev div {
	background-image: url('images/slideshow/previous_arrow.png');
}
div.slideshow_next div {
	right: 0;
	background-image: url('images/slideshow/next_arrow.png');
}
div.slideshow_prev:hover div, div.slideshow_next:hover div {
	visibility: visible;
}
div.slideshow_bottom {
	position: absolute;
	
	right: 0;
	bottom: 0;
	left: 0;

	height: 37px;
	
	background-color: #000000;
}
div.slideshow_counter, div.slideshow_description, div.slideshow_playpause {
	position: absolute;
	
	bottom: 0px;
	
	padding: 14px 0 0 0;
	
	height: 23px;
	
	z-index: 20;
	
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	color: #e0e0e0;
	
	vertical-align: middle;
}
div.slideshow_counter {
	right: 15px;
}

div.hero div.slideshow {
	height: 418px;
	width: 648px;
}
div.hero div.slideshow_prev, div.hero div.slideshow_next, div.hero div.slideshow_bottom, div.hero div.slideshow_counter, div.hero div.slideshow_description, div.hero div.slideshow_playpause {
	display: none;
}
div.hero div.slideshow_playpause {
	left: 0;
	
	width: 45px;
	height: 27px;
	
	padding: 0 0 0 0;
	
	margin: 5px 0 5px 0;
	
	border-right: 1px solid #e0e0e0;
	
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url('images/slideshow/pause_arrow_blue.png');*/
	background-image: url('images/slideshow/next_arrow.png');

	cursor: pointer;
}
div.hero div.slideshow_playpause.playing {
	background-image: url('images/slideshow/pause_arrow_white.png');
}
div.hero div.slideshow_play {
	position: absolute;
	
	top: 136px;
	left: 251px;
	
	z-index: 20;
	
	width: 146px;
	height: 146px;
	
	background-repeat: no-repeat;
	background-image: url('images/slideshow/play_slideshow.png');
}
div.hero div.slideshow_play:hover {
	background-image: url('images/slideshow/play_slideshow_rollover.png');
}
div.hero div.slideshow_description {
	left: 59px;
}

#project_lightbox_shroud, #project_lightbox_container {
	display: none;
}
#project_lightbox_shroud {
	position: fixed;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	z-index: 100;

	background-color: #000000;
	
	opacity:0.8;
	filter:alpha(opacity=80);
}
#project_lightbox_container {
	position: fixed;
	
	top: 50%;
	left: 50%;
	
	z-index: 101;
}
#project_lightbox {
	margin: 0 0 0 0;
	
	padding: 6px 6px 0 6px;
	
	background-color: #000000;
	
	z-index: 101;
}
#project_lightbox a {
	color: #02ddff;
}
#project_lightbox div.slideshow {
	width: 0px;
	height: 0px;
	
	margin: 0 0 0 0;
}
#project_lightbox div.slideshow img {
	border: 1px solid #444444;
}
#project_lightbox div.slideshow_counter {
	left: 15px;
	
	width: 55px;
}
#project_lightbox div.close {
	position: absolute;
	
	right: 15px;
	bottom: 0px;
	
	padding: 14px 0 0 0;
	
	height: 23px;
	
	z-index: 20;
	
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	color: #e0e0e0;
	
	vertical-align: middle;
}
#project_lightbox div.slideshow_next, #project_lightbox div.slideshow_prev {
	display: block !important;
}
#project_lightbox div.slideshow_description {
	left: 70px;
}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	background-repeat: no-repeat;
	background-position: center 0;
	
	/* makes header centered */
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
#header {
	background:url("images/bg-white-transparent.png") repeat scroll 0 0 transparent;
	
	height:365px;
	
	position: relative;
}
#body-container {
	margin-top: 365px;
}
#body-container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#shibboleth {
	/*width: 620px;*/
	
	/*padding: 50px 50px 0 50px;*/
	
	padding: 50px 255px 0 50px;
	/*
	position: absolute;
	top: 135px;*/
}
#shibboleth h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 3px;
	
	padding: 0 0 20px 0;
}
#shibboleth p {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	
	line-height: 26px;
}

/* social */
#social {
	position: absolute;
	
	width: 65px;
	height: 12px;
	
	top: 61px;
	left: 571px;
	
	padding: 0 0 0 66px;
	
	background-image: url('images/follow_us.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#social li {
	float: left;
	
	text-indent: -9999px;
}
#social #facebook, #social #twitter, #social #linkedin {
	display: block;
}
#social #facebook {
	width: 6px;
	height: 13px;
	
	margin: 0 6px 0 6px;
	
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
}
#social #twitter {
	width: 7px;
	height: 12px;
	
	margin: 0 6px 0 6px;
	
	background-image: url('images/twitter.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#social #linkedin {
	width: 12px;
	height: 12px;
	
	margin: 0 6px 0 6px;
	
	background-image: url('images/linkedin.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
}

/* spotlight */
#spotlights {
	float: right;
	
	display: none;
	
	margin: -55px 50px 0 30px;
	
	width: 173px;
	height: 250px;
	
	background-image: url('images/spotlight_dig.png');
	background-repeat: no-repeat;
}
#spotlights .spotlight {
	height: 240px;

	overflow: hidden;
}
#spotlights .spotlight p {
	padding: 3px 0 0 0;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.6;
	
	text-align: center;
}
#spotlights #spotlight_controls {
	height: 10px;
	
	text-align: center;
}
#spotlights #spotlight_controls a {
	width: 8px;
	height: 8px;
	
	background-image: url('images/spotlight_a.png');
	background-repeat: no-repeat;
	
	color: transparent;
	
	margin: 0 2px 0 2px;
}
#spotlights #spotlight_controls a.selected {
	background-image: url('images/spotlight_a_selected.png');
}

/* Site title */
#site-title {}
#site-title a {}
#site-title a span {
	display: block;
	
	background:url("images/logo-engauge.png") no-repeat scroll 0 0 transparent;
	
	width:160px;
	height:60px;
	
	position:absolute;
	top:0;
	left: -160px;
	
	text-indent: -9999px;
	
}

/**
* Page navigation
************************************************/

ul#navigation {
	height: 25px;
	
	padding: 59px 50px 0 40px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul#navigation li {
	display: block;
	
	float: left;
	
	padding: 2px 0 2px 4px;
	margin: 0 10px 0 10px;
	
	text-align: center;
}
ul#navigation li a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;

	display: block;
	color: #000000;
}
ul#navigation li:hover, ul#navigation li.selected {
	background-color: #02ddff !important;
}
ul#navigation li a:hover {
    color: #000000;
}

#header .page-title {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color:#FFFFFF;
	display: block;
	opacity:0.75;filter:alpha(opacity=75);
	height: 34px;
	color:#000;
	padding: 18px 0 0 50px;
	
	border-style: solid;
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#header .page-title a:hover {color: #000;cursor:default;}

#browse {
	position: absolute;
	right: 50px;
	bottom: 14px;

	height: 20px;
}
#browse, #browse ol {
	width: 207px; /* 275px */
	
	border:1px solid #000000;
	
	background-color: #ffffff;
}
#browse ol {
	position: relative;
	z-index: 1;
	
	list-style: none outside;
}
#browse h3, #browse ol li {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#browse h3 {
	padding: 5px 10px 0 10px;
	
	font-size: 12px;
	letter-spacing: 1px;

	background: url("images/browse-work-by-up.png");
	background-repeat: no-repeat;
	background-position: 190px 5px;
}
#browse ol {
	margin: -2px 0 0 -1px;
	padding: 10px 0 10px 0;
	
	border-top-width: 0;
}
#browse ol li {
	padding: 2px 10px 2px 10px;
}
#browse ol li a {
	font-size: 10px;
	text-transform: uppercase;
}
#browse ol li.selected a {
	color: #02ddff;
}

#browse ol {
	display: none;
}
#browse:hover ol {
	display: block;
}
#browse:hover h3 {
	background-image: url('images/browse-work-by-down.png');
}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	padding: 10px 0 0;
	_position:relative !important;
	_left:10px !important;
}

	/**
	* Content
	************************************************/

	.project, .total-engagement {
		display: block;
		overflow:hidden;
		padding: 50px 0 0 0;

		position: relative;
	}
	.project:after, .total-engagement:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.total-engagement h1 {
		padding: 0 0 0 0;
	}
	.total-engagement div.work {
		position: absolute;
		bottom: 0px;
		right: 0px;
		
		width: 300px;
	}
	.total-engagement div.work h2, .project div.meta h2 {
		font-family: "Trebuchet MS", sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 3px;
		color: #000000;
	}
	.total-engagement div.work div.project_image {
		float: left;
		
		position: relative;
		
		margin: 5px 0 0 5px;
		
		width: 93px;
		height: 71px;
		
		border: 1px solid #000000;
		
		overflow: hidden;
	}
	.total-engagement div.work div.project_image img {
		width: 93px;
		height: 71px;
	}
	.total-engagement div.work div.project_image div.project_image_overlay {
		display: none;
		position: absolute;

		top: 0px;
		left: 0px;

		width: 93px;
		height: 71px;

		z-index: 5;

		background-color: #000000;
		opacity:0.70; filter:alpha(opacity=70);
	}
	.total-engagement div.work div.project_image div.project_image_overlay div {
		position: absolute;
		top: 30%;
	}
	.total-engagement div.work div.project_image div.project_image_overlay div a {
		display: block;
		position: static;
		
		width: 83px;
		
		padding: 0 5px;
		font-family: "Georgia", sans-serif;
		font-weight: normal;
		text-decoration: none;
		line-height: 17px;
		font-size: 10pt;
		text-align: center;
		color: #ffffff;
		white-space: normal;	
	}
	.total-engagement div.work div.project_image:hover div.project_image_overlay {
		display: block;
	}
	
	.project div.meta {
		position: absolute;
		bottom: 0px;
		right: 0px;
		
		padding: 0 0 5px 0;
		
		width: 295px;
		
		border-bottom: 1px solid #000000;
	}
	div.content .project a.block-link, div.content .project_extras a {
	    font-family: "Trebuchet MS", sans-serif;
		color: #000000;
	}
	
	div.content .project a.block-link {display:block;padding: 5px 0;}
	
	div.content .project a.block-link:hover, div.content .project_extras a:hover {
	    color:#02ddff;
	}	
	
	.project_extras .discipline {
		font-family: "Trebuchet MS", sans-serif;
	}
	
	.project div.flickr {
		border-bottom: 1px solid #000000;
		
		padding: 0 0 0px 0;
	}
	.project div.meta a {
		font-size: 12px;
	}
	.project div.slider {
		margin: 0 15px 5px 0;
	}
	.project div.slider div.images { 
		width: 241px;
		height: 77px;
		
		margin: 0 auto 0 19px;
	}
	.project div.slider div.images li { 
		width: 76px;
		height: 76px;
		
		margin: 0 1px 0 0;
	}
	.project div.slider div.images li a img {
		width: 75px;
		height: 75px;
	}
	.project div.slider div.images img.thework_lightbox {
		display: none;
	}
	
	.other_projects {
		padding: 0 0 20px 0;

		position: relative;
		
		border-top: 1px solid #000000;
	}
	
	.related_post {
		/*display: block;
		float: left;
		width: 300px;
		height: 200px;*/
		
		font-size:13px;
		line-height:16px;
		padding: 5px 150px 28px 60px;
		font-family:"Georgia",sans-serif;
	}
	.related_posts {
		padding: 0 0 50px 0;
	}
	.related_posts:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	
	.related_post h1 {
		color: #000000;
		font-family: "Georgia",sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: inherit;
		text-transform: inherit;
		margin: 2px 0;
	}
	.related_post_date {
		font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
	}

	.other_projects h2, .related_posts h2 {
		font-family: "Trebuchet MS", sans-serif;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 3px;
		font-weight: bold;
		color: #000000;
		
		margin: 25px 0 15px 60px;
	}
	.other_projects div.slider {
		margin: 0 30px 0 30px;
	}
	.other_projects div.slider div.images {
		width: 842px;

		margin: 0 auto 0 auto;
	}
	.other_projects div.slider div.images li {
		position: relative;
		
		margin: 0 10px 0 0;
		
		width: 198px;
		height: 133px;
		
		overflow: hidden;
	}
	.other_projects div.slider div.images li div.project_overlay {
		display: none;
		position: absolute;
		
		top: -119px;
		left: 1px;
		
		width: 198px;
		height: 133px;
		
		z-index: 5;

		background-color: #000000;
		opacity:0.70; filter:alpha(opacity=70);

	}
	.other_projects div.slider div.images li div.project_overlay div {
		position: absolute;
		top: 47%;
	}
	.other_projects div.slider div.images li div.project_overlay div a {
		display: block;
		position: static;
		width: 168px;
		padding: 0 15px;
		font-family: "Trebuchet MS", sans-serif;
		font-weight: normal;
		text-transform: none;
		line-height: 17px;
		letter-spacing: 1px;
		font-size: 10pt;
		text-align: center;
		color: #ffffff;
		white-space: normal;
		
	}
	.other_projects div.slider div.images li:hover div.project_overlay, .other_projects div.slider div.images li.selected div.project_overlay {
		display: block;
	}
	.other_projects div.slider div.images li.selected div.project_overlay {
		/*02ddff*/
		background-color: #02bcd9;
		opacity:0.85;filter:alpha(opacity=85);
	}
	
/*	.other_projects div.slider div.images li div.project_overlay > div {
		position:absolute;
		top:50%;
	}
	.other_projects div.slider div.images li div.project_overlay > div {
		display: table-cell;
		vertical-align: middle;
		position: static;
	}*/
	.other_projects div.slider div.images a img {
		width: 198px;
		height: 133px;
	}
	
	/*.other_projects div.slider div.images li:hover div.project_overlay {
		display: block;
	}
	.other_projects div.slider div.images li.selected {
		margin: 0 10px 0 0;
	}
	.other_projects div.slider div.images li.selected img {
		border: 1px solid #00c9c8;
	}*/
	

	.project div.website {
		padding: 15px 0;
		
		border-bottom: 1px solid #000000;
	}
	
	div.total-engagement-tags {
		padding: 15px 15px 50px 15px;
		
		border-bottom: 1px solid #000000;
	}
	div.total-engagement-tags ol.tags, div.total-engagement-tags h2, div.total-engagement-tags ol.tags a {
		display: inline;
		
		font-family: "Trebuchet MS", sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 1px;
	}
	div.total-engagement-tags ol.tags a {
		color:#000;
	}
	div.total-engagement-tags ol.tags a:hover {
		color:#00c9e8;
	}
	div.total-engagement-tags h2 {
		color: #000000;
	}

	div.project_results {
		width: 635px;
		height: 59px;

		padding: 39px 15px 41px 15px;

		font-family: Georgia, serif;
		font-size: 14px;
		font-style: italic;

		border-bottom: 1px solid #000000;
		
		vertical-align: center;
	}
	div.project_results div.statistic {
		float: left;
		
		height: 59px;
		
		padding: 20px 15px 0 0;
		margin: -20px 15px 0 0;
		
		font-family: Georgia, serif;
		font-size: 38px;
		font-style: italic;
		color: #f83a00;
		text-align: center;
		
		border-right: 1px solid #000000;
	}
	div.project_results:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	div.more {
		float: right;
		
		padding: 15px 15px 15px 15px;
		margin: -137px 0 0 0;

		width: 280px;
		height: 106px;
		
		border-bottom: 1px solid #000000;
	}

	div.more h2 {
		font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 2px;
		color: #000000;
		
		padding: 0 0 10px 0;
	}
	div.more ul li {
		
		font-family: Georgia, serif;
		font-size: 12px;
		
		padding: 5px 0;
	}

	/* Contains site's main content */
	#content {
		background-color: #ffffff;
		clear: both;
		}

		/* Tags */
		ol.tags {
			font-family: "Trebuchet MS", sans-serif;
			font-weight: normal;
			text-transform: uppercase;
			font-size: 10px;
			
			height: 32px;
		}
		ol.tags li {
			display: inline;
		}
		ol.tags li {}

		/* hero */
		.hero {
			display: block;
			
			float: left;
			
			width: 648px;
			height: 418px;
			
			margin: 0 15px 0 0;
			
			overflow: hidden;
			
			border: 1px solid #000000;
		}

		/* description */
		.description {
			padding: 10px 15px 15px 15px;
			
			font-family: Georgia, serif;
			font-size: 12px;
			line-height: 1.3;
		}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}
		
			.page {
				padding: 60px 50px 50px 50px;
				
				line-height: 1.5;

				font-size: 13px;
			}
			.page h1 {
				color: black;
				font-family: Georgia, serif;
				font-size: 20px;
				font-weight: bold;
				letter-spacing: 0px;
				line-height: 1.4;
				padding: 0px 0px 15px 0px;
				text-transform: none;
			}
			.page h2 {
				color: black;
				font-family: Georgia, serif;
				font-size: 14px;
				font-weight: bold;
				letter-spacing: 0px;
				line-height: 1.4;
				padding: 0px 0px 15px 0px;
				text-transform: none;
			}
			.page p {
				margin: 0 0 20px 0;
			}
			.page .right_column {
				float: right;
				width: 205px;
				margin: 0 0 30px 30px;
			}

			/* Post, page, and archive titles */
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
			height: 51px;
			overflow: hidden;
			
		}
			.navigation-links:after {
				content:".";
				display:block;
				height:0;
				clear:both;
				visibility:hidden;
			}
			.navigation-links .previous, .navigation-links .next {
				display: block;
				width: 380px;
				padding: 20px 50px 20px 50px;
				color: #000000;
			}
			.navigation-links .previous:hover, .navigation-links .next:hover {
				background-color:#02ddff;
			}
			.navigation-links .previous {
				float: left;
			}
			.navigation-links .next {
				float: right;
				text-align: right;
			}
			
			div.content .navigation-links {
				font-family: "Trebuchet MS", sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 11px;
				letter-spacing: 1px;
				display:block;
			}	
			
		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	background-color: #000000;
	height: 90px;
}

	/* Footer section */
	#footer {
		font-family: "Trebuchet MS", sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 2px;
		color: #000000;
	}

		/* Footer extra */
		#footer .copyright {
			color: #ffffff;
			text-align: center;
			
			padding: 18px 0 0 0;
		}
		#footer .credit {}
		#footer a {
			display: block;
			
			color: #ffffff;
			text-align: center;
			
			padding: 18px 0 0 0;
		}
/*
#meta {
	float: left;
	width: 335px;
	margin:0 0 0 35px;
}
pre {
	clear: both;
}
#meta ul li {
	float: left;
	padding:0px 8px 5px 0;
}
/*
.group:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
.group {display:inline-block;}
	/* Hide from IE Mac \*
.group {display:block;}
	/* End hide from IE Mac *
#twitter a {
	background: transparent url('images/bg-social.png') no-repeat 0 0;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	}

#youtube a {
	background: transparent url('images/bg-social.png') no-repeat -16px 0;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	}
#facebook a {
	background: transparent url('images/bg-social.png') no-repeat right 0;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	}
#follow ul{
	margin:8px 0 0;
}
#follow ul li {
	float: left;
	padding:0 7px 0 0;
}
#follow h3 {
	color: #fff;
	font-style:oblique;
	text-transform: uppercase;
	font-size: .75em;
}
#page-description {
	left:210px;
	line-height:145%;
	position:absolute;
	top:150px;
	width:615px;
}
#page-description p{
	font-size: 1.0625em;
	color: #000;
}
#page-description p span{
	font-weight: bold;
}
#featured-work {
	position:absolute;
	right:100px;
	top:20px;
}
#follow {
	left:720px;
	position:absolute;
	top:50px;
}*/

/* Contact Page */
#contact-maincontent .static-browse {position:static;width:260px;}
#contact-maincontent .static-browse ol {position:relative;z-index:99;cursor:pointer;width:260px;}
#contact-maincontent .static-browse h3 {background:url("images/browse-work-by-up.png") no-repeat scroll 235px 5px transparent;}
#contact-container {padding:0;font-family:"Georgia",serif;}
#contact-container h4 {font-family:"Trebuchet MS","Trebuchet",sans-serif;font-size:17px;margin-bottom:25px;}
#contact-container h5 {margin-bottom:13px;}
#contact-siderail {width:225px;float:left;border-right: 1px solid #000;margin-right: 65px;height:280px;padding-left:0px;margin-bottom:45px;font-size:12px;line-height:18px;}
#contact-maincontent {float:left;width:560px;}
.contact-cell {width:260px;float:left;margin: 0 20px 12px 0}
.contact-comment {
	width: 540px;
}
.contact-cell input {border: 1px solid #000;height:20px;width:260px;}
.contact-cell textarea {border: 1px solid #000;width:540px;}
.contact-cell label {display:block;font-size:12px;margin-bottom:3px;}
#contact-maincontent em {font-size:12px;}
.contact-submit {clear:both;padding-top:10px;}
#contact-maincontent .submit-button {float:right;margin-right:17px;}
#contact-offices {clear:both;float:none;border-top: 1px solid #000;padding:45px 0 60px 50px;overflow:hidden;}
.office-address {width:175px;float:left;font-size:12px;line-height:20px;}
.office-address a, .office-address strong {display:block;padding:4px 0}
.static-browse ol li a {color:#000;}


	.news-feed {font-family:"Georgia",serif;width:430px;margin-left:34px;}
	.news-feed h4 {font-family:"Trebuchet MS","Trebuchet",sans-serif;font-size:17px;margin-bottom:25px;font-weight:normal;}
	.news-feed h5 {font-size:12px;margin-bottom:10px;font-weight:normal;}
	.news-feed h6 {font-size:15px;margin-bottom:10px;font-style:oblique;font-weight:normal;line-height:19px;}
	.news-feed p {font-size:12px;line-height:16px;}
	.news-feed a {display:block;padding:20px 0;border-bottom: 1px solid #000;margin-bottom:35px;}


/* news */

.news-body .entry-content {
	padding: 0 0 30px 0;
	line-height: 20px;
	
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.6;
}
.news-body .entry-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.news-body #container {
	padding: 50px 0 0;
	_position:relative !important;
	_left:10px !important;
}
.news-body #container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.news-body .content {
	clear: both;
	
	background-color: #ffffff;
	
	padding: 0 35px;
	
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.4;

	float: right;
	width: 659px;
	overflow: hidden;
	
	border-left: solid 1px #000000;
	
	margin: 0 0 20px 0;
}
.news-body #body-container {
}
.news-body .content p {
    margin-bottom:18px;
}
.news-body .content ul {
	margin: 0 0 18px 2.5em;
}
.news-body .content ol {
	margin: 0 0 18px 2.5em;
}
.news-body .content ul {
	list-style:disc;
}
.news-body .content ol {
	list-style-type: decimal;
}
.news-body .content ol ol {
	list-style:upper-alpha;
}
.news-body .content ol ol ol {
	list-style:lower-roman;
}
.news-body .content ol ol ol ol {
	list-style:lower-alpha;
}
.news-body .content ul ul, .news-body .content ol ol, .news-body .content ul ol, .news-body .content ol ul {
	margin-bottom:0;
}
.news-body .content dl {
    margin:0 1.5em;
}
.news-body .content dt {
    font-weight:bold;
}
.news-body .content dd {
	margin-bottom:18px;
}
.news-body .content strong {
	font-weight: bold;
}
.news-body .content cite, .news-body .content em, .news-body .content i {
	font-style: italic;
}
.news-body .content	blockquote {
	margin: 0 3em;
}
.news-body .content	blockquote em, .news-body .content blockquote i, .news-body .content blockquote cite {
	font-style:normal;
}
.news-body .content	pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
.news-body .content	code {
	font:11px Monaco, monospace;
}
.news-body .content	abbr, .news-body .content acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
.news-body .content	ins {
	text-decoration:none;
}
.news-body .content	sup, .news-body .content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;

}
.news-body .content	sup {
	bottom: 1ex;
}
.news-body .content	sub {
	top: .5ex;
}

.news {
	border-bottom: 1px solid #000000;
	margin: 0 0 10px 0;
}
.singular-news .news {
	border-bottom: none;
}

/* Pullquotes
-------------------------------------------------------------- */

.news-body .content	blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
.news-body .content blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}
/*
    Content Asides
*/
.news-body .content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
.news-body .content .aside ul {
    padding:0 20px;
}
.news-body .content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
.news-body .content .aside ul ul {
    padding:0;
}
.news-body #subsidiary {
    padding:33px 0 0 0;    
}
.news-body #nav-below {
	padding: 20px 0 20px 0;
}
.news-body .entry-title {
	font-family: Georgia, serif;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0px;
	padding: 0 0 10px 0;
	font-style: italic;
	text-transform: none;
	font-weight: lighter;
}
.news-body .entry-title a {
	color: #000000;
}
.news-body .news-body {
	padding: 0 5px 20px 5px;
	margin: 0 0 30px 0;
	
	border-bottom: 1px solid #000000;
}

.news-body .entry_date {
	margin: -5px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 13px;
}
.news-body .entry_author {
	padding: 0 0 20px 0;
}
	.news-body .entry_author a, .news-body .entry-content a, .news-body .entry-related-posts a {
		color: #ff0000;
	}
.news-body #news-lightbox {
	display: none;
}
.singular-news .entry-content {
	border-bottom: 1px solid #000000;
	
	padding: 0 0 10px 0;
}
.news-body .entry-related-posts {
	
	margin: 30px 0 0 0;
	
	padding: 10px 10px 20px 10px;
	
	background-color: #f2f2f2;
}
.news-body .entry-related-posts h1 {
	font-family: Georgia, times, 'Times New Roman';
	font-style: italic;
	color: #000000;
	font-size: 16px;
	text-transform: none;
	
	margin: 0 0 10px 0;
}
.news-body .entry-related-posts ul {
	margin: 0 0 0 0;
}
.news-body .entry-related-posts ul li {
	list-style-type: none;
	list-style-image: none;
	
	margin: 5px 0 5px 0;
}
.news-body .bio {
	display: block;
	
	margin: 20px 0 0 0;
	
	padding: 20px 0 0 0;
	
	border-top: 1px solid #000000;
	
	font-size: 11px;
}
.news-body .bio:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.news-body .pullquote {
	float: right;
	
	width: 250px;
	
	margin: 10px 0 10px 20px;
	
	font-size: 14px;
	
}
.news-body .content .wp-caption {
	padding: 0 0 0 0;
	margin: 0 5px 5px 0;
}
.news-body .content .wp-caption-text {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	
	color: #444444;
	border-bottom: 1px solid #888888;
	
	font-size: 11px;
	font-style: italic;
}

#sidebar-news {
	display: block;
	float: left;
	
	width: 160px;
	overflow: hidden;
	
	padding: 0 20px 0 50px;

	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
}
#sidebar-news:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#sidebar-news h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}
#sidebar-news a {
	font-size: 9px;
}
#sidebar-news ul {
	margin: 0 0 40px 0;
}
#sidebar-news ul ul {
	margin: 0;
}
#sidebar-news ul li {
	margin: 0 0 20px 0;
}
#sidebar-news ul li ul li {
	margin: 0 0 15px 0;
}
#sidebar-news ul li ul li ul li {
	margin: 0 0 5px 0;
}
#sidebar-news ul li ul li h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
}

#sidebar-news ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar-news ul ol li, #sidebar-news ol li {
	list-style: decimal outside;
}


#news-callout {
	margin: 0 0 0 -30px;
	padding: 20px 20px 20px 30px;
	
	background-color: #f2f2f2;
}
	#news-callout h1 {
		font-size: 12px;
		color: #000000;
		letter-spacing: 3px; 
	}
	#news-callout p {
		font-family: Georgia, times, 'Times New Roman';
		font-style: italic;
		font-weight: normal;
		line-height: 1.3;
		text-transform: none;
	}
	#news-callout a#news-callout-button {
		display: block;
		
		width: 65px;
		height: 16px;
		
		margin: 20px 0 0 0;
		padding: 5px 0 0 0;
		
		background-color: #3edaff;
		color: #000000;
		
		font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
		
		text-align: center;
	}
*/
/*
#news-callout {
	position: fixed;
	bottom: 0px;
	
	/*width: 840px;
	height: 30px;
	
	margin: 0 0 0 40px;
	padding: 18px 20px 20px 20px;
	*
	
	width: 840px;
	height: 30px;
	
	margin: 0 0 0 40px;
	padding: 26px 24px 34px 24px;
	
	background-image: url('images/newsletter-callout.png');
	background-repeat: no-repeat;
}
	#news-callout h1 {
		float: left;
		
		font-size: 36px;
		color: #000000;
	}
	#news-callout p {
		float: left;
		
		width: 375px;
		
		margin: 0 0 0 30px;
		
		font-family: Georgia, times, 'Times New Roman';
		font-style: italic;
	}
	#news-callout a#news-callout-button {
		float: right;
		
		width: 100px;
		height: 23px;
		
		padding: 7px 0 0 0;
		
		background-color: #3edaff;
		color: #000000;
		
		font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 2px;
		
		text-align: center;
	}
*/
#news-lightbox {
	overflow: hidden;
}

#searchform {
	padding: 0 0 40px 0;
}
#searchform input {
	border: 1px solid #000000;
	background-color: #ffffff;
}