@charset "utf-8";

/* basic elements */
#main h1 a:link    { color: #4c2907; text-decoration: none; }
#main h1 a:visited { color: #4c2907; text-decoration: none; }
#main h1 a:active  { color: #4c2907; text-decoration: none; }
#main h1 a:hover   { color: #4c2907; text-decoration: none; }

/* main area */
#blog_left { text-align: left; width: 480px; margin: 0; padding: 0 0 10px; float: left; }
#blog_right { text-align: left; width: 200px; margin: 0; padding: 0 0 10px; float: right; border-top: 1px dashed #4c2907; }

/* blog_left */
#blog_left h2 { margin-top: 1em; }
#blog_left h3 { color: #4c2907; margin-top: 0; border-left: 5px solid #cc0066; padding: 0 0 0 8px; }
#blog_left h3 a:link    { color: #4c2907; text-decoration: none; }
#blog_left h3 a:visited { color: #4c2907; text-decoration: none; }
#blog_left h3 a:active  { color: #4c2907; text-decoration: underline; }
#blog_left h3 a:hover   { color: #4c2907; text-decoration: underline; }

/* blog_right */
#blog_right .moduler { margin: 0; padding: 10px 0; border-bottom: 1px dashed #4c2907; }
#blog_right .moduler h2 { color: #333; font-size: 12px; margin: 0; padding: 0; border-bottom: none; }
#blog_right .moduler h2 a { font-weight: bold; line-height: 16px; display: block; margin: 0; padding: 0; width: 200px; }
#blog_right .moduler h2 a:link, #blog_right .moduler h2 a:visited { color: #333; text-decoration: none; }
#blog_right .moduler h2 a:active, #blog_right .moduler h2 a:hover { color: #333; text-decoration: none; background-color: white; }

#blog_right .moduler p { margin-top: 5px; margin-bottom: 0; }
#blog_right .moduler form { margin-top: 5px; margin-bottom: 0; }
#blog_right .moduler ul { clear: both; margin-top: 0; margin-bottom: 0; margin-left: 0; padding-left: 0; list-style-type: none; }
#blog_right .moduler ul li { font-size: 12px; line-height: 130%; background-image: url(/share/img/list_home.gif); background-repeat: no-repeat; background-position: left top; margin-top: 5px; margin-bottom: 0; margin-left: 0; padding: 0 0 0 20px; }

#blog_right p.module-powered { color: gray; font-size: 10px; font-family: sans-serif; padding: 10px; background-color: #ffffff; }
#blog_right p.module-powered a { color: #666; }

/* cal */
#blog_right table.cal { border-collapse: collapse; width: 100%; margin: 5px 0; background-color: white; }
#blog_right table.cal td, #blog_right table.cal th { text-align: center; padding: 3px; border: solid 1px silver; }
#blog_right table.cal th { background-color: #f5f5f5; white-space: nowrap; }

/* trackbacks */
#trackbacks-info { font-family: sans-serif; margin: 10px 0; border: 1px dashed silver; padding: 10px; background: #ffffff; }
