
/***********************
CSS by Andy Farrer 2012
www.andyfarrer.com
************************/

/***********************
	CSS Reset
************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; font-style: normal; }
table { border-collapse:collapse; border-spacing:0; }
hr { display: block; height: 9px; margin: 1em 0; padding: 0; border: 0; background: transparent url(../images/hr.png) no-repeat; }
input, select { vertical-align:middle; }


/***********************
Begining of Page CSS
************************/

/***********************
	1. Text Styles
************************/

@font-face {
    font-family: 'BigNoodleTitlingRegular';
    src: url('fonts/big_noodle_titling-webfont.eot');
    src: url('fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling-webfont.woff') format('woff'),
         url('fonts/big_noodle_titling-webfont.ttf') format('truetype');
         url('fonts/big_noodle_titling-webfont.svg#BigNoodleTitlingRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;    
	}

p {
	font-family: 'Helvetica', arial, Helvetica, Sans Serif;Helvetica, Sans Serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #666;	
	}

a {
	font-family: 'Helvetica', arial, Helvetica, Sans Serif; Helvetica, Sans Serif;
	color: white;
	text-decoration: none;
	}

a: hover {
	color: #f2561b;
	}

ul {
	font-family: 'Helvetica', arial, Helvetica, Sans Serif;
	font-size: .9em;
	list-style-type:none;
	}
	
::selection {
   background: #f2561b; /* Safari */
        color: #ffffff;
   }
::-moz-selection {
   background: #f2561b; /* Firefox */
        color: #ffffff;
   }


/***********************
	2. Headings
************************/

h1, h2, h3, h4{
	font-family: 'BigNoodleTitlingRegular', Rockwell, arial, Helvetica, Sans Serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	
h1 {
	color: #234758;
	font-size: 6em; /*from 4em*/
	font-variant:small-caps;
	text-shadow: 1px 1px #fff, 2px 2px #f2561b;
	text-align: center;
	letter-spacing: .1em; /*from .05em*/
	margin: 65px 20px 25px 20px;
	padding: 10px 0px;
	/*border-top: 3px solid #234758;
	border-bottom: 3px solid #234758;
	box-shadow: 0px 1px #fff, 0px 3px #f2561b,
				0px -1px #fff, 0px -3px #f2561b;*/
	}

h2 {
	color: #444;
	font-size: 2.4em;
	margin: 10px 0px 0px 0px;
 	
	}

h3 {
	color: #234758;
	font-size: 1.8em;
	text-align: left;
	letter-spacing: .05em;
	margin-top: 0px;
	}

h4 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 2.4em;
	text-align: center;
	text-shadow: 2px 2px 0px #234758;
}

/***********************
	3. Body
************************/

body {
	background: #444 url('images/back.jpg') repeat;

	}


/***********************
	4. Header
************************/

#header {
	margin-top: 0px;
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 5;
	}

#headband {
	height: 30px;
	margin: 0px auto;
	}

#logo {
	background-image: url(images/logosprite.png);
	position: absolute;
	background-size: 90px;
	width: 86px;
	height: 86px;
	margin: -12px 0px 0px 20px;
	z-index: 2;
	transition: background-position .1s ease-in;
			-webkit-transition: background-position .05s ease-in;
			-moz-transition: background-position .1s ease-in;
	}
/*#logo:hover {
	background-position: 0px -93px;
	}*/


/***********************
	5. Navigation
************************/

.nav {
	background: url('images/bluebacker.jpg') repeat;
	position: absolute;
	width: 100%;
	height: 33px;
	font-size: 1.6em;
	letter-spacing: 2px;
	padding: 12px 0px 5px 0px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7), 0px -1px 25px rgba(0, 0, 0, 0.3);
	}
	.nav ul {
		margin-left: 120px;
		margin-top: 0px;
		}
	.nav li {
		display: inline;
		}
	
	.menu a {
		position: relative;
		font-family: 'BigNoodleTitlingRegular';
		font-size: 1em;
		margin: 0px 10px 0px 10px;
		padding: 10px;
		text-shadow: 1px 1px #37566c, 2px 2px #f2561b;
		transition: background-color .2s ease-out;
			-webkit-transition: color .2s ease-out;
			-moz-transition: color .2s ease-out;
			}
	.menu a:before {
		font-size: 0.8em;
		margin-right: 4px;
		}
		.menu a:hover {
		top: -1px; right: 1px;
		text-shadow: 2px 2px #37566c, 3px 3px #f2561b;
		}

#navband {
	width: 1040px;
	margin: 0px auto;
	clear: both;
	}


/***********************
	6. Page Sturcture
************************/

.container {
	height: auto;
	min-height: 800px;
	position: relative;
	z-index: 1;
	clear: both;
	}

.wrapper {
	height: auto;
	width: 1040px;
	margin: 0px auto;
	margin-top: 0px;
	clear: both;
	position: relative;
	}

#one, 
#two,
#three,
#four {
	width: 200px;
	height: 1px;
	clear: both;
	}

/***********************
	7. Introduction
************************/

.introduction {
	height: 950px;
	border-bottom: 2px solid rgba(0,0,0,0.8);
	box-shadow: inset 0px -2px 3px rgba(255,255,255,0.4), 
				inset 0px 2px 3px rgba(255,255,255,0.4);
}

#andy-design {
	position: relative;
	margin: 140px auto 0px;
	width: 80%;
	height: 300px;
	background: url(images/blue-back.jpg);

}

.design-elements {
	height: 250px;
	margin: 70px 20px 40px;
	}

.design {
	display: inline-block;
	width: 25%;
	height: 100%;
	margin: 0px 4%;
	background-color: rgba(9,9,9,0.4);
	border-radius: 50%;

	transition: transform .5s;
-moz-transition: -moz-transform .5s;
-webkit-transition: -webkit-transform .2s;
-o-transition: -o-transform 1s;
}

/*.design:hover {
	transform: scale(1.5);
-ms-transform: scale(1.5); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari and Chrome */
-o-transform: scale(2,4); /* Opera */
-moz-transform: scale(2,4); /* Firefox */
}

.print {
	background: url(images/grey-back.jpg);
}

.web {
	background: url(images/orange-back.jpg);
}

.mobile {
	background: url(images/blue-back.jpg);
}

.design h3 {
	position: relative;
	top: 105%;
	text-align: center;
	color: #fff;
}

.print-gif {
	position: relative;
	top: 15px; 
	margin: 0px auto;
	width: 150px;
	height: 150px;
	background: url(images/print-gif.gif);
	background-size: 150px 150px;
}


/***********************
	8. Portfolio
************************/

.portfolio {
	background: url(images/grey-back.jpg);
	min-height: 1150px;
	border-bottom: 2px solid rgba(0,0,0,0.4);
	box-shadow: inset 0px -2px 3px rgba(255,255,255,0.2), 
				inset 0px 2px 3px rgba(255,255,255,0.2);
}

.portfolio-title {
	color: #fff;
	text-shadow: 2px 2px #222, 4px 4px #F2561B;
}



.portfolio-thumbs li {
	float: left;
	position: relative;
	margin: 0px 1.34% 15px;
	padding: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.portfolio-thumbs li a,
.portfolio-thumbs li a img {
	display: block;
	position: relative;
}
.portfolio-thumbs li a {
    overflow: hidden;
}

	.portfolio-thumbs li a div {
    position: absolute;
    background: #134258;
    background: rgba(19,66,88,0.9);
    width: 100%;
    height: 100%;
	}
	.portfolio-thumbs li a div span {
		display: block;
		padding: 10px;
		margin: 30px 20px 20px 20px;
		font-family: 'BigNoodleTitlingRegular';
		font-size: 2.1em;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: normal;
		color: rgba(255, 255, 255, 0.9);
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		/*border-top: 3px solid rgba(255, 255, 255, 0.8);*/
		border-bottom: 2px solid #F2561B;
		}	
.portfolio-thumbs li a div p {	
	padding: 10px;
	padding-bottom: 0;
	margin: 0px 20px;
	color: #FFF;
	font-size: 1em;
	line-height: 1.2em;
}
	


/***********************
	8. About
************************/

.about {
	background: url(images/white-back.jpg);
	min-height: 960px;
	border-bottom: 2px solid rgba(0,0,0,0.8);
	box-shadow: inset 0px -2px 3px rgba(255,255,255,0.3), 
				inset 0px 2px 3px rgba(255,255,255,0.3);
}


.about-back {
	position: relative;
	background: #fff;
}

#portrait {
	position: relative;
	float: left;
	width: 30%;
	height: auto;
	margin-top: 15px;
	}
#portrait img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	border: 10px solid #FFF;
	border-radius: 50%;
	}

#bio {
	position: relative;
	float: right;
	width: 65%;
	height: auto;
	}
	#bio p {
	margin: 10px 0px 20px 10px;
	color: #666;
	font-size: 1.1em;
	line-height: 1.6em;
	}
	#bio ul {
		font-family: 'BigNoodleTitlingRegular';
		width: 580px;
		font-size: 1.4em;
		color: #f2561b;
		line-height: 1.6em;
		text-indent: 50px;
		margin: -15px 0px 20px 0px;
		}
	#bio li {
		float:left;
    	width: 270px;
		font-size: 1.2em;
    	margin-left: 20px;
    	color: #234758;
    	line-height: 1.4em;
		}	
	
#resume {
	background: url('images/bluebacker.jpg') repeat;
	font-family: 'BigNoodleTitlingRegular';
	font-size: 1.3em;
	text-align: center;
	float: right;
	color: #fff;
	width: 80px;
	margin-top: 40px;
	padding: 14px 20px;
	border-radius: 4px;
	text-shadow: 0px -1px #002635, 0px 1px #83a6b9;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	}
	#resume:hover {
		box-shadow: 0px 0px 0px;
		}


/***********************
	9. Contact
************************/

.contact {
	height: 900px;
	background: url(images/orange-back.jpg);
	background: url(images/grey-back.jpg);
	box-shadow: 
				inset 0px 2px 3px rgba(255,255,255,0.2);
	}

.contact-title {
	color: #234758;
	text-shadow: 2px 2px #F2561B, 4px 4px #fff;
}

.contact-left {
	position: relative;
	width: 440px;
	height: auto;
	margin: 20px auto 40px;
}

.social {
	border: 10px solid #FFF;
	border-radius: 2px;
	background: url(images/orange-back.jpg);
	}
	.social li {
		text-align: center;
		width: 100%;
	}
	.social li a {
		display: block;
		font-family: 'BigNoodleTitlingRegular', Rockwell, arial, Helvetica, Sans Serif;
		font-size: 1.6em;
		color: #fff;
		padding: 20px 0px;
		line-height: 1.8em;
		border-bottom: 4px dashed #234758;
		}
	.social li a:last-child {
		border-bottom: none;
	}

	.social a:hover {
		background-color: #fff;
		color: #f2561b;
		}

.contact-right {
	position: relative;
	float: right;
	width: 420px;
	height: auto;
	margin: 0px 0px 40px 0px;
	padding: 20px;
	}

.contact-right p {
	color: #fff;
	font-size: 1em;
}

.form-boxes {
	position: relative;
	width: 380px;
	height: 450px;
	margin: 20px 60px 40px 0px;
	padding: 20px;
	border: 4px dashed #234758;
	border-radius: 8px;
}

#inputs {
	margin-top: 20px;
	}
	
#inputs label{
	font-family: 'BigNoodleTitlingRegular', Rockwell, arial, Helvetica, Sans Serif;
	font-size: 1.6em;
	color: #fff;
}

#inputs input,
#inputs textarea {
    background: #f1f1f1; 
    background: url('images/back.jpg') repeat;
    font-size: .9em;
    padding: 10px 10px 10px 10px;
    margin: 0 0 10px 0;
    width: 350px;
    outline: none;
    /*border: 1px solid #ccc;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	}

#inputs input:focus,
#inputs textarea:focus {
    background: url('images/blueback.jpg') repeat;
    border-color: #f2561b;
    color: #fff;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
	}

#submit {		
	background: url('images/bluebacker.jpg') repeat;
	font-family: 'BigNoodleTitlingRegular';
	font-size: 1.3em;
	text-align: center;
	float: right;
	color: #fff;
	width: 100px;
	margin: 0px 20px 0px 0px;
	padding: 14px 20px;
	border-radius: 4px;
	border: 0px;
	text-shadow: 0px -1px #002635, 0px 1px #83a6b9;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	}
	#submit:hover {
		box-shadow: 0px 0px 0px;
		}  
	

/***********************
	10. Footer
************************/	

#footer {
	position: relative;
	height: auto;
	padding-top: 15px;
	clear: both;
	color: #fff;
	}

#footband {
	width: 1040px;
	margin: 0px auto;
	position: relative;
	}
	
.copyright {
	color: #234758;
	color: #EE5B02;
	font-size: .8em;
	line-height: 2em;
	margin-left: 380px;
	clear: both;
	}

.home-foot {
	}
	

/***********************
	11. Portfolio Page
************************/

.portfolio-head{
	color: #444;
	text-shadow: 2px 2px #fff, 4px 4px #234758;

}

.portfolio-padding {
	padding-top: 130px;
}

.mainshot {
	/*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
	}

.right {
	float: right;
	width: 55%;
	margin-top: 15px;
	margin-bottom: 20px;
}	
	
.smallshots {
	height: 250px;
	margin: 40px 0px 80px;

	}

.smallshots img {
	max-width: 300px;
}

.smallshots li {
	display: inline-block;
	width: 29%;
	height: 100%;
	margin: 0px 3%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
	}


.smallshots li:first-child {
	margin-left: 0px;
	}

.smallshots li:last-child {
	margin-right: 0px;
	}

.fullshot {
	margin: 30px 0px;
	text-align: center;
}

.clear-fix {
	clear: both;
}

.project-description {
	float: left;
	width: 38%;
}

.project-description p {
	margin: 10px 0px;
	color: #666;
	font-family: 'Helvetica', arial, Helvetica, Sans Serif;
	font-size: 1em;
	line-height: 1.7em;
	text-align: justify;
}

.project-description a{
	color: #f2561b;

}

.logo-sprite {
	width: 300px;
	height: 250px;
	display: inline-block;
	margin: 5px 22px 40px;
	background-color: rgba(9,9,9,0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.logo-sprite:hover {
	background-position: 0px -250px;
	}
.mothernative {
	background-image: url('images/logo-sprites/mothernative.jpg');
}
.blackburn {
	background-image: url('images/logo-sprites/blackburn.jpg');
}
.retroscope {
	background-image: url('images/logo-sprites/retroscope.jpg');
}
.francis{
	background-image: url('images/logo-sprites/francis.jpg');
}
.anewbike {
	background-image: url('images/logo-sprites/anewbike.jpg');
}
.vooluu {
	background-image: url('images/logo-sprites/vooluu.jpg');
}
.quotenbind {
	background-image: url('images/logo-sprites/quotenbind.jpg');
}
.boisebeardsmen {
	background-image: url('images/logo-sprites/boisebeardsmen.jpg');
}
.mandrake {
	background-image: url('images/logo-sprites/mandrake.jpg');
}

.illustration {
	width: 450px;
	height: 650px;
	display: inline-block;
	margin: 5px 34px 40px;
	background-color: rgba(9,9,9,0.4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}




/***********************
	Media Queries
************************/

@media screen and (max-height: 800px){


#andy-design {
	margin: 110px auto 0px;
	height: 300px;
}

.design-elements {
	margin: 40px 20px 40px;
	}

}

@media screen and (max-width: 1040px){

.wrapper {
	width: 100%;
	}


#andy-design {
	margin: 110px auto 0px;
	height: 300px;
}

.design-elements {
	margin: 40px 20px 40px;
	background: red;
	}

}













	