/* Start of CMSMS style sheet 'SCS 3 Typography' */
/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0 0 0.5em 0;
   color: #27267F;
}
h2 {
   color: #27267F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
/*   padding-left: 0.5em; */
   padding-bottom: 1px;
/* set borders around header */
/*   border-bottom: 1px solid #e7ab0b; */
/*   border-left: 1.1em solid #e7ab0b; */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}


h3 {
   color: #27267F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 1em 0 0.5em 0;
}
h4 {
   color: #27267F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
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;
}
blockquote.intro {
  border-left: none;
  margin:20px 0;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

}
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;
}

/* LISTS */
ol,
dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1em 0;
}

ul.imageleft {
   display: -moz-inline-block;
   display: inline-block;
   width: 300px;
}
ul li,
ol li {
   margin: 0 0 0.25em 2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

ul {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0px;
                position: relative;
                line-height:1.4em;
	/* list-style-image: url(/uploads/images/site/bullet.gif); */
}
li {
	margin-left: 0px;
	padding-top: 10px;
                padding-left: 21px;
                background-image: url(/uploads/images/site/bullet.gif);
                background-repeat: no-repeat;
                background-position: 0 14px;
}

/* END LISTS */

/* LINKS */

a {
  text-decoration: none;

}

a:visited {
  color: darkblue;
}

a:hover {
  background-color: #0E3305;
  color: #fff;
}

/* END LINKS */

/* FORMS */


/* End of 'SCS 3 Typography' */

