/* Start of CMSMS style sheet 'FotoOK' */
<style type="text/css">
  /********************
CONTENT STYLING
*********************/
* { font-family:Arial,Helvetica; }
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #294B5F; 
	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;
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   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;
   font-family:Arial, Helvetica,sans-serif;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
    font-family:Arial,Helvetica;
}
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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#menu_vert ul,
div#menu_vert ol,
div#menu_vert dl {
   font-size: 10px;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#menu_vert ul li,
div#menu_vert ol li {
   margin: 0 0 0.7em 1.5em;
}
div#menu_vert a {
  color : #00a4ff;
}
div#menu_vert a:hover {
  color : #fe9402;
}


/* definition lists topics on bold */
div#menu_vert dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#menu_vert dl dd {
   margin: 0 0 1em 1em;
}

div#menu_vert dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */

dfn { font-style:normal; font-size:0; display:none; }
div#menu_vert a { color: gray; }

div#menu_vert a.menuactive { color:#00b4ff; }
div#menu_vert a.menuactive.menuparent { line-height:2em; }

.content-text {
 width:95%;
 padding:5px 2em 2em 0;
}

.content-text ul li {
    margin-left:5em;
    font-family:Arial,Helvetica;
    line-height:1.5em;
}

.external span {color:#00b4ff; }


.content-text a:link,
.content-text a:visited {
   text-decoration:underline;
   color:#00b4ff;
}
.content-text a:hover {
 text-decoration:none;
}
</style>
/* End of 'FotoOK' */

