/**
 * HFI Stylesheet
 *
 * @section		screen
 * @author		Jay Benfield (Mediavangelist)
 * @version		1.0
 * @date		3/7/2009
 * @copyright	(c) Harvest Fire International
 * @media		screen
 * @link        http://www.harvestfireinternational.org/
*/

/** 
 * Reset Styles
 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, em, font, img, small, 
strike, strong, sub, sup, ol, ul, li,fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/** 
 * Layout
 */

body {
	background-color: #fff;
	background-image: url('/images/hfi_watermark.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	color: #000;
	font-family: Helvetica, Arial, Tahoma, Georgia, "Times New Roman";
	font-size: 12px;
}

#page {
	width: 727px;
	margin: auto;
}

#content_home {
	width: 719px;
	min-height: 500px;
	margin: auto;
	padding: 0;
	padding-bottom: 10px;
	background-color: #000;
	border-left: 4px solid #bbb;
	border-right: 4px solid #bbb;
	border-bottom: 4px solid #ccc;
}

#content {
	width: 719px;
	min-height: 500px;
	margin: auto;
	padding: 0;
	padding-bottom: 10px;
	background-color: #ddd;
	border-left: 4px solid #bbb;
	border-right: 4px solid #bbb;
	border-bottom: 4px solid #ccc;
}

#content_left {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	width: 137px;
}

#content_right {
	float: left;
	padding-top: 15px;
	width: 500px;
	padding-left: 20px;
}

#content_inside {
	float: left;
	padding-top: 15px;
	width: 677px;
	padding-left: 15px;
}

#footer {
	padding: 0;
	margin: 0;
	margin: auto;
	color: #333;
}

/**
 * Links
 */

a {
	color: #c40105;
}

a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

#content_home a:hover {
	color: #eee;
}

/**
 * Images
 */

img.logo {
	padding-bottom: 5px;
}

img.head {
	padding: 0;
	margin: 0;
	border: 0;
}

img.leftfloat {
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 1px;
	border: 1px solid #ccc;
}

img.rightfloat {
	float: right;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 1px;
	border: 1px solid #ccc;
}

/**
 * Text
 */

h1 {
	color: #c40105;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman";
}

h2 {
	color: #c40105;
	font-size: 16px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman";
	
}

p {
	text-align: justify;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-size: 1.2em;
}

#content_home p {
	color: #fff;
}

#footer p {
	padding-bottom: 10px;
	font-size: .9em;
}

em {
	text-decoration: underline;
	color: #c40105;
}

.caption {
	font-size: 1.1em;
	font-color: #ddd;
	font-style: italic;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

li {
	list-style: none;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: justify;
}

strong {
	font-weight: bold;
}

em.strongfirst {
	font-size: 22px;
	font-style: italic;
	font-family: Georgia, "Times New Roman";
}
