/* =============================================================== */
/* special.css - Styles for displaying GdP ECMS special pages      */
/* =============================================================== */

/* Import the styles for the sidebar page */
@import url(/css/sidebar_page.css);
/* Import the styles for the GdP News */
/* @import url(/css/common/gdp-ecms.css); */

/* =============================================================== */

#content #special {
  margin: 4px 4px 4px 4px;
}

#content #special strong {
  font-weight: bold;
}

#content #special em {
  font-style: italic;
}

#content #special address {
  font-weight: bold;
  font-style: italic;
}

#content #special p {
  margin: 8px 0 8px 0;
}

#content #special h1 {
  padding: 4px 0 4px 0;
  font-family: serif;
  font-weight: bold;
  font-size: 2.0em;
  color: rgb(50, 50, 50);
  line-height: 1.0em;
}

#content #special h2 {
  font-family: serif;
  font-weight: bold;
  font-size: 1.5em;
  color: rgb(50, 50, 50);
  line-height: 1.5em;
}

#content #special h3 {
  font-family: serif;
  font-weight: bold;
  font-size: 1.25em;
  color: rgb(50, 50, 50);
  line-height: 1.25em;
}

#content #special a {
  font-weight: bold;
  text-decoration: none;
}

#content #special a:hover {
  text-decoration: underline;
}

#content #special ul {
  margin: 4px;
  padding-left: 0;
  list-style: none;
}

#content #special ul li {
  padding-left: 10px;
  padding-bottom: 5px;
  background-image: url(/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 0.6em;
}

/* =============================================================== */

