/* 
=======================================================
Lemon CSS

Released for OSWD and OWD.
Coded by Anthony Yeung (http://smallpark.org)
May 24 2005
It would be nice if you could leave this here, thanks.
=======================================================
*/

html,body {
    margin:0;
    padding-left: 7px;
    padding-right: 7px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    text-align:left;
}

div#content, div#content p, div#extra p, div#sidebar p, div#content table {
    font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444;
    line-height:1.8em;
}

div#content input {
    font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #444;
    line-height:1.0em;
}

div#content h1, div#extra h1, div#sidebar h1 {
    font-size: 12px;
    font-weight: normal;
    color: #372222;
    text-decoration: none; 
    padding: 3px 6px; 
    background-color: #F9E9E9; 
    border-bottom: 1px solid #F1F1F1; 
    border-right: 1px solid #F1F1F1;
}

div#content h2 {
    font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #444;
    margin: 0;
    padding: 0;
}

div#footer p {
    margin:0;
    padding:5px 10px;
}

div#container {
    float:left;
    width:400px;
    text-align:left
}

div#clearfloat {
  clear:both;
}

div#sidebar {
    float:right;
    width:500px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: 7px;
    border-style:dotted;
    border-width:thin;
    border-color:#888888;
    background-color:#FFFFFF;
}

div#sidebar_left {
    float:left;
    width:500px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-right: 7px;
    border-style:dotted;
    border-width:thin;
    border-color:#888888;
    background-color:#FFFFFF;
}

ul#list-nav {
    list-style:none;
    padding:0;
    float:right;
}

ul#list-nav li {
    display:inline
}

ul#list-nav li a {
    text-decoration:none;
    font-size: 12px;
    padding:3px 20px;
    background-color:#F9D9C9;
    color:#000;
    float:left;
    text-align:center;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}

ul#list-nav li a.active {
   background-color:#F9B9A9;
}

ul#list-nav li a:hover {
    background:#F9E9E9;
    color:#000
}

