/*
Theme Name: GreenLeaf Customized
Theme URI: http://www.freethemeforwp.com/greenleaf-wordpress-theme/
Description: GreenLeaf is a free professional WordPress theme built by an awesome team behind <a href="http://www.freethemeforwp.com/">FreeThemeForWP.com</a>.
Version: 0.97
Author: Free Theme For WP
Author URI: http://www.freethemeforwp.com/
Tags: fixed-width, two-columns, right-sidebar, sticky-post, theme-options

License: This version licensed under the terms of GNU General Public License v2.0.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Elements */

html {
	
}

body {
	margin: 0;
	padding: 0;
	color: #3e5052;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background: #a7c5c9;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Body */

#wrap {
	width: 975px;
	height: 100%;
	margin: 0px auto;
	background: #f6f9fa;
	border: 7px solid #427aa0;
}

#col-left {
	clear: both;
	float: left;
	width: 665px;
	padding: 0 0 10px 0;
}

#col-right {
	float: right;
	width: 300px;
	padding: 0 0 10px 0;
}

#col-full {
	clear: both;
	width: 975px;
	padding: 0 0 10px 0;
}


/* Header */

#header {
	width: 975px;
}

#header #logo {
	float: left;
/*	background: transparent url(images/logo.gif) left top no-repeat; */
}

#header #logo a {
        width: 600px;
	margin: 0 auto;
	display: block;
        color: #668551;
/*	text-indent: -9999px; */
	font-family: 'Yanone Kaffeesatz', georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 52px; 
	padding: 0 25px 0 25px;
}

#header #logo a:hover {
	letter-spacing: 0px;
	text-decoration: none;
}


/* Navigation */

#nav {
	clear: both; 
	width: 975px;
	height: 43px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#nav ul {
	height: 42px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background: #a7c5c9;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	height: 42px;
	margin: 0;
	padding: 0 12px;
	color: #556273;
	font-size: 17px;
	font-family: 'Yanone Kaffeesatz', georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 2px #eff0f2;
	line-height: 41px;
	border-right: 1px solid #e3e6ea;
}

#nav ul li a:hover {
	color: #eff0f2;
	text-decoration: none;
	text-shadow: 1px 1px 2px #373b40;
	background: #8b9dae;
	border-bottom: 0;
}

#nav ul li.current-menu-item a {
	color: ##eceeed;
	text-decoration: none;
	text-shadow: 1px 1px 2px #eceeed;
	background: #d6dfe7;
	border-bottom: 3px solid ##eceeed;
}

/* Drop-Down Menu */
#nav li ul  { background: #c8cdd1; position: absolute; left: -999em; width: auto; height: 36px; z-index: 999; }
#nav li ul li  { height: 36px; background:#c8cdd1; border-top: 1px solid #e3e6ea; border-bottom: 1px solid #e3e6ea; padding-right: 1px solid #e3e6ea; }
#nav li ul li a  { width: auto; height: 36px; padding: 0 10px; color: #5a5e5f; font-size: 17px; line-height: 35px; text-transform: none; }
#nav li ul li a:hover  { color: #545b57; background: #9bada4;text-shadow: 1px 1px 2px #eff0f2 }
#nav li ul ul  { margin: -37px 0 0 180px; border-left: 1px solid #d7d86f; }
#nav li ul ul li a  {}
#nav li ul li ul li a  {}
#nav li:hover,#nav li.hover  { position: static; }
#nav li:hover ul ul, #nav li.sfhover ul ul,
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul { left: -999em; }
#nav li:hover ul, #nav li.sfhover ul,
#nav li li:hover ul, #nav li li.sfhover ul,
#nav li li li:hover ul, #nav li li li.sfhover ul,
#nav li li li li:hover ul, #nav li li li li.sfhover ul  { left: auto; }


/* Banner */

#banner { 
	clear: both; 
	width: 1024px; 
	height: 225px;
	margin: 0;
	background: #f2f3bd;
    background: -moz-linear-gradient(center top , #f2f3bd 0%, #d7d86f 100%) repeat scroll 0 0 transparent;
}
#banner #banner-headline {
	padding: 40px 25px 18px 25px;
	color: #6e8d58;
	font-size: 52px;
	font-family: 'Yanone Kaffeesatz', georgia, arial, tahoma, verdana, helvetica, sans-serif;
	line-height: 58px;
	text-shadow: 1px 1px 2px #fff;
}

#banner #banner-secondary {
	padding: 0 25px;
	color: #7a9a64;
	font-size: 34px;
	font-family: 'Yanone Kaffeesatz', georgia, arial, tahoma, verdana, helvetica, sans-serif;
	line-height: 40px;
	text-shadow: 1px 1px 2px #fff;
}


/* Content */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #555;
	font-family: 'Yanone Kaffeesatz', arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: normal;
	padding: 12px 25px 6px 25px;
}

h1 {	font-size: 36px; line-height: 41px; padding: 18px 25px 12px 25px; }
.col3 h1 { font-size: 27px; line-height: 31px; padding: 18px 25px 10px 25px; }
h2 {	font-size: 24px; line-height: 28px; padding: 16px 25px 10px 25px; }
h3 {	font-size: 21px; line-height: 25px; padding: 14px 25px 10px 25px; }
h4 {	font-size: 18px; line-height: 22px; padding: 12px 25px 10px 25px; }
h5 {	font-size: 15px; line-height: 19px; padding: 10px 25px 10px 25px; }
h6 {	font-size: 12px; line-height: 16px; padding: 8px 25px 10px 25px; }

hr {
	color: #668551;
	background: #668551;
	height: 2px;
	margin: 25px;
}

p {
	margin: 0;
	padding: 2px 25px 16px 25px;
}

a {
	color: #668551;
	text-decoration: none;
}

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

a:active, a:focus {
	outline: none;
}

small {
	color: #777;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

blockquote {
	background: #efefef;
	margin: 0 15px;
}

blockquote p {
	padding: 8px 10px 9px 10px;
}

div.navigation {
	padding-left: 25px;
}

ul {
	margin: 0;
	padding: 4px 25px 12px 65px;
	list-style-type: disc;
	list-style-image: none;
}

ul ul, ol ul {
	padding: 10px 16px 0 50px;
	list-style-type: circle;
}

ol {
	margin: 0;
	padding: 4px 25px 12px 65px;
}

ol ol, ul ol {
	padding: 10px 25px 0 50px;
}

li {
	padding: 0 0 6px 0;
}

dl {
	margin: 0;
	padding: 4px 25px 12px 45px;
}

dt {
	padding: 0 0 6px 0;
	font-weight: bold;
}

dd {
	padding: 0 0 9px 0;
	font-style: italic;
}

strong {
	color: #555;
}

.col3 {
	float: left;
	width: 320px;
	font-size: 12px;
	line-height: 20px;
}

.home-photo {
	display: block;
	width: 270px;
	height: 125px;
	text-indent: -9999px;
	background: #0e0e0e center center no-repeat;
}

.button {
	padding: 5px 9px;
	background: #f2f3bd;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

.post { margin-bottom: 40px; }

.pagination {
	display: block;
	font-size: 15px;
	text-align: center;
	margin: 5px 0 30px 0;
}

#morepage-list { clear: both; }

.pagination a, .pagination .on, #morepage-list a, #morepage-list .on {
	font-size: 14px;
	text-align: center;
	margin: 0 4px 0 0;
	padding: 4px 8px;
	border: 0px solid #d7d86f;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
.pagination a strong { font-weight: normal; }

.pagination .on, #morepage-list .on {
	font-weight: normal;
	background: #d7d86f;
	border: 1px solid #f2f3bd;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}

.postmetadata {
	clear: both;
	margin: 5px 25px;
	padding: 12px 15px 15px 15px;
	color: #555;
	font-size: 11px;
	line-height: 17px;
	background: #e0e183;
	border-top: 3px solid #f2f3bd;
        display: none;
}

.postmetadata a { color: #555; text-decoration: underline; }
.postmetadata a:hover { color: #555; text-decoration: none; }

form {
	margin: 0;
	padding: 2px 25px 16px 25px;
        
}

form p { padding-left: 0; padding-right: 0; }
.form-allowed-tags { display: none;  background: #e0e183}

.wpcf7-form p {
font-family: cursive;
}
.wpcf7-form input,
.wpcf7-form textarea {
font-size:larger;
background-color:#DDF;
color:#005;
border-width: 1px;
border-style: solid;
border-top-color: #4283B9;
border-left-color: #4283B9;
border-bottom-color:#BBF;
border-right-color:#BBF;
padding: 7px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
	width: 400px;
}

.wpcf7-form input[type=submit]:hover {
	cursor: pointer;
	border-top-color: #BBF;
	border-left-color: #BBF;
	border-bottom-color:#4283B9;
	border-right-color:#4283B9;
}

span.wpcf7-checkbox span.wpcf7-list-item {
	display: block;
}

.form7submit  {
display: block;
width: 307px;
}


/* Comments */

.commentlist {
	padding: 0;
	margin: 0 25px;
	text-align: justify;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}	
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
}

.commentlist li.depth-1 {	list-style: none; }
	
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	background: #fff;
	border: 1px solid #d7d86f;
}
	
.children { padding: 0; }

.nocomments {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
}

.bypostauthor {}

p#gasp_p {
	clear: none !important;
	float: left;
}
p.form-submit {
	float: right;
}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform p {
	margin: 5px 0;
}

#commentform input[type=text] {
	width: 170px;
	padding: 4px 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #d7d86f;
}
	
#commentform textarea {
	width: 100%;
	padding: 4px 3px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #d7d86f;
}
	
#commentform #submit {
	width: 170px;
	margin: 0;
	padding: 4px 3px;
	color: #fff;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
    text-shadow: 1px 1px 0 #9B9B9B;	
	background: #cdcdcd;
    background: -moz-linear-gradient(center top , #CDCDCD 0%, #9B9B9B 100%) repeat scroll 0 0 transparent;
    border: 1px solid #828282;
    -moz-border-radius: 3px 3px 3px 3px;
	cursor: pointer;
    .form-allowed-tags { display: none; }
}

#commentform #submit:hover { 
	background: -moz-linear-gradient(center top , #E8E5E5 0%, #9B9B9B 100%) repeat scroll 0 0 transparent;
    text-decoration: none;
}


/* Search form */

#searchform {
	margin: 10px 25px;
	padding: 0;
}

#searchform #s {
	float: left;
	width: 220px;
	color: #999;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 19px;
	padding: 5px 6px;
	margin: 0 8px 0 0;
	background: #fff;
	border: 1px solid #cdcdcd;
}

#searchform #b-search {
	float: left; 
	width: 60px; 
	height: 29px; 
    margin: 0;
	padding: 0;
    color: #fff;
	font-size: 17px;
	font-family: 'Yanone Kaffeesatz', georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-style: normal;
	line-height: 28px;
    text-shadow: 1px 1px 0 #9B9B9B;	
	background: #cdcdcd;
    background: -moz-linear-gradient(center top , #cdcdcd 0%, #9B9B9B 100%) repeat scroll 0 0 transparent;
    border: 1px solid #828282;
    -moz-border-radius: 3px 3px 3px 3px;
	cursor: pointer;
}

#searchform #b-search:hover { 
	background: -moz-linear-gradient(center top , #E8E5E5 0%, #9B9B9B 100%) repeat scroll 0 0 transparent;
    text-decoration: none;
}


/* Various Tags & Classes */

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

.thread-alt { background-color: #fff; }

.thread-even { background-color: #f2f3bd; }

.depth-1 { border: 1px solid #c8cdd1; }

.even { border-left: 1px solid #c8cdd1; }

cite { font-weight: bold; }

address, pre, .myclass {
	margin: 0;
	padding: 2px 25px 16px 25px;
}


/* Right column styles */

#col-right ul, #col-right ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#col-right ul li {
	margin-bottom: 15px;
}

#col-right ul ul {
	margin: 5px 15px 0 40px;
	list-style-type: square;
	list-style-image: none;
}

#col-right ul ol {
	margin: 5px 15px 0 25px;
}

#col-right ul li {
	margin-bottom: 0;
}


/* Tables */

table {
	padding: 0;
	margin: 2px 25px 16px 25px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}


/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.cboth { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }


.home .sticky {
	margin: 0px 20px 30px 20px;
    padding: 0 0 12px 0;
    background: #fafaea;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
}

div.addthis_toolbox {
	margin: 1em 25px;
}
.addthis_button_tweet {
	width: 80px !important;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: outline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
div.post-5548 img.alignleft {
	margin: 4px 1em 10px 0;
}
.alignright,
img.alignright {
	display: outline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}


.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px !important; /* prevent too-wide images from breaking layout */
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	padding: 0;
	text-align: center;
	width: 33%;
}
.ngg-gallery-thumbnail-box {
display: inline-block;
} 
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.picturealign {
    padding-left: 25px;
    float: left;
    padding-right: 10px;
}

.page-id-38 .wp-caption.alignleft {
	margin: 0 0 25px 25px;
}
.page-id-38 .wp-caption.alignleft p.wp-caption-text {
	padding-bottom: 0;
	font-family: 'Yanone Kaffeesatz', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 975px;
	color: #5b5e5e;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-shadow: 1px 1px #f2f4f4;
	background: #ccdbdd;
	border-top: 3px solid #a7c5c9;
	padding: 0 0 10px;
}

#footer p {
	padding: 14px;
}

#footer a {
	color: #656d6e;
	text-decoration: none;
	border-bottom: 0;
}

#footer a:hover {
	color: #869fb3;
	text-decoration: none;
	border-bottom:  0;
}
