/* Buzzsaw-specific styles */

body {
	font-family: AvenirLT-Light;
	margin-top: 0;
	background-color: #bbb59b;	
}

.logosize {
	width: 455px;
	height: 111px;
}

/* @group HEADER & FOOTER */

#header {
	background-color:#bbb59b;
	position:fixed;
	width:100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, .1);
	z-index: 1000;
}

#footer {
	background-color: #2b5985;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #2C5985;
}

#innerheader,
#innerfooter {
	margin: 0 auto;
	width: 1200px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	margin-left: 5px; margin-right: 5px;
}

#footer a:hover {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

#footer p {
	text-align:center;
	color:white;
	font-size: 1.1em;
}

#logoleft {
	float: left;
	padding-left: 0;
}

#navright {
	float: right;
}

/* @end */

/* @group NAVIGATION */

nav[role="navigation"] {
	float: right;
	padding-top: 25px;
	padding-right: 20px;
}

nav[role="navigation"] li {
	float: left;
	margin: 17px 16px 0 0;
	font-size: 16px;
	}
	
nav[role="navigation"] li a {
	float: left;
	padding: 8px 16px 5px;
	text-decoration: none;
	color: #545454;
	border: 1px solid #545454;
}

nav[role="navigation"] li a:hover,
nav[role="navigation"] li a:focus {
	color: #ffffff;	
	}
	
nav[role="navigation"] li a:active {
	}

nav[role="navigation"] li.active a {
	color: #fff;
	}
	
body#homepage a#homelink,
body#work a#worklink,
body#about a#aboutlink,
body#contact a#contactlink {
	color: #ffffff;
	border: 1px solid #ffffff;
}


/* @end */

/* @group BACKGROUNDS */	

body#homepage {
	background:  url(../images/bg_home.jpg) repeat fixed;
}

body#about {
	background: url(../images/bg_about.jpg) repeat fixed;
}

body#work {
	background: url(../images/bg_work.jpg) repeat fixed;
}

/*body#contact {
	background:  url(../images/bg_contact.jpg) repeat fixed;
}*/

body#contact {
	background: url(../images/envelopeandlogo.png), url(../images/bg_contact.jpg);
	background-position: 270px 390px, left top;
	background-repeat: no-repeat, repeat;
}

body#thanks {
	background:  url(../images/bg_contact.jpg) repeat fixed;
}

/*#envelope {
	background: url(../images/envelope.png) 230px 385px no-repeat scroll;
}*/

#contactcontainer {
	background: url(../images/ufo.gif) -200px 450px no-repeat scroll;
}

#confirmationrings {
	background: url(../images/confirmation-background.png) no-repeat scroll;
}

/* @end */


/* @group FORM STYLING */

label {
	float: left;
	width: 130px;
}

#submit {
	padding-left: 270px;
}

p.errormessage {
	font-style: italic;
	padding-left: 200px;
	font-weight: bold;
}

/* @end */


/* @group MOUSEOVER TEXT LABELS */

/*.viewport a {
    display: block;
    position: relative;
}*/

.viewport a {
    display: block;
    position: relative;
    margin-bottom: -4px; /*possible fix for overlap */
}

.viewport a img {
    left: 0px;
    position: relative;
    top: 0px;
}

.viewport a span {
    display: none;
    font-size: 1.5em;
    height: 100%;
    padding-top: 6em;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
	color: #bf8220;
	text-transform: uppercase;
/*	background-color: rgba(0, 0, 0, 0.8);*/
}

.viewport:hover a span {
	display: inline;
	background-color: rgba(0, 0, 0, 0.8);
}

.homepagesamples .viewport a span {
	padding-top: 7.2em;
	margin: 0;
}

.viewporttall a span {
	padding-top: 12em;
	margin: 0;
}

/* @end */


/* @group TYPOGRAPHY */

h1, h2, h3, h4, h5, h6, p, li {
	font-family: AvenirLT-Light;
}

h6 {
	text-align:center;
	color:white;
	font-size: 10px;
}

p, label {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #545454;
}

p.illustrationcredit {
	font-size: 1em;
	line-height: 1.3em;
	text-align: center;
}

body#about h1 {
	font: 1.7em ThirstyRoughBolThr;
	font-weight: normal;
	font-style: normal;
	color: #bd6212;
}

body#about h1+p {
	padding-bottom: 20px;
}

body#contact h1 {
	font: 1.7em ThirstyRoughBolThr;
	font-weight: normal;
	font-style: normal;
	color: #b34440;
	padding-top: 30px;
}

/* @end */


#home,
#workcontainer,
#aboutcontainer,
#contactcontainer,
#thankscontainer {
	padding-top: 115px;
}

#workcontainer .row {
	padding-bottom: 50px;
}

#workcontainer .nopadding {
	padding-bottom: 15px;
}

#workcontainer img {
	border: hidden;
}
#workcontainer p {
	text-align: center;
	font-size: 1em;
	padding-top: 0;
	padding-left: 2em;
	padding-right: 2em;
}

#workcontainer h2 {
	text-align: center;
	color: #717171;
	font-size: 1.5em;
	padding-top: 0;
}

.homepagearrow {
	width:100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

.worknamenav {
	width: 100px;
	display: inline-block;
	font-size: .4em;
	text-transform: uppercase;
}

.worknamenavright {
	text-align: right;
	padding-right: 15px;
}

.worknamenavleft {
	text-align: left;
	padding-left: 15px;
	margin-top: -15px;
}

#client-work {
	padding-top: 100px;
}

#difference {
	padding-top: 15px;
}

.graphicheadline {
	padding-top: 20px;
	padding-bottom: 15px;
}

.paddingleft {
	padding-left: 40px;
}

img.headline {
	padding-top: 20px;
	padding-bottom: 20px;
}

.background-black {
	background-color: #000;
}

#homepageworksample .row {
	padding-bottom: 20px;
}

#worknav {
	padding-top: 15px;
	text-align: center;
	font-size: 2.5em;
}

span.worknamenav {
	width: 400px;
/*	border: 1px solid #333;*/
}

#worknav a {
	text-decoration: none;
	border-style: none;
	color: #717171;
	font-weight: bold;
}

#goofyoff {
	background: url(../images/goofy.png) no-repeat;
	width: 321px;
	height: 329px;
}

.shadow {
	-webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, .1);
}

.aboutpadding {
	padding-right: 40px;
}

.flashContent { width:100%; height:100%; 
text-align: center;

}

.about-gnat-padding {
	padding-left:0;
	padding-top: 37px;
}

/***** Screen Bigger than 960px *****/
@media only screen and (min-width:1200px) {
	#home {
		padding-top: 110px;
}
}

/***** Screen Bigger than 960px *****/
@media only screen and (min-width:700px) {
	.hideondesktop {
		display: none;
	}
}
}
