*{
	margin: 0;
	padding: 0;
	border: 0;
}

div{
	overflow: hidden;
}

body{
	font-family: 'Droid Serif', arial, serif;
	color: #333;
}

span.amp {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
}

.callout{
	font-style: italic;
}

.clearfix{
	clear: both;
	height: 0;
	width: 0;
}

input.submit{
	background-image: url('http://seattlemta.org/css_images/grad_red_sm.gif');
	background-position: center center;
	background-repeat: repeat-x;
	height:24px;
	padding: 0 10px 4px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	font-family: Garamond, “Hoefler Text”, Times New Roman, Times, serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: right;
	margin-left: 5px;
	border: 1px solid #666;
	margin-bottom: 5px;
}

input.text{
	height: 16px;
	border:1px solid #ccc;
	float:left;
	padding: 3px;
	margin-bottom: 5px;
}

.entry label{
	font-size: 12px;
	font-weight: bold;
}

.entry input.text{
	display: block;
	margin-right: 6px;
	float: none;
	width:544px;
	margin-bottom: 10px;
}

.entry select{
	display: block;
	margin-right: 6px;
	float: none;
	width:300px;
	margin-bottom: 10px;
	border:1px solid #ccc;
}

.entry input.submit{
	margin-right: 5px;
}

.entry textarea{
	display: block;
	margin-right: 6px;
	float: none;
	width:544px;
	padding: 3px;
	border:1px solid #ccc;
	margin-bottom: 10px;
}

#container{
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
}

#header{
	position: relative;
	margin-bottom: 20px;
	height:150px;
}

#header h1{
	position: absolute;
	top:20px;
	left:0;
	width:279px;
	height:130px;
	background-image: url('http://seattlemta.org/css_images/logo.gif');
	text-indent: -9999em;
}

#header #searchBar{
	position: absolute;
	right:0;
	bottom: 0;
}

#header #searchBar label{
	display: block;
}

#mainContent{padding-left:205px;}

#mainContent .column{
	position: relative;
	float: left;
}

#centerCol{width:100%;}

#centerCol #hero{
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#centerCol #hero img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#centerCol #hero h2{
	position: absolute;
	top:20px;
	right: 20px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: -.02em;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

#centerCol h3{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom:15px;
}

#centerCol h2{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

#centerCol p{
	font-size: 14px;
	margin-bottom: 10px;
	line-height:130%;
}

#centerCol ul.features li{
	padding: 8px 10px 5px;
	list-style-image: url('http://seattlemta.org/css_images/bullet.png');
	margin:10px 40px 0;
	font-weight: bold;
}

#centerCol ul.linkList li{
	margin-top: 10px;
	font-weight: bold;
}

div.boxedContent{
	border: 1px solid #999;
	overflow:visible;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 20px;
	position: relative;
}

div.boxedContent.titled{
	margin-top: 39px;
}

#centerCol div.boxedContent h3{
	line-height: 100%;
	position: absolute;
	top:-20px;
	left:0px;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #999;
}

#centerCol div.boxedContent img{
	float: right;
	margin-right:0;
}

#centerCol div.boxedContent h4{
	font-size: 24px;
	color: #990000;
	line-height: 100%;
	margin-bottom: 5px;
}

#centerCol div.boxedContent p{
	margin:0 105px 5px 0;
	font-size: 14px;
}

#centerCol div.boxedContent p.location{
	font-size: 16px;
	margin-bottom: 5px;
}

#centerCol div.boxedContent ul{
	list-style: none;
	font-size: 14px;
	padding-bottom: 20px;
}

#centerCol div.boxedContent ul li{
	float: left;
	padding: 0 5px;
	border-left: 1px solid black;
}

#centerCol div.boxedContent ul li.first{
	padding-left: 0;
	border: 0;
}

#centerCol div.boxedContent div.date{
	width: 79px;
	float: right;
	border: 3px solid #990000;
	text-align: center;
	margin-right:0;
	text-shadow: 1px 1px 1px #000;
}

#centerCol div.boxedContent div.date p.month{
	background-color: #990000;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	line-height: 100%;
	margin-bottom: 15px;
	margin-right:0;
}

#centerCol div.boxedContent div.date p.day{
	font-size: 40px;
	line-height: 100%;
	margin-bottom: 15px;
	color: #999;
	margin-right:0;
	text-shadow: 1px 1px 1px #333;
}

#centerCol .entry{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding:0 20px 20px;
}

#centerCol .entry h3{
	margin: 20px 0 5px;
}

#centerCol .entry h4{
	margin:20px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

#centerCol .entry p{
	margin: 0;
}

#leftCol{
	width:185px;
	margin-left:-205px;
}

#leftCol #mainNav{
	background-image: url('http://seattlemta.org/css_images/grad_red.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #6e0000;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
}

#leftCol #mainNav ul li{
	padding: 7px 10px;
	border-bottom: 1px solid #953333;
	border-top:1px solid #620000;
	line-height: 100%;
}

#leftCol #mainNav ul li.first{
	border-top: 0;
}

#leftCol #mainNav ul li.last{
	border-bottom: 0;
}

#leftCol #mainNav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#leftCol div.module{
	background-image: url('http://seattlemta.org/css_images/bg_mod.gif');
	background-color: #ccc;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#leftCol div.module input{margin-left:0;}

#leftCol div.module input.text{
	width: 140px;
}


#leftCol div.module p{
	margin-bottom: 20px;
}

div#map_canvas div{overflow:visible;}

div#search_form{
	background-image: url('http://seattlemta.org/css_images/bg_mod.gif');
	background-color: #ccc;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#search_list{
	width:250px;
	float: left;
}

div#search_list h3{
	margin-top: 20px;
}

div#map_canvas{
	margin-top: 20px;
	width:300px;
	float:right;
	position:relative !important;
}

