HTML, BODY { margin: 0; padding: 0; font: 10pt Courier, "Georgia", Times, serif; color: black; background: white; }
FORM, SCRIPT { margin: 0; padding: 0; }
A { color: black; text-decoration: none; }
A:hover { text-decoration: underline; }
P { color: black; }
IMG { border: 0; }
INPUT, SELECT, TEXTAREA { }
UL, LI { list-style: none; margin: 0; padding: 0; }
H1 { margin: 0; padding: 0; font-size: 10pt; font-weight: normal; margin-bottom: 10px; }
H2 { margin: 0; padding: 0; font-size: 10pt; font-weight: normal; text-align: left; }
.cb { clear: both; }
.h { display: none; }


#wrapper { width: 600px; margin: 40px auto; }
#copy { text-align: center; }

#menu-wrapper { width: 100%; text-align: center; background: white; }
#main-menu { height: 15px; display: inline-block; }
#main-menu LI { float: left; padding: 0 15px; }
#main-menu A { font-size: 10pt; }
#main-menu A:hover { text-decoration: underline; }
#main-menu .mi-active A { color: #B9B9B9; font-weight: bold; text-decoration: none; }
#main-menu .mi A { color: black; font-weight: bold; text-decoration: none; }


#posts { margin-top: 40px; }
#posts LI { margin-bottom: 40px; }
#posts .images LI { margin: 0; }
#posts .toolbar { height: 20px; position: relative; margin-bottom: 3px; }
#posts .toolbar .img-nav { position: absolute; right: 0px; top: 0px; }
#posts .toolbar .img-nav A { text-decoration: none; }
#posts #loader { position: absolute; background: url(/img/loader-1.gif) center center no-repeat; display: none; width: 100%; height: 100%; }
.img-c { position: relative; width: 100%; text-align: center; }

#single-post { margin-top: 20px; }
#single-post .img-static { width: 100%; text-align: center; margin-bottom: 40px; margin-top: 3px; }
#back-arrow { margin-top: 15px; }

.paging { height: 20px; margin: 30px 0; font-size: 10pt; position: relative; }
.paging DIV { text-align: center; }
.paging .active { color: #b9b9b9; }
.paging .arrow { }


