/*
Theme Name: Default Site Theme
URL: 
Description: 
Author: Scott Dahl of Elite Web and Graphic Design
Author URL: http://www.elitewgd.com

[Table Of Contents]

0- Reset
1- Global
2- Links
3- Forms
4- Headings
5- Header
6- Nav
7- Content
8- Footer
9- Extras
10- Misc Classes

 =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*@import url('reset.css');*/

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
html, body {
	width:100%;
	height:100%;
	min-width:1010px;
}
body {
	margin:0 0 0 0;
	padding:0;
	background:#fff;
	font-family: Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#222;
	line-height:1.4;
}
body#text_editor {
	background:#fff;
}
hr {
	border:1px dashed #ccc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:10px 0 10px 0;
	height:1px;
}
p { margin:8px 0 8px 0; }
pre { font-size: 14px; background:#ffff00; }
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
.message {
	padding:15px;
	text-align:left;
	background:#FFFFCC;
	border:1px solid #FFFF00;
	font-weight:bold;
	font-size:14px;
	color:#CC0000;
	margin:20px auto 0 auto;
	max-width:900px;
	display: table;
}
.message.good {
	background:#DAF7CF;
	border:1px solid #398038;
	color:green;
}
#authMessage.message,.message.bad {
	background:#FDCEC8;
	border:1px solid #cc0000;
	color:#cc0000;
}
.t10 { font-size:10px; }
.t12 { font-size:12px; }
.t14 { font-size:14px; }
.t16 { font-size:16px; }
.t18 { font-size:18px; }
.t20 { font-size:20px; }
.t22 { font-size:22px; }
.t24 { font-size:24px; }
.right { float: right; }
.left { float: left; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align:center; }
.justify { text-align:justify; }
.hide { display: none; }
.clear { clear: both; height:0px; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }
.fix { background:#0f0; border: 1px solid #f00; }

	/* Colors */
	/*
	.required {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #CC0000;
			clear:left;
		}*/
	
	.red {
		color: #cc0000;
	}
	.tan {
		color:#cdcba4;
	}
	.brown {
		color:#74644a;
	}
	.gray {
		color:#707070;
	}

.cake-sql-log {
	background:#fff;
}
.cake-debug {
	background:#CC0000;
	color:#fff;
	font-size:18px;
	padding:10px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	text-decoration:underline;
	color:#0000EE;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

/* =3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form {
	margin:0;
	padding:0;
}
fieldset {
	border:1px solid #ccc;
}
.giftRequestFormLayout fieldset {
	margin:0 40px 0 0;
}
legend {
	font-size:14px;
	font-weight:bold;
	font-family:Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
	color:#2f0b03;
}
.input {
	margin:3px 0 8px 0;
}
.input .inner {
	margin:0 0 0 8px;
	display:inline;
}
.input .innerFloat {
	margin:0 0 0 5px;
	display:block;
	float:left;
	width:auto;
}
.input label {
	font-size:14px;
}
.input input {
	background:#ebf4f0;
	font-family: Georgia, "Times New Roman",times, sans-serif;
	font-size:14px;
	color:#2f0b03;
	border:1px solid #cad2ce;
	padding:2px;
	width:314px;
	height:30px;
	margin:3px 0 0 0;
	vertical-align:top;
}
.input textarea {
	vertical-align:top;
	padding:2px;
	background:#ebf4f0;
	font-family: Georgia, "Times New Roman",times, sans-serif;
	font-size:14px;
	color:#2f0b03;
	border:1px solid #cad2ce;
	padding:2px;
	width:314px;
	height:60px;
	margin:3px 0 0 0;
}
.input select {
	vertical-align:top;
	background:#ebf4f0;
	font-family: Georgia, "Times New Roman",times, sans-serif;
	font-size:14px;
	color:#2f0b03;
	border:1px solid #cad2ce;
	padding:4px;
	width:320px;
	height:36px;
	margin:3px 0 0 0;
}
.input.radio input {
	width:auto;
	height:auto;
	margin:15px 10px 0 10px;
}
.input.radio fieldset, fieldset.radio {
	margin:20px 0 20px 0;
	padding:0 0 10px 15px;
}
.input.radio fieldset .error-message {
	float:right;
}
.input.checkbox input {
	width:auto;
	height:auto;
	margin:15px 10px 0 10px;
}
.input.text label,.input.textarea label,.input.select label,.input.date label {
	display:block;
}
.input.date select {
	width:auto;
	vertical-align:middle;
}
.input.select .checkbox label {
	display:inline;
}
.error-message {
	display:block;
	color:#fff;
	background:#cc0000;
	padding:5px;
	position:relative;
	font-size:14px;
}
.input.text.error {
	white-space:nowrap;
}
.input.text.error .error-message {
	top:-61px;
}
.input.textarea.error .error-message {
	top:-88px;
	white-space:nowrap;
}
.input.text.error input,.input.textarea.error textarea {
	margin-top:30px;
}
div.submit {
	padding:15px 0 0 0;
	float:right;
}
.submit input {
	background:#456ea7 url(/img/bg_nav_blue.png) 0 -43px repeat-x;
	color:#fff;
	font-size:18px;
	border:none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	max-height:51px;
	padding:0 15px 0 15px;
	height:40px;
	cursor:pointer;
	vertical-align:middle;
	text-decoration:none;
}
.submit input:hover {
	background:#456ea7;
}

/* =4 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:24px;
	font-weight:bold;
	color:#355581;
	font-family:Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
}
h2,h3,h4 {
	font-size:18px;
	font-weight:bold;
	font-family:Helvetica,Arial,sans-serif;
	color:#355581;
	margin:0;
	padding:0;
}
h4 {
	color:#2f0b03;
}

/* =5 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*
#header {
	width:940px;
	margin: auto;
}
#header #logo a {
	font-size:0px;
	color:transparent;
	display:block;
	width:202px;
	height:127px;
	background:transparent url(/img/logo_hcfe.jpg) 0 0 no-repeat;
	float:left;
	margin:20px 0 15px 15px;
	padding:0;
	position:relative;
	z-index:2;
}*/
#header {
	width:940px;
	margin:15px auto 0 auto;
}
#header #logo a {
	font-size:0px;
	color:transparent;
	display:block;
	width:305px;
	height:280px;
	background:transparent url(/img/hcfe_logo_blue.png) 0 0 no-repeat;
	float:left;
	margin:0 2px 0 0;
	padding:0;
	position:relative;
	z-index:2;
}
#header #banner {
	float:left;
	width:633px;
	height:280px;
	z-index:2;
}

/* =6 Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*
#nav {
	width:940px;
	margin:0 auto;
	overflow:hidden;
}*/
#nav {
	width:940px;
	margin:20px auto 0 auto;
	overflow:hidden;
}
#nav ul {
	border-top:7px solid #355581;
	margin:0 auto;
	padding:0;
	list-style:none;
	display:table;
	width:940px;
}
#nav ul li {
	display:table-cell;
}
#nav ul li a {
	display:block;
	font-size:14px;
	color:#6b6b6b;
	font-weight:bold;
	border:1px solid #e8e8e8;
	background:#f3f3f3 url(/img/bg_nav_blue.png) 0 0 repeat-x;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin:1px 1px 0 0;
	padding:0 10px 0 10px;
	height:43px;
	line-height:43px;
	white-space:nowrap;
}
#nav ul li a:hover,#nav ul li:hover a {
	background:#456ea7 url(/img/bg_nav_blue.png) 0 -43px repeat-x;
	border:none;
	padding:1px 11px;
	color:#fff;
}
#nav ul li ul {
	display:none;
}
#nav ul li:hover ul {
	display:block;
	position:absolute;
	z-index:100;
	border:none;
	list-style:disc;
	padding:1px;
	background:#efefef;
	text-align:left;
	width:200px;
}
#nav ul li ul li {
	display:block;
}
#nav ul li ul li a, #nav ul li:hover ul li a {
	display:block;
	font-size:14px;
	background:none;
	border:none;
	font-weight:normal;
	color:#333;
	padding:8px 10px;
	margin:0;
	text-align:left;
	height:auto;
	line-height:1.3;
	white-space: normal;
}
#nav ul li ul li a:hover,#nav ul li:hover ul li:hover a {
	padding:8px 10px;
	background:#456ea7 url(/img/bg_nav_blue.png) 0 -43px repeat-x;
	color:#fff;
}
#nav ul li:hover ul li ul,#nav ul li ul li ul {
	display:none;
}
#nav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	z-index:100;
	border:none;
	list-style:disc;
	padding:1px;
	background:#efefef;
	text-align:left;
	width:200px;
	margin:-32px 0 0 200px;
}
#nav ul li ul li ul li a, #nav ul li:hover ul li:hover ul li a {
	display:block;
	font-size:14px;
	background:none;
	border:none;
	font-weight:normal;
	color:#333;
	padding:3px 10px 3px 10px;
	margin:0;
	text-align:left;
	height:auto;
	line-height:25px;
}
#nav ul li ul li ul li a:hover,#nav ul li:hover ul li:hover ul li a:hover {
	padding:3px 10px 3px 10px;
	background:#456ea7 url(/img/bg_nav_blue.png) 0 -43px repeat-x;
	color:#fff;
}
/* =7 Content
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
	width:920px;
	margin:10px auto 0 auto;
	padding:0 10px;
}
.leftCol {
	float:left;
	width:630px;
}
.rightCol {
	float:right;
	border-left:1px solid #ccc;
	width:200px;
	padding:0 0 0 20px;
	margin:0 0 0 0;
}

/* =8 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:910px;
	margin:20px auto;
	padding:15px;
	color:#acacac;
	font-size:11px;
	background:#343434;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-weight:normal;
}
#footer ul {
	float:right;
	list-style:disc;
}
#footer ul li {
	float:left;
	margin:0 0 0 20px;
	padding:0;
}
#footer a {
	color:#acacac;
}

/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10 Misc Classes
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.volunteerBox {
	background:#efefef;
	cursor:pointer;
	font-size:11px;
}
.volunteerBox h2 {
	font-size:12px;
	font-weight:bold;
}
.volunteerBox ul {
	padding:0;
	margin:5px 0 5px 20px;
}
.volunteerBox ul li {
	
}
.volunteerBox div.sub {
	position:absolute;
	z-index:500;
	background:#fff;
	width:215px;
	border:1px solid #ccc;
}
.volunteerBox div.sub div {
	padding:20px;
}
.volunteerBox p {
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
}
.tl {
	background:url(/img/white_tl.png) 0 0 no-repeat;
}
.tr {
	background:url(/img/white_tr.png) 100% 0 no-repeat;
}
.bl {
	background:url(/img/white_bl.png) 0 100% no-repeat;
}
.br {
	background:url(/img/white_br.png) 100% 100% no-repeat;
}

a.emailDIRECTORY em {
left:250px;
position:absolute;
}
#copy hr {
	border:none;
	border-top:1px dotted #ccc;
	height:1px;
}
.sponsorshipCategory {
	border-bottom:1px dotted #ccc;
	padding:12px 0 12px 0;
}
.sponsorshipCategory h2 {
	font-size:20px;
	font-weight:bold;
	color:#988c79;
}
.sponsorshipCategory img {
	float:right;
}
.sponsorshipCategory p {
	margin:18px;
}
.sponsorshipProfile {
	float:left;
	width:209px;
	min-height:400px;
	margin:0 7px 15px 7px;
	padding:5px 10px 10px 10px;
	border:1px solid #ccc;
	background:#e8eeee;
}
.sponsorshipProfile h2 {
	font-weight:bold;
	font-size:18px;
}
.sponsorshipProfile .sponsorshipLevels {
	margin:10px 0 10px 15px;
}
.sponsorshipMeals {
	padding:20px;
	border:1px solid #ccc;
	background:#e8eeee;
	font-size:14px;
}
.sponsorshipProfile h2 {
	font-weight:bold;
	font-size:18px;
}
.blueButton {
	display:inline-block;
	padding:5px 10px 5px 10px;
	background:url(/img/bg_blue_gradient.png) 0 50% repeat-x;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	border:1px solid #fff;
	vertical-align:middle;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	cursor:pointer;
}
.cart {
	padding:20px;
	border:1px solid #ccc;
	background:#e8eeee;
	font-size:14px;
}
.cart table tr td {
	border-top:1px solid #ccc;
	background:#fff;
}
.cart table tr td.empty {
	background:transparent;
}
.cart table tr th {
	border-top:1px solid #ccc;
	background:transparent;
}
.col {
	float:left;
}
