/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Noto Serif', sans-serif;
	font-weight: 400;
}
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;
}

/*----------------------------------------------------Styles for Turfcare begin here---------------*/

body {
	background-image: url('natural_paper.png');
}

#wrapper {
	width: 960px;
	margin: auto;
	background: #FFF;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 10px 75px black;
	box-shadow: 0px 10px 75px rgba(0,0,0,0.4);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif', sans-serif;
	line-height: 1.5em;
	text-shadow: 1px 2px 0px white;
	font-weight: bold;
	color: #466788;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
}

a, a:visited {
	text-decoration: none;
	color: #ea0011;
	transition: all 0.5s;
	font-weight: bold;
}

a:hover {
	color: #378d32;
}

p, ul, span, div {
	line-height: 1.5em;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;	
}

strong, b {
	font-weight: bold;	
}

em, i {
	font-style: italic;	
}

blockquote {
	padding: 20px;
	background: #DDD;
	border-left: 3px solid #CCC;
	margin: 10px 0px 10px 0px;
	font-style: italic;
	font-family: "Noto Serif", serif;
}

hr {
	height: 1px;
	background: transparent;
	border: 0;
	border-bottom: 1px dashed black;
}

.gallery img {
	border: 5px solid white !important;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
}	

.gallery_list {
	float: left;
	width: 45%;
	margin: 1%;
	padding: 1.5%;
	background: white;
	text-align: center;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}

.gallery_list img {
	max-width: 100%;
	width: auto;
	height: auto;	
}

.gallery_list h2 {
	font-size: 120%;
}

.gallery_list_right {
float: left;
width: 90%;
margin: 2%;
padding: 3%;
background: white;
text-align: center;
box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}

.gallery_list_right img {
	max-width: 100%;
	width: auto;
	height: auto;	
}

.gallery_list_right h2 {
	font-size: 120%;
}

#site-header h1 {
	line-height: 0em;
	margin: 0;
}

#top-nav ul {
	list-style: none;
	background: #466788;
	overflow: hidden;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#top-nav ul li {
	float: left;
	margin-left: 20px;
}

#top-nav ul li a {
	padding: 5px;
	color: white;
	display: block;
	transition: all 0.5s;
}

#top-nav ul li a:hover,  #top-nav ul li a:active {
	background: #FFF;
	color: black;
}

#content {
	float: left;
	width: 100%;
}

.entry {
	padding: 20px;
}

.entry ul, .widget ul {
	margin-left: 20px;
padding-left: 20px;
list-style: circle;
margin-top: 10px;
}	

.entry header h2 {
	text-align: center;	
}

#right {
	float: left;
	width: 100%;
	border-top: 10px solid #CCC;
}

#graphic {
	background-image: url('house.png');
	width: 370px;
	height: 535px;
	position: absolute;
	top: -45px;
	right: 0px;
	z-index: 2;
}

#sidebar {
	padding: 20px;
	padding-top: 10px;
	overflow: hidden;
	background: #EEE;
}

#site-footer {
	text-align: center;
	background: #CCC;
	background: rgba(0,0,0,0.3);
	overflow: hidden;
	position: relative;
	display: block;
	clear: both;
	z-index: 3;
}

#site-footer p {
	padding: 20px;
	color: white;
}

.widget {
	width: 33.3%;
	float: left;
}

.widget h3 {
	font-size: 1.7em;
}

.interior {
	padding: 5%;
	overflow: hidden;
}

#top-contact {
	color: white;
position: absolute;
right: 120px;
top: 50px;
paddinG: 10px;
padding-top: 10px;
background: #000;
background: rgba(0,0,0,0.2);
font-size: 1.2em;
}

/*-------------------------Responsive Slider-------------------*/

.slide-title {
	display: none;	
}

.responsive-slider.flexslider {
	margin-bottom: 20px !important;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.6);
}
