/*
Theme Name:         Roots
Theme URI:          http://rootstheme.com/
Description:        Roots is a starting WordPress theme made for developers that's based on HTML5 Boilerplate, Starkers, and CSS frameworks. <a href="https://github.com/retlehs/roots/contributors">Contribute on GitHub</a>
Version:            3.6.0
Author:             Ben Word
Author URI:         http://benword.com/

License:            The Unlicense
License URI:        http://unlicense.org/
*/
body {
	background: White;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height:1.5em;
	margin: 0;
}
p {
margin-bottom:1.5em;
}
a:link { color: #ff7b2f; }
a:visited { color: #CC6600; }
a:hover, a:active { color: #FF0000; }

img { border: none; }

h1 { font-size: 2.0em; color: #ff7b2f; padding: 70px 0 5px 30px; margin: 0; float: left; }
h2 { font-size: 1.6em; color: #ff7b2f; }
h3 { font-size: 1.5em; color: #ff7b2f; }
h4 { font-size: 1.4em; color: #ff7b2f; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #ff7b2f;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline; 
	color: #FF0000;
}

hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.floatleft, .fleft { float: left; padding: 0 10px 5px 0; }
.floatright, .fright { float: right; padding: 0 0 5px 10px; }
.center { text-align: center; margin: auto; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; color: white; background: transparent; }
.crumbs { margin-top:-30px; }


#layout {
	width: 935px;
	margin: auto;
}

#header {
	position: relative;
	background: #30302f url(images/sf-header.png) no-repeat top left;
	color: white;
	height: 165px;
}




#logo {
	width: 320px;
	height: 90px;
	float: right;
	overflow: hidden;
	margin: 0;
}

#logo a {
	width: 320px;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#menu-primary-navigation {
	margin: 0; 
	padding: 0 15px; 
	list-style: none;
	width: 585px;
	height: 60px;
	line-height: 60px;
	float: right;
	letter-spacing: 1.5px;
}

#menu-primary-navigation li {
	padding: 0;
	margin: 0;
	float: left;
}

#menu-primary-navigation li a {
	padding: 0 15px;
	height: 60px;
	float: left;
	text-decoration: none;
	font-size: 1.5em;
	color: white;
}

#menu-primary-navigation li a:hover {
	color: #ff9320;
}

#index .current-menu-item a, #contact .current-menu-item a, #services .current-menu-item a, #gallery .current-menu-item a,#grants .current-menu-item a  {
	font-weight: bold;
	color: #ff9320;
}

#index .index a {}

#content {
	width: 555px;
	min-height: 400px;
	padding: 0 30px 20px 30px;
	float: left;
	overflow: hidden;
	background:  url(images/sf-shade.png) no-repeat top right;
}
#content-wide{width: 875px;
	min-height: 400px;
	padding: 0 30px 20px 30px;
	float: left;
	overflow: hidden;
	background:  url(images/sf-shade.png) no-repeat top right;}

#sidebar {
	width: 240px;
	padding: 0 30px 0 50px;
	float: left;
	overflow: hidden;
	color: #777;
}

#home {
	float: left;
	width: 615px;
	background: white;
	margin-top: -60px;
}
#sidebar address{font-size:1.4em; font-style:normal;margin-top:20px}
#sidebar h1 {
	text-align: left;
	margin-top: 0;
	padding: 0;
	float: none;
}

#sidebar h1 strong {
	display: block;
	text-indent: 70px;
}

#footer {
	clear: both;
	margin: 30px 0 0 0;
	padding: 80px 20px 0px 20px;
	height: 50px;
	color: white;
	background: #30302f url(images/sf-footer.png) no-repeat top left;
}

#footer2 {
	clear: both;
	margin: 30px 0 0 0;
	padding: 80px 20px 0px 20px;
	height: 100px;
	color: white;
	background: #30302f url(images/sf-footer.png) no-repeat top left;
}

#footer a {
	color: white;
}

#footer p, #footer h6 {
	margin: 0;
	float: right;
	width: 440px;
}

#footer2 a {
	color: white;
}

#footer2 p, #footer2 h6 {
	margin: 0;
	float: right;
	width: 440px;
}


#menu-utility-navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	width: 440px;
	text-align: right;
}

#menu-utility-navigation	 li {
	padding: 0 5px;
	margin: 0;
	display: inline;
}

.service {
	background: url(images/sf-sep.jpg) no-repeat bottom left;
	padding: 0 0 10px 0;
}

label {
	display: block;
}

input[type="text"], select, textarea {
	border: 1px solid #ccc !important;
	width: 235px !important;
	border-radius: 3px;
}

input[type="text"], select { height:24px; line-height: 24px; }

input[type="submit"], input[type="button"] {
	border: 1px solid #333;
	color: white;
	background: #333;
	font-size:  14px;
	clear: both;
	padding: 3px 10px;
	border-radius: 4px;
}

div.ngg-gallery-thumbnail {
	background: transparent !important;
}


	#extlayers {
		background: url(images/ext-layer1.jpg) no-repeat top left;
		width: 400px;
		height: 550px;
		position: relative;
		float: right;
		margin: 0 0 10px 20px;
	}
	#extlayers a {
		display: block;
		position: absolute;
		text-decoration: none;
	}
	#extlayers a span {
		display: block;
		position: absolute;
		bottom: -194px;
		left: 0;
		width: 360px;
		height: 155px;
		color: white;
		text-decoration: none;
		padding: 20px;
		display: none;
	}
	#extlayers a:hover span {
		display: block;
	}
	#extlayers a strong {
		font-size: 1.2em;
		display: block;
		margin: 0 0 10px 0;
	}
	#extlayer2 {
		width: 246px;
		height: 356px;
		top: 0;
		left: 0;
	}
	#extlayer3 {
		width: 190px;
		height: 346px;
		top: 10px;
		left: 55px;
	}
	#extlayer4 {
		width: 200px;
		height: 300px;
		top: 56px;
		left: 76px;
	}
	#extlayer5 {
		width: 148px;
		height: 271px;
		top: 85px;
		left: 132px;
	}
	#extlayer6 {
		width: 145px;
		height: 262px;
		top: 94px;
		left: 172px;
	}
	#extlayer7 {
		width: 130px;
		height: 251px;
		top: 105px;
		left: 220px;
	}
	#extlayer8 {
		width: 102px;
		height: 204px;
		top: 152px;
		left: 288px;
	}
	#extlayer2:hover {
		background: url(images/ext-layer2.jpg) no-repeat top left;
	}
	#extlayer3:hover {
		background: url(images/ext-layer3.jpg) no-repeat top left;
		background-position: -55px -10px;
	}
	#extlayer4:hover {
		background: url(images/ext-layer4.jpg) no-repeat top left;
		background-position: -76px -56px;
	}
	#extlayer5:hover {
		background: url(images/ext-layer5.jpg) no-repeat top left;
		background-position: -132px -85px;
	}
	#extlayer6:hover {
		background: url(images/ext-layer6.jpg) no-repeat top left;
		background-position: -172px -94px;
	}
	#extlayer7:hover {
		background: url(images/ext-layer7.jpg) no-repeat top left;
		background-position: -220px -105px;
	}
	#extlayer8:hover {
		background: url(images/ext-layer8.jpg) no-repeat top left;
		background-position: -288px -152px;
	}

	#extlayer2:hover span {
		background: url(images/ext-layer2.jpg) no-repeat bottom left;
	}
	#extlayer3:hover span {
		background: url(images/ext-layer3.jpg) no-repeat bottom left;
		left: -55px; 
	}
	#extlayer4:hover span {
		background: url(images/ext-layer4.jpg) no-repeat bottom left;
		left: -76px;
	}
	#extlayer5:hover span {
		background: url(images/ext-layer5.jpg) no-repeat bottom left;
		left: -132px; 
	}
	#extlayer6:hover span {
		background: url(images/ext-layer6.jpg) no-repeat bottom left;
		left: -172px;
	}
	#extlayer7:hover span {
		background: url(images/ext-layer7.jpg) no-repeat bottom left;
		left: -220px;
	}
	#extlayer8:hover span {
		background: url(images/ext-layer8.jpg) no-repeat bottom left;
		left: -288px;
	}

