@charset "UTF-8";
@import "/css/reset.css";
/*
------------------------------
Links 
------------------------------*/
a, a:link, a:hover, a:visited {
	color:#777;
	text-decoration:none;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
/* 
------------------------------
Main containers 
------------------------------*/

div#page-container {
	width:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page*/
	text-align: left; /* this overrides the text-align: center on the body element.*/
}
/* 
------------------------------
Masthead
------------------------------*/

div#masthead {
	width:92%;
	padding: 14px 4%;
	overflow:hidden;
	background-color:black;
	min-width: 860px;
	background-image:url(/images/bg_masthead.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
div#masthead div#identity {
	float:left;
}
div#masthead div#identity a {
	color: white;
	text-decoration:none;
}
div#masthead div#identity span {
	font-size: 85%;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
div#masthead div#identity span span{
	font-size: 100%;
	
	
	letter-spacing: 5px;
	font-style:italic;
	padding: 0 .7em 0 0;
}
div#masthead div#contact-info {
	font-size: 85%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	float:right;
}
div#masthead div#contact-info ul {
}
div#masthead div#contact-info ul li {
	float:left;
	padding: 0 .5em;
	border-left: 1px solid #444;
}
div#masthead div#contact-info ul li span {
	color:#999;
}
div#masthead div#contact-info ul li.first {
	float:left;
	padding: 0 .5em;
	border-left: none;
}
div#masthead div#contact-info ul li#phone {
}
div#masthead div#contact-info ul li#email {
}
div#masthead div#contact-info ul li#email a {
	color:#fff;
}
div#masthead div#contact-info ul#address {
}
div#masthead div#contact-info ul#address li {
}
div#masthead div#contact-info ul#address li#street {
}
div#masthead div#contact-info ul#address li#city-state-zip {
}
/* 
------------------------------
Primary Nav 
------------------------------*/

div#primary-nav {
	width:92%;
	padding: 0 4% 0 4%;
	overflow:hidden;
	background-color:#7E8E95;
	min-width: 860px;
	/*
	background-image:url(/images/bg_2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	*/
}
div#primary-nav ul {
}
div#primary-nav ul li {
	float:left;
	/*padding: 0 0 0 1.5em;*/
	font-size: 85%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	display:block;
	margin-left: 1.5em;
}
div#primary-nav ul li.first {
	margin-left: 0;
}
div#primary-nav ul li a {
	display:block;
	background-color:transparent;
	padding: 1.2em 0 1.2em 0;
	color: #E1E1DB;
}
div#primary-nav ul li a:hover {
	display:block;
}
div#primary-nav ul li.selected {
	color: white;
}
div#primary-nav ul li.selected a {
	color: white;
	display:block;
	background-image:url(../images/carrat.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
}
div#primary-nav ul li.selected a:hover {
	color: white;
	text-decoration: none;
}
div#primary-nav ul#internal {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing: 1px;
}
div#primary-nav ul#external {
	float:right;
	padding-right: .5em;
}
span.note{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:oblique;
}


  div.preview a:link div{display: none;}
  div.preview a:visited div{display: none;}
  div.preview a:hover div {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:220;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 10px/12px verdana;
  color: #000;
  text-align:left;
  display: block;}


/* 
------------------------------
Content
------------------------------*/

div#content-container-wrapper {
	width:100%;
	text-align:center;
	background-color:#ECECEC;
}
div#content-container {
	width:790px;
	padding: 20px;
	overflow:hidden;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page*/
	text-align: left; /* this overrides the text-align: center on the body element.*/
}
/* 
------------------------------
Projects
------------------------------*/

div.project {
	border-top: 4px solid #111;
	padding: 10px 0 15px 0;
}
div.project div.screen {
	text-align:center;
}
div.project div.screen img {
	border: none;
	padding: 0 0 0 0;
}
div.project div.description {
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
}
div.project div.description h3 {
	font-size: 93%;
	color: white;
	padding: 0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
}
div.project div.description h3 span {
	color: white;
	padding: 0 .5em;
}
div.project div.description p {
	font-size: 85%;
	color:#666;
}
div#project-footer {
	text-align:center;
	font-size: 85%;
	letter-spacing: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	text-transform:uppercase;
}
/* 
------------------------------
Footer
------------------------------*/

div#footer {
	width:92%;
	padding: 14px 4%;
	overflow:hidden;
	background-color:black;
	text-align:center;
	font-size: 85%;
	letter-spacing: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
}
/* 
------------------------------
Home/Work Page
------------------------------*/
body.home {
}
body.home h1 {
	display:none;
}
body.home div#content-container-wrapper {
	/*
	background-image:url(../images/cloud-back.gif);
	background-position: top left;
	background-repeat:repeat-x;
	color:#DBDBD2;
	background-color:#E1E1DB
	background-color:#dcdcdc
	
	background-color:#F0F0EE;*/
	
	background-image:url(../images/bg_7.gif);
	background-position: top left;
	background-repeat:repeat-x;
	background-color:#dcdcdc;
}


body.home div.project-wrapper {
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	margin: 10px 0;
	padding: 12px;
	background-color:#fff;
}
body.home div.project {
	border-top: 3px solid #E4E4E4;
	border-left: 3px solid #E4E4E4;
	border-bottom: 3px solid #E4E4E4;
	border-right: 3px solid #E4E4E4;
	padding: 10px 15px 15px 15px;
	background-color: #fff;
}
body.home div.first {
	margin-top: 0;
}
body.home div.project div.screen {
}
body.home div.project div.screen img {
	border: 1px solid #666;
}
body.home div.project div.description {
	padding: 10px 0 20px 0;
	margin: 0 0 0 0;
	text-align:left;
	width:100%;
	overflow:hidden;
}
body.home div.project div.description h3 {
	font-size: 93%;
	color: #666;
	width:240px;
	padding: 0 0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float:left;
	background-image:url(../images/box-icon.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
body.home div.project div.description p {
	border-left: 1px dotted #ccc;
	padding: 0 0 0 10px;
	margin: 0;
	float:right;
	line-height: 1.6em;
	width:460px;
	color:#999;
}
body.home div#primary-nav ul li.selected a {
	
	background-image:url(../images/carrat.gif);
	
}
div.project-nav{
	width: 790px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	
	overflow: hidden;
}
div.project-nav a.project-next{
	width: 370px;
	text-align: left;
	float: right;
	padding: 4px 10px;
	display: block;
	margin: 0 0 0 3px;
}

div.project-nav a.project-previous {
	width: 370px;
	text-align: right;
	float: left;
	padding: 4px 10px;
	display: block;
	
	
}



div.project-nav a, div.project-nav a:link, div.project-nav a:visited {
	color:#777;
	text-decoration:none;
}
div.project-nav a:hover{
	background-color:#777;
	text-decoration:none;
	color: white;
	
}


.custom-hover{
	cursor:pointer;
}

/* 
------------------------------
Renderings Page
------------------------------*/
body.renderings h1 {
	display:none;
}
body.renderings div#content-container-wrapper {
}
body.renderings div#content-container {
	background-color:#F0F0F0;
	width: 100%;
}
body.renderings div.project {
	margin: 10px 0;
	padding: 14px 10px 10px 10px;
	border:0;
	float:left;
	height: 400px;
}
body.renderings div.project div.screen {
}
body.renderings div.project div.screen img {
	border: 10px solid #D5D5D5;
}
body.renderings div.project div.description {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	overflow:hidden;
}
body.renderings div.first {
	margin: 0;
	border: none;
}
body.renderings div#project-footer {
	clear:both;
}
/* 
------------------------------
Photography Page
------------------------------*/
body.photography h1 {
	display:none;
}
body.photography div#content-container-wrapper {
	width: 100%;
}
body.photography div#content-container {
	background-color:#222;
	margin-top: 20px;
	margin-bottom: 20px;
}
body.photography div.project {
	margin: 10px 0;
	padding: 14px 10px 10px 10px;
	border:0;
}
body.photography div.project div.screen {
}
body.photography div.project div.screen img {
	border: 60px solid black;
}
body.photography div.project div.description {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	overflow:hidden;
}
body.photography div.first {
	padding-top:50px;
	margin: 0;
	border: none;
}
body.photography div#project-footer {
	color: #555;
}
body.photography div#primary-nav ul li.selected a {
	
	background-image:url(../images/carrat-2.gif);
	
}
/* 
------------------------------
General Page
------------------------------*/
body.general h1 {
	font-size: 120%;
	color: #666;

	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding: 0 0 12px 0;
}
body.general div#content-container-wrapper {
	width:100%;
	text-align:center;
	background-color:#ECECEC;
}
body.general div#content-container {
	width:780px;
	padding: 4%;
	overflow:hidden;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element.*/
	min-height:550px;
}
body.general h3 {
	font-size: 93%;
	color: #666;

	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
body.general p {
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	line-height: 1.6em;
	color:#999;
}

/* 
------------------------------
UX Page
------------------------------*/
div.expanded-view{
		 width: 1390px!important;
		 overflow:hidden;
}