/* Start of CMSMS style sheet '2xtm Content Styles - Global Classes' */
.google {
text-indent: -999em;
display: block;
}



/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
   font-size: 1.5em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
   color: #71C9E4; 
}
h2 {
   color: #71C9E4; 
   font-size: 1.4em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 2px;
/* set borders around header */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}

h3 {
   color: #71C9E4; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h4 {
   color: #71C9E4; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1.1em;
   line-height: 1.0em;
   margin: 0 0 0.25em 0;
   color: #71C9E4; 
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color: #71C9E4; 
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: .9em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height: 140%;
   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 */
}

/* 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 '2xtm Content Styles - Global Classes' */

