/* Begin Structure */
* {
   margin:0;
   padding:0;
   }

body {
   background:#776067 url(images/body.png) repeat-x;
   cursor:default;
   }

   body, input, select, textarea {
      color:#414141;
      font:8pt Tahoma, sans-serif;
      line-height:1.6;
      }

   body, .center, #footer, #pagination, #eXTReMe, #adsense, #shoutbox {
      text-align:center;
      }

#container {
   background:url(images/container.png);
   margin:0 auto;
   text-align:left;
   width:800px;
   }

#banner {
   background:url(images/banner.png);
   height:407px;
   }

#sidebar {
   float:left;
   padding-left:36px;
   padding-right:8px;
   width:173px;
   }

#contents {
   float:right;
   padding-left:12px;
   padding-right:33px;
   width:535px;
   }

#clear {
   background:url(images/footer.png);
   height:24px;
   }

   #clear, .crown {
      clear:both;
      }

#footer {
   color:#bdc3a8;
   font-size:7pt;
   }
/* End Structure */



/* Begin Typography */
p, ul, ol, table, #adsense, #shoutbox {
   margin-bottom:8pt;
   }

   #contents ul, #contents ol {
      margin-left:30px;
      }

h2 {
   font:italic 14pt Georgia, sans-serif;
   margin-bottom:2pt;
   }

strong { /* tooltip */
   color:#dbdbdb;
   }

   #sidebar h2, #contents strong {
      color:#708090;
      }

   #contents h2 {
      border-bottom:1px dotted;
      color:#483d8b;
      }

a {
   color:#2e8b57;
   text-decoration:none;
   }

a:hover {
   color:#d87093;
   }

#contents img {
   border:1px solid #eee;
   padding:3px;
   }

blockquote {
   border-left:5px solid #e6e6fa;
   color:#515151;
   margin-left:10px;
   padding-left:5px;
   }

em {
   color:#5b4c5b;
   font-family:Times, sans-serif;
   }

input, select, textarea {
   padding:2px;
   }
/* End Typography */



/* Begin Sidebar */
#sidebar ul {
   list-style:none;
   }

#sidebar li {
   border-bottom:1px dotted #776067;
   }

#sidebar li a {
   color:#5b4c5b;
   display:block;
   height:100%;
   padding:2px 5px;
   }

#sidebar li a:hover {
   background:#776067 url(images/menu.png) no-repeat bottom right;
   border-right:3px solid #d87093;
   color:#98fb98;
   }
/* End Sidebar */



/* Begin Classes */
.crown {
   background:url(images/crown.png) no-repeat center;
   height:10px;
   margin:16pt 0;
   }

.avatar, .icon {
   height:100px;
   width:100px;
   }

.avatar {
   margin:5px;
   }

.texture {
   margin:10px;
   }

   a:hover .avatar, a:hover .texture {
      position:relative;
      bottom:1px;
      }

.icon {
   float:right;
   margin:10px;
   }

.author, .gravy {
   float:right;
   margin:6px;
   }

.author {
   height:60px;
   width:60px;
   }

.button {
   height:31px;
   margin:2px;
   width:88px;
   }

.past-layout {
   height:125px;
   width:200px;
   }

.metadata {
   color:#aaa;
   }

img#captcha, img#anti-spam {
   border:0;
   height:20px;
   width:60px;
   }

#pagination {
   letter-spacing:1px;
   }

#comments li {
   clear:both;
   margin-bottom:12pt;
   }

#eXTReMe img {
   border:0;
   }

#form {
   clear:both;
   }
/* End Classes */