@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
}

:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



@font-face {
    font-family: 'DidotLTStdBold';
    src: url('../fonts/didotltstd-bold-webfont.eot');
    src: url('../fonts/didotltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/didotltstd-bold-webfont.woff') format('woff'),
         url('../fonts/didotltstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/didotltstd-bold-webfont.svg#DidotLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DidotLTStdItalic';
    src: url('../fonts/didotltstd-italic-webfont.eot');
    src: url('../fonts/didotltstd-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/didotltstd-italic-webfont.woff') format('woff'),
         url('../fonts/didotltstd-italic-webfont.ttf') format('truetype'),
         url('../fonts/didotltstd-italic-webfont.svg#DidotLTStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


#social {
bottom: 24px;
float: right;
position: fixed;
right: 30px;
z-index: 900;
}

#mySocial {
float:right;
}

.myTwitter {
margin-left:5px;
}

#award {
    display: block;
    position: fixed;
    right: 175px;
    top: 5px;
}

#award2 {
    display: block;
    position: fixed;
    right: 388px;
    top: 5px;
}

#award3 {
    display: block;
    position: fixed;
    right: 0;
    top: 250px;
    z-index: 900;
}

#wrapper2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F8F8F8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

#main-content2 {
    left: 0;
    position: fixed;
    width: 100%;
}


/*** global styles ***/

h1 {
	font-family: 'DidotLTStdBold';
    color: #000000;
    font-size: 69px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

h2 {
	font-family: 'DidotLTStdItalic';
    color: #666666;
    font-size: 30px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: lowercase;
}

h3 {
	font-family: 'DidotLTStdItalic';
    color: #000000;
    font-size: 26px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    line-height: 28px;
}

h2 a, h3 a {
color: inherit;
}

.work_description h2 {
padding-bottom:15px;
}


.desc {
color: #666666;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 19px;
}


.top-content {
position: relative;
z-index: 20 !important;
width: 960px;
margin:0 auto;
}

.title {

}

#section5_blurb {
width: 237px;
}

p {
font-family: 'DidotLTStdItalic';
color: #FFFFFF;
font-size: 16px;
line-height: 19px;
}

#home, #quote1, #the-work, #quote2, #about, #quote3, #contact {
    background-image: url("../images/grey_bg.jpg");
    background-repeat:repeat;
}


/*** END ***/





/*** navigation styles ***/

#navigation {
    position: fixed;
    width: 100%;
    z-index: 900;
}

#topLine {
    background-color: black;
    height: 5px;
    position: fixed;
    top: 0;
    width: 100%;
}

#blogLink {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/blogLinkBG.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    height: 151px;
    position: fixed;
    width: 156px;
    top:5px;
}

#blogLink:hover {
    background-position: 0 -156px;
}



#nav {

}

#blogLink a {
    color: #FFFFFF;
    display: table;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 100%;
}

#navLinks {
    float: right;
    position: fixed;
    right: 30px;
    top: 5px;
    z-index: 999;
}

.redArrowTop {
    float: right;
    margin-bottom: 15px;
}

#nav {
    clear: both;
    text-align: right;
    margin-bottom: 8px;
}

#nav li {
    padding-bottom: 2px;
}

.active {
    color: #CC3333 !important;
}

#nav a {
    font-family: 'DidotLTStdItalic';
    color: #666666;
    text-decoration: none;
    font-size: 20px;
    text-transform: lowercase;
}

#nav a:hover {
    color: #000000;

}

#nav a:active {
   color: #666666;

}

.current a {
    color: #C7002D !important;
    text-decoration: none;
}

#section5_blurb a {
    color: #FFFFFF;
    font-family: 'DidotLTStdItalic';
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}


/*** END ***/



/*** paralax core styles ***/


#wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F8F8F8;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 8312px;
}

#main-content {
    left: 0;
    position: fixed;
    width: 100%;
}

.parallax-img {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    width: 960px;
}

.parallax-img img, .parallax-img p  {
    position: absolute;
    z-index: 5;
    right: -487px;
}

#section7_back1  {
    right: -91px;
}




#section1_top {
    z-index: 6;
    right: -120px;
}

.parallax-container {
    height: 1200px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#section1_back {
top: -60px
}

#section1_top {
top: 650px
}

#section1_line1 {
top: 120px
}

#section1_line2 {
left: -500px
}

#section2_top {
    right: -120px;
}

#section2_text, #section2_text2, #section4_back3, #section4_back4, #section4_back5, #section6_back2, #section6_back3, #section6_back4 {
    right: 0px;
}

#section2_text3 {
    right: -119px;
}

#section5_back1 {
right: 180px;
}

#section5_back2 {

}



/*** END ***/


/*** home section ***/

.logo {
    margin:0 auto;
    margin-bottom: 20px;
}

#mainTitleText {
    padding-top: 150px;
    text-align: center;
}

/*** theWork section ***/

#theWorkText, #aboutText, #contactText {
    text-align: center;
    margin-top:50px
}

/* the work_boxes */

.viewLargeBtn {
    bottom: 0;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    z-index: 500;
}

#boxes_wrap {
    clear: both;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 960px;
    z-index: 10;
}

.col {
float: left;
padding-right: 15px;
position: relative;
}

.col3 {
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}

.work {
padding-bottom: 15px;
margin-bottom: 0;
position: relative;
}

.box_inner img {
display: block;
}

.image_reveal {
display: block;
height: 202px;
overflow-x: hidden;
overflow-y: hidden;
}

.work_expand {
height: 197px;
overflow: hidden;
position: relative;
background-color: #FFFFFF;
background-position: center bottom;
background-repeat: no-repeat;
}

.work_description {
padding-bottom: 0;
padding-left: 20px;
padding-right: 20px;
padding-top: 25px;

}

.box {
height: 100%;
width: 310px;
}

.image_reveal img {
line-height:0;
}

#loaderWrapper {
    background: url("../images/grey_bg.jpg") repeat scroll center center #FFFFFF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#page-loader {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
    height: 32px;
    width: 32px;
    z-index: 999;
    margin:40px auto 0;
}

#page-loaderContainer {
    height: 32px;
    width: 960px;
    z-index: 999;
    margin:0 auto;
}

#page-loader p {
    color: #FFFFFF;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    width: 100%;
    font-size:20px;
    text-transform:lowercase;
}

#whiteLogo {
    background: url("../images/logo.png") no-repeat scroll center center transparent;
    width: 960px;
    height: 313px;
    z-index: 999;
    margin: 150px auto 0;
}


.pp_description {
color:#333333;
font-size:12px;
}


/*** Contact Form CSS ***/

#contactForm p {
    color: #666666;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 20px;
}

#mail_response {
font-family: Helvetica, Arial, sans-serif;
}

#mail_response h3 {
    color: #000000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#mail_response h5 {
color: #666666;
font-size: 12px;
line-height: 19px;
margin: 0;
border-top: 1px solid #CCCCCC;
padding-top: 10px;
}

.date {
color: #666666 !important;
font-size: 12px !important;
line-height: 19px !important;
margin: 0;
}

.responseLink {
color: #C7002D;
text-decoration: underline;
}

 
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */ 

input[type="text"], textarea { padding: 10px; border: 2px solid #CCCCCC; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; width: 449px; }
input[type="text"]:hover, textarea:hover { border: 2px solid #666666; }
input[type="text"]:focus, textarea:focus { border: 2px solid #B80029; background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#fff), color-stop(0.3, #fff)); }


input, textarea {
font-size: 20px;
font-family:  'DidotLTStdItalic';
font-weight: normal;
color: #999999;
}

#contactFormContainer {
 width:590px; 
 margin:0px auto; 
 position:relative;
 }
 
#contactForm input[type="submit"] {
	background-image: url("../images/send_btn.png");
	background-position:0 0;
    color: #FFFFFF;
    width:160px;
    height:53px;
    cursor: pointer;
    background-repeat: no-repeat;
    border:none;
    font-family:  'DidotLTStdBold';
    font-size: 27px;
    text-transform: uppercase;
    padding-left: 15px;
    text-align: left;
    margin-top: 20px;
    float: right;
    margin-top: 20px;
    margin-right: -20px;
}

#contactForm input[type="submit"]:hover {

	background-position:0 -53px;

}

#contactForm input[type="submit"]:active {

	background-position:0 -106px;

}

 
 #message {
 width: 100%;
 height: 212px;
 }
 
 #e-mail, #name {
 width: 100%;
 height: 42px;
 }
 
/* Hides the whole contact form until needed */ 
#contactForm {
 width:590px;
 height:420px;
 color:#FFFFFF;
 }   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
 display:none; 
 background:url(../images/loading.gif) no-repeat center; 
 margin:0 auto; 
 height:40px; width:230px;
 }

/* This hides the form validation alert messages until needed */
#contactForm span { 
 display:none; 
 font-size:17px; 
 line-height:44px; 
 padding-left:6px; 
 color:#C7002D;
 }
 
/* Some styling for the contact button */
#contactFormContainer .contact {
 height:47px; width:211px;
 cursor:pointer;
 }
   
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */ 
#backgroundPopup{
 display:none; 
 position:fixed; 
 height:100%; width:100%; 
 top:0; left:0; 
 background:#000; 
 z-index:11;
 }     
 
