﻿/*
	For: Davis Architects
	Author: Rob Sutherland / FitzMartin, Inc.
	Created: 2006-02
	Modified: 2008-12 by Rob Sutherland
		small changes, few classes added
*/


body {
	color: #7c7c7c;
	font: .8em/1.4em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Sans-Serif;
	margin-top: 5px;
	text-align: center;
}

a {
	border: 0;
	color: #b33;
	text-decoration: none;
}

a:hover {
	color: #b00;
	text-decoration: underline;
}

img { border: 0; }

/*
	= structure
*/

#wrapper {
	background: #e7e7d0 url(../skins/page-bg.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #cbcba4;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 725px;
}

#innerwrapper   /* needed to add the stripes on top of gradient */
{
	background: transparent url(../skins/stripes-bg.gif) 100% 0 repeat-y;
}

body.hasscroll #innerwrapper {
	padding-top: 265px;
}

#header {
	margin: 0 auto;
	height: 57px;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 20px;
	position: relative;
}

#contentcontainer {
	padding: 10px 0;
	position: relative;
}

body.homepage #contentcontainer {
	background: transparent url(../skins/bottom-shadow-light.png) 0 0 repeat-x;
	border-top: 2px solid #b33;
	padding-left: 310px;
	padding-bottom: 50px;
}

* html body.homepage #contentcontainer {
	background-image: url(../skins/content-bg-ie.gif);
	background-position: 0 0px;
}

#footer {
	background: transparent url(../skins/bottom-shadow-light.png) 0 0 repeat-x;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 725px;
}

* html #footer {
	background-image: url(../skins/footer-bg-ie.gif); 
	background-position: 0 -2px;
}

/*
	= Content
*/

.loadingbg {
	background-image: url(../skins/loadingimage.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#maincontent
{
	padding: 15px 30px 15px 20px;
}

body.homepage #maincontent {
	width: 340px;
}

body.homepage #maincontent p {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}

* html body.homepage #maincontent p {
	margin-top: -1em;
}

.logoanim {
	position: absolute;
	left: 0;
	top: 50px;
}

* html .logoanim {
	left: -310px;
}

.sub-image-content {
	padding: 1.5em;
}

.content {
	background-color: #fff;
}

.border {
	border-bottom: 3px solid #b00;
}

.fake3d {
	border-right: 1px solid #cbcba4;
	border-bottom: 1px solid #cbcba4;
}

/*
	= Text Content
*/

#textcontent {
	float: left;
	width: 220px;
	padding: 5px 15px 20px 15px;
}

* html #textcontent {
	padding-right: 10px;
}

body.greenpage #textcontent {
	margin-left: 10px;
	width: 350px;
}

#MoreExperienceLink,
#overview a.backtolink,
#textcontent a.backtolink {
	background: transparent url(../skins/arrow-nw.gif) 0 50% no-repeat;
	font-size: 11px;
	padding-left: 15px;
	color: #ba8;
}

#textcontent h2 {
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	margin: 12px 0 0 0;
}

#textcontent h2 small {
	font-size: 13px;
}

#textcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 3px 0 17px 0;
}

#textcontent blockquote {
	color: #000;
	font-style: italic;
	margin: 0;
	padding: 0;
}

#textcontent blockquote .hd {
	color: #7c7c7c;
	font-style: normal;
}

#textcontent blockquote em {
	font-style: normal;
}

/*
	= Images
*/


#images {
	margin-left: 10px;
	float: left;
	width: 445px;
	margin-right: 10px;
}

* html #images {
	margin-left: 5px;
}

body.greenpage #lists {
	margin-left: 10px;
	float: left;
	width: 300px;
}

body.greenpage #projectlist, body.greenpage #teamlist {
	padding: 1px 10px 10px 10px;
}

#teamlist ul, #stafflist ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#teamlist li, #stafflist li {margin: 0 0 .3em 0; }

body.greenpage #projectlist {
	margin-bottom: 15px;
}

body.greenpage #stafflist {padding-left: 25px; }

body.greenpage #lists h3 {font-size: 1.1em; }


#mainimage {
	width: 435px;
	height: 290px;
	border: 1px solid #ddc;
	padding: 5px;
}

#thumbnails {
	background: transparent url(../skins/bottom-shadow-light2.png) 0 0 repeat-x;
	padding-top: 10px;
}

* html #thumbnails {
	background-image: url(../skins/content-bg-ie.gif);
}

#thumbnails .thumb {
	float: left;
	margin-right: 11px;
	padding-top: 11px;
}

#thumbnails .t1 {
	background: transparent url(../skins/marker-red.gif) 50% 0 no-repeat;
}

#thumbnails .thumb a {
	background: transparent url(../skins/marker-red2.gif) 0 -50px repeat-x;
	display: block;
	padding-bottom: 8px;
	height: 78px;
	overflow: hidden;
	float: left;
}

#thumbnails .thumb a:hover {
	background-position: 0 100%;
}

#thumbnails .t1 a,
#thumbnails .t1 a:hover {
	background: transparent none 0 100% repeat-x;
}

/*
	= Staff 
*/

#staffcontainer {
	width: 445px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#staffimages {
	width: 435px;
	padding: 5px;
	height: 580px;
	overflow: hidden;
	line-height: 0;
}

#staffimages img {
	margin: 0 3px 3px 0;
	padding: 0;
}

/*
#staffimages a:hover img {
	margin: 0 0px 0px 0;
	border-right: 2px solid #b33;
	border-bottom: 2px solid #b33;
	border-left: 1px solid #b33;
	border-top: 1px solid #b33;
	position: relative;
	left: -1px;
	top: -1px;
}*/

#stafflist {
	clear: both;
	padding-left: 10px;
}

#stafflist h4 {
	font-size: 1em;
	margin: 1.5em 0 1em 0;
}

#stafflist p {
	float: left;
	line-height: 1.7em;
	margin-bottom: .5em;
	margin-right: 1px;
	padding-right: 1px;
	width: 130px;
}

.sub {
	font-size: .9em;
	margin: 1em 0 0 0;
	padding: 0 70px 20px 20px;
}

/*
	= Timeline
*/

#timeline {
	margin: 1.5em 0 1em 0;
	padding-left: 20px;
	line-height: 1.7em;
}

#timeline strong {
	display: block;
	float: left;
	width: 5em;
}

/*
	= Overview
*/

#overview {
	margin: 0 0 20px 0;
	padding: 0 125px 0 25px;
}

#overview a.backtolink {
	font-size: 1em;
}

#overview h2 {
	margin: 7px 0 11px 0;
	font-weight: normal;
}

#overview h2 strong {
	color: #000;
	font-weight: normal;
}



#featureimage {
	float: left;
	margin-left: 25px;
	margin-right: 20px;
	width: 235px;
}

* html #featureimage {
	margin-left: 12px;
}

#featureimage .imagelabel {
	text-align: right;
}

#otherfeaturescontainer {
	float: left;
	width: 420px;
}

.features {
	padding: 10px 20px;
}

.features h3 {
	color: #ba8;
	font-size: 1em;
	margin: 0 0 7px 0;
}

.features .feature {
	border-top: 1px solid #cbcba4;
	padding: 7px 0 7px 0;
	clear: both;
}

.categorylist {
	border-top: 1px solid #cbcba4;
	padding: 7px 0 0 0 ;
}

.category a {
	padding-left: 0px;
	margin-right: 10px;
	display: block;
	margin-bottom: 1em;
}

.category a:hover {
}

.feature a {
	background: transparent url(../skins/arrow-e-rev.png) 100% 50% no-repeat;
	display: block;
	padding: 10px 20px 10px 10px;
}

* html .feature a {
	background-image: none;
}

.feature a:hover {
	background-color: #b33;
	color: #fff;
	text-decoration: none;
}

* html .feature a:hover {
	background-image: url(../skins/arrow-e-rev.gif);
}

.feature a img {
	border: 1px solid #cbcba4;
}

.feature a span {
	display: block;
	width: 230px;
	margin-right: 40px;
	float: right;
	padding-top: 4px;
}

* html .feature a span {
	margin-right: 20px;
}

body.greenpage .feature a span {
	font-size: .8em;*font-size: .75em;
	padding-top: 2px;
	width: 130px;
}

#subfeatures {
	padding: 10px 20px;
	line-height: 1.7em;
}

#subfeatures .more {
	background: transparent url(../skins/arrow-s.gif) 100% 70% no-repeat;
	padding-right: 15px;
}

#subfeatures .less {
	background: transparent url(../skins/arrow-n.gif) 100% 70% no-repeat;
	padding-right: 15px;
}

#subfeatures #op {
	/*height: 0px;
	overflow: hidden;*/
}


/*
	= Header / Primary Navigation
*/


#header h1 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 55px;
	margin: 0 0 0 2em;
	padding: 0;
}

h1.logo a {
	display: block;
	width: 30%;
	background: transparent url(../imgs/davis-logo-small.gif) 0 50% no-repeat;
	text-decoration: none;
	border: 0;
}

h1.logo a span { visibility: hidden; }

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-size: 11px;
}

#header ul#nav {
	position: absolute;
	right: 6px;
	top: 0px;
	width: 474px;
	/*border: 1px solid #000;*/
}


ul#nav li {
	display: block;
	float: right;
	margin-right: 3px;
}

ul#nav a,
#header .secondarynav a {
	color: #b33;
	background: #fff url(../skins/nav-bg.jpg) 0 100% repeat-x;
	border-bottom: 1px solid #cca;
	display: block;
	padding: 9px 15px 5px 15px;
}

ul#nav a:hover {
	border-bottom-color: #900;
	color: #900;
	text-decoration: none;
}

#header .secondarynav {
	background-color: #f6f6ef;
	position: absolute;
	top: 28px;
	border-bottom: 1px solid #cca;
	font-size: 11px;
	overflow: hidden;
	height: 28px;
}

#header .secondarynav a {
	background-image: none;
	border-left: 1px solid #cca;
	border-right: 1px solid #cca;
}

#header .secondarynav a#CurrentSection {
	background-image: url(../skins/nav-bg.jpg);
}

#header .secondarynav span {
	display: none;
}

#header .secondarynav span.ddarrow {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	background: transparent url(../skins/arrow-dropdown.gif) 0 0 no-repeat;
	width: 25px;
	height: 20px;
}

#header .expnav {
	background-color: #efefdf;
	border: 1px solid #cca;
	border-top-width: 2px;
	border-bottom-width: 3px;
	display: block;
	line-height: 1.9em;
	padding: 5px 5px 5px 15px;
}

#header .expnav a {
	border: 0;
	background: transparent none repeat-x 0 0;
	display: inline;
	padding: 0 0;
	margin: 0;
	text-decoration: underline;
}

#header .expnav a:hover {
	text-decoration: none;
}

#header .expnav a.backtolink {
	background: transparent url(../skins/arrow-nw.gif) 0 50% no-repeat;
	font-size: 11px;
	padding-left: 15px;
}

#experiencenav {
	right: 8px;
	width: 232px;
}

#aboutnav {
	right: 8px;
	width: 140px;
}

* html #experiencenav { right: 12px; width: 231px; }
* html #aboutnav { right: 12px; width: 139px; } 

#header #ShowMoreProjectsLink {
	border-top: 1px solid #ddb;
}

body.experiencepage a.experiencelink,
body.experiencepage a.experiencelink:hover {
	background-image: none;
	color: #630 ! important;
	border-bottom-style: dashed ! important;
	border-left: 1px solid #cca;
	cursor: default;
}

body.contactpage a.contactlink,
body.contactpage a.contactlink:hover {
	background-image: none;
	color: #630 !important;
	border-bottom-style: solid !important;
	border-bottom-color: #000 !important;
	border-left: 1px solid #cca;
	cursor: default;
}

body.aboutpage a.aboutlink,
body.aboutpage a.aboutlink:hover {
	background-image: none;
	color: #630 !important;
	border-bottom-style: dashed !important;
	border-left: 1px solid #cca;
	cursor: default;
}

/*body.contactpage #textcontent,*/
body.aboutpage #textcontent {
	height: 275px;
}

body.biopage #textcontent {
	height: auto;
}

/* 
	= Green popup
*/

#green {
	bottom: 0;
	display: block;
	position: fixed;
	right: 20px;
	width: 350px;
	height: 200px;
}

#green .hot {
	display: block;
	font-size: .9em;
	line-height: 1.3;
	position: absolute;
	width: 250px;
	height: 100px;
	right: 10px;
	overflow: hidden;
	bottom: 0;
}

#green .q {
	background: transparent url(../skins/quote-bottom.gif) 0 100% no-repeat;
	display: none;
	padding: 0 0 22px 0;
	position: absolute;
	right: 120px;
	bottom: 30px;
	text-align: left;
	width: 210px;
}

#green .qinner {
	background: transparent url(../skins/quote-top.gif) 0 0 no-repeat;
	padding: 15px 30px 0px 15px;
	position: relative;
	left: 1px;
}

#green p {
	color: #999;
	margin: 0 0 .7em 0;
}

#green strong {
	color: #0c0;
}

/*
	= Footer
*/

address {
	display: block;
	font-size: .8em;
	font-style: normal;
	line-height: 1.5em;
	padding: 10px 0 0 15px;
}

#footer address {
	float: left;
	width: 300px;
	padding-bottom: 1.5em;
}

/*
	= Scrolling Images
*/

#indicator {
	/*background: transparent url(../skins/indicator-left.png) 0 0 no-repeat;*/
	background: transparent url(../skins/indicator-left-legacy.gif) 0 55% no-repeat;
	border-right: 2px solid #b33;
	cursor: pointer;
	text-align: left;
	padding-left: 12px;
	position: absolute;
	visibility: hidden;
	width: 300px;
	height: 50px;
}

#indicator h3 { margin-bottom: 0; padding-bottom: 0; line-height: 1em; }
#indicator span.client { display: block; margin-bottom: 4px; margin-top: -4px; height: 1em; }


#indicator div {
	/*background: transparent url(../skins/indicator-left2.png) 100% 0 no-repeat;*/
	background: #fff;
	padding: 8px 15px 8px 10px;
	height: 34px;
}


#indicator.right {
	/*background: transparent url(../skins/indicator-right.png) 100% 0 no-repeat;*/
	background: transparent url(../skins/indicator-right-legacy.gif) 100% 55% no-repeat;
	border-right-width: 0;
	border-left: 2px solid #b33;
	padding-left: 0;
	padding-right: 12px;
	text-align: left;
}

#indicator.right div {
	/*background: transparent url(../skins/indicator-right2.png) 0 0 no-repeat;*/
	background: #fff;
}

/*
* html #indicator { background-image: none; border: 1px solid #b33; background: #fff; }
* html #indicator div { background-image: none; } 
* html #indicator.right { background-image: none; background-color: #fff; } 
* html #indicator.right div { background-image: none; } 
*/


#indicator h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .0em;
	margin: 0 0 .4em 0;

}

#indicator h3 span {
	color: #999;
	font-size: .9em;
	font-weight: normal;
}

#indicator h3 a,
#indicator h3 a:hover { color: #000; }

#indicator h3 a span, 
#indicator h3 a:hover span { color: #999; }

#indicator a { color: #33f; }

#indicator a:hover {
	color: #00f;
	text-decoration: none;
}

#scroll {
	background: #fff;
	height: 225px;
	left: 0;
	overflow: hidden;
	padding: 5px 0;
	position: absolute;
	width: 100%;
	text-align: left;
	top: 35px;
}

#scroll #projects {
	position: relative;
	left: -10px;
	width: 5770px;
	height: 225px;
	overflow: hidden;
	white-space: nowrap;
}

#scroll .proj {
	border-right: 2px solid #fff;
	cursor: pointer;
	float: left;
	height: 250px;
	overflow: hidden;
	position: relative;
}

#scroll .proj a, 
#scroll .proj a:visited, 
#scroll .proj a:hover {
	border: 0;
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

#scroll .proj img {
}

#scroll .proj .lbl {
	background: #fff;
	bottom: 20px;
	height: 40px;
	position: absolute;
	right: 5px;
}

#scroll .proj .lbl a {
	border-right: 3px solid #000;
	display: block;
	padding: 5px 10px;
}

#scroll .proj .desc {
	display: none;
}

/* for testing purposes */
#scroll #p1 { background-color: #f93; }
#scroll #p2 { background-color: #bbd; }
#scroll #p3 { background-color: #99a; }
#scroll #p4 { background-color: #aab; }
#scroll #p5 { background-color: #779; }
#scroll #p6 { background-color: #bbd; }
#scroll #p7 { background-color: #88a; }
#scroll #p8 { background-color: #779; }
