@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Color Guide
#F8F8F5 almost White
#EA4F3B Orange
#3C3C3C Dark Grey
*/

/*Typo*/
h1 {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-size: 40px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-weight: 400;
	
	}
	
h2 {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-size: 36px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-weight: 400;
	
	}
	
h4 {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-size: 34px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-weight: 400;
	
	}
	

/*General Structure*/

body {
	background-color: #F8F8F5;	
}

.clear {clear:both;}

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
header {
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 600;
	background-image: url(assets/headerBG.png);
}

.hidetext {
	text-indent: -9000px;
}

#logo img{
	height: 145px;
	width: 145px;
	position: absolute;
	top: 5px;
}

/*-------------Main Navigation----------------------*/

#mainnav ul {
	position: absolute;
	right: 10px;
	top: 50px;
}

#mainnav li, #mainnav li a {
	list-style-type: none;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	color: #F8F8F5;
	text-decoration: none;
	font-family: "proxima-nova-extra-condensed",sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #333333;
}

#mainnav li a:hover {
	color: #EA4F3B;
	
}
.sep {
	float: left;
	margin-left: 0px;
	color: #999;
	text-transform: uppercase;
	margin-right: 0px;
	background-image: url(assets/star.png);
	height: 30px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: center;
	
}


#mainnav ul li a img {
	/*margin-right: 3px;*/
	position: relative;
	top: 3px;
}

#mainnav ul li a img:hover {
	background-color: #EA4F3B;
		
}

/*Footer*/

/*footer {
	background-color: #DEDEDC;
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-size: 22px;
	color: #3C3C3C;
	text-align: center;
	padding-top: 30px;
	text-transform: uppercase;
	background-image: url(assets/tagtowork.png);
}*/

footer {
	background-color: #3C3C3C;
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 40px;*/
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-family: "news-gothic-std", sans-serif;
	font-size: 14px;
	color: #DEDEDC;
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	/*background-image: url(assets/tagtowork.png);*/
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	width: 100%;
}

footer p {
	padding-top: 8px;
	padding-bottom: 8px;
}

/*-----main page styles----*/
#home {
	background-color: #F8F8F5;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 140px;
	background-repeat: no-repeat;
	background-position: center bottom;
	/**/
	
}

#home p {
	font-family: "news-gothic-std", sans-serif;
	font-size: 24px;
	line-height: 1.35em;
	color: #3C3C3C;
	text-align: justify;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;	
	}

#hometowork {
	height: 150px;
	width: 100%;
	background-color: #DEDEDC;
	position: relative;
	background-image: url(assets/tagtowork.png);
	background-position: center;
}

#hometowork h2 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 155px;
	text-align: left;
	font-size: 44px;
	color: #F8F8F5;
	width: 960px;
}



#work {
	background-color: #DEDEDC;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*---Thumbs-----*/

.thumb {
	background-color: #FFFFFF;
	margin: 4px;
	float: left;
	height: 206px;
	width: 306px;
	border: 3px solid #fff;
	box-shadow: 2px 2px 1px #CCC;
	position: relative;
}

.thumb img {
	opacity: 1;
	z-index: 200;
	height: 206px;
	width: 306px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: all .75s ease 0s;
	-moz-transition: all .75s ease 0s;
	-ms-transition: all .75s ease 0s;
	-o-transition: all .75s ease 0s;
	transition: all .75s ease 0s;
	}
	
.thumb img:hover {
	opacity: .075;
	-webkit-transition: all .75s ease 0s;
	-moz-transition: all .75s ease 0s;
	-ms-transition: all .75s ease 0s;
	-o-transition: all .75s ease 0s;
	transition: all .75s ease 0s;
	}
.roller {
	background-color: #F8F8F5;
	height: 206px;
	width: 306px;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	text-align: center;
	padding-top: 0px;
	color: #3C3C3C;
}

.roller h2 {
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-size: 28px;
	margin-bottom: 1px;
	text-transform: uppercase;
	margin-top: 60px;
	font-weight: 400;
}

.roller p {
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	font-family: "news-gothic-std", sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.roller h3 {
	font-family: "franklin-gothic-ext-comp-urw", sans-serif;
	font-family: "proxima-nova-extra-condensed",sans-serif;
	font-size: 24px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #EA4F3B;
	padding: 5px;
	font-weight: 400;
}

/*
Color Guide
#F8F8F5 almost White
#DEDEDC a bit darker
#EA4F3B Orange
#3C3C3C Dark Grey
*/

/*ancontact*/
.section150a {
	height: 150px;
	background-image: url(assets/worktoab.png);
	width: 100%;
}

.abinner p {
		font-family: "proxima-nova-extra-condensed", sans-serif;
	font-family: "news-gothic-std", sans-serif;
	font-size: 20px;
	line-height: 1.35em;
	color: #3C3C3C;
}

#contact {
	background-color: #F8F8F5;
	margin-bottom: 420px;
}

.abinner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.abinner h1 {
	font-size: 48px;
	text-transform: uppercase;
	color: #F8F8F5;
	font-weight: 400;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 0px;
	}
	
.abinner h2 {
	font-size: 44px;
	text-transform: uppercase;
	color: #EA4F3B;
	font-weight: 400;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	margin-right: 10px;
	/*margin-left: 10px;*/
	padding: 0px;
	/*margin-top: 10px;*/
	margin-bottom: 20px;
	}
	
.abinner h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #EA4F3B;
	font-weight: 400;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#aboutme {
	margin-top: 30px;
}

.half {
	float: left;
	width: 460px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.half p {
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-family: "news-gothic-std", sans-serif;
	font-size: 20px;
	line-height: 1.35em;
	color: #3C3C3C;
}

.half p a {
	color: #3C3C3C;
	text-decoration: none;
}

.half p a:hover {
	color: #EA4F3B;
	text-decoration: underline;
}

.half h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #EA4F3B;
	font-weight: 400;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	}

 .formbox  {
	background-color: #FFFFFF;
	height: 24px;
	width: 380px;
	border: 1px dashed #3C3C3C;
	font-family: "news-gothic-std", sans-serif;
	font-size: 22px;
	line-height: 1.25em;
	color: #3C3C3C;
	padding: 5px;
	margin-bottom: 15px;
}

/*FORM*/

input {
	width: 300px;
	height: 22px;
	background-color: #F8F8F5;
	border: 1px dashed #231f20;
	background-image: url(assets/fbg.png);
	font-family: "news-gothic-std", sans-serif;
	font-size: 16px;

}

textarea {
	width: 450px;
	height: 140px;
	background-color: #F8F8F5;
	border: 1px dashed #231f20;
	background-image: url(assets/fbg.png);
	font-family: "news-gothic-std", sans-serif;
	font-size: 16px;
}

input:focus, textarea:focus {
	/*background-color: #DEDEDC;
	background-color: #c09;*/
	border: 1px dashed #EA4F3B;
	outline: none;
	}

#makecontact h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #231f20;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-family: "news-gothic-std", sans-serif;
	font-size: 18px;
	line-height: 1.25em;
	color: #3C3C3C;
	font-weight: 400;
}

#send{
	width: 240px;
	margin-top: 10px;
	font-family: 'Maiden Orange', cursive;
	font-family: quatro-slab;
	font-family: "proxima-nova-extra-condensed", sans-serif;
	font-size: 28px;
	/*background:#891e16;*/
	height: 36px;
	color: #e9d2a9;
	color: #F8F8F5;
	text-transform: uppercase;
	font-weight: normal;
	/*	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;*/
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	cursor: pointer;
	background-color: #EA4F3B;
	background-image: none;
}

#send:hover {
	background-color: #3C3C3C;
}

/*Project Pages*/

#projectwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 150px;*/
}

.projectwrapmulti {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 150px;*/
}

.projectmainmulti {
	float: right;
	width: 620px;
	margin-top: 120px;
	margin-left: 20px;
}



#projectside {

	/*	background-color: #CCC;*/
	width: 300px;
	position: fixed;
	top: 160px;	
/*	padding-top:160px;
	float:left;*/
}

#projectside a {
	font-size: 20px;
	text-transform: uppercase;
	color: #3C3C3C;
	font-weight: 400;
	padding: 10px;
	font-family: "proxima-nova-extra-condensed",sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-decoration: none;
	text-align: left;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;*/
	padding-top: 5px;
	padding-bottom: 5px;
	background: #DEDEDC;
	}
#projectside a:hover {
	background: #EA4F3B;
	color:#F8F8F5;

}

#projectside .first {
	margin-right: 15px;/*	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;*/
}

#projectside .nolink , #projectside a.nolink:hover    {
	color: #999;
	cursor: default;
	text-decoration: none;
	background: #DEDEDC;
}
/*
Color Guide
#F8F8F5 almost White
#DEDEDC a bit darker
#EA4F3B Orange
#3C3C3C Dark Grey
*/
#projectside .nolink   {
	color: #999;
	cursor: default;
	text-decoration: none;
	background: #DEDEDC;
}
/*#projectside a.prev {
	background-image: url(assets/prev.png);
	height: 39px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left center;
}*/

#projectside h1 {
	font-size: 36px;
	text-transform: uppercase;
	color: #EA4F3B;
	font-weight: 400;
/*	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #3C3C3C;
	border-bottom-color: #3C3C3C;*/
	margin: 0px;
	padding: 0px;
	font-family: "proxima-nova-extra-condensed",sans-serif;
	}

#projectmain h4 {
	font-size: 22px;
	text-transform: uppercase;
	color: #3C3C3C;
	font-weight: 400;
	padding: 0px;
	font-family: "proxima-nova-extra-condensed",sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#projectside h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #3C3C3C;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	font-family: "proxima-nova-extra-condensed",sans-serif;
}


#projectside p {
	font-family: "news-gothic-std", sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	color: #3C3C3C;
	margin-top: 5px;
	margin-bottom: 30px;
	}
	
#projectmain, #projectthumbs {
	float: right;
	width: 620px;
	margin-top: 120px;
	margin-left: 20px;
	margin-bottom: 60px;
}



#projectthumbs img {
	box-shadow: 2px 2px 1px #CCC;
	margin-bottom: 10px;
	float:left;
}

#projectmain img{
	box-shadow: 2px 2px 1px #CCC;
	margin-bottom: 10px;
}

.prenext {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.prothumb {
	margin-right: 2px;
	margin-left: 2px;
	border: 2px solid #FFF;
}
