/*
Theme Name: Angel Default
Theme URI: http://www.welcomehomeangel.com/
Description: The Welcom Home Angel theme.
Version: 1.0
Author: Jeremy Martin
Author URI: 
Tags: custom
*/



/* Layout */
#content {
  background-image: url(images/bg_content.png);
  background-repeat: repeat-y;
  margin: 0 auto;
  position: relative;
  width: 910px;
}

#header {
  background-image: url(images/bg_header.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 102px;
}

#logo {
  left: 5px;
  position: absolute;
  top: 0;
}

#main_image {
  margin: 15px 0 -10px;
}

#navigation {
  background-color: #C8DAE4;
}

#form_tables {
  margin: 20px 10px 5px;
}

#constant-pic {
	position: absolute;
  right: 49px;
  top: 251px;
}


/* Text Formatting */
#content p,
#content h2,
#content small {
  margin-left: 10px;
  margin-right: 10px;
}

#footer p {
  font-size: 10px;
  padding: 15px 0;
  text-align: center;
}

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

#header address {
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: normal;
  margin: 0 20px 5px 0;
  text-align: right;
}

#navigation li {
  margin: 8px 0;
  text-transform: uppercase;
}

#navigation li a:link,
#navigation li a:visited {
  color: #0093D0;
  text-decoration: none;
}

#navigation li a:hover {
  color: #FFFFFF;
  margin: 8px 0;
}

#navigation li li {
  text-transform: capitalize;
}

#navigation #donate a:link,
#navigation #donate a:visited {
  color: #004978;
}

#navigation ul {
  list-style-type: none;
  padding: 65px 0 0;
  text-align: center;
}

#aboutUs ul, #angels ul {
  padding: 0;
}

#aboutUs ul li, #angels ul li {
  margin: auto;
}

#supporters h3, #supporters p {
	clear: both;
  padding-top: 25px;
}

#supporters ol {
	list-style: none;
  margin: 0;
  padding: 0 0 0 35px;
}

#supporters ol li {
	display: inline-block;
  float: left;
  width: 225px;
}

.donationNotice {
  color: #004978;
	font-weight: bold;
}

.signature {
  color: #004978;
  font-family: cursive, Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
}

.title {
  color: #004978;
  font-family: cursive, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}


/* HTML Tags */
body {
  background-image: url(images/background.png);
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
}

h3 {
  color: #85C2DD;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-left: 10px;
	margin-right: 10px;
}

strong {
  color: #85C2DD;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  font-style: italic;
  line-height: 40px;
}

img {
  border: none;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Posts */
	.post h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
  }

	.post h3 a:link, .post h3 a:visited {
  	color: #85C2DD;
    text-decoration: none;
  }

	.post h3 a:hover {
  	color: #004978;
    text-decoration: underline;
  }
/* End posts */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
