@font-face {
    font-family: 'LatoHairline';
    src: url('fonts/Lato-Hai-webfont.eot');
    src: url('fonts/Lato-Hai-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Hai-webfont.woff') format('woff'),
         url('fonts/Lato-Hai-webfont.ttf') format('truetype'),
         url('fonts/Lato-Hai-webfont.svg#LatoHairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoHairlineItalic';
    src: url('fonts/Lato-HaiIta-webfont.eot');
    src: url('fonts/Lato-HaiIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-HaiIta-webfont.woff') format('woff'),
         url('fonts/Lato-HaiIta-webfont.ttf') format('truetype'),
         url('fonts/Lato-HaiIta-webfont.svg#LatoHairlineItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLight';
    src: url('fonts/Lato-Lig-webfont.eot');
    src: url('fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Lig-webfont.woff') format('woff'),
         url('fonts/Lato-Lig-webfont.ttf') format('truetype'),
         url('fonts/Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLightItalic';
    src: url('fonts/Lato-LigIta-webfont.eot');
    src: url('fonts/Lato-LigIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-LigIta-webfont.woff') format('woff'),
         url('fonts/Lato-LigIta-webfont.ttf') format('truetype'),
         url('fonts/Lato-LigIta-webfont.svg#LatoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/Lato-Reg-webfont.eot');
    src: url('fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Reg-webfont.woff') format('woff'),
         url('fonts/Lato-Reg-webfont.ttf') format('truetype'),
         url('fonts/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('fonts/Lato-RegIta-webfont.eot');
    src: url('fonts/Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-RegIta-webfont.woff') format('woff'),
         url('fonts/Lato-RegIta-webfont.ttf') format('truetype'),
         url('fonts/Lato-RegIta-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/Lato-Bol-webfont.eot');
    src: url('fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Bol-webfont.woff') format('woff'),
         url('fonts/Lato-Bol-webfont.ttf') format('truetype'),
         url('fonts/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('fonts/Lato-BolIta-webfont.eot');
    src: url('fonts/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-BolIta-webfont.woff') format('woff'),
         url('fonts/Lato-BolIta-webfont.ttf') format('truetype'),
         url('fonts/Lato-BolIta-webfont.svg#LatoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBlack';
    src: url('fonts/Lato-Bla-webfont.eot');
    src: url('fonts/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Bla-webfont.woff') format('woff'),
         url('fonts/Lato-Bla-webfont.ttf') format('truetype'),
         url('fonts/Lato-Bla-webfont.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBlackItalic';
    src: url('fonts/Lato-BlaIta-webfont.eot');
    src: url('fonts/Lato-BlaIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-BlaIta-webfont.woff') format('woff'),
         url('fonts/Lato-BlaIta-webfont.ttf') format('truetype'),
         url('fonts/Lato-BlaIta-webfont.svg#LatoBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
	min-width: 1000px;
	background-color: #e0e0e0;
	font-family: 'LatoRegular', arial, sans-serif;
}

body.home{
	background-image: url('../images/stars.png');
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-image: url('../images/mbg.png');
}

h2{
	font-size: 30px;
	line-height: 36px;
	color: #9e9e9e;
	font-family: 'LatoBlack', arial, sans-serif;
	margin-bottom: 30px;
}

h3{
	font-size: 24px;
	color: #f3790c;
	line-height: 28px;
	margin-bottom: 15px;
	font-family: 'LatoBold', arial, sans-serif;
}

h4{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #737373;
}

.home h4{	
	color: #feecdc;
}

h5{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #737373;
	font-family: 'LatoRegular', arial, sans-serif;
}

h6{
	font-family: 'LatoLight', arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 4px;
	width: 525px;
	margin-left: 65px;
	padding-right: 30px;
	background-image: url('../images/portfolio/portfolio_divider.png');
	background-position: left center;
	text-transform: uppercase;
	background-repeat: no-repeat;
	color: #737373;
}

p{
	font-size: 20px;
	color: #373737;
	margin-bottom: 30px;
	line-height: 26px;
	font-family: 'LatoRegular', arial, sans-serif;
}

#abouttext p{
	font-size: 16px;
	line-height: 21px;
}

a{
	color: #f3790c;
	text-decoration: none;
}

a:hover{
	color: #737373;
}

.large{
	font-size: 22px;
	font-family: 'LatoBold', arial, sans-serif;
}

.home p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

img{
	border: 0px;
}

.wrapper{
	position: relative;
	width: 980px;
	padding: 0px 10px;
	margin: 0px auto;
}

#headerwrapper{
	position: relative;
	width: 100%;
	height: 160px;
	z-index: 1;
}

.portfolio #headerwrapper{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 140px;
	background-color: #e0e0e0;
}

.home #headerwrapper{
	height: 650px;
}

#taglinetop{
	position: absolute;
	left: 507px;
	top: 107px;
	color: #7a7a7a;
	font-family: 'LatoItalic', arial, sans-serif;
	font-style: italic;
	font-size: 35px;
	z-index: 50;
}

#taglinemid{
	position: absolute;
	left: 194px;
	top: 135px;
	color: #e0e0e0;
	font-family: 'LatoBlack', arial, sans-serif;
	font-size: 121px;
	z-index: 50;
}

#taglinebot{
	position: absolute;
	left: 415px;
	top: 240px;
	color: #f3790c;
	font-family: 'LatoItalic', arial, sans-serif;
	font-style: italic;
	font-size: 53px;
	z-index: 50;
	
}

#hero{
	position: absolute;
	left: -25px;
	top: 190px;
	width: 1025px;
	height: 443px;
	z-index: 1;
}


#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 192px;
	height: 166px;
	z-index: 999;
}

#navigation{
	position: absolute;
	right: 50px;
	top: 30px;
	height: 26px;
	z-index: 555;
}

#portfolionavigation{
	position: absolute;
	right: 50px;
	top: 56px;
	height: 32px;
	z-index: 555;
	border-top: 2px solid #9bd6e5;
}

.navitem{
	font-family: 'LatoBold', arial, sans-serif;
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	color: #6c6c6c;
}

.pnavitem{
	font-family: 'LatoBold', arial, sans-serif;
	display: block;
	float: left;
	margin-left: 5px;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 32px;
	color: #6c6c6c;
}

#portfolionavigation .active{
	background-image: url('../images/portfolio/pnav_arrow.png');
	background-position: center -2px;
	background-repeat: no-repeat;
	color: #f3790c;
}

.home .navitem{
	color: #c7c6c6;
}

.navitem:hover, #navigation .active{
	color: #f3790c;
	border-bottom: 2px solid #9bd6e5;
}

.pnavitem:hover{
	color: #f3790c;
}

.home .navitem:hover, .home #navigation .active{
	color: #c7c6c6;
	border-bottom: 2px solid #ee770c;
}

#buckets{
	position: absolute;
	left: 0px;
	top: 480px;
	width: 100%;
	height: 170px;
	overflow: hidden;
	z-index: 444;
}

#bucket1{
	position: relative;
	width: 250px;
	margin-left: 75px; 
	height: 170px;
	overflow: hidden;
	float: left;
	text-align: center;
}

#bucket2{
	position: relative;
	width: 250px;
	margin-left: 40px; 
	height: 170px;
	overflow: hidden;
	float: left;
	text-align: center;
}

#bucket3{
	position: relative;
	width: 250px;
	margin-left: 40px; 
	height: 170px;
	overflow: hidden;
	float: left;
	text-align: center;
}

#contentwrapper{	
	position: relative;
	background-color: #e0e0e0;
	width: 100%;
}

.portfolio #contentwrapper{
	margin-top: 140px;
}

.home #contentwrapper{
	min-height: 540px;
}

#contentwrapper .wrapper{
	position: relative;
	padding: 0px 52px;
	width: 876px;
}


.portfolio #contentwrapper .wrapper{
	padding: 0px 25px;
	width: 930px;
}


.home #contentwrapper .wrapper{
	padding: 65px 20px 15px;
	width: 940px;
	text-align: center;
}

#content{
	position: relative;
	margin-bottom: 25px;
}

#photo{
	position: relative;
	width: 460px;
	float: left;
}

#aboutdescription{
	position: relative;
	width: 416px;
	float: left;
}

#quote{
	position: relative;
	padding: 25px 70px;
	width: 275px;
	background-image: url('../images/quote_bg.png');
	margin-bottom: 25px;
}

.quoteleft{
	position: absolute;
	left: 30px;
	top: 20px;
	width: 31px;
	height: 30px;
}

.quoteright{
	position: relative;
	margin: 0px -32px -10px 15px;
	width: 32px;
	height: 30px;
	display: inline;
}

#abouttext{
	position: relative;
	width: 386px;
	padding: 0px 15px;
}

.skill{
	position: relative;
	margin-bottom: 3px;
	padding: 0px 0px 0px 15px;
	color: #ffffff;
	font-family: 'LatoBold', arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
	width: 858px;
	height: 25px;
	-webkit-text-stroke: 1px #6a9fad;
   text-shadow:
       1px 1px 0 #6a9fad,
     -1px -1px 0 #6a9fad,  
      1px -1px 0 #6a9fad,
      -1px 1px 0 #6a9fad,
       1px 1px 0 #6a9fad;
}

.visualskill{	
	background-image: url('../images/skills_visual_bg.png');
}

.adobeskill{	
	background-image: url('../images/skills_adobe_bg.png');
}

.htmlcssskill{	
	background-image: url('../images/skills_htmlcss_bg.png');
}

.uiskill{	
	background-image: url('../images/skills_ui_bg.png');
}

.flashskill{	
	background-image: url('../images/skills_flash_bg.png');
}

.contentshadowtop{
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: repeat-x;
	background-image: url('../images/content_shadow_top.png');
	width: 100%;
	height: 23px;
}

.bgarrow{
	position: absolute;
	top: 0px;
	left: 50%;
	background-repeat: no-repeat;
	background-image: url('../images/arrow.png');
	width: 74px;
	height: 37px;
	margin-left: -37px;
}

.contentshadowbot{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-repeat: repeat-x;
	background-image: url('../images/content_shadow_bot.png');
	width: 100%;
	height: 23px;
}

#footerwrapper{	
	position: relative;
	width: 100%;
}

.home #footerwrapper{	
}

#footerwrapper .wrapper{
	padding: 50px 20px 40px;
	width: 940px;
}	

#social{
	position: relative;
	margin: 0px auto 15px;
	width: 140px;
	height: 29px;
}

.socialicon{
	position: relative;
	margin: 0px 3px;
	display: block;
	float: left;
	width: 29px;
	height: 0px;
	overflow: hidden;
	padding-top: 29px;
	cursor: pointer;
}

.facebook{
	background-image: url('../images/facebook_icon.png');
}
.linkedin{
	background-image: url('../images/linkedin_icon.png');
}
.tumblr{
	background-image: url('../images/tumblr_icon.png');
}
.vimeo{
	background-image: url('../images/vimeo_icon.png');
}

.facebook:hover{
	background-image: url('../images/facebook_icon_over.png');
}
.linkedin:hover{
	background-image: url('../images/linkedin_icon_over.png');
}
.tumblr:hover{
	background-image: url('../images/tumblr_icon_over.png');
}
.vimeo:hover{
	background-image: url('../images/vimeo_icon_over.png');
}



#legal{
	position: relative;
	font-size: 10px;
	color: #545454;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.home #legal{
	color: #cac8c8;
}

.orange{
	color: #f3790c;
}

.nomargin{
	margin-bottom: 0px;
}

.light{	
	font-family: 'LatoLight', arial, sans-serif;
}

.clear{
	clear: both;
}

/** FORM **/

#form, #thankyou{
	position: relative;
	width: 660px;
	float: left;
}

#thankyou{
	display: none;
}

#contactdetails{
	position: relative;
	width: 195px;
	float: left;
	padding-top: 55px;
}

.field{
	margin-bottom: 15px;
	line-height: 18px;
}

.fieldlabel{
	font-family: 'LatoBold', arial, sans-serif;
	color: #585857;
	font-size: 18px;
	margin: 0px 0px 3px 3px;
}

.fieldinput input{
	width: 564px;
	height: 40px;
	padding: 0px 3px;
	border: 1px solid #b6b5b5;
	background-color: #f6f6f6;
	font-size: 24px;
	line-height: 40px;
	font-family: 'LatoRegular', arial, sans-serif;
	color: #585857;
}

.fieldinput textarea{
	width: 567px;
	height: 190px;
	padding: 0px 0px 0px 3px;
	border: 1px solid #b6b5b5;
	background-color: #f6f6f6;
	font-size: 24px;
	line-height: 30px;
	font-family: 'LatoRegular', arial, sans-serif;
	resize: none;
	color: #585857;
}

.submit input{
	background: transparent;
	position: relative;
	width: 261px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #b6b5b5;
	text-transform: uppercase;
	font-family: 'LatoBold', arial, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	background-color: #fffcf9;
	color: #585857;
	cursor: pointer;
}

.submit input:hover{
	background-color: #f3790c;
	color: #ffffff;
}


/** PORTFOLIO **/
.sample{
	margin-bottom: 60px;
}

.description{
	position: relative;
	width: 310px;
	float: left;
	padding-top: 65px;
}

.description p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	color: #737373;
	font-family: 'LatoRegular', arial, sans-serif;
}

.display{
	position: relative;
	width: 620px;
	float: left;
	text-align: right;
}

.cta{
	position: relative;
	width: 215px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #b6b5b5;
	text-transform: uppercase;
	font-family: 'LatoRegular', arial, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
	background-color: #fffcf9;
	color: #585857;
}

.cta:hover{
	background-color: #f3790c;
	color: #ffffff;
}

.ipadwide {
	margin-left: 25px;
	margin-bottom:-70px;
}

.ipadnarrow {
	margin-right: 45px;
}

.wireframes a {
	width: 17%;
	float: left;
}

.media{
	margin-bottom: 30px;
}

.design{
	position: relative;
	float: left;
	background-image: url('../images/portfolio/design_icon.png');
	width: 44px;
	height: 37px;
	margin: 15px 15px 15px 0px;
}

.ui{
	position: relative;
	float: left;
	background-image: url('../images/portfolio/ui_icon.png');
	width: 22px;
	height: 37px;
	margin: 15px 15px 15px 0px;
}

.flash{
	position: relative;
	float: left;
	background-image: url('../images/portfolio/flash_icon.png');
	width: 37px;
	height: 37px;
	margin: 15px 15px 15px 0px;
}

.htmlcss{
	position: relative;
	float: left;
	background-image: url('../images/portfolio/html_css_icon.png');
	width: 57px;
	height: 37px;
	margin: 15px 15px 15px 0px;
}

.audio{
	position: relative;
	float: left;
	background-image: url('../images/portfolio/audio_icon.png');
	width: 40px;
	height: 37px;
	margin: 15px 15px 15px 0px;
}

.animation{
	position: relative;
	float: left;
	background-image: url('../images/portfolio/animation_icon.png');
	width: 71px;
	height: 37px;
	margin: 15px 15px 15px 0px;
}

.epro{
	position: relative;
	float: left;
	background-image: url('../images/portfolio/e_pro_icon.png');
	width: 37px;
	height: 37px;
	margin: 15px 15px 15px 0px;
}

/*LIGHTBOX*/

#shadow{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index: 99998;
	display: none;
}

#lightbox{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -10px;
	width: 20px;
	z-index: 99999;
	display: none;
}

#lightbox .topleft{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-image: url('../images/portfolio/lb_left.png');
}

#lightbox .topmid{
	position: relative;
	width: auto;
	margin: 0px 10px;
	height: 10px;
	background-color: #ffffff;
}

#lightbox .topright{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-image: url('../images/portfolio/lb_right.png');
}

#lightbox .mid{
	position: relative;
	width: auto;
	margin: 0px 1px;
	padding: 5px 15px 1px;
	min-height: 30px;
	background-color: #ffffff;
}

#lightbox .botleft{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-image: url('../images/portfolio/lb_bleft.png');
}

#lightbox .botmid{
	position: relative;
	bottom: 0px;
	width: auto;
	margin: 0px 10px;
	height: 10px;
	background-color: #ffffff;
}


#lightbox .botright{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background-image: url('../images/portfolio/lb_bright.png');
}

#pimageclose{
	position: absolute;
	right: 0px;
	top: 0px;
	padding-right: 30px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #858484;
	background-image: url('../images/portfolio/close.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 5px 15px 0px 0px;
	cursor: pointer;
	font-family: 'LatoBlack', arial, sans-serif;
}

#details{
	overflow: hidden;
	width: 100%;
}

#pdescript{
	position: relative;
	float: left;
	width: auto;
	padding: 0px 10px 500px 0px;
	margin-bottom: -500px;
	background-image: url('../images/portfolio/border.png');
	background-repeat: repeat-y;
	background-position: right top;
}

#pimagetitle{
	font-size: 14px;
	line-height: 18px;
	font-family: 'LatoBlack', arial, sans-serif;
	color: #858484;
}

#pimagecount{
	font-size: 12px;
	line-height: 16px;
	font-family: 'LatoRegular', arial, sans-serif;
	color: #858484;
}

#parrows{
	position: relative;
	float: left;
	width: auto;
	padding: 7px 10px 500px;
	margin-bottom: -500px;
	background-image: url('../images/portfolio/border.png');
	background-repeat: repeat-y;
	background-position: right top;
}

#parrowleft{
	position: relative;
	float: left;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background-image: url('../images/portfolio/parrow_left.png');
	cursor: pointer;
}

#parrowright{
	position: relative;
	float: left;
	width: 17px;
	height: 17px;
	background-image: url('../images/portfolio/parrow_right.png');
	cursor: pointer;
}