@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body {
	background-color: #070707;
	background-image: url(img/page_background.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
}
body,td,th {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
	min-width: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
p {
	margin-left: 15px;
	margin-right: 15px;
	}
a:link {
	color: #576666;
	font-weight: 300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #576666;
}
a:hover {
	text-decoration: none;
	color: #A1ADAD;
}
a:active {
	text-decoration: none;
	color: #79ACAC;
}
h1 {
	color: #807e79;
	font-size: x-large;
	font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
}
h2 {
	color: #999999;
	font-size: medium;
	font-weight: 100;
	padding-left: 15px;
	padding-right: 15px;
}
h3 {
	color: #807e79;
	font-size: small;
	font-weight: 300;
	padding-left: 0px;
	padding-bottom: 12px;
}
h4 {
	color: #485454;
	font-size: small;
	font-weight: 300;
	float: left;
	padding-left: 15px;
	padding-bottom: 12px;
}
h5 {
	color: #485454;
	font-size: small;
	font-weight: 300;
	float: left;
	padding-left: 0px;
	padding-top: 12px;
}
h6 {
	color: #485454;
	font-size: small;
	font-weight: 300;
	float: left;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 15px;
	}
ul {
	list-style-type: none;
}
li {
	display: inline;
	padding-left: 10pt;
	font-size: larger;
}
#top {
	height: 0pt;
	margin-top: 0px;
	top: 0px;
}
#topLinks #linkSystem {
	float: right;
	padding-right: 15px;
	top: 0px;
}
topLink {
	padding: 0px;
	right: 15px;
}
#mainNav #menuSystem {
	display: inline-block;
	margin-left: 0px;
	margin-right: 0%;
	/*background-image: url(img/nav_background.png);*/
	background-color: #323333;
	min-width: 100%;
	min-height: 30px;
	padding-left: 0px;
	padding-top: 5pt;
}
menuItem {
	background-color: #424343;
	color: #878888;
	padding-left: 10px;
	padding-right: 10px;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
#div1 {
	width: 100%;
	display: block;
	background-color: #1A1A1A;
	position: relative;
	height: auto;
	margin-left: 0;
	padding-bottom: 20px;
}
.workContainer {
}
#div2 {
	display: none;
	background-color: #1A1A1A;
	position: relative;
	height: auto;
}
#div3 {
	width: 100%;
	display: block;
	background-color: #1A1A1A;
	margin-left: 0;
	position: static;
	height: auto;
}
#div4 {
	width: 100%;
	display: block;
	background-color: #1A1A1A;
	position: relative;
	height: auto;
	padding-bottom: 1%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pageTitle {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.bodyText {
	width: 100%;
	clear: both;
	margin-left: 0;
	display: block;
}
.bioText {
	width: 94%;
	line-height: 170%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 2%;
	margin-bottom: 2%;
	clear: both;
}
.top {
}
.topLinks {
}
.linkSystem {
}
.projectInfo {
	clear: both;
	margin-top: 2%;
	width: 100%;
}
.projectImage {
	width: 100%;
	margin-left: 0;
	clear: none;
}
.projectInfoText {
	width: 96%;
	clear: both;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1%;
	margin-bottom: 2%;
}
.bioInfo {
	clear: both;
	margin-top: 2%;
	width: 100%;
}
.bioImage {
	width: 100%;
	margin-left: 0;
	clear: none;
}
.bioInfoText {
	width: 94%;
	line-height: 170%;
	margin-left: 3%;
	margin-right: 1%
	margin-bottom: 2%;
	clear: both;
}
.project {
	max-width: 240px;
	font-size: medium;
	padding: 1%;
	display: inline-block;
}
.project:hover {
	background-color:#2E3133
}
.projectThumb {
}
.project .projectTitle {
	font-weight: 200;
	font-size: large;
	color: #807e79;
	padding-top: 5px;
}
.project .projectSubtitle {
	font-size: smaller;
}
.project .projectRole {
	font-size: smaller;
}
.roles {
	display: none;
}
.bioBanner {
	width: 100%;
}
.bioTitle {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.bioWrapper {
}
.workNav {
}
.workNavSystem {
	list-style-image: none;
}
.workNavItem {
	background-color: #394040;
	text-align: left;
	border-color: #666666;
	border-spacing: 1px 1px;
	border-collapse: separate;
	display: inline-block;
	border-radius: 0px;
	margin-top: 0%;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-bottom: 0%;
	width: 98%;
	margin-left: 0%;
	margin-right: 0%;
	color: #878888;
	background-image: -webkit-linear-gradient(270deg,rgba(57,64,64,1.00) 0%,rgba(51,52,52,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(57,64,64,1.00) 0%,rgba(51,52,52,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(57,64,64,1.00) 0%,rgba(51,52,52,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(57,64,64,1.00) 0%,rgba(51,52,52,1.00) 100%);
}
.workNavItem:hover {
	background-color: #204040;
	color: #A9BCBC;
	background-image: -webkit-linear-gradient(270deg,rgba(66,67,67,1.00) 0%,rgba(85,86,86,1.00) 10.88%);
	background-image: -moz-linear-gradient(270deg,rgba(66,67,67,1.00) 0%,rgba(85,86,86,1.00) 10.88%);
	background-image: -o-linear-gradient(270deg,rgba(66,67,67,1.00) 0%,rgba(85,86,86,1.00) 10.88%);
	background-image: linear-gradient(180deg,rgba(66,67,67,1.00) 0%,rgba(85,86,86,1.00) 10.88%);
	}
.projectImageTall {
width: 47.3684%;
}
.projectInfoTallText {
width: 47.3684%;
margin-left: 2%;
clear: none;
}
.indexRoles {
width: 100%;
}
.indexRoleItem {
	width: 100%;
	background-color: #222424;
	clear: both;
	margin-left: 0;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 505px to 1024. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 505px) {

.gridContainer {
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 100%;
	display: block;
	margin-left: 0;
	position: static;
	height: auto;
}
.workContainer {
}
#div2 {
	display: block;
}
#div3 {
	width: 100%;
	display: block;
	margin-left: 0;
	position: static;
	height: auto;
}
#div4 {
	width: 100%;
	display: none;
	position: static;
	height: auto;
	margin-left: 0;
}
.projectContainer {
	width: 100%;
}
.videoWrapper {
}
.videoWrapper iframe {
}
.pageTitle {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.bodyText {
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
}
.bioText {
	width: 97%;
	clear: none;
	margin-left: 1.6949%;
	padding-right: 20px;
	padding-bottom: 2%;
	line-height: 170%;
}
.top {
	display: block;
	max-height: 50px;
}
.topLinks {
}
.linkSystem {
}
.project {
}
.projectInfo {
	clear: none;
	margin-left: 0;
	width: 100%;
}
.projectImage {
	width: 48.7179%;
	margin-left: 0;
	clear: both;
}
.projectInfoText {
	width: 47%;
	margin-left: 2%;
	clear: none;
}
.bioInfo {
	clear: none;
	margin-left: 0;
	width: 100%;
}
.bioImage {
	width: 48.7179%;
	margin-left: 0;
	clear: both;
}
.bioInfoText {
	width: 48.7179%;
	margin-left: 1%;
	line-height: 170%;
	clear: none;
}
.roles {
	display: none;
}
.bioBanner {
	width: 100%;
}
.bioTitle {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.bioWrapper {
}
.workNav {
}
.workNavSystem {
}
.workNavItem {
width: 100%;
}
.projectImageTall {
width: 30%;
}
.projectInfoTallText {
width: 65%;
clear: none;
margin-left: 5%;
}
.indexRoles {
	width: 100%;
}
.indexRoleItem {
width: 32%;
clear: none;
margin-left: 2%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 1025px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {

.gridContainer {
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	max-width: 1200px;
}
#div1 {
	width: 100%;
	display: inline-block;
	position: static;
	height: auto;
	margin-left: 0;
}
.workContainer {
}
#div2 {
}
#div4 {
	width: 100%;
	display: none;
	position: static;
	height: auto;
	margin-left: 0;
}
.bioContainer {
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	max-width: 840px;
}
.videoWrapper {
	max-width: 800px;
	height: auto;
}
.videoWrapper iframe {
}
.videoWrapper4x3 {
	margin-left: 1.6949%;
	width: 50%;
	max-width: 800px;
	padding-top: 15px;
	clear: none;
}
.pageTitle {
	clear: none;
	width: 32.2033%;
}
.bodyText {
	width: 66.1016%;
	margin-left: 1%;
	clear: left;
}
.bioText {
	width: 97%;
	clear: none;
	margin-left: 1.6949%;
	padding-right: 20px;
	padding-bottom: 2%;
	line-height: 170%;
}
.top {
	display: block;
	max-height: 50px;
}
.topLinks {
}
.linkSystem {
}
.projectInfo {
	margin-left: 1.6949%;
	clear: none;
	width: 66.1016%;
}
.project {
	max-width: 800px;
}
.projectImage {
	width: 48.7179%;
	margin-left: 0%;
	clear: both;
}
.projectInfoText {
	width: 47%;
	margin-left: 2%;
	clear: none;
}
.bioInfo {
	margin-left: 1.6949%;
	clear: none;
	width: 98%;
	padding-bottom: 2%;
}
.bioImage {
	width: 48.7179%;
	margin-left: 0;
	clear: both;
}
.bioInfoText {
	width: 48.7179%;
	margin-left: 1%;
	margin-right: 1%;
	line-height: 170%;
	clear: none;
}
.roles {
	width: 66.1016%;
	margin-left: 10px;
	display: inline;
	float: left;
	clear: left;
}
.bioWrapper {
	max-width: 840px;
	padding-top: 20px;
}
.bioBanner {
	margin-left: 18px;
}
.bioTitle {
	max-width: 840px;
	margin-left: 0;
	clear: none;
}
.workNav {
}
.workNavSystem {
}
.workNavItem {
}
.projectImageTall {
width: 35.8974%;
}
.projectInfoTallText {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
}
.indexRoles {
	margin-left: 0;
	width: 32.2033%;
	display: inline-block;
	float: right;
	clear: left;
}
.indexRoleItem {
	width: 100%;
	margin-left: 5.2631%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
