/*
Theme Name: Mission of Mercy
Version: 1.0
Author: Jean Galea
Author URI: http://jeangalea.com
*/


/* General styles */

html, body {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #1e1e1e;	
	background-color:#FFF;
}

img {
	border:0;
}

a {
	text-decoration: none;	
	color: #a02b2b;
	outline: none;/* get rid of dotted borders */
}

a:hover {
	color: #8c1717;
}


h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	margin-bottm: 0px;
	padding-bottom: 0px;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;

}

#welcome h2 {
	font-size:1.20em;
	margin-bottom: 0.5em;
	color: #a02b2b;

}

h3 {
	font-size: 1.15em;	
	font-weight: bold;
	color: #a02b2b;
	margin-bottom: 0.25em;
}

h4 {
	font-size:1em;
}

/* Layout styles */

#page-container {
	width: 960px;	
	margin: auto;
	padding-bottom: 20px;
}

#header {
	width: 960px;
	height: 110px;

}

#logo {
	margin-left: 10px;
	float: left;	
}

#subscribe-form {
	float: right;	
	margin-top: 2px;
	margin-right: 15px;
}

#subscribe-form img {
	float: right;	
}
.myForm td, select, textarea, checkbox  {
	font-size: 1em;
	padding-right: 5px;	
	height: 1.3em;
}

.myForm input {
	font-size: 1em;	
}

.myForm #title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;	
}

#banner {
	width: 960px;
	margin-top: 10px;
}

#banner-left {
	width: 575px;
	height: 300px;
	margin: 0 1px 0 0;
	float: left;
}

#banner-right {
	width: 384px;
	height: 300px;
	background-image: url(../img/header-right.png);
	float: left;
}

#donate-button {
	margin-top: 210px;
	margin-left: 100px;
}

#menu {
	width: 960px;
	clear: both;
}

#page {
	width: 920px;
	margin: 17px 20px 0 20px;	
	float: left;
}

.alignleft {
	margin: 0 10px 5px 0;
	float: left;
}

#welcome {
	width: 536px;
	padding-right: 19px;
	margin: 17px 0 0 20px;	
	border-right: solid 1px #bfbebe; 
	float: left;
}

#welcome img {
	float: left;
	margin: 0 10px 0 0;
	border: solid 2px #333;
}

.big-letter {
	font-size: 1.1em;	
}


#separator {
	width: 1px;
	background-color:#000;
}


#news {
	width: 344px;
	margin: 17px 20px;
	float: left;
}

.wpcf7-form textarea {
	line-height: auto;
	height: auto;
}

.wpcf7-form p {
	margin-bottom: 10px;	
}

.read-more {
	font-weight: bold;
	color: #a02b2b;
	text-align:right;
	margin-top: 0.5em;
}

#spacer {
	clear: both;	
}

#footer {
	clear: both;
	width: 960px;
	height: 30px;
	margin-top: 20px;
	background-color: #e6e6e5;
	border-bottom: solid #bfbebe 1px; 
	border-color: #808080;
	line-height: 30px;
}

#footer p {
	float: left;	
	margin: 0;
	padding: 0;
}

#footer li {
	display: block;
	float: right;
	margin-right: 10px;
	list-style: none;
	padding: 0;
}

#footer a {
	color: #1e1e1e;	
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

#copyright {
	margin-left: 10px;
}

#credits {
	margin-left: 413px;
}

#bottom-links {

}

