/* 
Title:		Putting Green Main Styles
Author: 	Hubbard {hbbrd.com}
Copyright:  	Copyright 2009 Hubbard Group, LLC
*/

body {
	font-family: CartoGothicStdBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1em;
	background: green url(images/bg.jpg) repeat left top;
	text-align: center;
}

.wrap {
	overflow: hidden;
	width: 91em;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font-family: QlassikBoldRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 7.2em;
	line-height: 1.5em;
	margin: .5em 0 0 2.666em;
}

h1 a:link,
h1 a:visited {
	font-weight: bold;
	color: #f3f9f3;
	text-decoration: none;
	text-shadow: #242424 1px 1px 1px;
}

h1 a:hover,
h1 a:active {
	color: white;
	text-shadow: #000 1px 1px 1px;
}

.ribbon {
	overflow: hidden;
	margin: 3.6em 5em 0 0;
	padding-left: 18em;
	background: transparent url(images/logo-transparent.png) no-repeat left 3em;
}

.ribbon ul {
	border-top: 2.4em solid #f3f9f3;
}

.ribbon ul li {
	float: left;
	width: 17em;
	height: 15.6em;
	background: teal;
}

.ribbon ul li img {
	border: none;
}

#menu {
	float: left;
	width: 18em;
}

#menu ul {
	padding-top: 3.4em;
}

#menu ul li {
}

#menu ul li a:link,
#menu ul li a:visited {
	display: block;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: .75em 1em 0;
	color: #f3f9f3;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: #242424 1px 1px 1px;
}

#menu ul li a:hover,
#menu ul li a:active,
#menu ul li.current_page_item a:link,
#menu ul li.current_page_item a:visited,
#menu ul li.current_page_parent a:link,
#menu ul li.current_page_parent a:visited {
	background-color: #f3f9f3;
	color: #242424;
	text-shadow: none;
}

#menu ul li.current_page_item ul li a:link,
#menu ul li.current_page_item ul li a:visited,
#menu ul li.current_page_parent ul li a:link,
#menu ul li.current_page_parent ul li a:visited {
	background: transparent;
	color: #f3f9f3;
	text-shadow: #242424 1px 1px 1px;
}

#menu ul li.current_page_item ul li a:hover,
#menu ul li.current_page_item ul li a:active,
#menu ul li.current_page_parent ul li a:hover,
#menu ul li.current_page_parent ul li a:active {
	background-color: #f3f9f3;
	color: #242424;
	text-shadow: none;
}

#menu ul li.current_page_parent ul li.current_page_item a:link,
#menu ul li.current_page_parent ul li.current_page_item a:visited {
	padding-right: .875em;
	background-color: #42d641;
	border-right: .357em solid #f3f9f3;
}

#menu ul li.current_page_parent ul li.current_page_item a:hover,
#menu ul li.current_page_parent ul li.current_page_item a:active {
	background-color: #f3f9f3;
}

#menu ul ul {
	display: none;
	padding: 1.2em 0;
	background: #05C903;
}

#menu ul li.current_page_item ul,
#menu ul li.current_page_parent ul {
	display: block;
}

#menu ul ul li {
}

#menu ul ul li a:link,
#menu ul ul li a:visited {
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 0 0 .6em;
	padding: .25em 1.25em;
	text-transform: none;
	font-variant: normal;
	text-shadow: #242424 1px 1px 1px;
}

#menu ul ul li a:hover,
#menu ul ul li a:active,
#menu ul ul li a.active {
	text-shadow: none;
}

#menu .open {
	background-color: #007300;
}

.content {
	float: left;
	width: 68em;
	background: #f3f9f3;
	color: black;
}

.content h2 {
	font-family: QlassikBoldRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 4.8em;
	line-height: 1em;
	margin-bottom: -1px;
	padding: .5em .667em 0;
	font-weight: bold;
	color: #242424;
}

.content h2 .edit-link {
	float: right;
	font-size: .333em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content p {
	font-size: 1.6em;
	line-height: 1.5em;
	padding: .75em 2em;
	color: #333;
}

.content ul {
	font-size: 1.6em;
	line-height: 1.5em;
	padding: .75em 4em;
	color: #333;
	list-style: circle;
}

.content img.alignright {
	float: right;
	margin: 0 0 1.8em 1.8em;
}

.content img.alignleft {
	float: left;
	margin: 0 1.8em 1.8em 0;
}

.content img.aligncenter {
	float: none;
	margin: 1.2em 0 0;
}

.content .footer {
	overflow: hidden;
	clear: both;
	margin: 1.6em 0 0;
	padding: 2em 0;
	background: #242424;
}

.content .footer .section {
	float: left;
	width: 50%;
}

.content .footer .section h3 {
	font-family: CartoGothicStdBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.5em;
	padding: .75em 2em;
	color: #ccc;
}

.content .footer .section p {
	color: #ccc;
}

.content .footer a:link,
.content .footer a:visited {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.content .footer a:hover,
.content .footer a:active {
	color: white;
	border-color: white;
}

.content iframe {
	margin-top: 1.2em;
}

.content strong {
	font-family: CartoGothicStdBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content em {
	font-family: CartoGothicStdItalic, "Helvetica Neue", Helvetica, Arial, sans-serif;;
}

.copyright {
	float: right;
	width: 68em;
	margin: 0 5em 6.6em 0;
}

.copyright p {
	font-size: 1.6em;
	line-height: 1.5em;
	padding: 1em 2em;
	color: #419f40;
	text-align: right;
}

.copyright a:link,
.copyright a:visited {
	color: #bfdfbf;
	text-decoration: none;
}

.copyright a:hover,
.copyright a:active {
	color: white;
	border-bottom: 1px dotted white;
}