/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Unwritten
Description: A two-column, fixed-width design with a bright colour scheme - converted to variable width and extensively modified by John Waller
Version    : 1.0
Released   : 20120710
*/

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #336784;
}

a:hover {
	text-decoration: none;
}

body {
	color: #595350;
	line-height: 1.4em;
	background: #A7A4A1 url(images/forestmute.jpg);
	font-size: 12pt;
}

body,input {
	font-family: Source Sans Pro, sans-serif;
}

br.clearfix {
	clear: both;
}

strong {
	color: #000;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	text-transform:none ;
}

h2 {
	font-size: 2.25em;
}

#sidebar h2 {
	font-size: 1.5em;
}

h2,h3,h4,h5 {
	color: #000;
	font-family: Verdana, sans-serif;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.75em;
}

#sidebar h3 {
	font-size: 1.2em;
}

h4,h5 {
	font-size: 1.4em;
    margin-top: 10px;
    line-height: normal;
}

#sidebar h4,#sidebar h5 {
	font-size: 1.1em;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.alignright {
	margin: 5px 0 20px 20px;
	float: right;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.75em;
}

ul {
	margin-bottom: 1.75em;
}

ul h4 {
	margin-bottom: 0.4em;
}

.post {
	margin: 0 0 40px 0;
}

.diaryItem {
	margin: 0 0 40px 0;
    border-bottom: groove; 
}
.diaryFirst {
	padding-top: 20px;
    border-top: groove;
}

.newsItem {
	margin: 0 0 40px 0;
    border-bottom: groove;
    overflow: hidden;
}
.newsFirst {
	padding-top: 20px;
    border-top: groove;
}
.committee
{
    clear: left;
    vertical-align: text-bottom;
    margin-top: 20px;
}

.committee img
{
    margin-top: -20px;
    margin-bottom: 40px;
}

.ToDo
{
     background-color: #FFFF00 !important;
}

.distthumb
{
    font-size: smaller;
    text-align: center;
    font-style: italic;
    float: right;
    margin: -2px 5px 5px 5px;
    line-height: 1.1em;
}

.pic-copyright {
	margin: 5px 5px 5px 5px;
}

.copyright  {
	font-size: smaller;
	text-align: right;
	font-style: italic;
	float: right;
	line-height: 1.1em;
}

#content {
	background: #FFF;
	width: 70%;
	padding: 40px;
	float: left;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    behavior: url(border-radius.htc);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#footer
{
    text-align: center;
    padding: 30px 0 90px 0;
    color: #666666;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.75);
}

#footer a {
	color: #A59D93;
}

#footer a:hover
{
    color: #333333;
}

#header {
	padding: 0px 40px 0px 40px;
	height: 100px;
	position: relative;
}

#logo {
	position: absolute;
	/*line-height: 125px;*/
	top: 0;
	left: 20px;
	/*height: 125px;*/
    width: 100%;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}

#logo a {
	text-decoration: none;
	color: #000;
}

#logo h1 {
	font-family: Muli, sans-serif;
	font-size: 3em;
    text-shadow: 3px 3px 3px #999;
}

#logo img
{
 	margin: -32px 15px 0 0;
	float: right;
}

#menubox
{
    bottom: 0;
    font-family: Source Sans Pro, sans-serif; /*line-height: 65px;*/
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0 0 0 0; /*height: 65px;*/ /*background: #336784 url(images/bg2.jpg);*/
    background: #339966 url(images/bg3.jpg);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25), 0px 0px 6px 0px rgba(255,255,255,0.9);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.6);
    behavior: url(border-radius.htc);
    border-radius: 15px;
}

#menuinner {
	padding: 12px 40px 5px 40px;
}

#menubox a {
	font-size: 1.25em;
	text-decoration: none;
	color: #FFF;
}

#menubox ul {
	list-style: none;
	margin-bottom: -17px;
    display: inline;
}

#menubox ul li {
	padding: 0 20px 0 20px;
    display: inline-block;
	float: left;
	position: relative;
	top: 1px;
	cursor: pointer;
	/*-webkit-transition: all 0.2s;
	transition: all 0.2s;*/
	text-shadow: 0 0px 2px #000;
    padding-right: 20px;
}

#menubox ul li.first {
	margin-left: -20px;
}

#menubox #menuinner ul li:hover
{
    background: #006600;
	-webkit-transiton: none;
	transition:  none;
}

#menubox #menuinner ul li ul {
    font-size:90%;
	padding: 10px;
	position: absolute;
	top: 22px;
	left: -5px;
	width: 120%;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: 0 43px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
	z-index: 400;
}

#menubox #menuinner ul li ul li {
	display: block;
	color: #fff;
	float: none;
    padding: 3px;
}

#menubox #menuinner ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
    background: #339966 url(images/bg3.jpg);
    behavior: url(border-radius.htc);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#menubox #menuinner ul li:hover ul li ul {
	display: none;
	opacity: 0;
	visibility: hidden;
}
#menubox #menuinner ul li ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
   	top: -10px;
	left: 100%;
    background: #339966 url(images/bg3.jpg);
    behavior: url(border-radius.htc);
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#page {
	width: 100%;
	padding: 0;
	margin: 20px 0 20px 0;
	position: relative;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	clear: both;
	padding: 25px 0 25px 0;
}

#page ul {
	list-style: none;
}

#page ul li {
	border-top: solid 1px #B8B8B8;
	padding: 15px 0 15px 0;
}

#page ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page #content ul {
	list-style: disc;
}

#page #content ul li {
	border-top: none;
    padding-top: 0;
    margin-left: 40px;
}

#page #content ul li.first {
	padding-top: 0;
	border-top: 0;
}

#col1 {
	float: left;
	width: 49%;
	overflow: hidden;
}

#col2 {
	width: 49%;
	overflow: hidden;
	margin: 0 0 0 51%;
}

#search {
	line-height: 125px;
	top: 0;
	position: absolute;
	right: 0;
	height: 125px;
}

#search input.form-submit {
	margin-left: 1em;
	background: #336784 url(images/bg2.jpg);
	font-family: Muli, sans-serif;
	border: 0;
	color: #FFF;
	padding: 7px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25), 0px 0px 6px 0px rgba(255,255,255,0.9);
}

#search input.form-text {
	padding: 8px;
	border: 0;
	background: rgba(62,59,57,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 6px 0px rgba(255,255,255,0.9);
	color: #fff;
	width: 290px;
}

#sidebar {
	margin: 0 0 0 80%;
	background: rgb(62,59,57);
	width: 20%;
	color: #CCCCCB;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5), 0px 0px 6px 0px rgba(255,255,255,0.9);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
    behavior: url(border-radius.htc);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebarinner {
	padding: 40px 20px 20px 20px;
}

#sidebar a {
	color: #FFF;
}

#sidebar h2, #sidebar h3, #sidebar h4
{
    color: #FFF;
    background-color: #666666;
    padding: 5px;
}

#sidebar ul {
	list-style: none;
    margin-bottom: 0;
}

#sidebar ul li {
	padding: 15px 0 15px 0;
	border-top: solid 1px #8F8F8E;
}

#sidebar ul li.first {
	border-top: 0;
	padding-top: 0;
}

#splash {
	padding: 40px;
	position: relative;
	background: #FFF;
	margin: 20px 0 0 0;
	height: 250px;
	width: 1100px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#wrapper {
	margin: 20px auto 0 auto;
	width: 90%;
	position: relative;
}

.paypalsection {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.paypalsection table {
	margin-left: auto;
	margin-right: auto;
}

.eventbrite {
	display: inline-block;
	padding: 5px 10px;
	color: white;
	border-top: 2px solid #E8480D;
	border-left: 2px solid #E8480D;
	border-right: 2px solid #B5380A;
	border-bottom: 2px solid #B5380A;
	background: #D1410C;
	text-decoration: none;
	border-radius: 4px;
}

	/* 
		Lighter E8480D
		Darker  B5380A
	*/

.eventbrite:hover {
	background: #E8480D;
}

.eventbrite:active {
	background: #B5380A;
}

