/* Global */

* {
   font-family: calibri, arial, helvetica, sans-serif;
}

body {
   margin: 30px 0;
   padding: 0;
   background: #efefef;
   font-size: 16px;
   color: #4b4b4b;
}

h1, h2, h3, h4, h5, h6 {
   font-family: candara, "trebuchet ms", arial, helvetica, sans-serif;
   margin: 0;
   padding: 0;
   text-transform: none;
   font-weight: normal;
   color: #000000;
}

h1 {
   clear: both;
   border-bottom: 1px solid #f0f0f0;
   font-size: 250%;
   margin-top: -15px;
   color: #8b9e21;
}

h2 {
   clear: both;
   padding-bottom: 0;
   font-size: 175%;
   border-bottom: 1px solid #f0f0f0;
   color: #8b9e21;
}

p, ol, ul, blockquote {
   line-height: 24px;
}

ul {
   margin-left: 0;
   padding-left: 0;
   list-style: none;
}

a {
   color: #ec5600;
}

a:hover {
   text-decoration: none;
}

img {
   border: none;
}

form input, form textarea, form select {
   font-size: 105%;
   border: 1px solid #c0c0c0;
   background: #f9f9f9;
}

form select:focus, form textarea:focus, form input[type=text]:focus, form input[type=checkbox]:focus, form input[type=file]:focus {
   background-color: #f3ffc6;
   border: 1px solid #ff9900;
}

form .buttons {
   padding-top: 0.25em;
}

form .buttons input {
   margin-top: 0.5em;
   background: #f0f0f0;
   border: 1px solid #c0c0c0;
   font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   border-radius: 5px;
}

form .buttons input:active {
   background: #f3ffc6;
   border: 1px solid #ff9900;
}

/* Posted */

.posted {
   margin-top: 0;
   margin-bottom: 1em;
   height: 20px;
   font-size: 85%;
}

.posted a.twitter {
   padding: 0 0 0 30px;
   background: url(images/twitter.gif) 0 0px no-repeat;
}

.edit {
   font-size: 80%;
   text-transform: uppercase;
}

.admin {
   font-size: 70%;
   text-transform: uppercase;
}

/* Header */

#header {
   width: 917px;
   height: 115px;
   margin: 0 auto;
   background: url('images/img2.gif') repeat-x;
}

/* Logo */

#logo {
   float: left;
   height: 115px;
   padding: 0 0 0 0;
   background: url('images/img1.gif') no-repeat;
}

#logo * {
   text-decoration: none;
}

#logo a img {
   float: left;
   padding: 50px 0 0 40px;
   padding: 30px 0 0 25px;
   font-size: 300%;
}

/* Menu */

#menu {
   float: right;
   height: 35px;
   padding: 70px 25px 0 0;
   background: url('images/img3.gif') no-repeat right top;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#menu li {
   display: inline;
}

#menu a {
   padding: 0 10px 0 10px;
   border-left: 1px solid #dbdbdb;
   text-transform: lowercase;
   text-decoration: none;
   font-size: 95%;
   color: #3b3b3b;
}

#menu .first a {
   border: none;
}

/* Splash */

#splash {
   width: 877px;
   height: 170px;
   margin: 0 auto;
   background: url('images/img5.gif') repeat-x left bottom;
   border-right: 20px solid #ffffff;
   border-left: 20px solid #ffffff;
}

/* Content */

#content {
   width: 847px;
   margin: 0 auto;
   padding: 30px 35px 0 35px;
   background: #ffffff url('images/img8.gif') no-repeat left bottom;
}

#main {
   float: left;
   width: 620px;
}

#main img {
   float: left;
   display: inline;
   padding-right: 15px;
   margin-right: 5px;
   clear: left;
}

#main ul {
   list-style: disc;
   margin-left: 20px;
   padding-left: 20px;
}

#main form {
   margin: 5px 0;
}

#main form fieldset {
   border: 1px solid #e0e0e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   border-radius: 5px;
   margin: 10px 0;
   padding-left: 15px;
   padding-bottom: 15px;
}

#main form legend {
   font-size: 125%;
   font-weight: normal;
   color: #666666;
}

#main form p {
   margin-top: 5px;
   margin-bottom: 0;
}

#main form label {
   font-size: 90%;
   font-weight: bold;
}

#main form label span {
   font-weight: normal;
}

#main form input[type=submit] {
   min-width: 80px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   border-radius: 5px;
}

#main form #reply {
   font-left: 20px;
   font-weight: bold;
}

#sidebar {
   float: right;
   width: 185px;
   padding: 5px 0 0 0;
}

#sidebar form {
   margin-bottom: 20px;
}

#sidebar h2 {
   margin-top: 20px;
}

#sidebar h3 {
   margin-top: 10px;
}

#sidebar p {
   margin-top: 0;
   margin-bottom: 10px;
}

/* Search */

#search fieldset {
   margin: 0;
   padding: 0;
   border: none;
}

#search input[type=submit] {
   min-width: 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   border-radius: 5px;
   font-weight: bold;
}

/* Footer */

#footer {
}

#footer p {
   margin: 10px 0 -10px 0;
   font-size: 90%;
   text-align: center;
   color: #777777;
}

#footer a {
   color: #5d5d5d;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

