/* Start of CMSMS style sheet 'Blacktail Global Styles09-10' */
div#footer p {
   font-size: .8em;
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}
div#realtime img {
   border: 0;
}

div#RTsnowreport {
    float: left;
    width: 33%;
}

div#RTwebcam {
    float: left;
    width: 33%;
    text-align: center;
}

div#RTweather {
    float: left;
    width: 33%;
    text-align: right;
}
.virtual_google {
   display: block;
   text-indent: -999em;  /* this hides the text */
}

.footer_copyright {
color: #fff;
}

.deericon {
	list-style-image: url(media/graphics/logos/ulicon.gif);
	list-style-position: inside;
             line-height: 29px;
             color: #0000cc;
}

.flakeicon {
	list-style-image: url(media/graphics/flakeicon.gif);
	list-style-position: inside;
        line-height: 20px;
        color: #ffffff;
}


/********************
CONTENT STYLING
*********************/
div#content {
   font-size: 1em;
   color: #fff; 
}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 2em;
   margin: 0;
   color: #c7d9eb; 
   border-bottom: 1px solid #c79deb; 
}
h2 {
   color: #c7d9eb; 
   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 #c7d9eb; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
h3 {
   color: #fff; 
   font-size: 1em;
   line-height: 1.2em;
   margin: 0 0 0.5em 0;
}
h4 {
   color: #fff; 
   font-size: 0.9em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
}
h5 { 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color: #fff;
}
h6 {
   border-bottom: 1px solid #c7d9eb; 
   color: #c7d9eb; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT *

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 */
/* End of 'Blacktail Global Styles09-10' */

