/** 
 * Basic CSS Template
 * Generated by Eric Giguere's PLRSiteStarter
 *
 * Feel free to modify these values.
 *
 * Note that each page follow this basic template:
 *
 *   <body>
 *     <div id="page">
 *       <div id="header"> ... </div>
 *       <div id="content"> ... </div>
 *       <div id="footer"> ... </div>
 *     </div>
 *   </body>
 *
 */
 
/* Start everyone on an equal footing, since different browsers
   have different values for the margins. */

* {
  margin: 0;
  padding: 0;
} 

/* Set some reasonable defaults for the page body. */

body {
  font-family: Arial, Helv, sans-serif;
  font-size: 12pt;
  background-color: #dddddd;
  color: white;
}

/* Setup the headings */

h1 {
  font-size: 18pt;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

/* Set margins for various regular tags */
  
p {
  margin: 0.5em 0;
}

ul, ol, dl {
  margin: 0.5em 0;
}

li {
  margin: 0 0 0 1.5em;
}

/* Define link behavior. By default we don't want them underlined 
   except maybe when we hover over them */

#header a, #header a:visited {
  color: white;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#content a, #content a:visited {
  color: blue;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#footer a, #footer a:visited {
  color: blue;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* Define the major divisions of the page */

#page {
  margin: 10px auto;
  border: 1px solid black;
  width: 768px;
  background-color: white;
  color: black;
}

#header {
  padding: 20px;
  background-color: #990000;
  color: white;
  text-align: right;
  margin-bottom: 10px;
}

#content {
  margin: 0px 20px 20px 20px;
}

#footer {
  padding: 10px;
  background-color: white;
  color: black;
  text-align: right;
  font-size: 70%;
}

/* Article list */

#articles {
  margin: 0 auto;
}

#articles td {
  vertical-align: top;
  padding: 0 1em 0 1em;
}

/* Control how the site name and site description look */

#sitename {
  font-size: 18pt;
  font-weight: bold;
}

#sitedesc {
  font-size: 14pt;
}

/* Settings for the top link unit */

#linkunit_top {
  margin: 0 0 20px -3px;
}
 
/* Settings for the first ad, the one immediately after
   the <h1> */

#ad_after_h1 {
  margin-right: 0.5em;
  float: left;
}

/* Settings for the bottom ad */

#ad_before_footer {
  margin-top: 1em;
  text-align: center;
}

/* Navigation links */

#prevlink {
  text-align: right;
}

#nextlink {
  text-align: right;
}