/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2011 736 Computing Services Limited
Released under the MIT license. http://opensource.736cs.com/licenses/mit

*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: "EB Garamond", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	background-color: #EFECE2;
	background-image:url('./images/bg.png');
	background-repeat:repeat-x;
	color:#777777;
	margin:0;
	padding:0;
	line-height: 1;
}
article, aside, dialog, figure, footer, header, 
hgroup, nav, section, blockquote { 
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;	
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 0 !important;
    margin: 0 !important;
}

input, select, a img {
	vertical-align: middle;
}
/* ****************************************** */
/*       The Woods Garden Club 2015 Layout         */
/* ********************************************/
#container {
	width: 975px;
	text-align: left;
	margin: 0 auto;
}
#content {
}
#header {
    margin-left: auto;
	margin-right: auto;
}
.footer {
	background-image:url('./images/bg.png');
	background-repeat:repeat-x;
}
.subfooter {
	width: 975px;
	padding-bottom: 20px;
    margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;	
}
.footerbox{
  position:relative; 
  display: inline-block;
  vertical-align: top;
  width: 240px;
}
.copyright{
	width: 975px;
    margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	text-align: center;
	display: block;
	position: relative;	
}
p {
	padding: 15px 10px 10px 10px;
	line-height: 1.6em;
}
h4.head {
	color: #000000;
	text-align: center;
	font-size: 20px;
	line-height: 1.0em;
	padding: 25px 0px 5px 0px;
}
p.text {
	color: #000000;
	font-size: 16px;
	line-height: 1.25em;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.list {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.25em;
	padding: 10px 0px 10px 0px;
}
p.list:hover {
	font-weight: bold;
}
.hline { 
	width:240px; 
	height:1px; 
	background: #ffffff;
}