body {
	font-family: "Andada", Times, "Times New Roman", serif;
	font-size: 16px;
	background-color: #F1F1F1;
	color: #000000;
	margin: 0;
	padding: 1em;
	line-height: 150%;
}
#debug {
	color: #FFFFFF;
}
img, audio, video {
	max-width: 100%;
	height: auto;
}
hr {
	margin-top: 1em;
	margin-bottom: 1em;
}
a, a:link, a:visited {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: color, background-color, background-position;
	transition-property: color, background-color, background-position;
	-webkit-transition-timing-function: cubic-bezier(.5, 0, .5, 1);
	transition-timing-function: cubic-bezier(.5, 0, .5, 1);
}
a, a:link, a:visited{
	text-decoration: none;
	color: #A0C859;
}
a:hover, a:visited:hover {
	color: #5F0304;
	color: #3C6400;
	text-decoration: none;
}
h1, h2, h3, h4, #footer, #navbar, .loginbutton {
	font-family: "Acme", Helvetica, Arial, sans-serif;
}
h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited{
	color: #111111;
}
h1 {
	position: relative;
	top: -12px;
	left: -16px;
	font-size: 48px;
	font-weight: 700;
	line-height: 60%;
	color: #000000;
	padding: 0;
	margin: 0;
}
h3, h2 {
	font-size: 1.2em;
	font-weight: 700;
	color: #000000;
	line-height: 100%;
}
.contact h3{
	color: #000000;
}
h4{
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: 700;
}
h1 + h3{
	margin-top: 1em;
}
.enlarge{
	font-size: 1.12em;
}
li {
	list-style-position: outside;
	padding-bottom: .2em;
}
ul {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 0;
	margin: 0;
}
#fullwidth.original {
	background-attachment: fixed;
	background-image: url(elements/121212.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
#fullwidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1024px;
	background-attachment: fixed;
	background-image: url(elements/121212.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: 380px;
}
#header, #footer {
	background-color: rgba(255,255,255,.9);
}
#header {
	text-align: center;
	border-top: 2px solid #A0C859;
	border-bottom: 2px solid #A0C859;
	padding-top: .6em;
}
#header .logo {
	padding-top: .6em;
	padding-bottom: .6em;
}
.logo img {
	max-width: 100%;
	height: auto;
}
#main {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 130%;
	width: 100%;
	padding-left: 9%;
	padding-top: 2em;
	padding-right: 9%;
	padding-bottom: 1em;
}
.page {
	padding: 1em;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.85);
	border: 2px outset #999999;
}
#footer {
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1em;
	text-align: center;
}
#footer .login {
	text-align: left;
	position: absolute;
	top: 1em;
	left: 1em;
}
.light1 {
	color: #F4B84A;
}
.light2 {
	color: #D88207;
}
.light3 {
	color: #EB010A;
}
.dark1 {
	color: #5F0304;
}
.dark2 {
	color: #797979;
}
.bar1 {
	color: #3C6400;
	background-color: #FFFFFF;
	padding: 8px;
	text-align: center;
}

.border {
	border: 2px solid #A0C859;
	border-radius: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 16px;
}
.formtable.border {
	background-color: rgba(255,255,255,.75);
}
.loginbutton {
	-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px outset #FFFFFF;
	font-size: 17px;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	letter-spacing: 1px;
}
.loginbutton.pale{
	background-color: #FFFFFF;
	color: #635E62;
}
.loginbutton.dark{
	background-color: #A0C859;
	color: #000000;
}
.loginbutton:hover{
	background-color: #928F91;
	color: #FFFFFF;
}

#navbar {
	position: relative;
	border-top: 2px solid #A0C859;
	text-transform: uppercase;
}
#navbar > ul {
	font-size: 30px;
	line-height: 52px;
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}
#navbar li{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navbar > ul > li{
	display: table-cell;
	vertical-align: middle;
}
#navbar a{
	padding-left: 1.1em;
	padding-right: 1.1em;
}
#navbar a, #navbar a:link, #navbar a:visited {
	display: block;
	color: #000000;
	font-weight: 400;
}
#navbar a:hover, #navbar a:visited:hover{
	background-color: #A0C859;
	color: #000000;
}
#navbar .on a {
	color: #6E9627;
	color: #A0C859
}

#navbar ul ul {
	margin: 0px;
	padding: 0px;
	background-color: rgba(49,63,75,.85);
	position: absolute;
	z-index: 500;
	display: none;
	text-align: center;
	font-size: .73em;
}
#navbar ul ul a, #navbar ul ul a:link, #navbar ul ul a:visited {
	color: #FFFFFF;
	padding-top: .2em;
	padding-bottom: .2em;
	border-bottom: 3px solid #848887;
}
#navbar ul ul a:hover, #navbar ul ul a:visited:hover {
	color: #FFFFFF;
	background-color: #3C516C;
}
#navbar ul ul .on a, #navbar ul ul .on a:link, #navbar ul ul .on a:visited {
	font-weight: 700;
}

div#navbar li:hover, div#navbar2 li:hover {
	cursor:pointer;
	z-index:100;
}

div#navbar li:hover ul ul,
div#navbar li li:hover ul ul,
div#navbar li li li:hover ul ul,
div#navbar li li li li:hover ul ul
{display:none;}

div#navbar li:hover ul,
div#navbar li li:hover ul,
div#navbar li li li:hover ul,
div#navbar li li li li:hover ul
{display:block;}

#mobilenav {
	background-color: rgba(60,100,0,.75);
	display: none;
	width: 100%;
	position: relative;
}
#mobilenav ul	{
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mobilenav li{
	box-sizing: border-box;
	width: 100%;
	list-style:none;
	display: table;
	text-align: center;
	padding: 0;
}
#mobilehide > ul > li{
	border-top: 1px solid #A0C859;
} 
#mobilehide > ul:last-child{
	border-bottom: 1px solid #A0C859;
}
#mobilehide .more, #mobilehide .nomore{
	width: 70px;
	height: 44px;
}
#mobilenav .more {
	background-image: url(http://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center -56px;
	display: table-cell;
}
#mobilenav li > div {
	display: table-cell;
	vertical-align: middle;
}
#mobilenav a, #mobilenav a:link, #mobilenav a:visited {
	display: block;
	line-height: 44px;
	height: 44px;
	color: #FFFFFF;
}
#mobilenav .on a {
	color: #A0C859;
}
#mobilenav .mobiletitle {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: x-large;
	line-height: 52px;
	height: 52px;
	display: block;
	margin-right: 70px;
	overflow: hidden;
}
#mobilenav ul ul {
	display:none;
}
.mobileicon {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 52px;
	background-image: url(http://commonelements.net/common/elements/mobile_pieces.png);
	background-position: center 0px;
}
.mobileicon:hover, #mobiletoggle:checked ~ .mobileicon, #mobilenav .more, #mobilenav a:hover, #mobilenav a:visited:hover {
	color: #5F0304;
	background-color: #A0C859;
}
#mobilehide, #mobilenav .nomore {
	display: none;
}
#mobiletoggle, .subtoggle {
	position:absolute;
	left:-100%;
	top:-100%;
}
#mobiletoggle + label, #mobilehide.more{
	cursor: pointer;
}
#mobiletoggle:checked ~ #mobilehide {
	display: block;
}
#mobilehide ul li input:checked ~ ul {
	display: table-row;
}
#mobilehide ul li input:checked + label {
	background-position: center -109px;
}

.blog {
	padding-bottom: 1em;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: 2px solid #A0C859;
}
.blog .content, .listtable {
	font-size: 17px;
}
.blog .date {
	font-size: 14px;
	color: #111111;
	line-height: 16px;
}
.blog  p {
	padding: 0px;
	margin-bottom: 1em;

}
.blogthumb {
	float: left;
	margin-right: .5em;
}
.blogimage {
	border-top: 10px solid #9997AF;
	margin-bottom: 6px;
	width: 590px;
	max-width: 100%;
}
.listtable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
}
.listtable > div{
	display: table-cell;
	vertical-align: top;
}
.category {
	margin: .25em;
}	
.sharetable {
	display: table;
	border-collapse: separate;
	border-spacing: .6em;
}
.sharecell {
	display: table-cell;
	vertical-align: middle;
	width: 58px;
	font-size: 10px;
	padding-left: .5em;
	padding-right: .5em;
}
.fb-share-button {
	position: relative;
	top: -8px;
}
.mail-button img{
	position: relative;
	top: -2px;
}

.forcebreak:after {
	content: "\A";
	white-space: pre;
}
@media only screen and (max-width: 1260px) {
	#debug::before {
		content: "< 1260";
	}


}
@media only screen and (max-width: 962px) {
	#debug::before {
		content: "< 962";
	}
	body {
		font-size: medium;
		padding: 1px;
	}
	#navbar > ul {
		font-size: 28px;
		line-height: 52px;
	}
	#navbar a{
		padding-left: 0;
		padding-right: 0;
	}
	#fullwidth.original {
		background-size: cover;
	}	
}
@media only screen and (max-width: 767px) {
	#debug::before {
		content: "< 767";
	}
	#navbar {
		display: none;
	}
	#mobilenav {
		display: block;
	}
	#main {
		padding: 4%;
		font-size: medium;
	}
	.sharetable {
		border-spacing: .2em;
	}
	.sharecell {
		height: 52px;
	}
	.fb-share-button {
		top: -4px;
	}
	.forcebreak:after {
		content: "";
	}
}
@media only screen and (max-width: 463px) {
	.sharetable {
		display: block;
		text-align: center;
		width: 100%;
		border-spacing: 0;
	}
	.sharecell {
		display: inline-block;
		padding-left: 2em;
		padding-right: 2em;
		height: auto;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#debug::before {
		content: "< 463";
	}
}
@media only screen and (max-width: 360px) {
	#debug::before {
		content: "< 360";
	}
}
