
/* base stylesheet for marygatesfoundation.com. produced by coby heise of creation by design (cxdi.com). */

body {
  padding:0px;
  margin:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  background:#e3e3e3;
}
a { font-size:12px; }
.headnav {
  vertical-align:middle;
  font-family:Arial, Tahoma, Helvetica, sans-serif;
  font-size:13px;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}
.headnav:hover { border-bottom:dotted 1px #eeecc5; color:#e4e1a5; }
.headnav:active { color:#f0f0f0; }
.slogan { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#b4c8ea; margin:25px 0 0 564px; }
.calendar { font-size:12px; color:#333; }
.calendar a { color:#2b84c6; text-decoration:underline; }
.calendar a:hover { color:#10324b; text-decoration:underline; }
.content a:hover { color:#10324b; text-decoration:underline; }
.newsbox { font-size:11px; padding:10px; }
.foot { font-size:11px; color:#333; }
.foot a { color:#5e83ca; text-decoration:underline; }
.foot a:hover { color:#647b2d; text-decoration:none; }
.credit { font-size:10px; font-style:italic; color:#666; }
.error { font-size:11px; color:#cc0000; }
.disclaimer { font-size:11px; color:#333; }

/* content related */
h1 { font:normal 14px "Trebuchet MS", Tahoma, Arial, sans-serif bold; text-transform:uppercase; text-align:left; color:#000; }
h2 { font:normal 13px "Trebuchet MS", Tahoma, Arial, sans-serif bold; text-align:left; color:#000; }
p { text-align:left; font-size:12px; }
p.date { margin:0; font-weight:bold; color:#2d2d2d; padding:5px 0 1px 15px; font-size:12px; }
hr { margin:0; padding:0; width:95%; text-align:left; color:#ccc; }

/* styles for forms */
form { width:100%; height:100%; }
form fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	clear: left;
	text-align: left;
	margin-left: 5px;
}
form legend {
	clear: both;
	font-size: 0.9em;
	font-weight: bold;
	/*padding-left: 5px;*/
	padding-top: 0.8em;
	margin: 0;
}
form label { float: left; font-size: 12px; width: 38%; display: block; padding: 0.4em; }
form label.wider { width:93%; }
form label.narrower {
	/* IE 6 (and most other browsers) */
	width: 17%;
}
form label.middle { width:28%; }
.xform label.narrower {
	/* IE 5.5 */
	width: 23%;
}
select, textarea { width: 100%; margin-top: 0.1em; background-color: #fff; color: #000; }
textarea { font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:13px; }
.smallinput { padding-left: 2em; margin-right: -2em; }
.smallinput input {
	width: 1.2em;
	height: 1.1em;
	margin-right: 0.4em;
	position: relative;
	margin-left: -1.7em;
	padding-left: 0.3em;
}
.submit input { width: 6em; }
input.image { width: 69px; height: 29px; }

/* for the movie container */	
#movie {text-align:center;}

/* list styles */
ul { text-align:left; margin:0 0 0 20px; padding:0; }
li { margin-left:30px; line-height:18px; }
