/*------------------------ WIPING THE SLATE ------------------------*/

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


/*GENERALS*/

/*
------------------------
DARK GREEN: 	#57846F
LIGHT GREEN: 	#B2DDC7
BORDERS:		#57846F
------------------------
*/

body	{
	background-color: #fff;
}

p, h1, h2, h3, h4, li, a {
	font-family: 'Open Sans', sans-serif;
}

.bold {
	color: #57846F;
	font-weight: 400;
}

br.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
}

h2 {
	display: block;
	margin-top: 20px;
	padding: 15px 0 15px 70px;
	border-top: 1px solid #cbcbcb;
	width: 100%;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	color: #57846F;
	background-image: url(../_images/_main/headings.png);
	background-repeat: no-repeat;
	background-position-y: 15px;
	clear: both;
}

h3 {
	font-size: 1.3em;
	font-weight: 400;
	color: #57846F;
	clear: both;
	border-top: 1px solid #cbcbcb;
	margin-top: 20px;
	padding-top: 10px;
}

/*HEADER*/

#hero {
	height: 310px;
	width: 100%;
	display: block;
	background-image: url(../_images/_main/herobg.jpg);
	background-repeat: repeat;
	padding-top: 5px;
	position: relative;
	top: 60px;
}

#wordmark {
	margin: 0 auto;
	margin-top: 20px;
	height: 50px;
	width: 300px;
	display: block;
	background-image: url(../_images/_main/wordmark300.png);
	text-indent: -1000000em;
}

#logo {
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 181px;
}

/*NAVIGATION*/

#navigation {
	position: fixed;
	text-align: center;
	display: block;
	width: 100%;
	height: 20px;
	background-image: url(../_images/_main/herobg.jpg);
	background-repeat: repeat;
	padding: 20px 0 20px 0;
	z-index: 100;
}

#navigation.absolute {
	position: absolute;
}

#navigation ul li {
	display: inline;
	padding-left: 1%;
	padding-right: 1%;
}

#navigation ul li a {
	font-weight: 400;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 0 2% 0 2%;
}

#navigation ul li a:hover {
	background-color: rgba(0, 0, 0, .2)
}

#navigation ul li a:active {
	background-color: rgba(255, 255, 255, .2)
}

/*WORKNAV*/

#worknav {
	margin-top: 30px;
}

#worknav ul, .socials ul { /*social sprites added here too for efficiency*/
	text-align: center;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	width: 100%;
	/* fixes Firefox 0.9.3 */
}

#worknav ul li, .socials ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	/* matches link padding except for left and right */
	text-indent: -9999em;
}

#worknav ul li {
	margin: 0 4% 0 4%;
}

#worknav ul li a {
	text-decoration: none;
	height: 50px;
	width: 50px;
	background-image: url(../_images/_main/worksprites.png);
	display: inline-block;
}

/*SUB NAV SPRITES - RESTING*/

#video_and_animation {
}

#graphic_design {
	background-position-x: -50px;
}

#web_design {
	background-position-x: -100px;
}

#photography {
	background-position-x: -150px;
}

/*SUB NAV SPRITES - HOVER*/

#video_and_animation:hover,
#graphic_design:hover,
#web_design:hover,
#photography:hover {
	background-position-y: 50px;
}



/*SOCIAL SPRITES*/

.socials {
	margin-top: 15px;
}

.socials ul li {
	margin: 0 1% 0 1%;
}

.socials ul li a {
	text-decoration: none;
	height: 30px;
	width: 30px;
	background-image: url(../_images/_main/socialspritesrev.png);
	display: inline-block;
}

.twitter {
}

a.linked {
	background-position-x: -30px;
}

.twitter:hover,
.linked:hover {
	background-position-y: 30px;
}



/*MAIN CONTENT*/

section {
	overflow: hidden;
}

#maincontent {
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
}

.column1, .column2 {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.statement {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 300;
	color: #434343;
	text-align: center;
	padding-top: 20px;
	margin-top: 60px;
}


.column1 p, .column2 p, .generalspan, ul.bullet, ul.subnav a {
	font-size: 1.0em;
	line-height: 1.45em;
	font-weight: 300;
	color: #434343;
	clear: both;
	margin-bottom: 10px;
}
	
	
/*	.imageblock {
		width: 100%; 
		clear: left;
	}*/
	
	/*.imageblock ul {
		min-width: 320px;
		max-width: 500px;
		display: block;
		clear: left;
	}
	
	.imageblock li {
		width: 33.33333333%;
		height: auto; 
		float: left; 
		position: relative; 
		list-style: none;	
		display: block;
	}
	
	.imageblock li img {
		width: 33.33333%;
		height: auto;
		position: relative; 
		display: block;
		clear: left;
	}*/
	
/*REGULAR BULLET POINTS*/

ul.bullet {
	margin-top: 10px;
	list-style-type: none;
}

ul.bullet li {
	background-image: url(../_images/_main/bullets_light.png);
	background-repeat: no-repeat;
	background-position-y: .5em;
	padding-left: 15px;
}
	
/*BLOCKS OF THUMBNAILS*/
	
ul.imageblock {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

ul.imageblock li {
    width: 33.3333%;
    float: left;
    list-style: none;
}

ul.imageblock li img {
	position: relative;
	z-index: 1;
    display: block;
    height: auto;
    width: 100%;
}

ul.imageblock li img {
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

ul.imageblock li img:hover {
	opacity: .5;
}

span.under {
	background-color: #57846F;
	display: block;
}

/*PHOTOGRID*/

ul.photoblock {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

ul.photoblock li {
    width: 100%;
    float: left;
    list-style: none;
    padding-bottom: 5%;
}

ul.photoblock li img {
    display: block;
    height: auto;
    width: 100%;
}

/*SOLO IMAGE*/

img.singleimage {
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 500px;
}

/*FOOTER*/

#foot {
	margin-top: 40px;
	display: block;
	width: 100%;
	height: 30px;
	background-image: url(../_images/_main/herobg.jpg);
}

#foot p.innerfoot {
	margin: 0 auto;
	padding-top: 8px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: .7em;
	font-weight: 300;
	color: #fff;
}

.subsection {
	clear: both;
	border-bottom: 1px solid #333;
}

article {
	overflow: hidden;
}
	
/*CONTACT FORM*/

div#contact {
	width: 100%;
	min-height: 100%;
	background-color: #B2DDC7;
	margin: 20px 0 0 0;
	padding: 0;
}

div#contact p {
	font-family: 'Open Sans';
	font-size: 1em;
	line-height: 1.5;
	margin: 0 auto 10px auto;
}

#contact-form {
	padding: 0 0 15px 20px;
}

fieldset {
	border:0;
}

#contact-form li {
	list-style :none;
}
		
#name,#email,#message {
	border: none;
	margin-top: 20px;
	padding: 0.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	background-color: #5a5a5a;
}

#name, #email {
	width: 70%;
}

#message {
	width: 90%;
	height: 100px;
}

input, select, textarea{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#button {
	background-color: #57846F;
	border: 0;
	width: 80px;
	height: 30px; 
	font-size: 1em; 
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #B2DDC7;
	font-weight: 400;
	margin: 20px 0 8px 0;
}

/*FOR RESPONISVE IFRAME*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spacer {
	width: 100%;
	height: 50px;
	direction: block;
}	




@media only screen and (min-width: 769px) {
	
	#hero {
		height: 600px;
	}
	
	
	#navigation ul li a {
		font-size: 1.2em;
		padding: 0 10px 0 10px;
	}
	
	#logo {
		max-width: 500px;
		max-height: 451px;
	}
	
	#wordmark {
		margin-top: 30px;
	}
	
	#maincontent {
		width: 70%;
		max-width: 970px;
		min-width: 769px;
	}
	
	ul.subnav li a {
		margin-right: 20%;
	}
	
	h2 {
		margin-top: 40px;
	}
	
	h3 {
		margin-top: 30px;
	}
	
	.column1, .column2, .generalspan, ul.subnav a {
		font-size: 1.2em;
		line-height: 1.45em;
	}
	
	.column1, .column2{
		width: 50%;
		float: left;
	}
	
	.column2 p, .column2 ul.bullet, .column2 h3 {
		padding-left: 10%;
	}
	
	img.simgleimage {
		min-width: 290px;
		max-width: 500px;
	}
	
	ul.photoblock li {
	    width: 49.60%;
	    padding-bottom: .5%;
	}
	
	ul.photoblock li:nth-child(odd) {
		padding-right: .20%;
	}
	
	ul.photoblock li:nth-child(even) {
		padding-left: .20%;
	}
	
	.statement {
		font-size: 1.6em;
		line-height: 1.7em;
	}
	
	#worknav ul li a {
		height: 100px;
		width: 100px;
		background-image: url(../_images/_main/worksprites100.png);
		display: inline-block;
	}
	
	/*SUB NAV SPRITES - RESTING*/
	
	#video_and_animation {
	}
	
	#graphic_design {
		background-position-x: -100px;
	}
	
	#web_design {
		background-position-x: -200px;
	}
	
	#photography {
		background-position-x: -300px;
	}
	
	/*SUB NAV SPRITES - HOVER*/
	
	#video_and_animation:hover, 
	#graphic_design:hover,
	#web_design:hover,
	#photography:hover {
		background-position-y: 100px;
	}
	
	.socials {
		margin-top: 20px;
	}
	
	
	
	
}

	







/*.nav li,.nav li a {
	display:inline;margin:0 1% 0 1%;color:#fff
}
	
.nav li a {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:.1em;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	padding:0 12px 0 12px;
	display:inline-block;
	width:80%;
	background:rgba(0,0,0,0.1);
	margin-bottom:5px
}

@media(min-width:450px){
	.nav li a {
		background:0;width:auto}
	}
	
	.nav li a:hover {
		background:rgba(0,0,0,0.1)
	}
	
	.nav li a.active {
		background:rgba(255,255,255,0.1)
	}*/