/* shw_global.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif; 
	text-decoration: none;
	border: none;
	outline: none;
}

* html {
	
}

a { color: #FFF; font-style: italic; cursor: pointer; }
a:hover { text-decoration: underline; } /*{ color: #FF3300; }*/
a:visited { color: #FFF; }
a:active { text-decoration: underline; }
a[href="#"] { cursor: pointer; }

body {
	color: #FFF;
	font-size: small;
	background: #C3AC89 url(img/bkgd.gif) top center no-repeat;
}

/* ---------------- main container ---------------- */

#ceibw {
	position: relative;
	margin: 0px auto;
	width: 975px; 
	height: 690px; 
	font-size: 95%;
	overflow: visible;
	z-index: 100;
}

/* ----------------- name & menu info ------------------- */
#hdr {
	position: relative;
	top: 0px;
	width: 100%;
	height: 122px;
	z-index: 500;
}

#hdr p { 
	position: absolute;
	width: 100%;
	height: 87px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	z-index: 510;
}

#hdr p img.name {
	/*margin: 0px auto;*/
}

/* ------ main menu links ------ */
ul#menu { 
	position: absolute;
	top: 87px;
	margin: 0px 86px;
	width: 803px;
	height: 35px;
	list-style: none;
	display: inline;
}
#menu li {
	margin: 0px;
	padding: 0px;
	/*display: inline;*/
	float: left;
}
#menu li a.mlnk {
	outline: none;
}

/* ---------------- main image goes here ------------------ */
#main_div { /* use absolute positioned main div for slideshow, etc */
	position: absolute;
	top: 122px;
	width: 975px;
	height: 554px; 
	background: url(img/mid_home.jpg) top center no-repeat;
	overflow: visible;
	z-index: 400;
}

#home #main_div { background: url(img/mid_home.jpg) top center no-repeat; }
#bio #main_div { background: url(bio/img/mid_bio.jpg) top center no-repeat; }
#teach #main_div { background: url(teach/img/mid_teach.jpg) top center no-repeat; }
#events #main_div { background: url(events/img/mid_events.jpg) top center no-repeat; }
#links #main_div { background: url(links/img/mid_links.jpg) top center no-repeat; }
#contact #main_div { background: url(contact/img/mid_contact.jpg) top center no-repeat; }


/* ---------------- main text goes here ------------------- */
#main_text { 
	position: absolute;
	top: 10px;
	left: 86px;
	width: 370px;
	height: auto;
	padding-bottom: 10px;
	overflow: visible;
	z-index: 500;
}

#main_text p {
	width: 330px;
	margin: 10px 20px;
	text-align: left;
	line-height: 1.3em;
	overflow: visible;
}

#contact #main_text { 
	position: absolute;
	top: 445px;
	left: 302px;
}
#contact #main_text p {
	text-align: center;
	font-size: 110%;
	line-height: 1.5em;
}
#contact a, #links a, #teach ul li a {
	color: #FFF;
}
#contact #main_text a {
	font-style: normal;
	letter-spacing: .05em;
}
#events #main_text {
	width: 380px;
}

h3 {
	margin: 10px 20px 20px 20px;
	font-size: 110%;
	font-weight: bold;
}

#main_text ul {
	position: relative;
	margin: 10px 20px 15px 20px;
	list-style: none;
}
#main_text ul li {
	font-weight: normal;
	line-height: 1.5em;
}
#main_text ul li.bold {
	font-weight: bold;
}
#main_text ul li.mgin {
	margin-top: 5px;
}

#events #main_text ul {
	position: relative;
	margin: 10px 20px 20px 20px;
}

#schedule { 
	position: relative;
	top: -5px;
	left: 0px;
	display: table;
	width: 350px;
	margin: 0px auto 20px 20px;
	padding: 0px;
	border-spacing: 0px;
	/*border: #DDD solid 0px; /* border for testing only */
}
#schedule td {
	margin: 0px;
	padding: 0px 15px 10px 0px;
	text-align: left;
	vertical-align: top;
	border: #DDD solid 0px; /* border for testing only */
}
#schedule tr {
	margin: 0px;
	padding: 0px;
	border: #DDD solid 0px;
}
#schedule tr.dayrow td {
	padding: 10px 15px 10px 0px;
}
#schedule td.day {
	/*vertical-align: top;*/
}
#schedule td.time { 
	width: 100px;/*165px;*/
}
#schedule td.location {
	padding: 0px 0px 10px 0px;
}
#schedule tr.dayrow td.location {
	padding: 10px 0px 10px 0px;
}


.pdfLnk {
	font-size: 90%;
	font-style: italic;
}

.italic {
	font-style: italic;
}

.smlr {
	font-size: 90%;
}
.small {
	font-size: smaller;
}

.bold {
	font-weight: bold;
}
/* ------------------------------------------------ */
/*#ftr { 
	position: absolute;
	top: 535px;
	width: 100%;
	height: 30px;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	color: #333;
	overflow: visible;
	z-index: 600;
}*/

/* ---------------- copyright info ----------------- */
#copy {
	position: fixed;
	bottom: 0px;
	width: 99%;
	height: 15px;
	text-align: center;
}
* html #copy {
	position: absolute;
	top: 675px;
}

#copy p { 
	position: relative;
	bottom: 0px;
	width: 500px;
	height: 15px;
	margin: 0px auto;
	text-align: center;
	color: #E6DCCE;
	font-size: 80%;
}

#copy p a {
	color: #E6DCCE;
	font-style: normal;
}
#copy p a:hover { color: #FFF; }
/* ---------------- SHW webmark ------------------ */
#shwFtr {
	position: absolute;
	right: 10px; /*position gets overwritten by siteSettings make_shwFtr function*/
	bottom: 5px;
	height: 16px;
	width: 22px;
	text-align: center;
	font-size: 9px;
	overflow: hidden;
	color: #555;
	z-index: 0;
}
#shwFtr a img {
	padding: 0px 0px;
	border: none;
}



/* -------- MailChimp Form Embed Code - Slim - 08/17/2011 ------ */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #C3AC89; border: 0 none; border-radius:4px; color: #FFF; cursor: pointer; display: inline-block; font-size:12px; font-weight: bold; height: 22px; line-height: 22px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {
	background-color:#C3AC89;
}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:12px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {
	display:block;
	text-indent:5px;
	width:250px;
	/* [disabled]min-width:200px; */
	margin-top: 0;
	margin-right: 4%;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	height: 14px;
}
#mc_embed_signup input.button {display:block; width:15%; margin:0 0 10px 0; min-width:60px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

