/************************************************

SWATCHES:
Bright Orange:	#fe6615
Dark Grey:		#747474
Light Grey:		#bebebe

LINKS
Link:			#1c92d4
Active:
Focus:
Hover:
Visited:


*************************************************/

@import url("reset.css");

/*** Page Layout ***/

#outerWrapper,
#footer {
	margin: auto;
	width: 964px;
}

.mainBodyRatio {
	width: 62%;
}

.secondBodyRatio {
	width: 38%;
}

#bodyWrapper {
	margin-top: 20px;
	width: 100%;
}

.bodyContentWrapper {
	float: left;
}

#contextWrapper {
	float: left;
}

/*** Global Styles ***/
* {
	
}

a:link {
	color: #1c92d4;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

a:focus {
}

.accessible {
	position: absolute;
	left: -16000px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.clearAll {
	float: none;
	clear: both;
}


/*** Header Styles ***/
#header {
	color: #fff;
	background: #000 url("img/headerBG.gif") repeat-x bottom left;
}

#headerLogo {
	float: left;
	margin: 20px;
	border-right: 1px solid #888;
	padding-right: 10px;
}

#header h1 {
	letter-spacing: -0.06em;
	font-size: 2.1em;
	line-height: 0.75em;
	padding-top: 28px;	
	font-weight: normal;
}

p#headerTagLine {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 0.6em;
	display: block;
	float: none;
	margin: 4px 0px 0px 4px;
	font-family: Arial, sans-serif;
}

ul#primaryNav {
	background: #000;
	width: 100%;	
	padding: 8px 0em;	
	overflow: show;
	z-index: 1;
}

ul#primaryNav li {
	display: inline;	
	padding: 0 2em;
	letter-spacing: -0.05em;
	border-right: 1px solid #888;
}

ul#primaryNav li a {

}

ul#primaryNav li a:link,
ul#primaryNav li a:visited {
	color: #fff;	
}

ul#primaryNav li a:hover {
	color: #ddd;
}

ul#primaryNav li a.selected {
	background: url("img/primaryNavSelectedBG.gif") no-repeat bottom center;
	padding-bottom: 14px;
}

ul#primarySubNav {
	padding: 18px 0px 0px 0px;
	height: 1.3em;
	font-size: 0.7em;
	letter-spacing: -0.02em;
	/* background: #fff url(img/footerBG.gif) repeat-x bottom left; */
	background: #ededed;
	border-bottom: 1px solid #ddd;
}

ul#primarySubNav li {
	display: inline;
	float: left;
	padding: 0em 0.5em;
	border-right: 1px solid #ddd;
}

ul#primarySubNav li a {
	padding: 6px 6px 4px 6px;
}

ul#primarySubNav li a.selected {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #000;
}


/** Portfolio Styles **/
div.portfolioSample {
	float: none;
	clear: both;
	margin-top:10px;
	padding-top:10px;
	border-top: 1px dashed #ddd;
	
}

ul#clientList  {
	margin: 0px;
	padding: 0px;
}

ul#clientList li {
	display: inline;
}

div.portfolioSample h4 {
		font-weight: normal;
		color: #FE6615;
}

div.portfolioSample p a {
}

div.portfolioSample img {
	border: 1px solid #ddd;
	padding: 6px;
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
}

div.portfolioSample img a:link,
div.portfolioSample img a:visited {
	
}

div.portfolioSample img a:hover {
	
}

div.portfolioSample p.dateRange {
font-size:0.65em;
letter-spacing:0.2em;
margin-bottom:0;
text-transform:uppercase;
}


/*** Body Content Styles ***/


/*** Big statement appearing on lower-right ***/

#bigStatement {	
	letter-spacing: -0.2em;	
	text-align: right;
	padding-top: 30px;
	float: left;
	/* height: 500px; */

}

#bigStatement big {
	font-size: 3.4em;
}

#bigStatement p a {
	margin-top: 1em;
	line-height: 2em;
	font-size: 2.2em;
	word-spacing: 0.1em;
}

.bodyContentWrapper h2 {
	font-family: "Palatino Linotype", Georgia, Times, serif;
	letter-spacing: -0.06em;
	font-size: 3.4em;
	line-height: 1.8em;
	color: #fe6615;
	font-weight: normal;
}

.bodyContentWrapper h3 {
	font-family: "Palatino Linotype", Georgia, Times, serif;
	letter-spacing: -0.06em;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 2.2em;
	margin-bottom: 0.3em;
	color: #888;
	clear:both;
}

.bodyContentWrapper p,
.bodyContentWrapper ul {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin-bottom: 0.9em;
	line-height: 1.35em;		
}

.bodyContentWrapper .portfolioSample p {
	margin-top: 0.6em;
	margin-bottom: 0em;
}

.bodyContentWrapper ul {
	margin-left: 2em;
}

.bodyContentWrapper ul li {
	list-style: disc;
}

.bodyContentWrapper h4 {
	font-weight: bold;
	font-size: 1.2em;
}

#blogContentWrapper:after {
	content: "TEH END";
}

#blogContentWrapper > p:first-child {
	font-size: 1em;
}

#blogContentWrapper > p:first-child:first-line {
	font-size: 1.1em;
	font-weight: bold;
}

#blogContentWrapper > p:first-child:first-letter {
	font-family: "Palatino Linotype", Georgia, Times, serif;
	background: #000;
	color: #fff;
	font-size:3em;
	margin-right:0.1em;
padding:0.1em 0em 0.4em 0.4em;
	float:left;
}


#blogContentWrapper q {
	width: 8em;
	padding: 1em;
	margin-left: 1em;
	float: right;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#blogContentWrapper q p:first-child {
}

#blogContentWrapper q p:first-child:first-line {
}

#blogContentWrapper q p:first-child:first-letter {
}

#blogContentWrapper q p:before,
#blogContentWrapper q p:after {
	content:"...";
}

#blogContentWrapper q p {
	text-align: right;
	text-transform: lowercase;
	font-size: 1.2em !important;
	color: #fe6615 !important;
	font-family: "Palatino Linotype", Georgia, Times, serif;
	font-style: normal;
}

#blogContentWrapper q strong {
	font-style: italic;
}

#blogContentWrapper ul {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

#blogContentWrapper ul li {
		line-height: 1.35em;
}

/*** Homepage-Specific Styles ***/

#quotesWrapper {
	float: left;
}

.quoteWrapper {
	background: #FF9C08 url(img/bigquoteBG.gif) no-repeat 20px 20px;
	/* background-color: #fe6615; */
	height: 10em;
	text-align: right;
	padding: 30px 2% 20px 2%;
	width: 28%;
	margin-right: 1%;
	float: left;
}

.quoteWrapper q:before {	
}

.quoteWrapper q  {	
	font-size: 1em;
	letter-spacing: -0.05em;
	color: #fff;
	z-index: 2;
	position: relative;
	left: 0;
}

.quoteWrapper q:before {
	/* content:"<span class=\"quoteOpen\">&quot;</span>"; */
	/* content: "“"; */
	/* content: "\"";*/
	/*
	content: open-quote;
	
	position: relative;
	z-index: 0;
	font-size: 4.2em;	
	*/
	content: "..."; 
}

.quoteWrapper q:after {
	content: " ”";
}

.quoteWrapper q strong{
	font-size: 1.45em;
	font-weight: normal;
}

.quoteWrapper q {
	margin-bottom: 1em;
}

.quoteWrapper cite {	
	font-size: 0.85em;
	letter-spacing: -0.03em;
	color: #000;
	position: relative;
	bottom: 0px;
	right: 0px;
	text-decoration: none;
	font-style: normal;
	display: block;
	margin-top: 1em;
}

.quoteWrapper cite a:link,
.quoteWrapper cite a:visited {
	color: #444;	
}

.quoteWrapper cite a:hover {
	color: #ddd;
}


/*** Footer Styles ***/

#footerWrapper {
	background: url("img/footerBG.gif") repeat-x top left;
	padding-top: 40px;
	margin-top: 30px;
}

#footer h2 {
	text-transform: uppercase;
	font-size: 0.6em;
	color: #888;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

.recentItems {
	float: left;
	padding: 0px 2% 20px 2%;
	width: 28%;
	margin-right: 1%;
}

.recentItems ul li {
	border-bottom: 1px solid #ddd;
	line-height: 1.6em;
	font-size: 0.9em;
}

.recentItems ul li a:link{
	color: #888;
}

.recentItems ul li a:visited{
	color: #aaa;
}


#recentBooks.recentItems {
	margin-right: 0%;
	padding: 0%;
	width: 38%;
}

#recentBooks {
}

#recentBooks ul li {
	display: inline;
	float: left;
	margin-right: 4px;
	border-bottom: none;
}

#recentBooks ul li img {
	height: 60px;
	width: 60px;
	padding: 2px;
	border: 1px solid #888;
}

#footer ul li a:link img,
#footer ul li a:visited img {
	opacity: 0.5;
}

#footer ul li a:hover img {
	opacity: 1;
}

.recentItems h3 {
	font-size: 1.2em;
	letter-spacing: -0.05em;
	line-height: 1.8em;
	color: #fe6615;
	font-weight: normal;
}

.recentItems p  {
	font-size: 0.7em;
	margin-top: 0.9em;
}

.recentItems p:hover:after {
		content: "»";
		color: black;
		text-decoration: none;
}

.recentItems p:after {
	/* content: "»"; */
}

#footerFinal {
	margin-top: 20px;
	margin-bottom: 20px;
}

#footerFinal ul li {
	display: inline;
	margin-left: 20px;
}

#footerCorporate {
	text-transform: uppercase;
	font-size: 0.6em;
	color: #888;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-top: 2em;
	text-align: center;
}



		#labWarning {
			border: 3px solid orange;
			background-color: yellow;
			padding: 1em;
		}
		
		body.lab #outerWrapper{
			background: url("img/labglass.jpg") no-repeat bottom right;
			padding-bottom: 250px;
		}
		
		
div.vcard {
	background:#F0F0F0 none repeat scroll 0 0;
border:1px solid #DDDDDD;
display:table-cell;
padding:8px 20px 8px 8px;
}	

div.vcard img {
background:#FFFFFF none repeat scroll 0 0;
float:left;
margin:4px;
padding:6px;
}

div.vcard h3 {
	font-size: 2em;
	line-height: 1.25em;
	font-weight: normal;
}

div.vcard .url {
}

div.vcard .fn {
}

div.vcard .email {
}

div.vcard ul {
	margin-left: 0em;
}

div.vcard .adr {
}

div.vcard .tel {
}

div.vcard .vcardText {
	float: left;
	padding-left: 10px;
}

div.vcard ul li {
	list-style: none;
}

div.vcard a:visited {
}

div.vcard .vcardSave {
	font-weight: bold;
	font-size: 0.85em;
	padding-left: 18px;
	background: url("img/vcard.gif") no-repeat left center;
}

form#emailForm {
}

form#emailForm ul {
	margin-left: 0em;
}

form#emailForm li {
	list-style: none;
}

form#emailForm li label {
	display: block;
	font-weight: bold;
	font-size: 0.85em;
	margin-top: 0.5em;
}

form#emailForm span.mandatory,
form#emailForm span.optional {
	font-weight: normal;
}

form#emailForm p#mandatoryIntro {
}

div.transcript {
	width: 30em;
	padding: 1em;
	border: 1px solid #efefef;
}

div.transcript p {
}

div.transcript h4 {
	line-height: 2em;
}


/*** External Feed Items ***/


ol li.externalFeedItem {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #888;
}

ol li.externalFeedItem ol {
	margin: 1em;
	border: 1px solid #888;
	background-color: #ededed;
	padding: 1em 1em 1em 3em;
}

ol li.externalFeedItem ol li {
	list-style-type: decimal;
}

code  {
	font-family:Courier New,monospace;
	font-size:0.9em;
}
