body { 
  font: 13px "DejaVu Sans Condensed", "Bistream Versa Sans", arial, sans-serif;
}

th, td {
 font: 13px "DejaVu Sans Condensed", "Bistream Versa Sans", arial, sans-serif;
}



h1, h2, h3, h4 {
  font-family: "Bitstream Vera Serif", Georgia, serif;
  font-weight: normal;
  letter-spacing: none;
  page-break-after: none;
}

#header {
    padding-left: 1em;
    position: relative;
}
#header h1 {
    font-size: 36pt;
    font-family: "Bitstream Vera Serif", Georgia, serif;
    padding: 0px;
    margin: 0px;
    float: left;
    font-weight: bold;
    font-style:italic; 
    
}

#content {
    margin-left: 1em;
    margin-right: 2em;
    
}
#content p {
  line-height: 165%;
  font-size: 14px;
  color: #2e3436;
  text-align: justify;
}


.wikipage li {
  line-height: 165%;
  font-size: 14px;
  color: #2e3436;
}

#banner {
    background: #B0C4DE;
    min-height: 7em;
    height: 7em;
    position: relative;
}

body {
    padding: 0px;
    margin: 0px;
}

#metanav {
    position: absolute;
    top: 0px;
    right: 0px;
}
#metanav a {
    color: #ffffff !important;
    padding-right: 1em;
    padding-left: 1em;
}

#metanav ul {
}

#metanav li {
    font-size: 12pt;
    padding: 2px
}

#search {
    padding-bottom: 5px;
    margin: 0px;
    height: inherit;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 2em;
}

#mainnav {
    padding: 0px;
    margin: 0px;
    background: #4682B4;
    border: 0px solid #fff;
}

#banner {
    margin: 0px;
}

#mainnav ul {
    text-align: left;
    padding: 0px;
    padding: 4px;
}

#mainnav li {
    font-size: 11pt;
    padding: 2px;
    border-right: 2px solid #fff;
}

#mainnav *:link, #mainnav *:visited {
    background: none;
    border: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    padding-right: 0.25em;
    padding-left: 0.3em;
    color: white;
}
#mainnav .active *:visited , #mainnav .active *:link{
    background: #B0C4DE;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border: 0px solid #fff;
    color: black;
}

#mainnav *:link:hover, #mainnav .active *:link:hover{
    background: #B0C4DE  !important;
    border: 0px solid #fff;
    color: black;
}


#main
{
    position: relative;
}

#ctxtnav 
{
    padding-top: 5px;
    padding-bottom: 5px;
}
#ctxtnav li
{
    font-size: 13pt;
}

#ctxtnav {
    height: inherit;
}

#rightbar {
    float: right;
    margin-left: 2em;
    padding: 1em;
    width: 30em;
}

#current-releases, .blog {
    border: 1px dotted #2e3436;
    padding: 10px;
}

#current-releases h2, .blog h2, .blog h3 {
    font-family: "DejaVu Sans Condensed", "Bistream Versa Sans", arial, sans-serif;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #2e3436;
    padding-left: 5px;
}


table.listing {
 clear: both;
 border-bottom: 1px solid #d7d7d7;
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 1em;
 width: 100%;
}
table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
table.listing thead { background: #f0f7f7 }
table.listing thead th {
 border: 1px solid #d7d7d7;
 border-bottom-color: #999;
 font-size: 12px;
 font-weight: bold;
 padding: 2px .5em;
 vertical-align: bottom;
}
table.listing thead th :link:hover, table.listing thead th :visited:hover {
 background-color: transparent;
}
table.listing thead th a { border: none; padding-right: 12px }
table.listing th.asc a, table.listing th.desc a { font-weight: bold }
table.listing th.asc a, table.listing th.desc a {
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
table.listing th.asc a { background-image: url(../asc.png) }
table.listing th.desc a { background-image: url(../desc.png) }
table.listing tbody td, table.listing tbody th {
 border: 1px dotted #ddd;
 padding: .3em .5em;
 vertical-align: top;
}
table.listing tbody td a:hover, table.listing tbody th a:hover {
 background-color: transparent;
}
table.listing tbody tr { border-top: 1px solid #ddd }
table.listing tbody tr.even { background-color: #fcfcfc }
table.listing tbody tr.odd { background-color: #f7f7f7 }
table.listing tbody tr:hover { background: #dee !important }
table.listing tbody tr.focus { background: #fdd !important }

.milestone .info h2 em { color: #1153b3; font-style: normal }


td.closed, td.progress {
    background: #008000 !important;
}
