/* Start of CMSMS style sheet 'BPS-Content' */
/*********************
Text Styling
*********************/

h2 {
   color: #EE3224; 
   font-size: 20px; 
   text-align: left; 
   margin: 0 0 1em 0;
}

h3 {
   color: #808285; 
   font-size: 16px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #EE3224; ; 
   font-size: 14px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

.red, hr {
    border: 1px dotted #ee3224;
    position:static;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/*****************
Horizontal Rules
****************/
div#footer hr {
    color: #ee3224;
    background-color: #ee3224;
    height: 2px;
    position:static;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #EE3224; 
   font-size: 20px; 
   text-align: left; 

   margin: 0 0 1em 0;
}
div#content h3 {
   color: #808285; 
   font-size: 16px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #EE3224; ; 
   font-size: 14px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

div.newspapercolumn {
    text-align:justify;
    width:200px;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'BPS-Content' */

