/*ErieSecondary.css
Town of Erie*/

/*S. Clason, steve@steveclason.com
07 Jun 07
05 Dec 09, revised to enable two calendar links in sidebar, addition of .seeAll
*/


* {
  padding: 0;
  margin: 0;
}
body, ul, li, h1, h2, h3, h4, ol {
  padding: 0;
  margin: 0;
}
body {
  background-color: #C3C519;
}
#wrapper {
  width: 1004px;
  padding: 0 10px;
  font-family: arial, helvetica, sans-serif;
  background-color: #698CB2;
  margin: 0px auto ;
}
#header h1 {
  background-image: url("/css/images/Community-head.jpg");
  background-repeat: no-repeat;
  height: 119px;
}
#contentWrap {
  background-color: #fff;
  position: relative;
}

/*Sidebar */
#sidebar {
  border-left: none;
}
h1#sectionNavHead {
  border-left: 1px solid #C4C2C3;
  border-right:1px solid #C4C2C3;
  color:#CF884A;
  font-size:1.2em;
  margin:0pt;
  padding:0pt;
  text-align:center;
  width:173px;
}
#sidebar li {
  margin-left: 22px;
}
#sidebar h2#seeAll {
  line-height: 60px;
  border: none;
  background-image: none;
  text-decoration: none;
  vertical-align: middle;
}
#sidebarLogo {
  margin-bottom: 1em;
}
#sectionNav {
  color: #698CB2;
}
#sectionNav img {
  display: block;
}

/* #seeAll and .seeAll relate to sidebar calendar links. .seeAll was added 
 * 05 Dec 09 when a second calendar link was added. #seeAll because redundant
 * when the new sidebar went live.
 */

#seeAll img {
  border: none;
  vertical-align: middle;
}
h2#seeAll a, h2#seeAll a:link, h2#seeAll a:visited, h2#seeAll:hover, h2#seeAll active {
  color: #CF884A;
  text-decoration: none;
}

#sidebar h2#seeAll, #sidebar h2.seeAll {
  line-height: 60px;
  border: none;
  background-image: none;
  text-decoration: none;
  vertical-align: middle;
}
#sidebar h2.seeAll {
  line-height: 1;
  height: 40px;
  margin-top: 20px;
}
#sidebar h2.seeAll a {
}

#seeAll img {
  border: none;
  vertical-align: middle;
}

.seeAll img {
  border: none;
  float: left;
  position: relative;
  top: -15px;
}
h2#seeAll a, h2#seeAll a:link, h2#seeAll a:visited, h2#seeAll:hover, h2#seeAll active,
  h2.seeAll a, h2.seeAll a:link, h2.seeAll a:visited, h2.seeAll:hover, h2.seeAll active {
  color: #CF884A !important; 
  text-decoration: none !important;
}



#content {
  padding: 35px 12px 30px 35px;
}
#content h1 {
  font-size: 1.8em;
  color: #698CB2;
}
#content h2 {
  font-size: 1.4em;
  color: #698CB2;
  font-style: italic;
  margin-top: 1em;
}
/* Default slideshow dimensions so that if none are declared it is not invisible.*/
#slideshow {
  height: 202px;
  width: 322px;
}

