/* Start of CMSMS style sheet 'Content' */
/*
 * Styles used for the Content area, shouldn't affect the overall layout
*
 * Page default margin, padding set to 0 in Layout
 *
 * Colours from Layout: 
 *   dark background is #430000
 *   light background is #fafafa
 *   foreground is #303030
 *   yellow highlight is #ffbd00
 *   footer is #808080
 */

#content {
    padding: 0 3em 2em 3em; /* remember 2em for the footer */
    text-align:left;
}

#content p {
    margin:0 0 0.5em 0; 
    line-height:1.5em;
}

/* The page title */
#content h1 {
    color:#7f0000;
    font-weight:normal;
    font-size:2em;
    letter-spacing: -1px;
}

/* Headings */
#content h2 {
    color:#7f0000;
    font-weight:normal;
    font-size:1.5em;
    margin-bottom: 0.5em;
}

/* Sub-headings */
#content h3 {
    color:#303030;
    font-weight:bold;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

#content ul {
    list-style: round;
    margin: 1em;
    padding-left: 0em; 
}

#content li {
    margin: 0.8em 0 0.2em 0.5em;
}

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

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

#content img {
    background:#fafafa;
    /*border:1px solid #430000;*/
}

#content a img {
    border-color:#ffffff;
}

#content a img:hover {
    background:#ffffff;
}

.floatright {
    float:right;
    margin:0.5em 0 0.5em 1.5em;
    padding:0;
}

.floatleft {
    float:left;
    margin:0.5em 1.5em 0.5em 0;
    padding:0;
}

.caption {
    font-weight:italic;
    font-size: 0.8em;
    padding-top: 0em;
    margin-top: 0em;
}

.hotspot {
   margin:2em auto;
   padding-bottom:1em;
   border-top: 1px solid #ffbd00;
   border-bottom: 1px solid #ffbd00;
}

.unmarkedlist {
    list-style:none !important;
}

.noborder {
    border:0 !important;
}
/* End of 'Content' */

