
/* 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: 0px !important; font-size: 16px; color: #02203e !important; border-bottom: 1px solid #dae3ec; padding-left: 15px; }
#leftSection ul ul { margin: 0 0 30px 15px; }
#leftSection a { display: block; color: #02203e !important; font-size: 13px; text-decoration: none; border-bottom: 1px solid #d1dce7; padding: 5px 7px; width: 130px; }
#leftSection a:hover { color: #b8b9bc !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; font-size: 16px; color: #000; margin-top: 30px; }
.post h2 a, .post h3 a {  text-decoration: none; color: #000; font-weight: bold; }
.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; }
