/** Fonts **/

@import url("fonts.css");
@import url('blueprint08.css');

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #F05A28; color: #fff; text-shadow: none; }
::selection { background: #F05A28; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Joel Salisbury for Sitely Solutions
   ========================================================================== */

/** Basic Styles **/

body{
    background: url(../img/bg.gif);
}
.orange {color:#F05A28;}
.bgorange {color:#F05A28;}
.border-orange{border:1px solid #F05A28; border-radius:5px;  -moz-border-radius:5px; -webkit-border-radius:5px;}
.leaguegothic{font-family:'LeagueGothicRegular', sans-serif;}
#nav-main,#worknav, h1, h2, h3, h4, h5, h6{font-family:"Tw Cen MT", "Century Gothic", "Avant Garde", "Gill Sans", SunSans-Regular, sans-serif; text-transform:uppercase;}

#container{
    width:960px;
    margin:0 auto;
    margin-top:45px;
}

#header-main{
    width:100%;
}

#header-main h1, #header-main h1 a{
    float:left;
    font-family:'LeagueGothicRegular', sans-serif;
    text-transform: uppercase;
    color:#F05A28;
    font-size:58px;
    font-weight: 200;
    margin:0px;
    text-decoration: none;
}

#nav-main, #worknav{
    float:left;
    margin-left:40px;
    padding:14px;
    border:1px solid #F05A28;
    border-radius:5px;  
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-top:10px;
}

#worknav {
    width:960px;
    padding:0px;
    margin:0 auto;
    float:none;
}

#worknav .column{
    padding:14px;
}
#nav-main ul, #worknav ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
    width:100%;
}

#nav-main li, #worknav li{
    display:inline;
    margin-right:10px;
}

#nav-main li:last-child, #worknav li:last-child{
    margin-right:0px;
}

#nav-main a, #worknav a{
    color:#fff;
    text-transform:uppercase;
    background-color:#000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:3px 11px;
    text-align:center;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    letter-spacing: 2px;
}

#worknav li{
    margin:6px;
    display: block;
    float:left;
}

#worknav a{
    background-color:#333333;
    padding:3px 5px;
    font-size:10px;
}

#nav-main a:hover, #worknav a:hover{
    -webkit-transition:background-color 0.4s;
    transition:background-color 0.4s;
    -o-transition:background-color:0.4s;
    -moz-transition:background-color 0.4s;
    background-color:#F05A28;
}

.current{
    background-color:#333!important;
}

#worknav a.current{
    background-color:#F05A28!important;
}


#featuredwork h1, #callouts h1, #worknav h1, #content h1{
    color:#5b5b5b;
    font-size:15px;
    letter-spacing: 1px;
    font-weight:800;
}

#worknav h1{
    font-size:12px;
    color:#000;
}

#featuredwork .slider{
    border:1px solid #F05A28;
    border-radius:5px;  
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:14px;
    height: 285px;
    list-style-type:none;
    position:relative;
}

#featuredwork .slider li{
    margin:14px;
}


#featuredwork .slider li p{
    color:#fff;
    font-family: Georgia, 
             "Times New Roman", 
             Times,
             "New Century Schoolbook",
             "Nimbus Roman No9 L",
             serif;
    font-size: 18px;
    margin:0px;
    margin-bottom:10px;
}

#featuredwork .slider li .blurb{
    position:absolute;
    top:90px;
    left:310px;
    width:280px;
}

.blurb h2, #content .blurb h2{
    color:#ffffff;
    margin:0px;
    letter-spacing:1px;
    font-size:12px;
    margin-bottom:10px;
}

#featuredwork .slider li .blurb a{
    color:#fff;
    text-transform:uppercase;
    background-color:#000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px 11px;
    text-align:center;
    text-decoration:none;
    font-size:10px;
    font-weight:800;
    letter-spacing: 2px;
    margin-top:20px;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

#featuredwork .slider li .blurb a:hover{
    -webkit-transition:background-color 0.4s;
    transition:background-color 0.4s;
    -moz-transition:background-color 0.4s;
    background-color:#F05A28;
}

#pager-home, #pager-client{
    list-style-type:none;
    margin:0px;
    padding:0px;
    display:block;
}

#pager-home li, #pager-client li{
 float:left;
 border:1px solid #F05A28;
 border-radius:5px;
 height:15px;
 width:15px;
 margin-right:10px;
 cursor:pointer;
}

#pager-home li:hover, #pager-client li:hover{
    background-color:#cccccc;  
}

#pager-home li.activeSlide, #pager-client li.activeSlide{
    background-color:#F05A28;
}

#main{
    margin-top:20px;
}

#callouts{
    margin-top:45px;
}

#callouts, #content{
    font-family: Georgia, 
         "Times New Roman", 
         Times,
         "New Century Schoolbook",
         "Nimbus Roman No9 L",
         serif;
    color:#5b5b5b;
}

#callouts .person, #content .person {
    padding:14px;
    border:1px solid #F05A28;
    border-radius:5px;  
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float:left;
    margin-right:10px;
}

.person img {
	float:left;
	margin-right:10px;
}

#content h2 {
    color:#5b5b5b;
    font-size:12px;
    letter-spacing: 1px;
    font-weight:800;
}

#footer-main{
    font-family: Georgia, 
     "Times New Roman", 
     Times,
     "New Century Schoolbook",
     "Nimbus Roman No9 L",
     serif;
    color:#5b5b5b;
    margin-top:45px;
    font-size:11px;
}

#callouts .column{
    margin-right:120px;
}

#callouts .column:last-child{
    margin-right:0px;
}

.client{
    margin-top:20px;
    min-height:200px;
}

.client .slider{
    margin:10px;
    float:left;
    width:483px;
}

.client .slider ul{
    list-style-type:none;
}

#client-slider li{
    display:block;
    height:389px;
    width: 483px;
}

.client-blurb{
    min-height: 389px;
    margin:10px;
}

.client-blurb p{
    line-height: 1.5em;
    font-size:14px;
}

.client-blurb ul{
    margin:0;
    padding:0;
    margin-left:1em;
}

.client-blurb h3{
    color:#333333;
    letter-spacing:2px;
	font-weight:700;
 	-moz-text-shadow: 1px 1px 2px #fff;
	-webkit-text-shadow: 1px 1px 2px #fff;
	text-shadow: 1px 1px 2px #fff;
}

.footer-copyright, .footer-soc-med{float:left;line-height:32px;display:block;}
.footer-soc-med{margin-left:32px;}
.footer-soc-med ul{
    margin:0px;
    padding:0px;
}

.footer-soc-med li{
    display:block;
    float:left;
    margin-right:18px;
}

.footer-soc-med li:last-child{
    margin-right:0px;
}

.icon{
    display: block;
    height:27px;
    width:27px;
}

.icon-twitter{
    background-image:url(../img/icons/twitter.png);
}

.icon-facebook{
    background-image:url(../img/icons/facebook.png);
}

.icon-linkedin{
    background-image:url(../img/icons/linkedin.png);
}



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

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


}

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

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}