/*main.css
Town of Erie*/
/*S. Clason, stevec@topdogstrategy.com
07 Jun 07*/
/* HISTORY 

*/

* { 
 margin: 0; 
 padding: 0; 
}
body, ul, li, h1, h2, h3, h4, ol {
  padding: 0;
  margin: 0;
}
body {
  background-color: #CDDC9B; 
  font: 100%/1.5 arial,tahoma,verdana,sans-serif; 
}
#wrapper {
  width: 1004px;
  padding: 0 10px;
  font-size: 86%;
  font-family: arial, helvetica, sans-serif;
  background-color: #698CB2;
  margin: 0 auto;
}
/* LINKS */
a, a:link, a:visited, a:hover, a:active { 
  background: transparent; 
  text-decoration: underline; 
  cursor: pointer; 
}
#header { 
  margin: 0; 
  padding: 0; 
  position: relative;
  background-color: #4E7095;
  z-index: 4;
}
#header h1 { 
  letter-spacing: -.05em; 
  margin: 0; 
  padding: 0; 
  width: 100%;
  height: 125px;
  border: none;
  text-transform: uppercase;
  color: #F8E15F;
  font-size: 2.5em;
  font-weight: normal;
  background-image: url("/css/images/Erie-home-head.jpg");
  background-repeat: no-repeat;
  background-position: right;
  
}
#header h1 span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
} 


#header h1 img {
  float: right;
}

/* Utility Horizontal Nav */
#utilityNav {
  height: 28px;
  width: 100%;
  font-variant: small-caps;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #4E7095;
  color: #fff;
  z-index: 5;
}
#utilityNav ul {
  float: right;
  list-style: none;
  margin: 0 40px 0 0;
  padding: 0;
  width: 25em;
}
#utilityNav li { 
  float: left; 
  margin: 0; 
  padding: 0;
  list-style: none;
  line-height: 2em;
  position: relative;
}
#utilityNav li a {
  text-decoration: none;
  color: #fff;
}
#utilityNav li.multipleLevels span {
  background-image: url("/images/navArrow.png");
  background-repeat: no-repeat;
  background-position: -136px 4px;
  padding: 0 12px 0 0;
}
#utilityNav li.multipleLevels:hover span, #utilityNav li.sfhover span {
  background-position: -136px -44px;
}
#utilityNav li ul {
  position: absolute;
  width: 10em;
  left: -9999px;
  z-index: 5;
  padding-left: 1em;
  background-color: #4E7095;
  color: #fff;
}
#utilityNav li:hover ul, #utilityNav li.sfhover ul {
  left: auto;
}
#utilityNav li li {
  /*display: block;*/
  float: none;
  width: auto;
}
#utilityNav li li a {
  text-decoration: none;
  display: block;
  color: #fff;
}
/* Top horizontal nav */
#mainNav, #mainNav ul, #mainNav li, #utilityNav { 
  padding: 0; 
  margin: 0; 
  list-style-type: none; 
}
#mainNav { 
  height: 28px;
  background-color: #698CB2;
  font-variant: small-caps;
  padding-right: 15px;
  color: #fff;
  position: relative;
}
#mainNav ul {
  float: left;
  margin: 0;
  padding: 0;
}
#mainNav li { 
  position: relative; 
  display: inline;
  list-style: none;
  background: none;
  line-height: 28px; /*should match #mainNav height. */
}

#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:hover, 
#mainNav a:active { 
  text-decoration: none; 
  cursor: pointer; 
  color: #fff; 
  padding: 4px 10px 2px; 
}
#mainNav a:hover { 
  color: #fff; 
}

#search {
  background-color: #698CB2;
  color: #000;
  padding-right: 20px;
  width: 369px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#search input {
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #666;
  margin-bottom: 2px;
}
#search span {
  color: #000;
  letter-spacing: -.05em;
}
#content {
  background-color: #fff;
}
#breadCrumb {
  margin: 8px 0 32px 0;
  width: 100%;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, 
#breadcrumb a:hover, #breadcrumb a:active {
  color: #4e4e4e;
  font-size: 12px;
  text-decoration: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#sidebar {
  background-color: #fff;
  border: none;
  float: right;
  width: 197px;
  margin: 29px 0 0 49px;
  padding: 0 12px 15px 12px;
  font-size: 12px;
  position: relative;
}
#sidebar h1 {
  color: #CF884A;
  font-size: 16px;
  text-align: center;
}
#sidebar h2 {
  font-size: 14px;
  color: #CF884A;
  text-align: center;
  padding: 3px 0 0 0;
  background-image: url("/css/images/bigGrayBoxTop.gif");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 10px 0 10px 0;
}
#sidebar h3 {
  margin: 10px 0 10px 0;
  font-size: 12px;
  color: #698CB2;
}
#sidebar p {
  margin: 1em 0;
  font-size: 9px;
}
#sidebar ul {
  list-style-type: none;
  
}
#sidebar li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 36px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover, 
#sidebar a:active {
  color: #698CB2;
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}
#ErieTV div {
  text-align: center;
  padding-top: 1em;
}
#ErieTV img {
  border: none;
  display: block;
  margin: 0 auto;
}
#footer {
  background-color: #698CB2;
  clear: both;
  color: white;
  font-size: 90%;
  padding-left: 15px;
  min-height: 64px;
  position: relative;
}
#footer p {
  text-align: center;
  margin: 0;
  padding: 0;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer span {
  color: #F8E161;
  font-weight: bold;
}
#footer img {
  float: right;
  margin-right: 12px;
}
#footer #copyright {
  position: absolute;
}
/* CALENDAR */

table#calendar {
  border: 1px solid #000;
  width: 940px;
  margin-right: 30px;
}
.dayOfWeek {
  background-color: #CDDC9B;
}
#previousMonth {
  float: left;
}
#nextMonth {
  float: right;
}
#calendar td {
  background-color: #E3E5DA; 
  vertical-align: top;
  padding: 0 8px;
  width: 126px;
  height: 100px;
}
div.tip {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  background-color: #fff;
  width: 200px;
  padding: 10px;
  font-size: 90%;
  border: 1px solid black;
}

/*     SLIDESHOW      */
/* SLideshow is being deprecated in place of a link to a 3rd party photo
 * gallery called "smugmug". ErieCo wants the look to remain the same.
 */
#smugmug {
  float: left;
  margin: 43px 12px 12px 35px;
  position: relative;
  background-color: #fff;
  border: 1px solid silver;
  width: 322px;
  height: 202px;
  overflow: hidden;
}

#smugmug img {
  border: none;
}

#slideshow {
  float: left;
  margin: 15px 12px 12px 35px;
  position: relative;
  background-color: #fff;
  border: 1px solid silver;
  width: 322px;
  height: 202px;
  overflow: hidden;
}
#slideControlBackground {
  background-color: #000;
  height: 25px;
  width: 322px;
  opacity: .5;
  filter: alpha(opacity='50');
  position: absolute;
  top: 177px;
}
#slideControl {
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 177px;
  background-color: transparent;
}
#slideControl a, #slideControl a:link, #slideControl a:visited, 
#slideControl a:hover, #slideControl a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#nextButton {
  position: absolute;
  left: 48px;
}
#prevButton {
 position: absolute;
 left: 11px; 
}
#imageTitle {
  text-align: right;
  margin-right: 8px;
  font-size: 80%;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  width: 260px;
  background-color: transparent;
  position: absolute;
  top: 177px;
  left: 60px;
}

.error {
  color: red;
}
