/*  HTML5 ✰ Boilerplate  */

/*=BROWSER RESET
---------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:3px; border:0; border-top:3px solid #494846; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


/*=TYPOGRAPHY
---------------------------------------------*/
html { background: #f26522; }
body { background: #f26522; font:14px/1.231 Georgia, serif; *font-size:small; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea, h1 strong { color: #494846; }
header, footer, h1,h2,h3,h4,h5,h6, .more, label, #required, #contact-form .other { font-family: Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6, legend, .more { font-weight: bold; }


a:hover, a:active { outline: none; }
a { color: #f26522; text-decoration: none; -webkit-transition: color 0.3s linear; }
a:hover, .hovered a { color: #222; }

h1 { font-size: 18px; line-height: 24px; }
#case-study h1, #clipping h1 { color: #d9d6cf; font-weight: normal; }
h2, legend { font-size: 15px; line-height: 24px; }
h3 { font-size: 14px; line-height: 18px; }

p { margin-bottom: 9px; }

blockquote { font-size: 16px; font-style: italic; }
blockquote .source { font-family: Helvetica, sans-serif; font-size: 12px;  font-style: normal; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

#company-info .blurb { font-size: 16px; line-height: 22px; }

nav ul, nav li { margin: 0; }
#services ul { margin: 0; padding: 0; }
#services li { list-style: none; }

.orange { color: #f26522; }

small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }

legend,
#pdf-link, 
#case-studies-viewer .col, 
#client-list p, 
.photo-credit, 
#services, 
#case-studies-index .entry, 
#case-study .cycle p, 
#clippings-index .entry, 
#media .entry, 
#entry-nav { font-family: Helvetica, sans-serif; }

.serif { font-family: Georgia, serif; }
.large { font-size: 18px; line-height: 24px; }
#services ul, .small { font-size: 12px; line-height: 18px; }
textarea { overflow: auto; }

.photo-credit { font-style: italic; margin-top: 36px; }

.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
/* input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px #f26522;  box-shadow: 0px 0px 5px #f26522; } */
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #444; color:#fff; text-shadow: none; }
::selection { background:#444; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #444; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/*=UTLITIES
---------------------------------------------*/
.cufon-loading a { visibility: hidden !important; }

/*--------------------------------------------------
Reveal Modals
---------------------------------------------------*/
		
.reveal-modal-bg { background: url(../images/modal-bg.png); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 100; }
	
.reveal-modal { background: #efebe4; visibility: hidden; top: 100px; left: 50%; margin-left: -280px; width: 480px; position: absolute; z-index: 101; padding: 30px 40px 34px; -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); box-shadow: 0 0 10px rgba(0,0,0,.4); }
		
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal { font-size: 36px; line-height: .5; position: absolute; top: 8px; right: 11px; color: #f26522; text-shadow: 0 -1px 1px rbga(0,0,0,.6); font-weight: bold; cursor: pointer;	}
.reveal-modal a:hover.close-reveal-modal { color: #444; }
		
.clickable { cursor: pointer; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*
.fade{ -webkit-transition: all 0.2s linear; opacity: 0.4; }
.fade:hover { opacity: 1; }
*/

/* Primary Styles
    Author: 
*/
#container {  background: #efebe4; width: 100%; }
header { border-bottom: 1px solid #dedad4; margin: 0 auto; padding: 40px 0 10px; position: relative; width: 960px; }
#home header { border: none; }
#masthead { bottom: 11px; font-size: 18px; /* font-weight: bold; */ left: 0; margin: 0 10px; position: absolute; width: 460px; }
#masthead a { background: url(../images/image-map.png) 0 0 no-repeat; color: #333; display: block; height: 15px; overflow: hidden; text-indent: -9999em; width: 172px;  }
#masthead a:hover { color: #f26522; }
nav { float: right; font-size: 13px; }
nav ul { float: left; margin: 0 10px; width: 140px; }
#main { border-bottom: 1px solid #dedad4; margin: 0 auto; width: 960px; }

#content { padding: 0 0 60px; }
#home #content { background: url(../images/dotted.gif) 0 top repeat-x; /* border-top: 1px dotted #d9d6cf; */ padding-top: 15px; }

#page-title, .section-title { background: url(../images/dotted.gif) 0 bottom repeat-x; /* border-bottom: 1px dotted #cbc8c2; */ margin: 0 10px 10px; padding: 40px 0 5px; }
#company-info .section-title { margin: 0 0 10px; }
#page-title p { font-style: italic; width: 780px; }

#entry-nav { background: url(../images/dotted.gif) 0 top repeat-x; /* border-top: 1px dotted #d9d6cf; */ }
#entry-nav .hovered { background: #dedad4; }
#entry-nav p { margin: 0; }
#previous-entry, #next-entry { padding: 10px; -webkit-transition: background 0.3s linear; width: 460px; }
#previous-entry { float: left;  text-align: right;  }
#next-entry { float: right;  }

img { background: #9c9a97; }
.thumb { border-bottom: 5px solid #494846; margin: 0 0 3px; }
.col { float:  left; padding: 10px; }
.bi { width: 460px; }
.tri { width: 300px; }
.quad { width: 220px; }
.hex { width: 140px; }
.more { background: url(../images/dotted.gif) 0 top repeat-x; /* border-top: 1px dotted #d9d6cf; */ font-size: 12px; line-height: 30px; }
.pdf-link a { background: #dfdedd; border: 1px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; color: #444; font-size: 12px; padding: 5px 10px; }
.pdf-link a:hover { color: #f26522; }

footer { background: #f26522; clear: both; margin: 10px 0 0; }
footer div { background: url(../images/map.png) 600px 1px no-repeat; margin: 0 auto; padding: 14px 0 60px; width: 960px; }
footer h2, footer p, footer ul { float: left; margin: 0 10px; width: 140px; }
footer h2 { font-size: 13px; line-height: 16px; }
footer li { list-style: none; margin: 0; padding: 0; }
footer a { color: #444; }
a#back-up { background: url(../images/image-map.png) -46px -15px no-repeat; display: block; float: right; height: 18px; margin: 0 10px; overflow: hidden; text-indent: -9999em; width: 18px;  }
a:hover#back-up { background-position: -46px -33px; }

#contact-form { border-bottom: 10px solid #444; }
#contact-form ol { margin: 0; padding: 0; }
#contact-form ol li { list-style: none; margin-bottom: .5em; }
form ol li { position: relative; }

#contact-form form { margin: 0 0 18px 0; }

form fieldset ol li #email,
form fieldset ol li #sender-name,
form fieldset ol li textarea { display: block; font-size: 13px; margin: 0 0 .25em; padding: 4px; width: 400px; }
label { font-size: 12px; }

/* form fieldset ol li label { visibility: hidden; } */

#email, #sender-name, #message { background: #d9d6cf; border: none; color: #555; padding: 5px; }
#submit-bt { background: #f26522; border: navy; color: #eee; margin: 9px 0 0 0; padding: 5px 10px; }
input:hover#submit-bt { background: #444; color: #eee; }

/* error message */
label.error { color: red; float: none; vertical-align: top; }
.status { font-size: 24px; line-height: 27px; }

#contact-form .other { background: url(../images/dotted.gif) 0 top repeat-x; padding: .4em 0; }

/*=HOME
--------------------------------------------------------------------------*/
#hero { height: 480px; margin: 0 0 3px; overflow: hidden; position: relative; }
#home #hero h2 { color: #dedad4; font-size: 18px; font-weight: normal; left: 730px; position: absolute; top: 40px; z-index: 99; }
#hero #intro { background: #efebe4; border-top: 1px solid #d9d6cf; font-family: Georgia, serif; font-size: 24px; font-weight: bold; height: 475px; position: absolute; padding: 80px 140px; text-align: center; z-index: 51; }

#hero .previous-slide, #hero .next-slide { background: url(../images/image-map.png) no-repeat; display: block; height: 24px; overflow: hidden; position: absolute; text-indent: -9999em; top: 428px; width: 23px; z-index: 50; }
#hero .previous-slide { background-position: 0 -15px; right: 207px; }
#hero a:hover.previous-slide { background-position: 0 -39px; }
#hero .next-slide { background-position: -23px -15px; right: 179px; }
#hero a:hover.next-slide { background-position: -23px -39px; }

#home .cycle { background: #444; border-bottom: 5px solid #444; height: 475px; overflow: hidden; position: relative; }
#home .slide { background: #444; width: 960px; }
#home .slide-image { float:  left; }
#home .cycle .caption { color: #dedad4; float: right; padding: 75px 20px; width: 210px; }
#home .cycle .caption h3 { font-family: Helvetica, san-serif; font-size: 13px; line-height: 18px; }
.photo-credit { font-size: 11px; }

#call-to-action { color: #555; font-size: 22px; margin: 0; padding: .4em 0 .6em 0; text-align: center; }

#case-studies-viewer { float: left; position: relative; width: 480px;}
#case-studies-viewer h2, #case-studies-viewer .more { margin-left: 10px; margin-right: 10px; }
#case-studies-viewer ul { margin: 0; padding: 0; }
#case-studies-viewer li { -webkit-transition: background 0.3s linear; }
#case-studies-viewer li:hover { background: #d9d6cf; }
#case-studies-viewer li p { margin: 0; }
#case-studies-viewer .col { font-size: 13px; list-style: none; margin-bottom: 36px; width: 140px;  }
#case-studies-viewer .more { clear: both; }
#home #testimonials { float: left; margin: 0 10px; position: relative; width: 460px; }
#home #testimonials blockquote { margin: 0 0 48px 0; padding: 0; }

#home .more { bottom: 0; margin-bottom: 0; position: absolute; width: 460px; }



/*=CASE STUDIES
--------------------------------------------------------------------------*/
#case-studies-index .entry { float: left; padding: 10px; -webkit-transition: background 0.3s linear; width: 300px; }
#case-studies-index .entry:hover { background: #dedad4; }
#case-studies-index .entry p { margin: 0; }

#case-study .entry { float: left; margin: 10px; width: 460px; }
#case-study #media { float: right; position: relative; width: 480px; }
#case-study .cycle { background: #494846; color: #dedad4; min-height: 311px; margin: 0 10px 18px 10px; width: 460px; }
#case-study .cycle img { border-bottom: 3px solid #494846;}
#case-study .cycle .slide { font-size: 13px; line-height: 1; }
#case-study .cycle p { font-size: 11px; font-style: italic; line-height: 15px; margin: 0; padding: 0 10px 7px; }
#case-study #media .previous-slide, #case-study #media .next-slide { background: url(../images/image-map.png) no-repeat; display: block; height: 24px; overflow: hidden; position: absolute; text-indent: -9999em; top: 275px; width: 23px; z-index: 50; }
#case-study #media .previous-slide { background-position: 0 -15px; display: none; right: 47px; }
#case-study #media a:hover.previous-slide { background-position: 0 -39px; }
#case-study #media .next-slide { background-position: -23px -15px; display: none; right: 20px; }
#case-study #media a:hover.next-slide { background-position: -23px -39px; }
#case-study #media h2 { margin: 0 10px; }

#case-study #media ul { margin: 0; padding: 0; }
#case-study #media .entry { border-radius: 2px; float: left; font-size: 13px; list-style: none; margin: 0; min-height: 195px; padding: 10px; -webkit-transition: background 0.3s linear; width: 140px; }
#case-study #media .entry:hover { background: #d9d6cf; }
#case-study #media .entry .thumb { height: 150px; overflow: hidden; }
#case-study #media .entry p { margin: 0; }

/*=CLIPPINGS
--------------------------------------------------------------------------*/
#clippings-index .entry { border-radius: 2px; float: left; padding: 10px; -webkit-transition: background 0.3s linear; width: 140px; }
#clippings-index .thumb { height: 150px; overflow: hidden; }
#clippings-index .entry:hover { background: #dedad4; }
#clippings .module p { display: none; }

#clipping .entry { float: left; margin: 10px; min-height: 200px; width: 220px; }
/* #clipping #pdf-link { float: right; margin: 0 10px; width: 140px; } */
#clipping #clipping-image { border-bottom: 5px solid #494846; float: left; margin: 0 10px; }

/*=ABOUT
--------------------------------------------------------------------------*/
#company-info { float: left; margin: 0 10px; width: 700px; }
#company-info .blurb { margin-left: 240px; }
#about #services { float: right; margin: 0 10px; width: 140px; }
#about #services li { line-height: 16px; margin: 0 0 .6em 0; }

#staff .thumb { float: left; margin: 0 10px; }
#staff .bio { float: right; margin: 0 0 60px 10px; width: 460px; }


/*=CLIENTS
--------------------------------------------------------------------------*/
#client-list, #clients #testimonials  { float: left; width: 300px; }
#client-list { margin: 0 10px 0 170px; }
#client-list ul { font-size: 16px; margin: 0; padding: 0; }
#client-list li { list-style: none; margin: 0 0 .3em 0; padding: 0; }
#client-list hr { margin-bottom: 9px; width: 50px; }
#client-list p { font-size: 12px; }
#clients #testimonials { margin: 0 10px; }
#clients #testimonials blockquote { margin: 0 0 24px 0; }

/*=MEDIA STYLES*/
@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}