/*
Theme Name: MightySite Framework
Theme URI: http://GorillaWebStudio.com
Description: Framework for Mighty Sites made by Jonathan-Phillip Guzman
Version: 1.0
Author:  Gorilla Web Studio
Author URI: http://GorillaWebStudio.com
*/


/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* Basic Styles */

body { 
	background: #fff;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	color: #555555;
}
p {	
	font-size: 16px;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #53a6fc;
}
a:hover { 
	text-decoration: underline;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin: 18px 0 10px 0;
}
.alignnone {
	float: none;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright { 
	float: right;
	margin: 0px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
/* Main Areas - Wrapper, Container, Content */

#wrapper {
	width: 100%;
	margin: 0px auto;
}
#wrapper:after {
	display: block;
	content: "";
	clear: both;
}

#container {
	position: relative;
	padding: 0px;
	width: 960px;
	margin: 0 auto;
	
}
#content { 
	float: left;
	padding: 30px 15px;
	width: 660px;
	margin: 0 auto;
}
#content2 { 
	float: left;
	padding: 30px 5px;
	width: 400px;
	margin: 0 auto;
}
.one-column {
	width: 920px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	color: #555555;
	font-weight: bold;
}
.alert { 
	background:red; color:white 
} 
#content h1 {
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 10px;
}
#content .entry-title {
	font-size: 32px;
	line-height: 26px;
	color: #555555;
}
#content h2 {
	font-size: 32px;
	margin-bottom: 10px;
	line-height: 34px;
}
#content h2 a {
	color: #53a6fc;
}
#content h2.alt { 
	font-size: 32px;
	color: #555555;
	margin-bottom: 10px;
}
#content h3 {
	color: #5f6877;
}
h3 {
	font-size: 22px;
	line-height: 32px;
}
h4 {
	font-size: 20px;
	line-height: 31px;
	margin-bottom: 5px;
}
h5 {
	font-size: 18px;
	line-height: 28px;
}
h6 {
	font-size: 16px;
	line-height: 24px;
}
#content p {
	font-size: 16px;
	line-height: 22px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666666;
	margin-bottom: 15px;
}

/* Header */
#header {
	padding-bottom: 5px;
	border-bottom: 4px solid #9bc6d1;
	width: 100%;
}
#headerinner {
	padding: 0px;
	width: 960px;
	margin: 0 auto;
}
#header-widget-area {
	float: right;
	width: 275px;
	background: #9bc6d1;
	padding: 5px;
	margin-bottom: 3px;
	margin-right: 0px;	
}
#header-widget-area h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#header-widget-area p {
	text-align: center;
	line-height: 15px;
}
#site-title a {
	color: #555555;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #53a6fc;
}
#site-description {
	color: #999999;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
.logo {
	display: block;
	margin-top: 25px;
}
.sml-logo {
	float: left;
}
.sml-logo img{
	height: 56px;
	width: auto;
}
/* Header Menu */

#header-menu {
	margin: 0 auto;
	width: 960px;
	position: relative;
	padding: 0;
	border: 1px solid #7cabb7;
	clear: both;
}

#access {
	display: block;
	position: relative;
}
#access .menu-header ul {
	list-style: none;
	
}
#access li {
	float: left;
	position: relative;
	color: #888;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border-right: 1px solid #7cabb7;
}

#access li:last-child {
	float: left;
	position: relative;
	color: #888;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#access a {
	color: #7cabb7;
	text-decoration: none;
	display: block;
	padding: 10px 18px;
	border-right: 0px solid #e3e3e3;
	
}
#access a:hover {
	text-decoration: underline;
	color: #fff;
	background: #7cabb7;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: #fff;
	margin: 0;
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	float: left;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	color: #888;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #7cabb7;

}
#access ul ul li:first-child {
	min-width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	color: #888;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #7cabb7;
	
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	display: block;
	margin: 0;
}
#access ul ul :hover > a {
	background: #7cabb7;;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #7cabb7;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #555555;
}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	color: #ffffff;
}
* html #access ul ul li.current_page_item a,
* html #access ul ul li.current-menu-ancestor a,
* html #access ul ul li.current-menu-item a,
* html #access ul ul li.current-menu-parent a,
* html #access ul ul li a:hover {
	color: #ffffff;
}

/* Footer */

#footer {
	margin: 0 auto;
	color: #353535;
	padding: 10px 0;
	width: 960px;
}
#footer-wrapper {
	background: #7cabb7;
	border-top: 1px solid #e5e5e5;
}
#footer #about-us { 
	padding: 5px 20px 5px 20px;
	text-align: left;
	position: relative;
}
#footer #about-us p {
	font-size: 14px;
	color: #666666;
}

#footerbottom {
	color: #424242;
	font-size: 12px;
	height: 50px;
	padding: 5px 0;
}
#footerbottomleft {
	float: left;
	padding-left: 20px;
	line-height: 25px;
	font-size: 12px;
}
#footerbottomleft a {
	color: #fff;
}
#footerbottomleft a:hover {
	color: #fff;
	text-decoration: underline;
}
#footerbottomright {
	float: right;
	padding-right: 10px;
	line-height: 50px;
}

#footer h3 {
	font-size: 22px; 
	color: #555555;
	margin-bottom: 5px;	
}
#footer p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	width: 600px;
}

/* Footer Menu */

#footer .menu ul { 
	list-style-type: none;
	margin: 0;
}
#footer ul ul{ 
	display: none;
	margin: 0;
}
#footer .menu li { 
	float: left;
	color: #fff;
	padding: 0 10px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
}
#footer .menu li a { 
	color: #fff;
	text-decoration: none; 
}
#footer .menu li a:hover {
	text-decoration: underline
}
#footer .menu .current_page_item a{
	color: #fff;
	text-decoration: underline;
}
	
/* Home Page */
#content-block {
	padding: 0px 0px;
	margin: 0;
	background: #fff;
	color: #000;
	width: 400px;
}
#content-block p {margin: 0 0 15px; padding: 0px; color: #666;}
#content-block h3 {margin: 0px; padding: 0px:}
.subhead {
	font-size: 18px;
	color: #555555;
	font-weight: bold;
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
#content h2.article-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 22px;
	color: #555;
}
#content h2.article-title a {
	color: #555;
}
#content h2.article-title a:hover {
	color: #53a6fc;
	text-decoration: none;
}
#content .article { 
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
}
#content .article p { 
	font-size: 14px;
	margin: 0;
	line-height: 18px;
}
#content .article .thumb-wrapper {
	float: right;
	height: 200px;
	width: 300px;
	overflow: hidden;
	margin: 0 0 0 15px;
	position: relative;
}
#content .article .thumb {
	width: 300px;
	height: auto;
}

#content .article .postinfo {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #888;
}

#content p.cat { 
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 5px;
}

/* Sidebar */

#sidebar {
	padding: 30px 0px 0px 0px;
	width: 265px;
	float: left;
}
#sidebar2 {
	padding: 30px 0px 0px 0px;
	width: 265px;
	float: right;
}
#sidebar2 ul li a {
	color: #53a6fc;
	text-decoration: none;
        margin-bottom: 5px;
}
#sidebar2 ul li a:hover {
	text-decoration: underline;
}
#sidebar2 ul li ul {
	border: 0px;
	margin: 0;
	padding: 5px;
	font-size: 14px;
}
#sidebar2 #featured_post_widget-3 p {
	border: 0px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
#sidebar2 #featured_post_widget-4 p {
	border: 0px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
#sidebar2 #featured_post_widget-5 p {
	border: 0px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
#sidebar2 ul li ul li {
	border: 0px;
	margin: 0 0 8px 0;
	padding: 0;
	border: 2px solid #9bc6d1;
	padding-bottom: 3px;
}
#primary-sidebar ul {
	margin: 0 0 10px 0;
}
#primary-sidebar ul li {
	padding-bottom: 10px;
	line-height: 20px;
}

#sidebar2 img {float:right;}
#primary-sidebar.widget-area {
	margin-bottom: 0px;
}
#third ul {
	background: #fff;
}
#third ul li {
	padding-bottom: 10px;
	line-height: 15px;
}
h3.widget-title { 
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
	padding: 3px 5px;
	background: #9bc6d1;
	color: #5f6877;
}
#eme_list-3 h3.widget-title { 
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
	padding: 3px 5px;
	background: #9bc6d1;
	color: #fff;
}
#sidebar .wrap a {
	color: #5f6877;
	font-size: 14px;
	text-decoration: underline;
}
#sidebar2 #featured_post_widget-3 a {
	color: #5f6877;
	font-size: 12px;
	text-decoration: underline;
}
#sidebar2 #featured_post_widget-4 a {
	color: #5f6877;
	font-size: 12px;
	text-decoration: underline;
}
#sidebar2 #featured_post_widget-5 a {
	color: #5f6877;
	font-size: 12px;
	text-decoration: underline;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sidebar2 #featured_post_widget-3 a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sidebar2 #featured_post_widget-4 a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sidebar2 #featured_post_widget-5 a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sidebar2 .wrap h4 {
	color: #dc6c5d;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	line-height: 10px;
}
//#sidebar ul li a {
	color: #53a6fc;
	text-decoration: none;
}
#sidebar ul li a {	
	font-size: 12px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	padding: 2px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li ul {
	border: 2px solid #9bc6d1;
	margin: 0;
	padding: 5px 2px 5px 1px;
	font-size: 14px;
}

#sidebar ul li p {
	color: #fff;
	border: 0px;
	margin: 0;
	padding: 3px;
	font-size: 12px;
}
#sidebar2 .wrap {
	border: 2px solid #9bc6d1;
	padding: 5px;
	
}
#sidebar .wrap {
	border: 2px solid #9bc6d1;
	padding-bottom: 3px;
}

#sidebar ul li ul li {
	border: 0px;
	margin: 0 0 12px 0;
	padding: 0;
}
/* Post & Page Structure */

#content blockquote { 
	background: #f0f1f1;
	padding: 20px;
	margin: 15px 25px;
	color: #414042;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	height: auto;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Georgia, "Bitstream Charter", serif;
}
#content blockquote:after{ 
		display: block;
		clear: both;
		content: " ";
		height: 0;
		overflow: hidden;

}
#content blockquote p {
	font-family: Georgia, sans-serif;
	margin: 0;
	}
	
#content ul, #content ol {
	margin: 5px 0 5px 40px;
	}
#content ul li {
	list-style-type: disc;
	list-style-image: url(http://rightrides.org/wp-content/themes/mightysites/images/arrow.png);
}
#content ol li {
	list-style-type: decimal;
}
#content ul li, #content ol li {
	margin-bottom: 15px;
}

.postedin, .postedon {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	color: #888;
}
.np {
	display: inline-block;
	overflow: hidden;
	width: 90%;
	margin-bottom: 15px;
	font-size: 12px;
}
.previouspl { 
	float: left;
}
.nextpl {
	float: right;
}
h3#comments-title, h3#reply-title {
	clear: both;
	color: #424242;
	margin-bottom: 15px;
	font-size: 16px;
}
#comments {
	padding: 10px 0 0 0;
	border-top: 1px solid #e5e5e5;
}
#comments ol {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}
#content li.comment {
	list-style-type: none;
}
.comment-author {
	float: left;
	padding-left: 5px;
	font-size: 14px;
}
.fn {
	font-weight: bold;
	color: #424242;
}

.comment-meta {
	float: right; 
	padding-right: 10px;
	font-size: 12px;
}
.comment-author, .comment-meta {
	margin-bottom: 5px;
}
.comment-body {
	clear: both;
	background: #f1f1f1;
	padding: 15px 15px 5px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 10px 0;
}		
#content .comment-body p {
	font-family: Georgia, times new roman, serif;
}
.reply {
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: 10px;
}
#respond {
	margin: 10px 0;
}
a.comment-reply-link{ 
	background: #eee;
	margin: 10px 0 0 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 8px;
}
a.comment-reply-link:hover {
	background: #888;
	color: #ffffff;
}

form#commentform p {
	position: relative;
	height: 44px;
}
form#commentform p input {
	height: 18px;
	display: block;
}
form#commentform p label {
	font-size: 14px;
	color: #424242;
}
form#commentform .required{
	color: #ff0000;
}
form#commentform p textarea {
	display: block;
	width: 100%;
}
form#commentform p.comment-form-comment {
	height: auto;
}
form#commentform p.comment-form-comment label {
	position: static;
}
#content p.form-allowed-tags {
	clear: both;
	font-size: 12px;
	line-height: 16px;
	height: auto;
}
form#commentform p.form-submit {
	height: 25px;
}
form#commentform p.form-submit input {
	height: auto;
 }

.read-more {
	display: inline-block;
	//background: #eee;
	margin: 0px 0 0 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	line-height: 1em;
	font-weight: 300;
	text-decoration: none;
	//padding: 2px 8px;
	float: right;
	text-decoration: underline;
}
.read-more:hover {
	//background: #888;
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}
.post-edit-link { 
	display: inline-block;
}
a.post-edit-link{ 
	background: #eee;
	float: right;
	margin: 10px 0 0 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 2px 8px;
}
a.post-edit-link:hover {
	background: #888;
	color: #ffffff;
}

/* Extras */

.aligncenter { 
	display:block; margin:0 auto; 
}
.alignleft { 
	float:left; 
}
.alignright { 
	float:right; 
}
.wp-caption { 
	border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px;
}
br.clear { 
	clear:both; display:block; height:1px; margin:-1px 0 0 0 
} 
li#theme-switcher { 
	background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 
}

.wp-caption {
	background: none;
	border: 0;
}
#content p.wp-caption-text {
	font-style: italic;
	font-size: 12px;
}
.breadcrumbs {
	color: #555555;
	margin: 15px 20px 0px 20px;
	font-size: 14px;
}
.button { 
	display: inline-block;
	background: #26A5DD;
	padding: 10px 20px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

#content input[type="text"] {
	width: 350px;
	
}
input[type="text"], textarea {
	background: #F9F9F9;
	border: 1px solid #CCC;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 2px;
	font-size: 16px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}
textarea {
	width: 95%;
}
input[type=submit] {
	background: #f6e300;
	color: #5f6877;
	border: 0;
	padding: 5px;
	font-size: 14px;
	border-radius:          5px;
	-moz-border-radius:     5px;
	-webkit-border-radius:  5px;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #5f6877;
	color: #fff;
}
#header-widget-area p {
	margin: 0;
}
#header-widget-area input[type=submit] {
	background: #f6e300;
	color: #5f6877;
	border: 0;
	margin-left: 5px;
	padding: 2px 3px;
	font-size: 14px;
	border-radius:          5px;
	-moz-border-radius:     5px;
	-webkit-border-radius:  5px;
	cursor: pointer;
}
#header-widget-area form {
	margin: 10px 15px;
	padding: 0;
}
#header-widget-area input[type=submit]:hover {
	background: #5f6877;
	color: #fff
}
.clear {
	clear: both;
}

#volunteer {
	background: #ebf5f8;
	width: 675px;
}
#volunteer p {
	margin: 0px;
	padding: 0px 10px;
	font-size: 18px;
}
#volunteer a {
	color: #000;
	font-style: italic;
}
#volunteer a:hover {
	text-decoration: underline;
}
#volunteer-anchors {
	width: 675px;
	padding: 0px 10px;
}
#volunteer-anchors a {
	color: #000;
}
#volunteer-anchors a:hover {
	text-decoration: none;
}
#content #volunteer-anchors li {
	list-style-image: url(../../../wordpress/wp-content/uploads/2011/12/arrow.png);
	text-indent: 0px;
	list-style-position: inside;
}
#content #volunteer li {
	list-style-image: url(../../../wordpress/wp-content/uploads/2011/12/arrow.png);
	list-style-position: inside;
	text-indent: 95px;
}
#paypal {
	background: #d34734;
	padding-bottom: 10px;
}
#paypal-head {
	background: #fff;
	width: 135px;
	float: left;
	text-align: center;
	padding: 0px 7px;
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}
#paypal-donate {
	background:#e2877b;
	color: #fff;
	width: 85px;
	float: left;
	text-align: center;
	font-weight: bold;
	height: 43px;
	padding: 0px 10px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
#paypal-head-wrap {
	width: 96%;
	margin: 0 auto;
	padding: 5px 0px;
}
#paypal p#paypal-support {
	color: #fff;
	text-align: center;
	font-size: 12px;
}
#paypal p#paypal-support2 {
	color: #000;
	text-align: center;
	font-size: 10px;
	text-decoration: underline;
}
.amounts {
	background: #fff;
	padding: 5px 3px 10px 3px;
	width: 96%;
	margin: 0 auto;
	margin-top: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.amounts2 {
	background: #fff;
	padding: 5px 3px 10px 3px;
	width: 96%;
	margin: 0 auto;
	margin-top: 3px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dollar {
	background: #7cabb7;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 6px 8px 8px 0px;
	width: 20%;
	float: left;
	margin-right: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sidebar .dollar a {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#sidebar .dollar a:hover {
	text-decoration: none;
}
#paypal .amounts p a {
	font-size: 10px;
	color: #000;
}
#paypal .amounts2 p a {
	font-size: 10px;
	color: #000;
}
#paypal .amounts p {
	font-size: 10px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	padding: 2px;
	line-height: 12px;
}
#paypal .amounts2 p {
	font-size: 10px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	padding: 2px;
	line-height: 12px;
}
#events {
	background: #9bc6d1;
	padding: 3px;
	width: 96%;
	margin: 0 auto;
	margin-top: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
 
#date {
	background: #fff;
	color: #d34734;
	font-size: 18px;
	padding: 8px 3px;
	width: 30%;
	float: left;
	margin-right: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sidebar ul li.eme_period {
	background: #fff;
	color: #d34734;
	font-size: 14px;
	padding: 1px 5px 3px 5px;
	width: 30%;
	float: left;
	margin: 10px 5px;
	text-align: center;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sidebar ul li ul li{
	background: #9bc6d1;
	padding: 8px 3px;
	width: 98%;
	margin: 0 auto;
	margin-top: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sidebar #events p {
	font-size: 11px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
#sidebar #events a {
	font-size: 11px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
#social h3.widget-title { 
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
	padding: 3px 5px;
	background: #9bc6d1;
	color: #fff;
}
.social-wrap {
	margin: 0 auto;
	display: block;
	width: 75%
}
.social-wrap img {
	float: left;
	margin: 10px;
}
#google {
	margin-top: 10px;
	padding: 0px 10px;
	float: left;
}
#car h3.widget-title { 
	font-size: 16px;
	text-align: left;
	text-decoration: underline;
	margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
	padding: 3px 5px 3px 10px;
	background: #9bc6d1;
	color: #fff;
}
#car img {
	position: absolute;
	padding-top: 10px;
	left: 50px;
}
#car img#zip {
	position:relative;
	top: -40px;
	left: 195px;
}
#footer-widget-area {
	width: 960px;
	margin: 0 auto;
}
#footer-widget-area #pics h3.widget-title { 
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
	padding: 3px 5px 3px 10px;
	background: #9bc6d1;
	color: #5f6877;
}
#footer-widget-area #pics3 h3.widget-title { 
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 0px;
	border-bottom: 0px solid #e5e5e5;
	padding: 3px 5px 3px 10px;
	background: #9bc6d1;
	color: #5f6877;
}
#footer-widget-area .wrap {
	border: 2px solid #9bc6d1;
	padding-bottom: 3px;
}
#footer-widget-area #wrap2 {
	border: 2px solid #9bc6d1;
	padding-bottom: 3px;
	height: 288px;
}
#pics {
	width: 270px;
	margin-right: 22px;
}
#pics2 {
	width: 375px;
	margin-right: 22px;
}
#pics3 {
	width:270px;
	margin-right: 0px;
}
#pics-wrap {
	width: 100%;
}
#gallery {
	margin: 0 auto;
	width: 90%;
	padding: 5px;
}
#gallery2 {
	margin: 0 auto;
	width: 90%;
	padding: 6px 15px 0px 0px;
}
#about-area {
	width: 675px;
}

#header-widget-area input[type=text] {
	border: 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 150px;
	padding: 6px 5px;
	margin: 0;
	font-size: 12px;
	color: #555;
}
#header-widget-area input[type=submit] {
	float: left;
	font-size: 12px;
	margin: 0 0 0 5px;
	height: 27px;
	padding: 0 8px;
	display: block;
	border: 0;
}
#header-widget-area  input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

#container .donate {
	background: #9bc6d1;
	display: block;
	padding: 15px;
	margin-bottom: 15px;
}
#container .donate h2 {
	color: #fff;
	font-size: 24px;
}
#container .donate p {
	color: #fff;
}
#container .donate-left {
	float: left;
	width: 300px;
}
#container .donate-right {
	float: right;
	width: 240px;
}
#container .donate-right p {
	margin: 0;
	padding: 0;
}
#container .donate-headline {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#container .donate label {
	display: block;
	color: #fff;
	margin: 0 0 3px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
#container .donate input[type=text] {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 230px;
	padding: 4px 5px;
	margin: 0 0 12px 0;
	font-size: 14px;
	border: 0;
	width: 200px;
	color: #555;
	background: #fff;
}

#container .donate input[type=text].amount {
	background: #fff url('images/amount.png') 5px 6px no-repeat;
	padding-left: 13px;
	width: 120px;
	float: left;
	margin: 0;
}
#container .donate input[type=submit] {
	font-size: 14px;
	margin: 0 0 0 5px;
	height: 24px;
	padding: 0 7px;
	border: 0;
	display: block;
	float: left;
	background: #53a6fc;
	color: #fff;
	font-weight: bold;
}
#container .donate input[type=submit]:hover {
	background: #1465b9;
	color: #fff;
}

#donate-button {
	margin: 0 auto;
	width: 150px;
	text-align: center;
	
}
#sidebar #donate-button a {
	color: #fff;
	font-size: 16px;
	background: #7cabb7;
	padding: 7px 12px;
	margin-top: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#donate-button a:hover {
	text-decoration: underline;
	border: 1px solid #eee;
}

#sidebar2 .sidebar-title {
	font-size: 12px;
	margin-bottom: 8px;
	text-align: left;
}
#sidebar2 .sidebar-post-thumbnail {
	float: right;
	margin-left: 10px;
}
#sidebar2 .sidebar-post p {
	font-size: 12px;
}
#sidebar2 .sidebar-title a {
	color: #5f6877;
	font-size: 12px;
	text-decoration: underline;
}
#sidebar2 .sidebar-title a:hover {
	font-weight: bold;
}
#sidebar2 .sidebar-post-wrap {
	margin-bottom: 10px;
	border: 2px solid #9bc6d1;
	padding: 5px;
	border-top: 0;
}