@charset "utf-8";

body {
  text-align: center;
  padding: 30px 0 50px;
}

#container {
  width: 95%;
  margin: 0 auto;
}

#header-outer,
#header {
  background-repeat: no-repeat;
}

#header-outer {
  background-position: right top;
  _padding: 0 5px 0 0;
  padding: 0 10px 0 0;
}

#header {
  background-position: left top;
  _padding: 10px 0 10px 5px;
  padding: 10px 0 10px 10px;
  text-align: left;
}

#header-top-outer,
#header-top,
#header-bottom-outer,
#header-bottom {
  background-repeat: no-repeat;
}

#header-top-outer {
  background-position: right top;
  _padding-right: 5px;
  padding-right: 10px;
}

#header-top {
  background-position: left top;
  _padding-left: 5px;
  padding-left: 10px;
  padding-top: 10px;
  height: 1;
}

#header-bottom-outer {
  background-position: right bottom;
  _padding-right: 5px;
  padding-right: 10px;
}

#header-bottom {
  background-position: left bottom;
  _padding-left: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 1;
}

#contents {
  _padding: 0 5px;
  padding: 0 10px;
  height: 1;
}

#main-outer,
#lef-outer,
#righ-outer {
  overflow: hidden;
}

#main-outer {
  display: inline;
  float: left;
  width: 100%;
}

#main {
  margin: 0 230px;
  text-align: left;
}

#left-outer {
  display: inline;
  float: left;
  width: 220px;
  margin-left: -100%;
}

#right-outer {
  display: inline;
  float: left;
  width: 220px;
  margin-left: -220px;
}

#blog-title {
  padding: 12px 10px;
  font-size: 24pt;
  font-weight: bold;
}

#blog-title a {
  color: #66c;
}

#blog-description {
  padding: 6px 14px;
  font-size: 12pt;
}

#main {
}

#main .article {
  padding: 0 0 30px;
}

#main .article-header {
  padding-bottom: 30px;
}

#main .article-header-title-outer,
#main .article-header-title,
#main .article-header-posted-outer,
#main .article-header-posted {
  background-repeat: no-repeat;
}

#main .article-header-title-outer {
  background-position: right top;
  _padding-right: 5px;
  padding-right: 10px;
}

#main .article-header-title {
  background-position: left top;
  _padding-left: 5px;
  padding-left: 10px;
  padding-top: 10px;
  height: 1;
}

#main .article-header-posted-outer {
  background-position: right bottom;
  _padding-right: 5px;
  padding-right: 10px;
}

#main .article-header-posted {
  background-position: left bottom;
  _padding-left: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 1;
}

#main .article-header {
}

#main .article-header-title h2 {
  padding: 10px 10px;
  font-size: 16pt;
  font-weight: bold;
}

#main .article-header-posted p {
  text-align: right;
  padding: 10px 10px;
  font-size: 9pt;
  font-weight: bold;
}

#main .article-body {
  padding-bottom: 20px;
}

#main .article-body .body,
#main .article-body .more {
  font-size: 12pt;
  line-height: 140%;
  padding: 10px 10px;
}

#main .article-body .body h3,
#main .article-body .more h3 {
  font-size: 14pt;
  font-weight: bold;
  padding: 0 0 15px;
}

#main .article-body .body p,
#main .article-body .more p {
  padding-bottom: 15px;
}

#main .article-body .body ul,
#main .article-body .more ul,
#main .article-body .body ol,
#main .article-body .more ol {
  list-style-position: inside;
  padding: 0 15px 15px;
}

#main .article-body .body ul,
#main .article-body .more ul {
  list-style-type: disc;
}

#main .article-body .body ol,
#main .article-body .more ol {
  list-style-type: decimal;
}

#main .article-body .body li,
#main .article-body .more li {
  line-height: 140%;
}

#main .article-body .body blockquote,
#main .article-body .more blockquote {
  font-size: 11pt;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}

#main .article-body .body a,
#main .article-body .more a {
  text-decoration: underline;
}

#main .article-footer {
  padding: 0 10px 30px;
}

#main .article-footer .posted {
  font-size: 9pt;
  text-align: right;
}

#main .article-footer .posted li {
  display: inline;
}

#main .article-footer .posted li a {
  text-decoration: underline;
}

#main .article-options .section {
  padding: 0 10px 30px;
}

#main .article-options h3 {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 10px;
}

#main .article-options .trackbacks,
#main .article-options .comments,
#main .article-options .comment-form {
  padding-bottom: 10px;
}

#main .article-options .trackback {
  padding: 5px;
  padding-bottom: 10px;
}

#main .article-options .trackback .body {
  font-size: 10pt;
  padding-bottom: 6px;
}

#main .article-options .trackback .posted {
  text-align: right;
  font-size: 8pt;
}

#main .article-options .comment {
  padding: 5px;
  padding-bottom: 10px;
}

#main .article-options .comment .body {
  font-size: 10pt;
  padding-bottom: 6px;
}

#main .article-options .comment .posted {
  text-align: right;
  font-size: 8pt;
}

#main .article-options .comment-form {
  font-size: 8pt;
}

#main .article-options .comment-form p {
  padding-bottom: 10px;
  font-size: 9pt;
  color: #808080;
}

#main .article-options .comment-form th,
#main .article-options .comment-form td {
  padding: 2px 8px;
  font-size: 9pt;
}

#main .article-options .comment-form input[type=text] {
  font-size: 10pt;
  width: 240px;
  padding: 4px;
}

#main .article-options .comment-form textarea {
  line-height: 150%;
  font-size: 10pt;
  width: 360px;
  height: 120px;
  padding: 4px;
}

#pager {
  padding-bottom: 30px;
}

#pager ul {
  text-align: center;
}

#pager ul li {
  display: inline;
  font-size: 9pt;
  padding: 3px;
}

#pager ul li.current {
  font-size: 10pt;
  font-weight: bold;
}

#pager ul li a {
  color: #666;
  text-decoration: underline;
}

#left-outer,
#right-outer,
#left,
#right {
  background-repeat: no-repeat;
}

#left-outer,
#right-outer {
  background: transparent url(/themes/common/img/basic/rc-515609-t.png) no-repeat scroll center top;
  padding: 10px 0 20px;
}

#left,
#right {
  background: #e0e0e0 url(/themes/common/img/basic/rc-515609-b.png) no-repeat scroll center bottom;
  padding: 0 15px 20px;
  text-align: left;
}

#left .section,
#right .section {
  padding-bottom: 20px;
}

#left .section h3,
#right .section h3 {
  font-weight: bold;
  padding: 5px 0 10px;
}

#left .section ul,
#right .section ul {
  _padding: 0 5px 10px;
  padding: 0 10px 10px;
}

#left .section ul li,
#right .section ul li {
  line-height: 170%;
  font-size: 9pt;
}

#left .section ul li a,
#right .section ul li a {
  text-decoration: underline;
}

#right .section ul.tags {
  _padding: 0 5px 10px;
  padding: 0 10px 10px;
}

#right .section ul.tags li.tag {
  line-height: 130%;
  display: inline;
}

#right .section ul.tags li.level-01 { font-size: 10px }
#right .section ul.tags li.level-02 { font-size: 12px }
#right .section ul.tags li.level-03 { font-size: 14px }
#right .section ul.tags li.level-04 { font-size: 16px }
#right .section ul.tags li.level-05 { font-size: 18px }
#right .section ul.tags li.level-06 { font-size: 20px }
#right .section ul.tags li.level-07 { font-size: 24px }
#right .section ul.tags li.level-08 { font-size: 28px }
#right .section ul.tags li.level-09 { font-size: 32px }
#right .section ul.tags li.level-10 { font-size: 36px }

#right .section ul.tags li.tag a {
  text-decoration: underline;
}

#right .section .service-links-outer {
  background: transparent url(/themes/common/img/basic/rc-732895.png) no-repeat scroll center top;
  padding-top: 10px;
  width: 190px;
}

#right .section .service-links {
  background: transparent url(/themes/common/img/basic/rc-732895.png) no-repeat scroll center bottom;
  padding-bottom: 10px;
}

#right .section .service-links ul {
  text-align: center;
  padding: 5px 0;
}

#right .section .service-links ul li {
  text-align: center;
  padding: 5px 0;
}

#right .section .service-links ul li a {
  margin: 0 auto;
  display: block;
}

#right .section .service-links ul li.atom-feed a {
  width: 80px;
  height: 15px;
  background: transparent url(/themes/common/img/basic/atom.png) no-repeat scroll center center;
}

#right .section .service-links ul li a span {
  display: none;
}

#footer-outer,
#footer {
  background-repeat: no-repeat;
}

#footer-outer {
  clear: both;
  background-position: right bottom;
  _padding-right: 5px;
  padding-right: 10px;
  height: 1;
}

#footer {
  background-position: left bottom;
  _padding-left: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 1;
}

#footer-copyright-outer,
#footer-copyright {
  background-repeat: no-repeat;
}

#footer-copyright-outer {
  background-position: right top;
  _padding-right: 5px;
  padding-right: 10px;
}

#footer-copyright {
  background-position: left top;
  _padding-left: 5px;
  padding-left: 10px;
  height: 1;
}

#footer-copyright p.copyright {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 9pt;
}
