/** Skeleton V1.2* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php* 6/20/2012
*//* Table of Content==================================================
	#Site Styles
	#Media Queries
	#Page Styles

	*//*
	#Site Styles==================================================
	*/
	/*	move page anchors up to clear nav*/
	.anchor {
	padding-top:54px;
	margin-top:-54px;
	}
	/*to keep wrappers adjacent*/
	.container.pagecontent {padding-bottom: 40px}
	/* Header */
	#header.wrapper {
	z-index: 1;
	height: 54px;
	width: 100%;
	background: url(../images/k-opacity-70.png);
	position: fixed;
	}
	#header .container {
	background: transparent;
	}
	header {
	position: fixed;
	top: 0;
	left: 0;
	}
	header.static {
	background: #232629;
	position: static;
	}
	/* header logo */
	.logo {
	float : left;
	}
	header .logo h1 {
	font-family: 'Raleway', sans-serif;
	color: #CC3333;
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 15px 0;
    padding: auto 0;
	}
	header .logo h1 a, header .logo h1 a :visited {
	color: #CC3333;
	padding: 0;
	margin: 0;
	text-decoration: none;
	line-height: 24px;
	}
	/* Navigation */
	nav	{color: white;}
	nav ul {
	float: right;
	font-family:opensans, sans-serif;
	text-transform:uppercase;
	font-weight: 700;
	margin: 0;
	}
	nav li {
	margin: 0;
	float: left;
	}
	nav  li a,  nav li a :visited {
	text-align: center;
	color: white;
	display: inline;
	text-decoration:none;
	padding:15px 15px;
	float: right;
	font-size: 17px;
	line-height: 24px;
	}
	nav li a:hover, nav li a:focus {
	color: #838C95;
	text-decoration:none;
	}
	nav li.current a  {
	color: #838C95;
	text-decoration:none;
	}
	#menu-icon {
	display: none;
	position: absolute;
	right: 0;
	}
	.pagecontent footer {
	text-align: center;
	}
	/* Footer */
	footer {
	text-align:left;
	font-size:smaller;
	line-height: 180%;
	}
	footer.wrapper {
	padding: 10px 0 ;
	background: #4c4c4c;
	}
	
	div .pagecontent {
	padding-top: 60px;
	}
	/* #Media Queries================================================== */
			@media only screen and (max-width: 959px)	{
	
	nav #menu-icon { display: block; padding: 12px;}
	nav ul {
	display: none;
	margin: 0;
	position: absolute;
	top:54px;
	right: 0;
	}
	nav ul li {float: none}
	nav ul li a{
	display: block;
	float: none;
	background-image: url(../images/k-opacity-70.png);
	}
	nav:hover ul {display: inline;}
	}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
	/* #Page Styles================================================== */
	/*Samples */
	/* full width backgrounds */
	/*#slug .wrapper {background: styles;}*/
	/* just the inner */
	/*#slug .pagecontent {background: styles;}*/
	/* All the Inners */
	/*.container  {background: styles; }*/
	#banner .wrapper {
	background-image: url(../images/gate01.jpg) ;
	background-size: cover;
	background-position: center;
	padding: 100px 0 300px;
	text-align: center;
	}
	#banner h1 {
	color: white;
	line-height: 69px;
	background: url(../images/k-opacity-70.png);
	display: inline;
	padding: 10px 20px;
	}
	#mission h3, #mission h4, #mission h5, #mission h6, #mission p {text-align: left;}
	#features .wrapper {
	background-image: url(../images/woods01.jpg) ;
	background-size: cover;
	background-position: center;
	padding: 100px 0 300px;
	}
	#features .pagecontent {
	background-color: rgba(255, 255, 255, 0.9);
	}
	#features p {
	color: #6B6B6B;
	padding: 10px;
	}
	#items {
	display: block;
	margin: auto;
	}
	#portfolio #items img {
	width: 200px;
	height: 200px;
	margin: 14px;
	padding: 0;
	float: left;
	border: solid white 5px;
	box-shadow: 1px 1px 2px 0px rgba(100, 100, 100, 0.75);
	}
#portfolio #items img:hover {
	box-shadow: 0px 0px 4px 2px rgba(100, 100, 100, 0.85);
	width: 202px;
	height: 202px;
	border-width: 4px;
}
	#portfolio p {text-align: center;}
	#p01-contact1_field0, #p01-contact1_field1, #p01-contact1_field2, #p01-contact1_field3 {width: 100%}
	#contact img {
	margin: 10px 20px 10px 0;
	padding: 0;
	float: left;
	border: solid white 5px;
	box-shadow: 1px 1px 2px 0px rgba(100, 100, 100, 0.75);
	}
	#contact ul img {
	margin: 10px;
	float: none;
	border: none;
	box-shadow: none;
	}