body{
	background: #F2EBE2 url(../assets/images/light_bg.jpg) 0 0 repeat;
	color: #CCC;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
    line-height: 17px;		/*set the leading 2-5pt larger than the type size*/
	font-size: 12px; 		/*Same as p size*/	
	min-width: 1024px;
}

/*SCALE: 6, 7, 8, 9, 10, 11 , 12, 14, 16, 18, 21, 24, 36, 48, 60, 72*/
h1{font-size:36px; line-height: 36px; margin-top:15px;}
h2{font-size:24px; line-height: 24px; margin-top:27px;}
h3{font-size:21px; line-height: 21px; margin-top:30px;}
h4{font-size:18px; line-height: 18px; margin-top:33px;}
h5{font-size:16px; line-height: 16px; margin-top:35px;}
h6{font-size:14px; line-height: 14px; margin-top:37px;}
p {font-size:12px}


a,
a:visited {
	color: #F2EBE2;
	text-decoration: none;
}

a:hover{
	color: #F2EBE2;
	text-decoration: underline;	
}

#header {
	background: url(../assets/images/header_bg.jpg) 0 0 repeat-x;
	height: 109px;
	padding: 0 0 40px 0;
}

#crest {
	background: url(../assets/images/crest_bg.png) 0 -22px no-repeat;
	margin: 0 auto;
	height: 127px;
	padding: 15px 0 0 0;
	width: 134px;
	transition: background-position 0.2s;
	-webkit-transition: background-position 0.2s;
	-moz-transition: background-position 0.2s;
}

#crest:hover {
	background-position: 0 -12px;
}

#crest #logo {
	background: url(../assets/images/logo_sprite.png) 0 0 no-repeat;
	height: 133px;
	width: 133px;
}

#crest #logo a {
	background: url(../assets/images/logo_sprite.png) 100% 0 no-repeat;
	display: block;
	height: 133px;
	width: 133px;
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

#crest #logo a:hover {
	opacity: 1;
}

#screws-left,
#screws-right {
	background: url(../assets/images/header_screws.png) 0 0;
	height: 83px;
	position: absolute;
	top: 8px;
	width: 10px;
}

#screws-left {
	left: 8px;
}

#screws-right {
	right: 8px;
}


/* -------- Navigation -------- */

.center-anchor {
	position: relative;
	margin: 0 auto;
	width: 500px;
}

#nav-left a,
#nav-left a:visited {
	background: url(../assets/images/nav_left.png) 20px 0 no-repeat;
	height: 35px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 25px;
	padding: 15px 0 0 55px;
	width: 105px;
	transition: background-position 0.2s, color 0.2s;
	-webkit-transition: background-position 0.2s, color 0.2s;
	-moz-transition: background-position 0.2s, color 0.2s;
}

#nav-left a:hover {
	background-position: 5px;
	color: #cc743e;
	text-decoration: none;
}

#nav-left a span {
	background: url(../assets/images/screw.png) 0 0 no-repeat;
	display: inline-block;
	height: 10px;
	margin: 0 0 0 10px;
	width: 15px;
}

#nav-right a,
#nav-right a:visited {
	background: url(../assets/images/nav_right.png) -30px 0 no-repeat;
	position: absolute;
	font-size: 14px;
	right: 0;
	top: 25px;
	padding: 15px 0 0 15px;
	height: 35px;
	width: 145px;
	transition: background-position 0.2s, color 0.2s;
	-webkit-transition: background-position 0.2s, color 0.2s;
	-moz-transition: background-position 0.2s, color 0.2s;
}

#nav-right a:hover {
	background-position: -15px;
	color: #CC743E;
	text-decoration: none;
}

#nav-right a span {
	background: url(../assets/images/screw.png) 0 0 no-repeat;
	display: inline-block;
	height: 10px;
	margin: 0 0 0 -5px;
	width: 20px;
}

/* -------- Projects -------- */

.project-info h1 {
	font-size: 30px; 
	font-weight: 100;
	line-height: 30px; 
	margin-top: 0;
	padding: 12px 0 12px 13px;
}

.project-info p.description {
	color: #999;
	font-size: 13px;
	line-height: 18px;
	margin: 20px 0 30px 25px;
	padding: 0 0 0 9px;
	text-shadow: 0 -1px 0 #000;
}

.project-divider {
        background: url(../assets/images/project-divider.png) 0 0 no-repeat;
        height: 29px;
        margin: 40px 0;
}

.project-info {
	background: url(../assets/images/dark_bg.jpg) 0 0 repeat;
}

.project-info #link.launch,
.project-info #link.launch {
	background: url(../assets/images/launch_sprite.png) 0 0 no-repeat;
	display: block;
	float: right;
	margin: 25px 22px 0px 0px;
	height: 36px;
	width: 98px;
}

.project-info a.launch,
.project-info a.process {
	background: url(../assets/images/launch_sprite.png) 0 -37px no-repeat;
	display: block;
	opacity: 0;
	height: 36px;
	width: 98px;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

.project-info a.launch:hover,
.project-info a.process:hover {
	opacity: 1;
}

.project-info a.launch:active,
.project-info a.process:active {
	background: url(../assets/images/launch_sprite.png) 0 -74px no-repeat;
}

#project-title {
	background: url(../assets/images/title_bg.png) 0 0 no-repeat;
	display: inline-block;
	float: left;
	height: 54px;
	width: 791px;
}

#project-title h1 {
	display: inline-block;
	float: left;
	font-size: 34px;
	font-weight: 300;
	font-variant: small-caps;
	margin: 8px 0 0 40px;
}

/* -------- Tagging -------- */

#interface,
#interface a,
#identity,
#identity a,
#threed,
#threed a,
#print,
#print a,
#motion,
#motion a,
#audio,
#audio a {
	background: url(../assets/images/tag_sprite.png) 0 0 no-repeat;
	height: 54px;
	width: 169px;
}

#interface,
#identity,
#threed,
#print,
#motion,
#audio {
	float: right;
	margin: 0px 0 0 0;	
}

#interface a,
#identity a,
#threed a,
#print a,
#motion a,
#audio a {
	display: block;
	margin: 0;	
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

#interface {
	background-position: 0 -54px;
}

#interface a {
	background-position: 0 0;
}

#identity {
	background-position: 0 -162px;
}

#identity a {
	background-position: 0 -108px;
}

#motion {
	background-position: 0 -270px;
}

#motion a {
	background-position: 0 -216px;
}

#threed {
	background-position: 0 -378px;
}

#threed a {
	background-position: 0 -324px;
}

#print {
	background-position: 0 -486px;
}

#print a {
	background-position: 0 -432px;
}

#audio {
	background-position: 0 -594px;
}

#audio a {
	background-position: 0 -540px;
}

#interface a:hover,
#identity a:hover,
#threed a:hover,
#print a:hover,
#motion a:hover,
#audio a:hover {
	opacity: 1;
}

/* -------- Project Shadow -------- */

#shadow {
	background: url(../assets/images/shadow.png) 0 0 no-repeat;
	display: inline-block;
	height: 5px;
	margin: 0 0 0 10px;
	width: 940px;
}

/* -------- Archives -------- */

.archives {
	margin-bottom: 20px;
}

.archives .detail-bg {
	background: url(../assets/images/dark_bg.jpg) 0 0 repeat;
	display: block;
	height: 23px;
	margin: 0 0 20px 0;
	padding: 8px 0 2px 10px;
}

.archives a {
	display: block;
}

.archives a p,
.archives a:visited p {
	color: #F2EBE2;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

.archives a:hover p {
	color: #CC743E;
}

.archives a:hover {
	text-decoration: none;
}

/* -------- Resume -------- */

.resume a {
	color: #CC743E;
}

.resume h2,
.about h2 {
	color: #CC743E;
	font-size: 30px; 
	font-weight: 200;
	line-height: 30px; 
	margin: 0 0 15px 0;
	text-shadow: 0 1px 0 #FFF;
}

.resume-stripes,
.about-stripes {
	background: url(../assets/images/resume-stripes.png) 50% 0 repeat-x;
	height: 35px;
}

.resume p.position,
.about p.position {
	font-style: italic;
}

.resume p,
.about p {
	color: #333;
	font-weight: 400;
	text-shadow: 0 1px 0 #EEE;
}

.resume p.margin-large,
.about p.margin-large {
	margin: 0 0 30px 0;
}

.resume p.margin-small,
.about p.margin-small {
	margin: 0 0 15px 0;
}

.resume p span,
.about p span {
	font-size: 13px;
	font-weight: bold;
}

/* -------- About -------- */

.about {
	min-height: 600px;
}

/* -------- All Work Bar -------- */

#all-work,
#all-work a {
    background: url(../assets/images/all_work_sprite.png) 0 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 56px;
    margin: 0 0 40px 0;
    width: 960px;
}

#all-work a {
	background-position: 0 100%;
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

#all-work a:hover {
    opacity: 1;
}

/* -------- Footer -------- */

#footer {
	background: url(../assets/images/dark_bg.jpg) 0 0 repeat;
	height: 320px;
	padding: 30px 0 0;
	position: relative;

	box-shadow: 0 -8px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 -8px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -8px 0 rgba(0,0,0,0.4);
}

#screw-tl,
#screw-tr,
#screw-bl,
#screw-br {
	background: url(../assets/images/screw.png) 0 0 no-repeat;
	height: 11px;
	position: absolute;
	width: 10px;
}

#screw-tl {
	top: 10px;
	left: 10px;
}

#screw-tr {
	top: 10px;
	right: 10px;
}

#screw-bl {
	bottom: 10px;
	left: 10px;
}

#screw-br {
	bottom: 10px;
	right: 10px;
}

.footer-bar {
	background: url(../assets/images/footer_bar.png) 0 0 no-repeat;
	height: 16px;
	width: 280px;
	margin: 0 0 13px 0;
}

#footer ul li.active a {
	color: #F2EBE2;
}

a.twitter,
a.vimeo,
a.dribbble,
a.forrst,
a.linkedin,
a.twitter:hover,
a.vimeo:hover,
a.dribbble:hover,
a.forrst:hover,
a.linkedin:hover {
	background: url(../assets/images/social_icon_sprite.png) 0 -50px no-repeat;
	display: block;
	height: 50px;
	float: left;
	width: 50px;
}

a.twitter,
a.vimeo,
a.dribbble,
a.forrst {
	margin: 0 7px 0 0;
}

a.twitter {
	background-position: 0 2px;	
}

a.vimeo {
	background-position: -58px 3px;
}

a.dribbble {
	background-position: -116px 2px;
}
a.forrst {
	background-position: -174px 2px;
}
a.linkedin {
	background-position: -232px 2px;
}

a.vimeo:hover {
	background-position: -58px -49px;
}

a.dribbble:hover {
	background-position: -116px -50px;
}
a.forrst:hover {
	background-position: -174px -50px;
}
a.linkedin:hover {
	background-position: -232px -50px;
}


#footer h2 {
	color: #cc743e;
	font-size: 28px; 
	font-weight: 300; 
	letter-spacing: 2px;
	line-height: 18px; 
	margin: 0 0 10px 0;
	text-shadow: 1px -1px 0px #000; 
}

#footer h4 {
	color: #F2EBE2;
	font-size: 17px; 
	font-weight: 300; 
	letter-spacing: 2px;
	line-height: 14px; 
	margin: 4px 0 10px 0;
	text-shadow: 1px -1px 0px #000; 
}

#footer h6 {
	color: #cc743e;
	font-size: 14px; 
	font-style: normal;
	font-weight: 400; 
	letter-spacing: 2px;
	line-height: 14px; 
	margin: 4px 0 10px 0;
	text-shadow: 1px -1px 0px #000; 
}

#footer .email,
#footer .phone {
	margin: 0 0 15px 0;
}

#footer .email a,
#footer .phone p {
	background: url(../assets/images/footer_contact_sprite.png) 0 0 no-repeat;
	font-size: 19px;
	font-weight: 100;
	letter-spacing: 1px;
	padding: 0px 0 0 30px;
	text-shadow: 0 -1px 0 #000;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
}

#footer .email a:hover {
	color: #CC743E;
	text-decoration: none;
}

#footer .phone p {
	background-position: 0 -26px;
	padding: 10px 0 2px 30px;
}

#footer .description p {
	color: #888;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 1px -1px 0px #111; 
}

#footer ul li a,
#footer ul li a:visited {
	color: #888;
	font-size: 14px;
	font-weight: 300;
	text-shadow: 0 -1px 0 #000;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
}

#footer ul li a:hover,
#footer ul li.active a {
	color: #F2EBE2;
	text-decoration: none;
}

.footer-bar.manual {
	display: inline-block;
	margin-bottom: 10px;
}

.spacer {
	height: 165px;
}

.clear {
	clear: both;
}

/* -------- IE REDIRECT -------- */

#IE #main-image {
	background: url(../assets/images/ie_redirect/main.png) 0 0 no-repeat;
	height: 565px;
	width: 940px;
}

#IE .chrome,
#IE .firefox,
#IE .opera,
#IE .ie {
	display: block;
	float: left;
	height: 140px;
	margin-right: 15px;
	width: 130px;	
}

#IE a.chrome {
	background: url(../assets/images/ie_redirect/chrome.png) 0 0 no-repeat;
	margin-left: 10px;
}

#IE a.chrome:hover {
	background: url(../assets/images/ie_redirect/chrome_hover.png) 0 0 no-repeat;	
}

#IE a.firefox {
	background: url(../assets/images/ie_redirect/firefox.png) 0 0 no-repeat;
}

#IE a.firefox:hover {
	background: url(../assets/images/ie_redirect/firefox_hover.png) 0 0 no-repeat;
}

#IE a.opera {
	background: url(../assets/images/ie_redirect/opera.png) 0 0 no-repeat;
}

#IE a.opera:hover {
	background: url(../assets/images/ie_redirect/opera_hover.png) 0 0 no-repeat;
}

#IE .ie {
	background: url(../assets/images/ie_redirect/ie.png) 0 0 no-repeat;
}
