/*
Theme Name: Jones Family Foundation
Theme URI: http://jonesfamilyfoundation.com/
Description: Green and Friendly.
Version: 0.1
Author: Sean Moss-Pultz
Date: August 2012
*/


a,
a:visited {
	text-decoration: underline; 
	color: #fff;

}

a:hover {
	text-decoration: underline; 
	color: #fff;
}

acronym, abbr, span.caps {
	font-size: 14px;
}

acronym, abbr {
	cursor: help;
	border:none;
}

blockquote {
	border: 0;
	margin-bottom: 0;
}

blockquote p {
	font-style: italic;
	font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
	color: #e5e519;
	margin-bottom: 0;
}

html {
	background: url('leaf.jpg') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body {
	color: #dbe89a;
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 100%;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: transparent;
}

.notice {
	color: #fff;
}

cite {
	font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #e5e519;
	padding-left: 20px;
}

h2, h3 {
	font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
	color: #fff;
}

@media only screen and (max-width: 600px) {
	h2, h3 {
		padding-top: 20px;
		font-size: 22px;
		line-height: 30px;
	} 
}

#commentlist li{
	margin-left:-22px;
}

p, li, .feedback {
	font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
    line-height: 140%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	clear:both;
	color: #888;
	font-size: 12px;
	padding: 50px 0 0 0;
	margin: 0 0 20px 0;
	text-align: left;
}

.credit a:link, .credit a:hover {
	color: #888;
}

.feedback {
	color: #888;
	text-align: right;
	font-size:14px;
	clear: both;
}

.feedback a {
	text-decoration: none;
	color: #888;
}

.meta {
	font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-size: 90%;
}

.meta a {
	text-decoration: none;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#comments {
	padding-top:18px;
}

.commentby {
	padding-bottom:8px;
}

#postcomment{
	margin-top:24px;
}

.meta, .meta a {
	color: #888;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	color: #000;
	text-decoration: none;
}

.storytitle a:hover {
	color: #000;
}

.storycontent {
	margin-bottom:-10px;
}

.post {
	padding-bottom: 20px;
}

#desc {
	float:left;
	font-size: 14px;	
}

#desc a:link, #desc a:visited  {
	display: inline;
	background-color: #fff;
	color: #888;
	text-decoration: none;
}

#desc a:hover {
	background-color: #eee;
	color: #888;
}

#desc a:active {
	background-color: #fff;
}


/* TMP */

#main
{
	background-color: rgba(12, 79, 2, .90);
	border: 1px solid #ffff00;
	max-width: 625px;
	margin: 120px auto 20px auto;
	padding: 20px;
}

#foundation {
	position: absolute;
	top: 20px;
	font-size: 36px;
	color: #fff;
	background: url('tree.svg') no-repeat;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
	padding-top: 120px;
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	#foundation {
		font-size: 24px;
		line-height: 30px;
		padding-top: 120px;
	} 
}

nav
{
	padding-top: 140px;
	text-align: right;	
	color: #ffff00;
}

@media only screen and (max-width: 600px) {
	nav {
		padding-top: 100px;
	}
}

nav ul {
	margin: 0;
}

nav li 
{
	list-style: none;
	display: inline;
	padding-left: 1em;
}

nav li a
{
	color: #fff !important;
	text-decoration: none !important;
}

nav li a:hover
{
	color: #dbe89a !important;
}

nav li.current_page_item a {
    color: #ffff00 !important;
}

#main-content
{
	min-height: 600px;
}

form {
	margin-bottom: 0;
}

form .required {
	display: none;
}

form .error {
	color: #ff6633;
	font-style: italic;
}

footer {
	height: 17px;
	margin-bottom: 60px;
	text-align: center;
}

footer p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
