/* 
Colors
	Straw: E0E3BF
        Olive: D3E3BF
        Sky: BFCEE3
        Rose: D3BFE3
        Gray: D1D1D1
        White; FFFFFF
*/
html { color: #333; font: 1.0em/1.4 Verdana, Helvetica, sans-serif; }
body { margin: 0 auto; width: 770px; padding: 10px 0;}
h1, h2, h3 { font-family: 'Comic Sans MS', TSCu_Comic, Verdana, Helvetica, sans-serif; }
div#top {
    border-bottom: 1px solid #CCC;
    margin-bottom: 0.5em;
    padding: 0 0 0 225px;
    height: 175px;
}
    #top h1 { padding-top: 60px; }
a { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: red; color: #F19; }
div#cmd { text-align: right; }
  div#cmd li { display: inline; }
div#main {
    border-left: 175px solid #8AC;
    border-color: #B9D0F2;
    border-color: #BFCDE3;
    padding: 30px 1.5em 1.5em 1.5em;
    background: #FFF;
}
    #main h1 { text-align: center; }

div#left {
    background: #D3E3BF url(images/wvl.jpg) no-repeat top ;
    color: #FFF;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 180px 0 0 0;
    width: 175px;
}
    #left ul { list-style-type: none; margin: 1em; padding: 0; }
    #left ul + ul { border-top: 1px solid #FFF; padding-top: 1em; }
    #left li { padding-top: 0.5em; padding-bottom: 0.5em; }
    #left li + li { xborder-top: 1px solid #9bd; }
    #left a { color: #FFF; text-decoration: none; }
    #left a:hover { color: #FBC; }

div#right { float: right; text-align: center; width: 170px; }

div#bottom {
    border-top: 1px solid #CCC;
    clear: both;
    color: #CCC;
    font-size: 0.7em;
    margin: 0.5em 0;
    padding: 0.5em 0;
    text-align: right;
}
dt { font-weight: bold; float: left; margin-right: 0.5em; }
dt:after { content: ' - '; }
dd { margin-bottom: 1.4em; }
.toc li { list-style-type: none; }
p.question { font-weight: bold; text-align: center; }
.rfloat { float: right; }
.lfloat { float: left;  }
.address {
  color: black;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 0.8em;
  padding: 4px;
}
.contactus { margin-top: 1.4em; }
.lframe, .rframe, .frame, .rfloat, .lfloat {
  background: #F0F3DF;
  font-size: 0.6em;
  border: 1px solid #8AC;
  padding: 2px;
}
.lframe img, .rframe img, .frame img, .rfloat img, .lfloat img {
  border: 1px solid #8AC;
}
.comm { border:1px dotted #ccc; padding:5px; }
.comm a {
  background:url('images/comment_edit.gif')  no-repeat top right;
  padding-right:18px;
  color: #C18691;
  font-family:Verdana,Helvetica;
  font-weight:bold;
  text-decoration:none;
  display:block;
}
h2, h3 { margin-top: 1.55em; margin-bottom: .35em; }
.address pre a {
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 1.1em;
}
p { margin-bottom: 1.3em; }

.post span, .post .postmetadata {
  font-size: 0.8em;
}
.post span {
  font-weight: bold;
}
.post h3 a {
  color: #333;
}
a.more-link {
  font-size: 0.8em;
}
h1 a {
  color: inherit; 
}
.note, .info { border: 1px solid #99C; background: #CCF; padding: 0.5em 1em; margin: 1em auto; width: 80%; font-size: 0.9em; }
.note:before, .info:before {
    background: url('/pub/icon/information.png') top left no-repeat; 
    color: #006;
    content: 'Note:';
    font-weight: bold;
    padding-left: 20px;
}
