@charset "utf-8";

/*
  Author: Jens Bjerrehuus
  Created: 2007-02-14
  Copyright: Copyright (c) 2007 by Jens Bjerrehuus
*/

body {
  font:small "Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
  margin:0; padding:0;
}

/* Text */
h1 {
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
  font-weight:normal;
}
h2,h3,h4,h5,h6 {
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
  font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {letter-spacing:0.5px;}
h1 {font-size:160%;}
h2 {font-size:125%;}
a {
  color:#000;
  text-decoration:none;
}

/* Masthead */
#masthead {
  text-align:center;
}
h1.title {
  background:#1C3E73;
  border-bottom:1px solid #fff;
  color:#fff;
  letter-spacing:1px;
  margin:0;
  padding:14px;
  text-transform:uppercase;
}
h1.title a {
  color:#fff;
  border-bottom:none;
}
h2.subtitle {
  background:#26731C;
  border-bottom:1px solid #3F3F3F;
  color:#B9D2B6;
  font-weight:normal;
  margin:0;
  padding:10px 14px;
}

/* Overview */
#overview {
  border-bottom:1px solid #000;
}
#overview p {
  -moz-column-count:2;
  -moz-column-gap:1.5em;
  -webkit-column-count:2;
  -webkit-column-gap:1.5em;
}

/* Legend */
#legend {
  border-bottom:1px solid #000;
}
li.legend-blue {list-style-image:url("/images/3.jpg");}
li.legend-green {list-style-image:url("/images/5.jpg");}
li.legend-green-station {list-style-image:url("/images/4.jpg");}

/* The map. */
#navigation {width:100%;}
#map {
  background:url("/images/6.jpg");
  height:320px;
  width:650px;
}
#map li {display:none;}

/* Sidebar */
#sidebar h2 {
  margin-top:0;
  padding-top:0;
}

/* Footer */
#footer {
  border-top:1px solid #3F3F3F;
  clear:both;
  color:#3F3F3F;
  font-size:90%;
  padding:2px 14px;
}
#footer .copyright {
  float:left;
}
#footer .designby {
  float:right;
}

/* Article */
.article {
  padding:0 14px;
}
