/*
	Theme Name: E4E
	Theme URI: http://www.equippedforexcellence.org
	Description: 
	Version: 1.0
	Author: 
	Author URI: 
*/

/* LAST UPDATED 01.15.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   STRUCTURE & TYPOGRAPHY
	III.  FORMS
	IV.   TABLES
	V.    HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	color: #222;
	padding: 30px 5px;
	line-height: 1.7em;
	background-color: #ccc;
}

p, h1, h2, h3, h4 { padding: 0 0 17px 0; }

a {
	color: #007c84;
	text-decoration: underline;
}

a:hover { color: #8cc1c9; }

/* Image Defaults */

a img { border: 0; }

.alignleft, .alignright { border: 2px #007c84 solid; }

.alignleft {
	float: left;
	margin: 1px 7px 0 0;
}

.alignright {
	float: right;
	margin: 1px 0 0 7px;
}

/* Special Classes */

.highlight { color: #007c84; }

.small { font-size: 12px; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 30px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }

ul.icon { list-style: none; }

ul.icon img {
	vertical-align: middle;
	padding-right: 5px;
}

/* -----------------------------------------------------------
		II. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	width: 948px;
	margin: 0 auto;
	padding: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 9px #777;
	-moz-box-shadow: 0 0 9px #777;
	-webkit-box-shadow: 0 0 9px #777;
}

	#header {
		height: 322px;
		margin-bottom: 17px;
		overflow: hidden;
	}

	#nav {
		margin: 0 2px;
		color: #c8e6ea;
		font-size: 16px;
		background-color: #007c84;
	}

		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
			overflow: hidden;
		}

		#nav li {
			float: left;
			margin: 0 5px;
			padding: 10px 0 10px 15px;
		}

		#nav li a {
			color: #fff;
			text-decoration: none;
		}

		#nav li a:hover { text-decoration: underline; }

	#content {
		width: 100%;
		padding-top: 17px;
		overflow: hidden;
	}

/* -----------------------------------------------------------
		III. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	color: #000;
}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 3px 7px 0;
}

	td.paddRight { padding-right: 20px; }

	td.half { width: 50%; }

/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1;
	font-style: italic;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 { font-size: 30px; }

h2 { font-size: 26px; }

h3 { font-size: 22px; }

h4 { font-size: 18px; }