@charset "utf-8";
/* CSS Document */

/* General */
body, h1, h2, h3, h4, h5, h6, blockquote, p { margin: 0; padding: 0; }
body { font-family: Arial,Helvetica,sans-serif; font-size: 13px; text-align: center; vertical-align: top; background: #ffffff; color: #000000; }
img { border: 0; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }

/* Layout */
#archives { float: left; width: 480px; }
#categories { float: left; width: 480px; }
#container { float: left; width: 480px; }
#footer { clear: both; float: left; width: 750px; }
#header { float: left; width: 750px; margin-top: 10px; }
#leftsidebar { float: left; width: 150px; margin: 0 10px 0 0; display: inline; }
#rightsidebar { float: left; width: 100px; background: #eeeeee; margin: 0 0 0 10px; display: inline; }
#searchformdiv { float: left; margin-top: 15px; display: inline; }
#wrapper { margin: 0 auto 0 auto; padding-bottom: 30px; width: 750px; text-align: left; }

/* Posts */
.post { float: left; clear: both; padding: 10px 0 10px 0; width: 100%; }
.post h2 { font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-decoration: bold; line-height: 24px; }
.post h2 a { color: #0099FF; }
.post p { padding: 10px 0 0 0; }
.post p.categories { padding: 5px 5px 0 0; margin-bottom: 5px; font-size: 1.167em; }
.post p.categories a { color: #0099FF; font-weight: bold; }
.post p.postmetadata { border-bottom: 1px solid #ccc; margin: 5px 0 0 0; padding-bottom: 10px; }
.entry { line-height: 18px; }
.entry h4 { color: #0099FF; padding-top: 12px; }

/* Archives etc */

#leftsidebar h2 { color: #0099FF; font-size: 16px; margin: 12px 0 6px 0; }
#leftsidebar li { background: url('images/bullet.gif') left top no-repeat; padding-left: 15px; margin-left: -15px; list-style-type: none; margin-bottom: 6px; }
#leftsidebar ul { padding: 0; margin: 0; }

.simptitle { padding: 5px 5px 0 0; margin-bottom: 5px; font-size: 1.167em; font-weight: bold; }

#date { float: left; width: 200px; display: inline; }
#banner { float: left; width: 750px; display: inline; margin-bottom: 20px; }
#signup { float: right; width: 300px; display: inline; text-align: right; vertical-align: top; }
#topmenu { float: left; margin: 0px 0 0 0; }

#topmenu ul { list-style: none; padding: 0; margin-top: 5px; }
#topmenu li { float: left; margin: 0 2px; background-color: #399736; } 
#topmenu li a { height: 24px; line-height: 24px; float: left; width: 90px; display: block; border: 2px solid #266424; color: #FFF; text-decoration: none; text-align: center; font-weight: bold; }
#topmenu li a:hover { text-decoration: underline; }

