@charset "utf-8";

/* global layout */

body {
  text-align: center;
  padding: 0 0 ;
}

#container-outer {
  width: 840px;
  margin: 0 auto;
}

#container {
}

#header-outer {
  height: 300px;
}

#header {
  text-align: left;
}

#main-outer {
  float: right;
  width: 580px;
  padding: 0 10px;
  margin-left: auto;
}

#main {
  padding: 10px 10px 0;
  text-align: left;
}

#left-outer {
  float: left;
  width: 230px;
  padding: 160px 0 0 10px;
}

#left {
  padding: 10px 10px 0;
  text-align: left;
}

#footer-outer {
  clear: both;
}

/* design */

body {
  background-color: #2cc48b;
}

#container-outer {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(/themes/pretty-birds/img/container-outer-bg.jpg) ;
  background-color: #b4e280;
}

#container {
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(/themes/pretty-birds/img/container-bg.jpg) ;
}

#header-outer {
}

#header {
  padding: 60px 200px 0 30px;
}

#header-body {
}

#blog-title {
  padding: 0 0 10px 0;
  font-size: 36pt;
  font-weight: bold;
  line-height: 120%;
}

#blog-title a {
  color: #ffffff;
}

#blog-description {
  padding: 10px 0 0 0;
  font-size: 12pt;
  color: #ffffff;
}

#main {
}

#main .article-outer {
  padding-bottom: 40px;
}

#main .article {
}

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

#main .article-title {
  padding-top: 18px;
  font-size: 24pt;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: 20px;
}

#main .article-title a {
  color: #58082d;
}

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

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

#main .article-body .body {
  color: #1c746b;
  font-size: 12pt;
  padding-bottom: 10px;
}

#main .article-body .body h3 {
  font-size: 14pt;
  font-weight: bold;
  line-height: 50px;
  color: #df9d22;
}

#main .article-body .body h4 {
  font-size: 12pt;
  font-weight: bold;
  line-height: 45px;
  color: #58082d;
}

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

#main .article-body .body ul,
#main .article-body .body ol {
  padding-left: 10px;
  padding-bottom: 10px;
  list-style-position: inside;
}

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

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

#main .article-body .body blockquote {
  background-color: #d4f2a0;
  border: 1px solid #cccccc;
  padding: 5px;
}

#main .article-body .body a {
  color: #66f;
}

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

#main .article-footer .tags {
}

#main .article-footer .tags li {
  font-size: 9pt;
  display: inline;
}

#main .article-footer .tags li a {
  color: #c00;
}

#main .article-footer .posted {
}

#main .article-footer .posted li {
  font-size: 9pt;
  display: inline;
}

#main .article-footer .posted li a {
  color: #666;
  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 {
  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 {
  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;
  color: #333;
}

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

#left {
}

#left .section-outer {
  padding-bottom: 10px;
}

#left .section {
}

#left .section h3 {
  color: #df9d22;
  font-weight: bold;
  padding-bottom: 10px;
}

#left .section ul {
  padding-left: 20px;
}

#left .section ul li {
  font-size: 10pt;
}

#left .section ul li a {
  color: #333;
  text-decoration: underline;
}

#left .section ul li a:hover {
  color: #f30;
}

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

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

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

#left .section.service_links {
}

#left .section.service_links ul {
  text-align: center;
  padding: 5px 0;
}

#left .section.service_links ul li {
  text-align: center;
  padding: 5px 0;
}

#left .section.service_links ul li a {
  margin: 0 auto;
  display: block;
}

#left .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;
}

#left .section.service_links ul li a span {
  display: none;
}

#footer-copyright-outer {
  padding: 20px 10px 50px;
}

#footer-copyright {
  padding-top: 10px;
  text-align: center;
}

#footer-copyright p.copyright {
  padding: 50px 0 20px;
  font-size: 11pt;
  color: #ffffff;
}
