@charset "UTF-8";

/*  
Theme Name: Hospitals for Humanity
Theme URI: www.hospitalsforhumanity.org
Description: A popping theme
Version: 1.0
Author: Joy Schmoll
Author URI: http://www.joyschmoll.com

colors:

red: #663333

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center; /* centers in IE */
	vertical-align: top;
	background: #999;
	color: #444;
}

#wrapper {
	margin: 2em auto 4em; /* centers in other broswers */
	width: 950px;
	background: #EEE;
	border: 2px solid #444;
	text-align: left;
	overflow: auto;
}

#header {
	width: 950px;
}

/* =Link styles
---------------------------------------------------------------------------*/

a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #C1272D;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: #663333;
}

a img {
	border: none;
}

/* =Top navigation styles
---------------------------------------------------------------------------*/

#topnavwrap {
	float: left;
	width: 950px;
	height: 2.8em;
	background: #B9B9B9;
	text-align: center;
	line-height: 2.8em;
	border-top: 2px solid #663333;
	border-bottom: 2px solid #663333;
}

#topnav {
	margin: 0 auto;
	width: 100%;
	height: 2.8em;
}

#topnav li  {
	margin: 0 auto;
	display: inline;
	list-style-type: none;
}

#topnav a {
	margin: 0 auto;
	padding: 0 1.3em;
	background: #B9B9B9;
	text-align: center;
	color: #333;
	font-size: 1.2em;
	font-weight: 500;
	font-style: italic;
	text-decoration: none;
	outline: none;
}

/*#topnavwrap li.paypal {
	padding: .3em 0 0 1.4em;
	display: block;
	outline: none;
}*/

#topnav li.current_page_item a:link,
#topnav li.current_page_item a:visited,
#topnav li.current_page_item a:hover,
#topnav li.current_page_item a:active,
#topnav a:hover {
	color: #C1272D;
	cursor: pointer;
}

/*#topnav li.vol a:link,
#topnav li.vol a:visited,
#topnav li.vol a:hover,
#topnav li.vol a:active {
	color: #333;
	background: #900;
	cursor: default;
}*/

/* =Page content styles
---------------------------------------------------------------------------*/

#box {
	clear: both;
	float: left;
	width: 950px;
}

.entry {
	padding: 0 2em 1em;
	text-align: left;
	list-style-type: none;
}

.entry h1 {
	margin: 1em 0 0;
	font-size: 1.6em;
}

.entry h2 {
	margin: 1em 0 0;
	font-size: 1.4em;
}

.entry h3 {
	margin: 1em 0 0;
	font-size: 1.4em;
	font-style: italic;
	color: #666;
}

.entry h1.welcome {
	padding: .5em 0 0;
	font-size: 1.75em;
	line-height: .2em;
	color: #444;
}

.entry h1.hfh {
	font-size: 1.8em;
	line-height: 1em;
	color: #663333;
	vertical-align: top;
}

.entry p.home {
	font-size: 1.2em;
}

.entry p {
	margin: .6em 0 0;
	font-size: 1.15em;
	line-height: 1.6em;
}

.entry p.highlight {
	display: inline;
	font-size: 1.5em;
	font-style: italic;
	color: #663333;
	line-height: 1.5em;
}

.entry p.voice {
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: #555555;
	line-height: 1.2em;
}

/* =Image styles
---------------------------------------------------------------------------*/

.entry img {
	border: none;
}

.entry img.staff {
	border: 1px solid #663333;
	padding: 2px;
	margin: 1.5em 1.5em 1em auto;
}

.entry img.spon {
	margin: 1em 1.5em 0;
	border: 1px solid #444;	
}

.entry img.rightwrap {
	margin: .4em 0 .5em 1em;
	padding: 2px;
	display: inline;
	border: 1px solid #663333;
}

.entry img.leftwrap {
	margin: .4em 1em .5em 0;
	padding: 2px;
	display: inline;
	border: 1px solid #663333;
}

.entry p.caption { /* Success stories photo caption */
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em;
	color: #663333;
}

.entry img.events {
	margin: 1em 1em 1em 0;
	padding: 2px;
	display: inline;
	border: 1px solid #663333;
}

/* =Other content styles
---------------------------------------------------------------------------*/

.entry table {
	margin-left: auto;
	margin-right: auto;
}

.entry table.home {
	margin: 1.5em 0 0;
}

.entry table tr {
	margin-bottom: 4em;
}

.flashmovie {
	margin: .4em 1.5em 1.5em 0;
	align: left;
}

.entry .photos {
	text-align: center;
}

ol.commentlist {
	list-style-type: none;
}

/* =Bottom navigation styles
---------------------------------------------------------------------------*/

#footer {
	clear: both;
	float: left;
	width: 950px;
	background: #D9CCB5;
	color: #333;
}

#btmnavwrap {
	float: left;
	width: 950px;
	height: 2.8em;
	background: #B9B9B9;
	text-align: center;
	line-height: 2.8em;
	border-top: 2px solid #663333;
	border-bottom: 2px solid #663333;
}

#btmnav {
	display: inline;
	height: 2.8em;
	width: 100%;
}

#btmnav li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}

#btmnav a {
	padding: 0 2em;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}

#btmnav li.current_page_item a:link,
#btmnav li.current_page_item a:visited,
#btmnav li.current_page_item a:hover,
#btmnav li.current_page_item a:active,
#btmnav a:hover {
	color: #933;
	background: #B9B9B9;
	height: 2.8em;
	cursor: pointer;
}

#goldwrap {
	float: left;
	width: 950px;
	height: 2.4em;
	background: #D9CCB5;
	color: #333;
}

.copyright {
	padding: .5em 0 0 1em;
	float: left;
	width: 240px;
	text-align: left;	
}

.donate {
	padding: .5em 1em 0 0;
	float: right;
	width: 680px;
	text-align: right;	
}

/*.credit {
	margin: 0 auto;
	padding: .6em 2em 5em 0;
	clear: both;
	width: 950px;
	text-align: right;
	color: #444;
}*/

/* =ContactForm7 styles
---------------------------------------------------------------------------*/

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

hideMe {
  display: block;
  position: absolute;
  text-indent: -9999px;
  float: left;
  margin: 0 0 0 -9999px; /*hides in IE*/
}

/* =ShareButtons styles
---------------------------------------------------------------------------*/

.fb-like {
	margin-bottom: 1.2em;
}
