@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic);

/*
 * Hunter Green: #007236
 */

.hunter_green {color: #007236;}
.black {color: #000000;}
.grey {color: #444444;}
.green{color: #509743;}
.white{color: #fff;}
.filler6 {width: 6px;padding-left: 6px;}

html {
	height: 100%;
	width: 100%;
    position:absolute;
}

body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	background: #fff;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	/* letter-spacing: 1px; */
	/* font-family: 'Josefin Sans', sans-serif; */
}

#hp { display: none; }

.error {
    color: #ff0000 !important;
}

/*
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #007236;
	letter-spacing:  1px;
}
*/
h1 {
	font-size: 2.8em;
	/*
  text-shadow: 4px 4px 4px #aaa;
	*/
}

h2 {
	font-size: 1.6em;
	margin-bottom: 6px;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 6px;
}
h4 {
	font-size: 1.1em;
	line-height: 120%;
}
h5 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 110%;
	margin: 20px auto;
}
p, ul, ol {
	margin-top: 0;
	line-height: 120%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #148DFB;
}
	a:hover {
}
a, a:link, a:visited{
	text-decoration: none;
	outline: none;
}

strong{
	font-weight: bold;
}

.inventory, .past-work {
        float: left;
        padding: 10px;
        width: 446px;
        text-align: center;
}
.inventory-photo, .past-work-photo {
        margin: 10px auto;
        /* width: 408px; */
        border-top: 1px solid #007236;
        border-right: 1px solid #007236;
        border-bottom: 2px solid #007236;
        border-left: 2px solid #007236;
        background-color: #bbd0c5;
        padding: 4px;
        text-align: center;
}

.inventory-photo img, .past-work-photo img { border: 1px solid black;}
.inventory-photo a:link, .past-work-photo a:link {text-decoration: none}
.inventory-photo a:visited, .past-work-photo a:visited {text-decoration: none}
.inventory-photo a:active, .past-work-photo a:active {text-decoration: none}
.inventory-photo a:hover, .past-work-photo a:hover {text-decoration: none; color: red;}
.inventory-photo-border, .past-work-photo-border {border: 1px solid #007236;}
.inventory-text, .past-work-text {margin: 20px; text-align: center;}
	
/* HEADER */

#top{
	border-top: 10px solid #007236;
}
#container{
	width: 960px; 
	margin: 0 auto;
	/* padding-left: 1px; */
	padding: 20px;
	
	
	margin-left: auto;
	margin-right: auto;
	/*
	max-width: 95%;
	background-color: #ffffff;
	*/
	
}
#head-wrap{
}
#header{
	width: 960px;
	height: 230px;
	margin: 0px auto;
	padding: 0;
	background: url('/images/web_logo.jpg') no-repeat; 
}
#header h2 a{
	display: block;
	text-indent: -999999px;
	width: 214px;
	height: 77px;
	float: left;
	margin-bottom: 40px; 
}

/*
#call{
	position: relative;
	top: 120px;
	left: 1110px;
	width: 200px;
	border-right: 1px solid #007236;
	padding-right: 25px;
	text-align: right;
}
*/

#call{
	position: relative;
	top: 120px;
	left: 720px;
	width: 200px;
	/* float: right; */
	border-right: 1px solid #007236;
	padding-right: 25px;
	text-align: right;
}


#call h3{
	margin: 0;
}
#call h4{
	/* text-align: right; */
	margin: 0;
}

/*
#serving{
	position: absolute;
	top: 175px;
	left: 1100px;
	width: 300px;
	font-size: .8em;
	letter-spacing: 3px;
}
*/


#serving{
	position: relative;
	top: 140px;
	left: 650px;
	width: 300px;
	font-size: .8em;
	letter-spacing: 3px;
}


#nav{
	clear: both;
	width: 960px;
	height: 50px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #007236; 
	border-radius: 30px;
	
	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#007236));
	
	/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -webkit-linear-gradient(top, #5fae53, #007236);
	
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(top, #5fae53, #007236);
	
	/* IE 10+ */
	background-image: -ms-linear-gradient(top, #5fae53, #007236);
	
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(top, #5fae53, #007236);
	
	border: 1px solid #336c2b;
	
	margin-bottom: 40px;
}

#nav ul li{
	float: left;
	border-right: 1px solid #336c2b;
	border-left: 1px solid #78c368;
}
#nav ul li.home{
	border-left: none;
	text-indent: -9999px;
	background: url('/images/home.png') no-repeat 50% 50%;
}

#nav ul li.last{
	border-left: none;
	border-right: none;
	float: right;
	margin-right: 20px;
}
#nav ul li a{
	display: block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
}
#nav ul li a:hover{
	background: #5fae53;
}

#nav ul li.home a:hover{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #5fae53 url('/images/home.png') no-repeat 50% 50%;
}
#nav ul li div input[type=text]{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #4b9241;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #5ead52;
	border-top: 1px solid #346d2c;
	color: #fff;
	text-shadow: 0 1px 0 #387031;
	padding: 5px 0 5px 20px;
	width: 200px;
}
#nav ul li div input[type=text]:focus{
	outline: none;
}

/* TO STYLE PLACE HOLDER */
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder {  
   color: #fff;   
}


/* END HEADER */
#content {
	float: left;
	width: 640px;
	padding: 0px 0px 0px 0px;
}
#content-wide {
	margin: 10px auto;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#content-wide-180 {
	margin: 10px auto;
	width: 100%;
	padding: 0px 0px 0px 180px;
}
.post {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #007236;
}

.post .title {
	margin: 0px 0px 6px 0px;
	letter-spacing: 2px;
}

.post .entry {
	padding: 0px 0px 30px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.post ul {list-style-position: inside; margin-left: 10px;}
.post ul li {display: list-item; list-style-type: disc;  }
/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	width: 220px;
	line-height: 48px;
	/* line-height: 25px; */
	border-bottom: 1px solid #CCCCCC;
	/* background: url(/images/img01.jpg) no-repeat left 13px; */
	margin: 0px 0px;
	margin-left: 15px;
	/* font-size: 14px; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#sidebar ul li a {
	width: 220px;
	display: block;
	padding-left: 6px;
	/* padding: 3px 0px 0px 6px; */ 
	/* padding: 0px 0px 0px 0px; */
}
#sidebar ul li a:hover {
	/* background-color:#EAFBEC; */
	text-decoration: none;
	background-color: #007236;
	color: #ffffff;
}
#sidebar h4 {margin: 20px 0px 10px 0px;}

#sidebar p {margin-left: 15px; line-height: 1.2em;}
/*
#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	padding-left: 30px;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
}
*/
/*
#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 5px 30px;
	text-align: justify;
	font-size: 14px;
}
*/
#sidebar a {
	border: none;
	color: #339;
}

/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

#contact-form fieldset {
        border: 1px dotted #007236;
}
#contact-form legend {
        background-color: white;
        color: #007236;
        font-size: 8px;
        letter-spacing: 3px;
        padding: 20px 5px;
}
#contact-form .submit {
        margin-top: 20px;
}
.contact-form-label {
        width: 200px;
        color: #007236;
        float: left;
        text-align: right;
        padding-right: 10px;
}
.contact-form input, .contact-form textarea {
        float: left;
}

.contact-form-format {
        margin: 20px 0px;
}

#contact-us-mobile {
	display: none;
	visibility: hidden;
}

#thank-you {
        padding: 30px;
        text-align: center;
        height: 600px;
}
#thank-you h1 {
        margin: 20px 0px 50px 0px;
}


/* FOOTER */
#footer-content {
}

#footer {
	width: 100%;
	margin: 0px auto;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #007236;
	font-family:Verdana, Geneva, sans-serif;
}

#footer h2 {
	margin: 0;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.0em;
	color: #FFFFFF;
}
#footer h3 {
	margin: 0;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer h4 {
	margin: 4px 0px 0px 0px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer h5 {
	margin: 2px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	font-size: 0.6em;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}

#head-wrap-mobile {
	visibility: hidden;
	display: none;
}


/*
@media screen and (max-width: 820px)  {
	#container {
		width: 95%;
	}
	
	#content {
		float: none;
		width: 92%;
		max-width: 92%;
	}
	
	#contact-us-mobile {
		padding-top: 20px;
		display: block;
		visibility: visible;
	}

	#mobile {
		margin-bottom: 25px;
	}
	#sidebar {
		visibility: hidden;
		display: none;
	}
	
	#head-wrap-mobile {
		visibility: visible;
		display: block;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#head-wrap-mobile img {
		max-width: 100%;
		height: auto;
	}
	
	#head-wrap {
		visibility: hidden;
		display: none;
	}
}
*/

