/*
Theme Name: VHFC
Theme URI: http://www.thesociety.com
Description: Custom theme built for Vacation Homes for Charity
Version: 1.0
Author: Christohper Stevens
Tags: vacation, homes, charity

This is a redesign of VacationHomesForCharity.org.
*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e0d9ca;
	height:100%;
    margin: 0px;
    padding: 0px 0px 24px 0px;
}

img {
	border: 0px;
}

h1 {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

h3 {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a {
	color: #32738F;
}

a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div {
	border: 0px;
}

hr {
	color: #95917A;
	background-color: #95917A;
	height: 1px;
	border: none;
	margin-top: 6px;
	margin-bottom: 6px;
}

#pageContentRight h2 {
	font-size: 18px;
}

#shadowBox {
	background: url(images/fadeBack.gif) top center;
	width: 1041px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -521px;
	top: 0px;
	margin-bottom: 24px;
	padding-top: 12px;
}

#contentHolder {
	background-color: #FFFFFF;
	margin: 0px 53px 0px 53px;
	display: block;
}

#header {
	
}

#headerTop {
	height: 88px;
}

#headerTopLeft {
	float: left;
	width: 300px;
}

#headerTopRight {
	float: right;
	width: 461px;
}

#headerFlash {
	height: 194px;
	background-color: #b6b0a4;
}

#headerNav {
	height: 26px;
	background: url(images/navBack.gif) #2f7590 left top repeat-x;
	text-align: center;
	padding-left: 45px; /* change with revised menu items */
}

.headerNavItem {
	margin: 0px 6px 0px 6px;
	float: left;
}

#pageContent {
	margin: 24px 18px 18px 18px;
}

#pageContentLeft {
	width: 565px;
	float: left;
}

#pageContentRight {
	float:right;
	width: 300px;
	/*margin-left: 608px;*/
}

#footer {
	background-color: #878276;
	color: #FFFFFF;
	font-size: 10px;
	padding: 6px 18px 6px 18px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:active {
	text-decoration: underline;
}

#footer a:link {
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#baseGap {
	height: 24px;
	clear: both;
}

.break {
	clear: both;
}

.framedBoxContent {
	padding: 6px 24px 6px 24px;
}

#raisedBox {
	width: 300px;
}

.raisedAmount {
	color: #003366;
	font-size: 24px;
	font-weight: bold;
}

.caption {
	color: #666666;
	font-size: 10px;
}

.postDate {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 6px;
	color: #95917A;
}

/* WordPress Specific */
.postmetadata {
	clear: both;
	font-size: 9px;
}

.clear {
	clear: both;
}

/* 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 */

/* 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 */

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

cite {
	font-size: 90%;
	font-style: normal;
}