/* http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ */

html {
  overflow-y: scroll;
}

body,html {
  margin:0;
  padding:0;
  color:#000;
  font-family: Verdana, Arial;
  font-size:0.9em;
  height: 100%;
  background: url(/images/gradient.png) 0% 0% repeat-x;
  background-color: #56789a;
}

img#site-logo {
  margin: 20px;
  float: left;
  height: 60px;
  width: 60px;
  border: 0px;
}

#wrap {
  width:1024px;
  margin:0 auto;
  background:#ffffff;
  position: relative;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
}

#header {
  height: 100px;
  min-height: 100px;
  padding:5px;
  background: #234567;
}

h1,h2,h3,h4,h5,h6
{
    color: #234567;
    font-size: 1.1em;
    margin: 8px 0px 8px 0px;
}

/* Page Titles */
h3>a, h4>a
{
    color: #234567;
}

h3>a
{
  font-size: 1.4em;
}

h4>a
{
  font-size: 1.1em;
}

h1 {
  line-height: 100px;
  float: left;
  font-size: 2em;
  color: #fff;
  margin: 0px;
}

h2 {
  line-height: 100px;
  float:left;
  color: #fff;
  font-size: 1.4em;
  margin: 0px 0px 0px 50px;
}

div#menu
{
    position: relative;
}

div#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    background: #456789;
}

div#menu ul li
{
    display: inline;
    list-style-type: none;
}

div#menu ul li a
{
    display: inline-block;
    width: 80px;
    padding:10px;
    color: #ffffff;
    background: #456789;
    text-decoration: none;
}

div#menu ul li a:hover
{
    background: #123456;
    text-decoration: none;
}


div.banner_links {
  clear: both;
  float: right;
  margin-right: 5px;
}

#main {
  padding:10px 10px 6em 10px;
  height: 100%;
}

#pagination {
  padding: 2px;
  margin: 0 auto;
  width: 100%;
  text-align:center;
}

#footer {
  position:absolute;
  clear:both;
  padding:0;
  text-align:center;
  background: #234567;
  bottom: 0px;
  margin: 0 auto;	
  height: 6em;
  width: 100%;
}

#footer p {
  margin:0;
}

/* Star HTML hack */
* html #footer {
  height:1px;
}

a
{
  text-decoration: none;
}

label {
  display: block;
  font-weight: bold;
  margin-top:5px;
}

div.post
{
  background: white;
  overflow: auto;
}

.quote
{
  border: 1px solid black;
  margin: 10px;
  padding: 5px;
}

.quote blockquote
{
  color: gray;
  font-weight: bolder;
}

pre.console
{
  font-family: courier;
  font-weight: bolder;	
  display: block;
  background: #111;
  color: white;
  border: solid 1px #444;
  padding: 5px;
}

pre.snippet
{
  font-size: 1.0em;
  overflow: auto;
  border: 1px #ddeeff solid;
  padding: .5em;
  background-color: #dadcdf;
  border: 1px solid #a0a8af;
}

td.rownumber
{
  font-size: 1.0em;
  display: inline-block;
  background-color: #a0a8af;
  padding: 0px 2px;
}

.paraheading
{
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
}

div#comments
{
  clear: both;
  margin-top: 30px;
}

div.comment
{
  padding-bottom: 5px;
  border-bottom: 1px solid gray;
  margin-bottom:5px;
}

div.tags
{
  display: block;
  font-size: x-small;
  font-weight: bold;
  margin-bottom: 5px;
}

div.created_ts, div.modified_ts
{
  display: inline;
  font-size: x-small;
  font-weight: normal;
  font-style: italic;
  margin-top:5px;
}

div.created_ts
{
  float: left;
}


div.modified_ts
{
  float: right;
}

div.footer
{
  clear: left;
  margin-top: 10px;
  text-align: center;
}

div#footer a
{
  color: white;
}
