/*
* 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
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
pre {
	padding: 15px;
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }


/* #Basic Styles
================================================== */
	body {
	background: url('https://www.lawnandhome.com/img/bg.jpg') repeat;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

	body i{
		font-style: italic;
	}
	
	body b{
		font-weight: 900;
	}
	
	#logo {
		background: url('https://www.lawnandhome.com/img/logo.png') no-repeat top;
		margin: -10px auto -10px auto;
		width: 185px;
		height: 126px;
	}
	
	.title {
		margin: 30px auto 0 auto;
	}
	
	.header.home {
		background: #151515 url('https://www.lawnandhome.com/img/banner.png') repeat-x bottom;
		width: 100%;
		height: 250px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.form {
		margin: 40px 0 0 80px;
	}
	
	
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		#logo {
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.header.home {
		background: #151515 url('https://www.lawnandhome.com/img/banner.png') repeat-x bottom;
		width: 100%;
		height: 250px;
		position: absolute;
	}
	
		.form {
		margin: 100px 0 0 150px;
	}
	
		}

	
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	.form {
		margin: 10px auto 0 10px;
	}
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	
		}

	/* 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) {
		
			
		}
	
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font: 46px Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: #fff;
	margin: 0;
	text-shadow: #000 1px 1px 1px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 25px;
	color: #9ca99a;
}
h4 {
	font: 15px/25px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	margin-bottom: 4px;
}
h5 {
	color: #fff;
	font: bold 15px/26px Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 25px;
}
h6 {
	color: #fff;
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0;
}
.subheader {
	color: #777;
}
p {
	margin: 0 20px 15px 20px;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
	blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: 1px solid #d8d8d5;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px auto 30px auto;
	height: 0;
	width: 100%;
}
/* #Links
================================================== */
	a, a:visited {
	color: #333;
	text-decoration: underline;
	outline: 0;
}
a:hover, a:focus {
	color: #000;
	cursor: pointer;
}
p a, p a:visited {
	color: #9ca99a;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}

p a:hover {
	text-decoration: underline;
}

/* #Lists
================================================== */
	ul, ol {
		margin-left: 40px;
		margin-right: 30px;
		margin-bottom: 10px;
}
ul {
	list-style-image:url('https://www.lawnandhome.com/img/bullet.png');
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
}

ul.noslider li {
	cursor: default;
	text-decoration: none;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}

/* #Images
================================================== */

	img {
	max-width: 100%;
	height: auto;
}

/* bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
	.ie7 img { -ms-interpolation-mode: bicubic; }


	img a {
		border: none;
	}
	
	.home-arrow {
		height: 114px;
		width: 264px;
		position: relative;
		margin: 0 auto!important;
	}
	
/* #Forms
================================================== */

	form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label,  legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span,  legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/* #Footer
================================================== */

#footer {
   width: 100%;
   margin: 0 auto;
   height: 58px;	
   padding: 27px 0;
}

#footer p {
   text-align: center;
   font-family: 12px/20px Georgia, "Times New Roman", Times, serif;
   color: #9ca99a;
}

#footer a {
   display: inline;
   font-family: normal 12px/20px Georgia, "Times New Roman", Times, serif;
   color: #333;
   text-decoration: none;
   text-transform: none;
}

#footer a:hover, a:active {
	text-decoration: underline;
	transition: color 0.1s linear;
	-moz-transition: color 0.1s linear; 
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
}

#footer img {
	margin: 5px;
	height: 20px;
	width: 20px
	
}

/* #Misc
================================================== */
	.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
