/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #B01D23;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
	margin-bottom:8px;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #000000;
}

a:hover {
	background: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
}

#wrapper2 {
	margin: 0;
	padding-top: 30px;
}

/* Header */

#header {
	width: 910px;
	height: 0px;
	margin: 0 auto;
	padding-top: 0px;
}

.topimg img {
	margin: 0;
	padding: 0;
	border: none;
	
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #333333;
}

#logo h1, #logo p {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 0 0 5px;
	font-size: 16px;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #06AEF1;
}

/* Search */

#search {
	float: right;
	width: 150px;
	padding-top: 40px;
}

#search form {
	height: 21px;
	margin: 0;
}

#search fieldset {
	margin: 0;
	padding: 2px;
	border: none;
}

#search-text {
	width: 150px;
	border: none;
	text-transform: lowercase;
	padding: 2px;
	border: 1px #BDB0ED dotted;
	color: #FFFFFF;
	background: transparent;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-left: 10px;
	padding: 10px 5px 0 10px;
	height: 31px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	border: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

#menu li ul {
	position: absolute;
	width: 9em;
	left: -999em;
	background-color:#AAAAAA;
	border:1px solid black;
	padding: 0;
	margin: 0 0 0 15px;
}

#menu li ul li {
	border-top:1px solid black;
	margin-top:-1px;
	width:100%;
}

#menu li ul li a {
	padding: 3px;
	margin: 0 !important;
	height:auto;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:130%;
}

#menu li:hover ul, #menu li.sfhover ul {
	left:auto;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	border: 15px #B61D1E solid;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 20px 20px 0 10px;
}

.image{
	border-style:solid;
	border-color: #B61D1E;
	border-width:4px;
      }

.post {
}

.post .title {
	color: #B61D1E;
}

.post .title a {
	background: none;
	color: #B61D1E;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .comments {
}

.post .entry {
	padding: 10px 0 20px 0;
/*	text-align: justify; */
}

.post .entry .intro-text {
	text-transform:uppercase;
}

#content blockquote p {
	margin-left:25px;
	margin-right:45px;
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	line-height:140%;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 20px 20px 0 20px;
	color: #333333;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li p {
	padding: 10px 15px 0 15px;
	margin-bottom: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	margin-left: 5px;
	padding-left: 10px;
	line-height: 120x;
	border-bottom: 1px dotted #D7D0F4;
	background: url(images/img06.gif) no-repeat left 50%;
}

#sidebar h2 {
	letter-spacing: -.5px;
	padding-bottom: 10px;
	color: #B61D1E;
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebar p {
/*	padding-bottom: 20px;
	text-align: justify; */
	line-height: 150%;
}

#sidebar a {
	color: #000000;
	border: none;
}

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

.pledge-wrapper {
	border: 4px solid #B61D1E;
	margin-bottom: 25px;
	-moz-border-radius: 18px;
	-moz-box-shadow: 2px 2px 5px #444444;
	-webkit-border-radius: 18px;
	-webkit-box-shadow: 2px 2px 5px #444444;
}

#floating_feedback {
	position: fixed;
	right: 0;
	top: 45%;
	display: block;
	width: 30px;
	height: 122px;
	text-indent: -10000px;
	background-image: url(/images/feedback.jpg); 
	overflow: hidden;
}

#floating_feedback:hover {
	width: 40px !important;
	left: auto !important;
	right: 0 !important
	
}

/* Forms (at the moment, only in sidebar) */
.form-label {
	text-transform: lowercase;
	line-height: 100%;
}

.form-wrapper {
	line-height: 100%;
	padding: 5px 15px 10px 15px;
}

.form-item {
	padding-bottom: 4px;
}

.form-textbox-small {
	width: 130px;
}

.form-select {
	line-height: 150%;
} 

.form-submit-btn {
	background-color: #B61D1e;
	color: white;
}

.form-legal {
	font-size: 8px;
	color: #BBBBBB;
	margin-top: -14px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Flickr Badge */

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 0 !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper {border-style:solid; border-color: #B61D1E; border-width:4px; float:right; margin-left:10px;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#B61D1E;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


/* Footer */

#footer {
	width: 910px;
	height: 0px;
	margin: 0 auto;
	padding: 40px 0;
	background: url(images/img04.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #999999;
}