/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

*, body {
	margin: 0; 
	padding: 0;
	}

body {
	background-color: #f2f2f2;
	font-family: Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 20px;
	color: #888;
	}
	
body.home {	background-color: #fff; }

a,
a:visited,
a:active {
	color: #222;
	text-decoration: none;
	}
a:focus {
	 -moz-outline:none;
	 outline: none;
	}
a:hover { color: #58b7dd; }
	
img { border: none;	}

h1 {
	margin: 0 0 1.7em 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
	}

h2 {
	margin: 0;
	padding: 0;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #888;
	}

p {
	letter-spacing: 0;
	color: #222;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 1em 0;
	}

p a,
p a:visited,
p a:active {
	color: #58b7dd;
	text-decoration: none;
	}
p a:hover { color: #666; }
	
p.deck {
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #58b7dd;
	}
	
.hidden { display: none; }

.buffer {
	clear: both;
	}

.divider {
	width: 100%;
	height: 1px;
	clear: both;
	background: #e2e2e2;
	margin-bottom: 15px;
	}

.float-left {
	text-align: left;
	float: left;
	margin: 3px 10px 10px 0;
	}

.float-right {
	text-align: right;
	float: right;
	margin: 3px 0 10px 10px;
	}



/*******************************************
/*
/* !Main Layout */
/*
/******************************************/

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width: 100%;
	}

#content {
	display: block;
	width: 960px;
	margin: 0 auto 30px;
	}

#content.home {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -480px;
	height: 30px;
	}

#header {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background: white;
	}
	
#footer {
	z-index: 5;
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	background: #58b7dd;
	}



/*******************************************
/*
/* !Header & Menu */
/*
/******************************************/
		
#logo {
	position: relative;
	float: left;
	width: 192px;
	height: 14px;
	background: url(/images/layout/logo.gif) top left no-repeat;
	}

#logo.home { margin-left: 100px; }

#header #logo {
	position: relative;
	margin-top: 80px;
	}

#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
	}

#menu {
	z-index: 3;
	position: relative;
	float: right;
	width: 300px;
	}

#menu.home { margin-right: 100px; }

#header #menu {
	margin-top: 80px;
	}

#menu #left {
	float: left;
	cursor: pointer;
	width: 150px;
	background: url(/images/layout/menu.gif) left -14px no-repeat;
	}

#menu #right {
	float: left;
	cursor: pointer;
	width: 150px;
	background: url(/images/layout/menu.gif) right -14px no-repeat;
	}
	
#menu .focus {
	display: block;
	width: 150px;
	height: 14px;
	visibility: hidden;
	}
#menu .selected .focus {
	visibility: visible;
	}
	
#menu #left .focus { background: url(/images/layout/menu.gif) left top no-repeat;	}
#menu #right .focus { background: url(/images/layout/menu.gif) right top no-repeat; }

#menu .list {
	width: 100%;
	text-align: center;
	margin-top: 12px;
	padding: 6px 0 12px;
	border-top: 1px #ededed solid;
	background-color: #fff;
	overflow: hidden;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	visibility: hidden;
	}
	
#menu .list .item,
#menu .list .selected {
	width: 150px;
	}

#menu .list .item,
#menu .list .selected {
	width: 100%;
	height: 24px;
	padding: 0;
	margin: 0;
	}

#menu .list .selected {	color: #58b7dd; }

#menu .list .item a,
#menu .list .item a:visited,
#menu .list .item a:active,
#menu .list .selected a,
#menu .list .selected a:visited,
#menu .list .selected a:active {
	width: 100%;
	height: 100%;
	padding: 6px 0;
	display: block;
	color: #58b7dd;
	}



/*******************************************
/*
/* !Header & Container (Subpages) */
/*
/******************************************/

#header .center {
	width: 960px;
	margin: 0 auto;
	background: white;
	}



/*******************************************
/*
/* !Footer */
/*
/******************************************/

#footer .container {
	width: 960px;
	margin: 0 auto;
	padding: 6px 0;
	}

#footer a.item {
	display: block;
	float: left;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 18px;
	margin-bottom: 6px;
	padding: 6px 0;
	}
#footer.home a.item { padding: 0; }

#footer a.item.selected {
	background: #58b7dd url(/images/layout/footerfade.gif) left top repeat-x;
	padding: 16px 8px 6px;
	margin-left: -8px;
	margin-top: -10px;
	}

#footer.home .container {
	width: 760px;
	padding: 6px 100px;
	}

#footer #newsfeed {
	position: relative;
	float: right;
	width: 610px;
	text-align: right;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: normal;
	font-size: 11px;
	}
#footer #newsfeed.subpage {
	margin-top: 5px;
	}

#footer .newsitems {
	display: block;
	width: 510px;
	height: 15px;
	padding-right: 10px;
	float: left;
	}
	
#footer .newsitem {
	display: none;
	padding-top: 1px;
	}

#footer a.newstitle {
	color: #fff;
	}

#footer span.date {
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #9bd4eb;
	margin-right: 5px;
	}

#footer .button {
	opacity: 0.4;
	zoom: 1;
	}

#footer .leftarrow,
#footer .rightarrow {
	position: relative;
	float: left;
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 2px 3px 0 0;
	}

#footer .leftarrow {
	background: url(/images/layout/newsbuttons.gif) left top no-repeat;
	}

#footer .rightarrow {
	background: url(/images/layout/newsbuttons.gif) -15px top no-repeat;
	}

#footer .more {
	position: relative;
	float: left;
	cursor: pointer;
	width: 54px;
	height: 15px;
	margin: 2px 0 0;
	background: url(/images/layout/newsbuttons.gif) right top no-repeat;
	}

#footer .more a {
	display: block;
	width: 100%;
	height: 100%;
	}



/*******************************************
/*
/* !Main Content */
/*
/******************************************/

#copy {
	z-index: 1;
	position: relative;
	display: block;
	width: 100%;
	padding: 190px 0 80px;
	}
#copy.project {
	padding-bottom: 50px;
	}
#copy .news {
	padding-bottom: 60px;
	}

#content #intro {
	width: 580px;
	}

#content .deck a:hover {
	color: #999;
	}

#content #contactleft {
	width: 320px;
	float: left;
	}

#content #contactleft a,
#content #contactleft a:visited,
#content #contactleft a:active {
	color: #58b7dd;
	}

#content #contactleft a:hover {
	color: #999;
	}

#content #contactright {
	width: 500px;
	float: left;
	}


/* !Pages */


#content #contentslide {
	margin-top: 40px;
	}

#content #submenu {
	display: block;
	float: left;
	width: 220px;
	height: 100%;
	margin: -6px 0 0 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	}

#content #submenu li {
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #58b7dd;
	text-transform: uppercase;
	border-top: 1px #dcdcdc solid;
	}

#content #submenu li:first-child {
	border-top: none;
	}

#content #submenu li a,
#content #submenu li a:visited,
#content #submenu li a:active {
	width: 100%;
	height: 100%;
	padding: 6px 0;
	display: block;
	color: #58b7dd;
	}

#content #slide {
	position: relative;
	float: right;
	width: 560px;
	display: block;
	margin: 0 120px 0 0;
	padding: 6px 0 0;
	
	overflow: hidden;
}

#content #slide #container {
	position: absolute;
	}

#content #column {
	display: block;
	float: left;
	width: 420px;
	height: 100%;
	margin: 0;
	padding: 0;
	}

#content #column.a {
	margin-right: 40px;
	}


/* !Case Studies */

#submenu p {
	padding-top: 6px;
	color: #999;
	}

#content #slide.case {
	width: 460px;
	margin-right: 20px;
	}

#content #image {
	position: relative;
	float: left;
	width: 180px;
	height: 200px;
	margin: 5px 40px 40px;
	background: #FFF;
	overflow: hidden;
	}

#content #image #img {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 200px;
	}

#content .case p a,
#content .case p a:visited,
#content .case p a:active {
	color: #58b7dd;
	font-weight: bold;
	text-decoration: none;
	}

#content .case p a:hover {
	color: #666;
	text-decoration: none;
	}


/*******************************************
/*
/* !Portfolio Grid */
/*
/******************************************/

#projectfilters,
#caseselections,
#breadcrumbs {
	position: relative;
	display: block;
	float: left;
	}
	
#projectfilters .filter,
#caseselections .case,
#breadcrumbs .crumb,
#breadcrumbs .crumbseparator {
	display: block;
	float: left;
	cursor: pointer;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #58b7dd;
	margin-right: 20px;
	margin-bottom: 1px;
	padding: 6px 0;
	}

#caseselections .case.selected a {
	color: #222;
	}
#caseselections .case a {
	display: block;
	width: 100%;
	height: 100%;
	color: #58b7dd;
	}

#breadcrumbs .crumb,
#breadcrumbs .crumbseparator {
	cursor: default;
	margin-right: 8px;
	}
#breadcrumbs .crumbseparator {
	color: #ddd;
	}
	
#projectgrid {
	position: relative;
	z-index: 1;
	width: 984px;
	margin-left: -12px;
	}
	
#projectgrid .projectthumb {
	position: relative;
	display: block;
	float: left;
	z-index: 1;
	width: 222px;
	height: 140px;
	margin: 12px;
	background-color: #fff;
	}

#projectgrid .projectthumb a {
	display: block;
	width: 100%;
	height: 100%;
	}

.thumbtip {
	z-index: 20;
	}
	
.tip {
	position: absolute;
	z-index: 20;
	width: 205px;	
	background: url(/images/layout/tooltip.png) top left no-repeat;
	}

.tip-title {
	color:#fff;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin: 18px 10px 6px 10px;
	border-bottom: 1px solid #8fcee8;
	}

.tip-text {
	color: #fff;font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 10px;
	font-weight: normal;
	margin: 10px;
	}
	
	
	
/*******************************************
/*
/* !Portfolio: Single Project */
/*
/******************************************/

#projectimages {
	position: relative;
	z-index: 2;
	width: 960px;
	height: 480px;
	background: #fff;
	overflow: hidden;
	}

#projectscroll {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 20000px;
	height: 480px;
	}
#projectscroll.noscroll {
	cursor: default;
	}

#projectscroll .piece {
	position: relative;
	z-index: 2;
	float: left;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 480px;
	}

#projectscroll .videowindow,
#projectscroll .videoposter {
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	color: #fff;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 40px;
	}
#projectscroll .videowindow { z-index: 3; }

#projectscroll object,
#projectscroll embed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}

#projectdetails {
	position: absolute;
	z-index: 9;
	cursor: pointer;
	left: 0;
	top: 480px;
	width: 960px;
	height: 480px;
	}
	
#projectdetails .bg {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 960px;
	height: 480px;
	background: #58b7dd url(../images/layout/closedetails.gif) 911px 20px no-repeat;
	}

#projectdetails p {
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	}

#projectdetails a {
	color: #222;
	}
#projectdetails a:hover {
	color: #222;
	text-decoration: underline;
	}
	
#projectdetails .container {
	position: relative;
	z-index: 10;
	width: 600px;
	margin: 0 auto;
	}
	
#projecttitle {
	position: relative;
	float: left;
	padding: 15px 0 0 20px;
	}
#projectsubtitle {
	position: relative;
	float: left;
	padding: 16px 0 0 16px;
	}
	
#projectcontrols {
	position: relative;
	float: right;
	padding: 16px 20px 0 0;
	}
	
#projectcontrols .linkbutton,
#projectcontrols .detailsbutton {
	position: relative;
	float: left;
	margin-right: 8px;
	cursor: pointer;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #58b7dd;
	}
#projectcontrols .linkbutton {
	margin-right: 14px;
	}
#projectcontrols .linkbutton a,
#projectcontrols .linkbutton a:visited,
#projectcontrols .linkbutton a:hover {
	color: #58b7dd;
	}

#projectcontrols .button {
	cursor: pointer;
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	margin-top: -3px;
	margin-left: 6px;
	}
	
#projectcontrols .button.leftarrow {
	background: url(/images/layout/arrows.gif) left -23px no-repeat;
	}
#projectcontrols .button.leftarrow:hover {
	background: url(/images/layout/arrows.gif) left -46px no-repeat;
	}
#projectcontrols .button.leftarrow.disabled,
#projectcontrols .button.leftarrow.disabled:hover {
	cursor: default;
	background: url(/images/layout/arrows.gif) left 0 no-repeat;
	}
	
#projectcontrols .button.rightarrow {
	background: url(/images/layout/arrows.gif) right -23px no-repeat;
	}
#projectcontrols .button.rightarrow:hover {
	background: url(/images/layout/arrows.gif) right -46px no-repeat;
	}
#projectcontrols .button.rightarrow.disabled,
#projectcontrols .button.rightarrow.disabled:hover {
	cursor: default;
	background: url(/images/layout/arrows.gif) right 0 no-repeat;
	}
	
	
/*******************************************
/*
/* !News Pages */
/*
/******************************************/

#newsentries {
	position: relative;
	float: left;
	width: 640px;
	}

#newsentries .entry {
	margin-bottom: 40px;
	}
#newsentries .entry.last {
	margin-bottom: 20px;
	}

#newsentries .title {
	position: relative;
	clear: both;
	}
#newsentries h1,
#newsentries h1 a {
	color: #58b7dd;
	}
#newsentries h1:hover a {
	color: #222;
	}
	
#newsentries .date {
	position: relative;
	float: left;
	width: 140px;
	color: #888;
	}

#newsentries .entrycopy {
	position: relative;
	float: right;
	width: 500px;
	}

#newsentries a.continue {
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #888;
	}
#newsentries a.continue:hover {
	color: #58b7dd;
	}

#newsentries .video {
	margin-bottom: 2em;
	}
	
#newsside {
	position: relative;
	float: right;
	width: 200px;
	text-align: right;
	}
	
#newsside h1 {
	text-align: right;
	color: #58b7dd;
	}

#newsside h2 {
	text-align: right;
	clear: both;
	}
	
#newsside #archives,
#newsside #filters,
#newsside #twitter {
	position: relative;
	clear: both;
	margin-bottom: 24px;
	}
#newsside #twitter {
	margin-top: 50px;
	}

#newsside .months {
	position: relative;
	float: right;
	clear: both;
	width: 114px;
	margin: 0 0 10px;
	padding: 0;
	text-indent: 0;
	list-style: none;
	}

#newsside .months li {
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
	margin: 0 0 5px 5px;
	padding: 0;
	background: url(/images/layout/dot.gif) left top no-repeat;
	}
#newsside .months li:hover {
	background: url(/images/layout/dot.gif) left -14px; no-repeat;
	}
#newsside .months li.empty,
#newsside .months li.empty:hover {
	background: url(/images/layout/dot.gif) left -28px no-repeat;
	}
#newsside .months li.selected,
#newsside .months li.selected:hover {
	background: url(/images/layout/dot.gif) left -42px no-repeat;
	}

#newsside .months li a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
#newsside .filtermenu {
	position: relative;
	float: right;
	clear: both;
	width: 114px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	}

#newsside .filtermenu li {
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #58b7dd;
	text-transform: uppercase;
	border-top: 1px #dcdcdc solid;
	}

#newsside .filtermenu li:first-child {
	border-top: none;
	}

#newsside .filtermenu li a,
#newsside .filtermenu li a:visited,
#newsside .filtermenu li a:active {
	width: 100%;
	height: 100%;
	padding: 6px 0;
	display: block;
	color: #888;
	}
	
#newsside .filtermenu li.selected a {
	color: #222;
	}
	
.smalltip {
	position: absolute;
	z-index: 20;
	width: 120px;
	text-align: center;
	background: url(/images/layout/smalltooltip.png) top center no-repeat;
	}

.smalltip-title {
	position: relative;
	width: auto;
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	color:#fff;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 1px;
	margin: 8px 10px 0px 10px;
	background: #58b7dd;
	}

#twitter p {
	color: #999;
	overflow-x: hidden;
	}
#twitter p a,
#twitter p a:visited {
	color: #58b7dd;
	}
#twitter p a:hover {
	color: #222;
	}

#twitter .date {
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	color:#222;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	}

.twittericon {
	position: relative;
	float: right;
	width: 24px;
	height: 24px;
	background: url(../images/layout/twitter.gif) left top no-repeat;
	}
.twittericon:hover {
	background: url(../images/layout/twitter.gif) left bottom no-repeat;
	}
.twittericon a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
.facebookicon {
	position: relative;
	float: right;
	margin-right: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/layout/facebook.gif) left top no-repeat;
	}
.facebookicon:hover {
	background: url(../images/layout/facebook.gif) left bottom no-repeat;
	}
.facebookicon a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
#pagination {
	position: relative;
	display: block;
	width: 500px;
	border-top: 2px #ededed solid;
	padding-top: 10px;
	margin-top: 0px;
	margin-left: 140px;
	}

#pagination a {
	font-family: "museo-sans-1","museo-sans-2",Lucida Grande, Lucida Sans Unicode, "Lucida Sans", "Arial", Arial, sans-serif;
	font-size: 10px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 0;
	padding: 6px 12px;
	background-color: #fff;
	color: #58b7dd;
	}
