/* =============================================================== */
/* article.css - Styles for displaying GdP ECMS articles           */
/* =============================================================== */

/* Import the styles for the sidebar page */
@import url(/css/sidebar_page.css);
/* Import the common styles for the GdP ECMS */
@import url(/css/common/gdp-ecms.css);

/* =============================================================== */

/* GdP ECMS - Article */
/* ------------------ */

#content .articles .section_header {
  height: 1.5em;
  margin: 4px 2px 2px 2px;
}

#content .articles .section_header img {
  clear: none;
  margin: 0;
}

#content .articles .section_header p {
  font-weight: normal;
  margin: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.125em;
}

#content .articles .section_header p.left {
  float: left;
}

#content .articles .section_header p.right {
  float: right;
}

#content .articles .section_header ul {
  list-style: none;
  font-weight: normal;
  display: inline;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.125em;
}

#content .articles .section_header ul.left {
  float: left;
}

#content .articles .section_header ul.right {
  float: right;
}

#content .articles .section_header ul li {
  display: inline;
}

#content .articles .section_header ul li a {
  text-decoration: none;
}

#content .articles .article {
  margin: 4px 4px 4px 4px;
}

#content .articles .article .half_title {
  padding: 4px 0 0 0;
  font-style: italic;
  font-size: 1.125em;
}

#content .articles .article .title {
  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 .articles .article .title a {
  color: rgb(50, 50, 50);
  text-decoration: none;
}

#content .articles .article .title a:hover {
  text-decoration: underline;
}

#content .articles .article .sub_title {
  font-style: italic;
  font-size: 1.125em;
  padding: 0px 0px 4px 0px;
}

#content .articles .article .date {
  font-style: italic;
  padding: 1em 0 1em 0;
}

#content .articles .article strong {
  font-weight: bold;
}

#content .articles .article em {
  font-style: italic;
}

#content .articles .article .hline {
  clear: both;
  margin: 0;
  padding-top: 8px;
  border-bottom: dotted 1px rgb(215, 215, 215);
}

#content .articles .article .add_this {
  margin-top: 8px;
}

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

