/**** sidebar ****/
#sidebar { float: left; width: 20%; padding: 5px 2px; text-align: center; }
#sidebar .sidebar_infobox { clear: both; border: solid 1px #8c4413; position: relative; overflow: hidden; background-color: #f9dea6; padding: 0; margin: 0 auto; width: 90%; text-align: left; }
#sidebar .sidebar_infobox h5 { text-decoration: none; font-style: italic; display: block; width: 100%; height: 20px; line-height: 20px; padding: 0 10px; margin: 0; background-color: #c05812; border-bottom: solid 1px #8c4413; color: #fff; font-size: 10pt; }
#sidebar .sidebar_infobox p { margin: 0; padding: 1px 3px; }
#sidebar span.post_date { color: #666; font-size: 8pt; }

#sidebar span.update_text a,
#sidebar span.update_text a:link,
#sidebar span.update_text a:active,
#sidebar span.update_text a:visited { font-size: 10pt; color: #9e5f18; text-decoration: underline; }

#sidebar span.update_text a:hover { color: #699135; text-decoration: underline; }

#sidebar table.sidebar_statistics { padding: 0; width: 100%; font-size: 8pt; }
#sidebar table.sidebar_statistics th { padding: 2px 3px; width: 70%; text-align: left; }
#sidebar table.sidebar_statistics td { padding: 2px; width: auto; text-align: right; color: #339933; font-weight: bold; }

#sidebar_links { list-style-type: none; margin: 0; padding: 0; font-size: 8pt; }
#sidebar_links li { clear:both; float:left; width:100%; }

#sidebar_links .one { background-color: transparent; }
#sidebar_links .two { background-color: #f3bd4e; }

#sidebar_links .one a:hover { background-color: #f2a38e; }
#sidebar_links .two a:hover { background-color: #e14f39; }


#sidebar_links .one a,
#sidebar_links .one a:link,
#sidebar_links .one a:visited,
#sidebar_links .one a:active,
#sidebar_links .two a,
#sidebar_links .two a:link,
#sidebar_links .two a:visited,
#sidebar_links .two a:active { text-decoration: none; font-weight: bold; color: #fff; display:block; padding: 3px 2px; width:100%; }

#sidebar_links .one a:hover, #sidebar_links .two a:hover { text-decoration: underline; color: #666; }
