/* 
Document   : typography.css
Created on : Jan 23, 2009
Author     : Erick Schmitt
Description:
Name gives it away doesnt it?
*/

hr {
      width:100%;
      display:inline-block;
      border:0;
      border-bottom:silver dashed 1px;
      margin-top:10px;
      margin-bottom:10px;
}

h4 {
      font-size:120%;
      margin:15px;
      margin-left:5px;
}

h5{
      font-size:110%;
      margin:10px;
      margin-bottom:2px;

}

ul {
      list-style: none;
      padding-left:10px;
      text-indent:25px;
      padding-right:50px;
      padding-bottom:5px;
}
ul li {
      background: url(/images/bullet.png) no-repeat 0 9px;
      padding-top:5px;
}
pre {
      background-color:#F9F9F9;
      border:1px dashed #2F6FAB;
      color:black;
      line-height:1.1em;
      padding:1em;
      font-size:80%;
      width: 80%;
      margin-left:20px;
}

#copywrite {text-align:center;font-size: 80%;}

#subHeader a:hover strong {color:#111}

#header h1 {
      font-size: 3em;
      text-indent:0px;
}

#header h2{
      font-weight:bold;
}

.navBox{
      font-size: 0.8em;
      color: #555;
      text-indent:10px;
}

.navBox strong, .navBox span {
      color: inherit;
      position:absolute;
      font-size: 1.5em;
      font-weight: bold;
      margin:0px;
      padding-top:7px;
      text-indent: 65px;
}

.navBox span {
      padding-top:15px;
      font-weight:normal;
      font-size:1em;
      text-indent: 75px;
}

#sidebar {font-size:80%;}

#content h2, #content h3 {
      color:#737373;
      font-size: 160%;
      margin-bottom:3px;
      text-align:center;
      padding-right:20px;
}

#content h2 {
      margin: 5px;
      margin-top:0px;
      text-align: left;
      text-indent: 10px;
      width: 660px;
      padding-bottom: 5px;
      border-bottom: dotted 1px silver;
      z-index: -1; /* hide the bottom border */
}

#sidebar p {
      margin-bottom:15px;
      padding-left:10px;
}

#sidebar ul{
      list-style: none;
      padding-left:10px;
      padding-right:50px;
      padding-bottom:5px;
      padding-top:0;
      text-indent:0;
}

#sidebar li {
      display:block;
      width:100%;
      background: none;
      padding-top:0px;
}

#sidebar li a{
      display:block;
      width:100%;
}

#mainContent h2{
      font-size: 110%;
      border:none;
      margin:0px;
      padding:0;
      width:100%;
      background-color:#eee;
      text-align:center;
      margin-top:20px;
      line-height:2em;
}

#mainContent em{
      background-color:#fffcda;
}



