
/* LAYOUT */
/* ----------------------------------------- */

#leftSection { }
#leftSection ul { margin: 0; padding: 0; overflow: hidden; }
#leftSection li { list-style: none; margin-bottom: 1px !important; }
#leftSection h2 { text-indent: 0 !important; background: none !important; margin-bottom: 5px !important; font-size: 18px; color: #cd0000 !important; }
#leftSection ul ul { margin: 0 0 10px 0; }
#leftSection a { display: block; color: #fff !important; font-size: 14px; text-decoration: none; padding: 5px 5px; background: #002654; }
#leftSection a:hover { background: #c00000; color: #fff !important; }
#leftSection #s { width: 100px; }
#leftSection #searchform { margin-bottom: 20px; }


.post { margin-bottom: 30px; }
.post h2, .post h3 { margin-bottom: 0px !important; padding: 0 !important; }
.post h2 a, .post h3 a { color: #002654; text-decoration: none; }
.post p { margin-bottom: 10px !important; }
.post p.info { margin-bottom: 5px !important; font-size: 10px !important; }

code { font-weight:normal !important; font-size: 10px !important;  }

form p { margin-bottom: 5px !important; }

.comments { margin: 0; overflow: hidden; }
.comments li { list-style: none; clear:both; overflow: hidden; margin-bottom: 10px; }
.comments .details { float: left; width: 80px; }
.comments .message { float: right; width: 300px; }
#comments { margin-bottom: 10px !important; }
#respond { margin-bottom: 10px !important; }

.oldPosts { margin: 0; }
.oldPosts li { list-style: none; }

.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }