*{
    margin:0;
    padding:0;
}

/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

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;
}

/* Extended base styles (site specific)
*****************************************************************/
@import url(http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day);

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body{
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	color: rgba(50, 68, 71, 1);
	overflow-x: hidden;
	height: 6520px;/**/
	line-height: 1;
	background-color: #F7FAF9;
}
	span.top{
	position:fixed;
	display:block;
	width:100%;
	min-height:250px;
	z-index:300;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(../img/border_top.png);
	background-position: right bottom;
	background-size:auto 100%;
	}
	span.bottom{
	position:fixed;
	bottom:0px;
	display:block;
	width:100%;
	min-height:20%;
	z-index:250;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url(../img/border_bottom.png);
	background-position: right top;
	background-size:auto 100%;
		}
		
/*@-moz-document url-prefix() { 
  body{
	font-size:75%;
	}
}*/
h1, h2, h3, h4 {
	font-weight: normal;
}
h1,h2{
	font-family: 'Dawning of a New Day', cursive;
}
h1{
	font-size: 250%;	
}

h2{
	font-size: 150%;
	line-height:1.2em;	
}

p {
	/*font-weight: 300;
	font-size: 1.5em;*/
}
a { 
	text-decoration:none;
	color:#fff;
}

#header {
	width:100%;
	min-height:110px;
	padding: 0px 0 20px 0;
	background-image: url(../img/paper/paper.png);
	background-repeat: repeat;/**/
	position: fixed;
	top: 0px;
	-webkit-box-shadow:  0px 8px 8px 8px rgba(36, 42, 49, .15);
	box-shadow:  0px 8px 8px 8px rgba(36, 42, 49, .15);
	z-index:500;
	background-color: #F1F1F1;/**/
}
#header a{
	color:#000;
}

#header #header_text{
	display:inline-block;
	margin: 30px auto  0 200px;
	/*border: 1px solid #F90;*/
	text-align: right;
}
#header #header_text > h4{
	padding: 0px 0 0 0;
	display:inline-block;
	font-size:.9em;
}
#header #header_text h4 #amper, #contact .stage-area p .amper{
	position: relative;
	top: 5px;
}

#header #logo {
	max-width:110px;
	max-height:185px;
	float: left;
	position:absolute;
	left:80px;
	/*background: #F9aa30;*/
}
#header #logo #banner_img {
	position:relative;
	bottom: 235px;
	/*bottom: 25px; 25+210 for shadow*/
}
#header #logo #banner_shadow {
	position:relative;
	bottom: 22px;
}
.mobile_only {
		display:none;
	}

/******************************
			   NAV
******************************/
nav#top{
	position: fixed;
	top: 28px;
	width: 50%;
	margin-left:450px;
	z-index: 400;
	/*background:#330099;*/
}
nav#top ul {
	list-style:none;
	width:620px;
	margin: 0 auto;
	z-index: 200;
}
nav#top > ul > li {
	float:left;
	display:inline-block;
	padding: 81px 5px 35px 5px;
	height:35px;/**/
	width:90px;
	text-align:center;
	margin: 0 4% 0 0;
	background-image: url(../img/nav_tab_100x200.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	top: 0px;	
	-webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	-moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    -ms-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
	-o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}

nav#top > ul > li:hover {
	position: relative;
	top: 25px;	
	padding: 95px 5px 35px 5px;
	height:15px;/**/
}

nav#top > ul > li > a{
	font-size:1.5em;
	font-family: 'ralewaythin', Arial, Helvetica, sans-serif;
}
nav#top > ul > li:first-child {
		margin-left:3%;/**/
}
nav#top ul li:last-child {
	margin-right: 0px;
}
nav#top > ul > li a {
	color:#FFFFFF;
}
/***************************************************************
  			SIDE  Nav
*****************************************************************/

nav#primary {
	z-index: 400;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h2 {
	position: absolute;
	right: 28px;
	top: -7px;font-size:2.2em;
	display: none;
	padding:5px 20px 5px 10px;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrowx50.png') 100% 50% no-repeat;
	font-size:1.6em;
	}
nav.next-prev {
	margin: 0;
	position:relative;
	top:600px;/*this should be the total of the port links plus some padding/margin*/
	z-index:300;
	}
	
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -22px no-repeat;
			}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
	width:100%;
	
}


/* Parallax  & CONTENT
*****************************************************************/

/* Content & ArticleS!!!!
*****************************************************************/
#content {
	position: relative;
	line-height: 1.7;
	max-width: 970px;
	padding: 0 10px;
	margin: 0 auto;
	}
	#content article {
	/*
	background-color:green;*/
	width:100%;
		}
	
		#welcome,
		#print,
		#web,
		#other,
		#about,
		#contact {
			padding-top: 230px;
			max-width:970px;
			position: absolute;
			height:815px;
			}
		#welcome {
			top: 0px;
			}
		#print {
			top: 1050px;
	/*background-color: #CF6;*/
			}
		#web {
			top: 2100px;
	/*background-color: #09F;*/
			}
		#other {
			top: 3150px;
			}
		#about {
			top: 4200px;
			}
		#contact {
			top: 5250px;
			}
	
	#content article header {	
		display:block;
		width:100%;
		position:absolute;
		z-index:300;
		padding: 0 50px;
	}
	#wrapper #content #print .stage-area{
		
	}
	#content article header{
		text-align:left;
		/*border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #906;*/
		margin-left:-50px;
		
 	}
	#content article a{
	text-decoration: none;
	color: #000;
	}
	
	
	#content article h1{
		margin: 0 0 20px 0;
		font-weight: normal;
		position:relative;
		right:18px;
		top:20px;
		padding:0;
		
	}
	/*#content #welcome header h1, */#content #contact header h1{
		right:50px;
		top:20px;
	}
		#content article h1 .rale_it {
			font-family: 'ralewaythin', Arial, Helvetica, sans-serif;
			position:relative;
			left:15px;/**/
			bottom:35px;
			font-size:110%;
			background-image: url(../img/ampersand.png);
			background-size: auto 70%;
			background-repeat: no-repeat;
			background-position: right 110%;
			padding-right:40px;
			padding-bottom:5px;
			display:inline-block;
		}
		/*#content #welcome header h1 .rale_it, */#content #contact header h1 .rale_it {
			background:none;
			left:48px;
		}
	
	#content article>.stage-area{
		position:absolute;
		top:350px;
		font-size:.98em;
		z-index:350;
		line-height:1.35em;
		width:100%;
		/*background-color: #C36;*/
	}
		
		#content article .stage-area p{
			width:640px;
			max-width:65%;
		}
		
		#about #about_stage p{
		}
		
		#contact a{
			color: #006F75;
		}
			
			
	.link_label{
		display:inline-block;
		position:relative;
		padding:10px;
		bottom:15px;
		left:-25px;
		background:#006F75
	}
	 a.form-link
	{
	display: inline-block;
	padding-right:20px;
	/*width: 15%;*/
	height: auto;
	min-height:20px;
	background-color: transparent;
	background-image: url(../img/scroll-arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 5px;
		}
	
		
		
/* SIZE AND CENETERING FOR THE PARALLAX DIVS!!!!
************************************************************/
#parallax-fg5, #parallax-fg4, #parallax-fg3, #parallax-fg2, #parallax-fg1, #parallax-bg2, #parallax-bg1 {
	z-index: 200;
	margin: 0 auto;
	top: 0;
	width: 970px;	
	position: fixed;
	left: 50%;  /*align left edge with center of viewport */	
	margin-left: -485px; /* move left by half element's width */
}
#parallax-fg5>div, #parallax-fg4>div, #parallax-fg3>div, #parallax-fg2>div, #parallax-fg1>div{
	background-color:#FFF;
	border: 2px solid #74999f;
	overflow: hidden;
	position: absolute;
	
}
#parallax-bg1>div, #parallax-bg2>div {
	position: absolute;	/*border: 1px solid #C66;*/
}
div.one_third .fancybox img, div.two_thirds .fancybox img, div.half .fancybox img{
	background-color:#FFF;
	width:100%;
	height:196px;
}
div.one_third {
	width:306px;
	height:196px;
}
div.two_thirds {
	width:636px;
	height:196px;
}
div.half {
	width:471px;
	height:196px;
}
div.one_third_tall {
	width:306px;
	height:416px;
}
.hover{
	width:276px;
  	transition: background-color 0.5s ease;
	padding:15px;
	background-color:rgba(36, 42, 49, .0);
	display:inline-block;
	line-height: 1.2em;
}
	
.hover p{
	display:none;
	color:#FFF;
	line-height: 1.2em;
	position:absolute;
	bottom:15px;
	width:inherit;
}
	div.hover:hover{
		background-color:rgba(36, 42, 49, .8);
	}
	div.hover:hover p{
		display:inline;
	}
/* SIZE & POSITION FOR PARALLAX CHILDREN!!!!
************************************************************/

/*FORE GROUND*/
/* portflio thumbnails fg5*/
#parallax-fg5 {
	}
	#parallax-fg5>div>.fancybox img {
	}
	#fg5-1 {/* Drop-Stich - Print */
		top: 1591px;
		left: 330px;
		}
	#fg5-2 {  /* Farmers - Print */
		top: 4331px;
		left: 660px;
	}
	#fg5-3 {  /*place holder  - ABOUT*/
	top: 5600px;
	left: 0px;
	background-image: url(../images/about/dirty_girl_310x200.jpg);
	}
		#fg5-3 div.hover{
			height:180px;
		}/*  height:200px-20 for padding = 396?  */
		
/* portflio thumbnails fg4*/
#parallax-fg4 {
	}
	#fg4-1 {/*place holder  - OTHER*/
		top: 2168px;
		left: 660px;
		display:none;
		}
	#fg4-2 {/* Web -Solcanna */
		top: 4006px;
		left: 0px;
		}
	#fg4-3 { /* OTHER - Reflections */
		top: 6063px;
		left: 330px;
		}
		
/* portflio thumbnails fg3*/		
#parallax-fg3{
	}
	
	#fg3-1 {/* hook & needle */
		top: 1338px;
		left: 0px;
		}
	#fg3-2 { /* self pic */
		top: 2693px;
		left: 330px;
		}
	#fg3-3 { /* WEB - Read 2 night */
		top: 2126px;
		left: 0px;
		}
		
/* portflio thumbnails fg2*/
#parallax-fg2 {
	}
	#parallax-fg2>div>.fancybox img {
	}
	
	#fg2-1 { /*My Tie*/
		top: 1906px;
		left: 0px;
				}
	#fg2-2 {/*Something bites*/
		top: 3481px;
		left: 330px;
		}
	#fg2-3 {/*place holder  - ABOUT*/
		top: 6860px;
		left: 330px;
	background-image: url(../images/about/gish.jpg);
	}
		#fg2-3 div.hover{
			height:180px;
		}/*  height:200px-20 for padding = 396?  */
		
/* portflio thumbnails fg2*/
#parallax-fg1 {
	}	
	#fg1-1 { /*img of me  - ABOUT*/
		top: -3018px;
		left: 660px;
		background-image: url(../images/about/me_scarf_310x420.jpg);
	}
		#fg1-1 div.hover{
			height:396px;
		}/*  height:416px-20 for padding = 396?  */
		
	#fg1-2 { /*Quote at bottom*/
	top: -3518px;
	left: 660px;
	}		
		#wrapper #parallax-fg1 #fg1-2{
			border-style:none;
			line-height:1.2em;
			background-color:transparent;
			}
	p.by_name { 
		text-align:right;
	}
	
	
/* ---------BackGROUNd---------- */
/* background & cats */
#parallax-bg1 {
	}
	#bg1-1 {/* welcome kitty */
		top: 370px;
		left: 660px;
		
		}
	#bg1-2 {/* brella in print */
		top: 1390px;
		left: 660px;
		
		}
	#bg1-3 {/* web kitty */
		top: 2018px;
		left: 660px;
		}

	
/* background & cats */
#parallax-bg2>div {
	}
	#bg2-1 {/* other kitty */
		top: 2250px;
		left: 0px;
		
		}
	#bg2-2 {/* end brella */
		top: 3610px;
		left: 660px;
		
		}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/*body{
	font-size:60%;
	font-weight:normal;
	color: #F9F;
	}
	h1 .rale_it {
		line-height:2.2em;
	}
 	h1{
		font-size: 250%;	
	}
	#header #header_text > h4{
		font-size: 1em;	
	}
*/}




/* -----------Form CSS------------- */

span.form-link
	{
	display: inline-block;
	width: 15%;
	height: auto;
	min-height:20px;
	background-color: transparent;
	background-image: url(../img/scroll-arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	display: none;
		}
	span.form-link:hover, a.form-link:hover  {
			background: transparent url('../img/scroll-arrow-down.png') right -17px no-repeat;
			}/**/
.form{
	display:none;
}

.contact-form {

	height:200px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	margin: 15px 0px -20px 0px;
	background-color: transparent;
	z-index:50;
	display:none;

}

.contact-form h2 {
	text-align: left;
	line-height:1.8em;
	font-size:1.8em;
}

.control-group {
	margin-bottom: 10px;
	width:100%;
}

.control-group label {
	font-size:.7em;
	display:block;
}
.control-group input[type="text"], .control-group textarea {
	width: 100%;
	max-width: 614px;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 5px 10px 5px 10px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
}
.control-group input[type="text"] {
	font-size: 16px;
}

.control-group textarea {
	font-size: 14px;
	min-height: 80px;

}

.control-group input[type="submit"] {
	width: 90px;
	margin: 0px;
	padding: 8px 0px;
	outline: none;
	text-align: center;
	border:none;
	font-family: /*'Dawning of a New Day',*/'ralewayregular', 'sans-serif';
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
	background: #026970;
	-webkit-box-shadow: 5px 5px 3px 0px rgba(70, 83, 95, 0.2);
	box-shadow: 5px 5px 3px 0px rgba(70, 83, 95, 0.2);
}

.control-group input[type="submit"]:hover {
	cursor: pointer;
	background: #7FB2B2;
	background: -moz-linear-gradient(top, #7FB2B2 0%, #026970 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7FB2B2), color-stop(100%,#026970));
	background: -webkit-linear-gradient(top, #7FB2B2 0%,#026970 100%);
	background: -o-linear-gradient(top, #7FB2B2 0%,#026970 100%);
	background: -ms-linear-gradient(top, #7FB2B2 0%,#026970 100%);
	background: linear-gradient(to bottom, #7FB2B2 0%,#026970 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7FB2B2', endColorstr='#026970',GradientType=0 );
}

.antispam { display:none !important;}

.no-margin {
	margin: 0px; 
}

.contact-form label.error, div#errors {
	border: 1px solid #026970 !important;
	margin-bottom: 3px;
	background: #026970;
	padding-left: 5px;
	color: #ffffff;
	font-family: /*'Dawning of a New Day',*/'ralewayregular', 'sans-serif';  
}

div#errors{
    display:none;
}

.contact-form #msg_submitting{
    display:none;
}

.contact-form #msg_submitted{
    display:none;
}

/* some css tools */
