/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
@import url("edposh-nav.css");
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../img/edposh-body-bg.jpg) top left repeat-x;
}

#container {
	width: 1000px;
	padding: 0 8px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/container-shadow-bg.png) top left repeat-y;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

hr.clear {
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.hidden {
	visibility: hidden;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #1d2b4e;
}

a:visited {
	color: #333;
}

a:hover {
	color: #360;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	background: url(../img/edposh-header-bg.jpg) top left no-repeat;
	width: 1000px;
	height: 235px;
	padding: 1px 0 0 0;
}

h1 {
	width: 260px;
	height: 130px;
	margin: 69px 0 0 30px;
}

h1 img {
	position: absolute;
	visibility: hidden;
}

h1 a {
	display: block;
	width: 260px;
	height: 130px;
	background: url(../img/edposh-logo-white.png) top left no-repeat;
}



/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 1000px;
	padding: 20px 0 0 0;
}

#left {
	width: 679px;
	border-right: solid 1px #366607;
	float: left;
	margin: 0 0 20px 0;
}

#left.book-apple {
	background: url(../img/books-apple.jpg) bottom left no-repeat;
}

#right {
	width: 270px;
	float: left;
	padding: 0 25px;
}

#right.ball-tee {
	background: url(../img/ball-tee.jpg) bottom right no-repeat;
}

p, ul {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px 0;
	color: #666;
}

ul {
	margin-left: 20px;
}

ul li {
	margin-bottom: 6px;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #360;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #360;
	margin: 8px 0 12px 0;
}

h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #360;
	margin: 8px 0 3px 0;
}

#left h2 {
	margin-left: 86px;
}

#left div.col {
	width: 270px;
	float: left;
	display: inline;
	margin: 0 25px 0 0;
}

#left div.left {
	padding: 0 0 0 88px;
}

#learn {
	list-style: none;
	margin: 0 0 80px 0;
}

#learn a, p.event-link a {
	display: block;
	border: 1px #eee;
	border-style: solid none;
	text-align: center;
	text-decoration: none;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 6px 3px;
}

#learn a:hover, p.event-link a:hover {
	border-color: #360;
	background: #f5f5f5;
}

#event {
	list-style: none;
	color: #1d2b4e;
	margin-left: 0;
}

#event strong {
	width: 60px;
	float: left;
}

#event strong.event {
	display: block;
	float: none;
}

h3.entry {
	text-align: center;
	margin: 10px 30px 30px 30px;
}

h3.entry a {
	display: block;
	border: solid 1px;
	padding: 12px;
	font-weight: bold;
	background: #eee;
}

#newsletter {
	border: solid 1px #360;
	padding: 12px 12px 6px 12px;
	margin: 100px 0 20px 0;
	background: url(../img/50-percent-white.png) top left repeat;
	visibility: hidden;
}

#newsletter p {
	margin-bottom: 6px;
}

#newsletter strong {
	font-weight: normal;
	color: #360;
}

#newsletter label {
	display: block;
	color: #1d2b4e;
}

#newsletter #email {
	font-size: 14px;
	width: 160px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#newsletter #email:focus {
	background: #ffc;
	border: solid 1px #666;
}

#newsletter #subscribe {
	font-size: 12px;
}

#int {
	width: 828px;
	padding: 0 86px;
}

#int.sponsors ul, #int.volunteers ul {
	float: left;
	width: 808px;
	display: inline;
}

#int.sponsors ul li {
	width: 360px;
	float: left;
	margin-right: 28px;
}

#int.sponsors h3 {
	border-bottom: solid 1px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

#int.volunteers ul li {
	width: 172px;
	float: left;
	margin-right: 28px;
}

#int.volunteers h3 {
	float: left;
	width: 808px;
	display: inline;
}

#int.volunteers h3 strong {
	float: left;
	width: 200px;
}

#int.volunteers ul {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #360;
}

#int.founders ul li {
	width: 240px;
}

#int div.col {
	width: 280px;
	float: left;
	margin-bottom: 20px;
}

ul.planning {
	list-style: none;
	margin-left: 0;
	float: left;
}

ul.planning li {
	width: 374px;
	height: 200px;
	float: left;
	display: inline;
	margin: 0 40px 20px 0;
}

ul.planning img {
	display: block;
	margin: 0 0 4px 0;
}

ul.planning a:hover img {
	opacity: 0.5;
}

#scholars {
	list-style: none;
	margin-left: 0;
	float: left;
}

#scholars li {
	width: 207px;
	float: left;
	display: inline;
	text-align: center;
}

#scholars img {
	margin: 20px 0 6px 52px;
	display: block;
	border: solid 1px #360;
}


/* Contact Form Layout
--------------------------------------------------------------------------------------- */
#contact {
	width: 480px;
	float: right;
	padding: 1px 20px;
	border: solid 1px #ccc;
	margin: 0 0 20px 0;
}

#contact h3 {
	border-bottom: solid 1px #1d2b4e;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0 0;
}

fieldset ul {
	list-style: none;
	line-height: 16px;
	float: left;
	width: 480px;
	margin: 0 0 1px 0; 
}

fieldset ul li {
	width: 174px;
	float: left;
	margin-left: 18px;
	margin-right: 10px;
	text-indent: -18px;
}

* html fieldset ul li {
	text-indent: 0;
	margin-left: 0;
}

fieldset legend {
	font-size: 13px;
	line-height: 20px;
	color: #1d2b4e;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: dashed 1px #999;
	width: 480px;
}

#contact p {
	margin-bottom: 9px;
}

#contact p span {
	margin: 0 12px;
}

#contact label {
	display: block;
	float: left;
	display: inline;
	width: 100px;
	text-align: right;
	margin: 0 4px 0 0;
}

#contact p input, #contact textarea, #contact select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#contact textarea:focus, #contact p input:focus, #contact select:focus {
	background: #ffc;
	border: solid 1px #666;
}

.company57 {
	visibility: hidden;
	position: absolute;
}

#contact p.state {
	float: left;
	display: inline;
	margin-right: 10px;
}

#contact p.zip label {
	width: 25px;
}

#contact p.referral label {
	float: none;
	width: auto;
	text-align: left;
}

#contact p.check {
	margin-left: 92px;
}

#contact p.check label {
	float: none;
	width: auto;
}

.required {
	color: #1d2b4e;
}

#contact p.required input {
	border: solid 1px #1d2b4e;
	padding: 1px;
}

#company, #realname, #email {
	width: 275px;
}

#title {
	width: 225px;
}

#address1, #address2, #phone, #fax {
	width: 200px;
}

#city {
	width: 175px;
}

#state {
	width: 40px;
}

#zip {
	width: 60px;
}

#message {
	width: 476px;
}

#contact p.message label {
	text-align: left;
	float: none;
	display: block;
}

#contact div.submit {
	margin: 0;
	padding: 10px;
	background: url(../img/form-bg.png) top left repeat-x;
	text-align: center;
	border-top: solid 1px #1d2b4e;
}

#contact div.submit input {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}	



/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer-rule {
	width: 1000px;
	height: 8px;
	background: #1d2b4e;
}

#bottom {
	width: 1000px;
	background: url(../img/footer-shadow-bg.jpg) bottom left no-repeat;
	padding: 0 8px 8px 8px;
	margin: 0 auto 20px auto;
}

#footer {
	background: #360;
	width: 1000px;
	padding: 12px 0 2px 0;
}

#footer ul, #footer p {
	list-style: none;
	text-align: center;
	color: #fff;
	margin:0 0 12px 0;
}

#footer ul li {
	display: inline;
}

#footer ul a {
	margin: 0 4px 0 8px;
}

#footer a {
	color: #fff;
}

#footer address {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 12px 0;
	text-align: center;
	color: #fff;
	font-style: normal;
}