/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Style Reset                                   */
/*    $B%V%i%&%6$NFH<+%9%?%$%k$r%j%;%C%H(B              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
* {margin:0;padding:0;}
address{font-style: normal;}
strong{}
em{font-style: normal;}
img{ border: none; vertical-align: bottom; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Option Style                                  */
/*    $BJd=u%9%?%$%k(B                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.NoDisplay{
  display: none;
}
/* -----  Adjust Height Rendering  ----- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Division Layout                               */
/*    $BBgJ,N`$N%G%6%$%s(B                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

body{
  background: #e97a2b;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 75%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #99674c;
  text-align: center;
}
#World{
  background: url(img/decoration/body_back.jpg) no-repeat center top;
  padding: 30px 0;
}

/*   List   */
ol li{
  list-style: decimal outside;
}
/*   Link   */
a{ color: #99674c; text-decoration: none; }
a:hover{ color: #99674c; text-decoration: underline; }

/*   ContentsDivision
------------------------------------------------*/
#ContentsDivision{
  width: 804px;
  margin: 0 auto;
  text-align: center;
  background: url(img/decoration/rpt_contents_back.gif) repeat-y left top;
}
body:first-of-type #ContentsDivision { background: url(img/decoration/rpt_contents_back.gif) repeat-y center top; }
/*   page   */
#page{
  width: 804px;
  background: url(img/decoration/contents_back_bottom.gif) no-repeat center bottom;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

/*   narrowcolumn   */
.narrowcolumn{
  float: left;
  width: 550px;
  padding: 0 0 20px;
  margin: 0;
}
    .narrowcolumn .postmetadata{
      padding-top: 5px;
      text-align: center;
    }
    .narrowcolumn .entry, .widecolumn .entry{
      line-height: 1.4em;
    }
/*   widecolumn   */
.widecolumn{
  float: left;
  width: 550px;
  padding: 0 0 20px;
  margin: 0;
}
  .widecolumn .post{
    margin: 0;
  }
    .widecolumn .postmetadata{
      margin: 30px 0;
    }
    .widecolumn .smallattachment{
      text-align: center;
      float: left;
      width: 128px;
      margin: 5px 5px 5px 0px;
    }
    .widecolumn .attachment{
      text-align: center;
      margin: 5px 0px;
    }
    .postmetadata{
      clear: both;
    }
        .postmetadata ul,
        .postmetadata li{
          display: inline;
          list-style-type: none;
          list-style-image: none;
        }

/*   ContentsHeading   */
.ContentsHeading{
  background: url(img/decoration/heading_border.gif) no-repeat left bottom;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
    .ContentsHeading h2{
      color: #99674c;
    }
    .ContentsHeading small{
      color: #808080;
    }

/*   header
------------------------------------------------*/
#header{
  background: url(img/decoration/contents_back_top.jpg) no-repeat center top;
  height: 125px;
  padding: 60px 0 0 190px;
  text-align: left;
  font: Century Gothic, sans-serif;
  color: #463128;
}
    #header a{ color: #463128; }
    #header a:hover{ text-decoration: underline; }
    #header h1{
      font-size: 230%;
    }

/*   MainContentsArea
------------------------------------------------*/
#MainContentsArea{
  padding: 0 35px 30px;
}

/*   content
------------------------------------------------*/
#content .pagetitle{
  background: #FFE7DF;
  padding: 5px;
}
.navigation{
  display: block;
  text-align: center;
  margin: 10px 0 15px;
}
  .alignleft{
    display: inline;
    margin-right: 10px;
    text-align: left;
  }
  .alignright{
    display: inline;
    margin-left: 10px;
    text-align: right;
  }
#content .SearchBox{
  border-bottom: 1px dotted #99674c;
  margin-bottom: 10px;
  padding: 5px;
}
    #content .SearchBox small{
      color: #808080;
    }
    #content .SearchBox .post{
      margin-bottom: 0;
    }
#content .NoMatch{
  width: 50%;
  margin: 15px auto 0;
}
    #content .NoMatch #s{
      width: 200px;
      padding: 2px;
      border: 1px solid #fcac70;
    }

/*   post   */
.post{
  margin: 0 0 60px;
  text-align: justify;
}

/*   entry   */
.entry p{
  line-height: 1.5em;
}
html>body .entry ul{
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
}
    html>body .entry li{
      margin: 7px 0 8px 10px;
    }
    .entry ul li:before{
      content: "\00BB \0020";
    }
.entry ol{
  padding: 0 0 0 35px;
  margin: 0;
}
    .entry ol li{
      margin: 0;
      padding: 0;
    }
.entry form{ /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}
/*   AttentionBlock   */
.AttentionBlock{
  border: 1px dotted #ffbd1f;
  margin: 5px 0 10px;
  padding: 10px;
}
    .AttentionBlock h4,
    .AttentionBlock li{
      color: #808080;
    }
    .AttentionBlock h4{
      margin-bottom: 3px;
      color: #cf9200;
    }
    .AttentionBlock ul{
      margin-left: 20px;
    }

/*   CommentTable   */
.CommentTable{
  width: 100%;
}
    .CommentTable th{
      width: 20%;
    }
    .CommentTable td{
      width: 80%;
    }
        .CommentTable td input{
          padding: 2px;
          border: 1px solid #fcac70;
        }
textarea{
  padding: 2px;
  border: 1px solid #fcac70;
}
h3.comments{
  padding: 0;
  margin: 40px auto 20px ;
}
.commentlist{
  margin-bottom: 50px;
  padding: 0;
  text-align: justify;
}
    .commentlist li{
      margin: 15px 0 3px;
      padding: 5px 10px 3px;
      list-style: none;
      font-weight: bold;
    }
        .commentlist li .avatar{ 
          float: right;
          border: 1px solid #eee;
          padding: 2px;
          background: #fff;
        }
        #commentform input#author{
          width: 50%;
        }
        #commentform input#email{
          width: 90%;
        }
        #commentform input#url{
          width: 90%;
        }
    .commentlist p{
      margin: 10px 5px 10px 0;
      font-weight: normal;
      line-height: 1.5em;
      text-transform: none;
    }
    .commentlist cite,
    .commentlist cite a{
      font-weight: bold;
      font-style: normal;
      font-size: 1.1em;
    }


/*   SideBarAre
------------------------------------------------*/
/*   SideBarArea   */
#SideBarArea{
  float: right;
  width: 160px;
  background: url(img/decoration/menu_back_bottom.gif) no-repeat left bottom;
}
  #SideBarArea .SideBarBlock{
    background: url(img/decoration/menu_back_top.gif) no-repeat left top;
    padding-top: 16px;
  }
      #sidebar{
        width: 145px;
        margin: 0 auto;
        padding: 0 0 10px 0;
        font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
      }
          #sidebar h2{
            height: 18px;
            background: url(img/decoration/menu_heading_back.gif) no-repeat 0 0;
            padding: 4px 0 4px 15px;
            font-size: 87.5%;
          }
          #sidebar #searchform{
            margin: 10px auto;
            padding: 5px 0;
            text-align: center;
          }
              #sidebar #searchsubmit{
                padding: 1px;
              }
              #sidebar #searchform #s{
                width: 138px;
                margin-bottom: 2px;
                padding: 2px;
                border: 1px solid #fcac70;
              }
              #sidebar form{
                margin: 0;
              }
          #sidebar ul,
          #sidebar ul ol{
            margin: 0;
            padding: 0;
          }
              #sidebar ul li{
                list-style-type: none;
                list-style-image: none;
                margin-bottom: 15px;
                color: #fff;
              }
                  #sidebar ul li h2{
                    color: #99674c;
                  }
                  #sidebar ul li a{
                    color: #fff;
                  }
                  #sidebar ul li a:hover{
                    text-decoration: underline;
                  }
              #sidebar ul p,
              #sidebar ul select{
                margin: 5px 0 8px;
              }
              #sidebar ul ul,
              #sidebar ul ol{
                margin: 5px 0 0 10px;
              }
              #sidebar ul ul ul,
              #sidebar ul ol{
                margin: 0 0 0 10px;
              }
              #sidebar ul ol li{
                list-style: decimal outside;
              }
              #sidebar ul ul li,
              #sidebar ul ol li{
                margin: 3px 0 0;
                padding: 0;
              }
              #sidebar ul ul li:before{
                content: "\00BB \0020";
              }





/*   $B$3$3$+$i@0Hw$5$l$F$$$J$$(B   */

.alt{
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


#commentform p{
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata{
  font-weight: normal;
}

code{
  font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
  font-size: 0.9em;
  letter-spacing: .07em;
}


#wp-calendar th{
  font-style: normal;
  text-transform: capitalize;
}
/* End Typography & Colors */






select{
  width: 130px;
}

#commentform input{
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea{
  width: 100%;
  padding: 2px;
}

#commentform #submit{
  margin: 0;
  float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt{
  margin: 0;
  padding: 10px;
}


#commentform p{
  margin: 5px 0;
}

.nocomments{
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata{
  margin: 0;
  display: block;
}
/* End Comments */





/* Begin Calendar */
#wp-calendar{
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a{
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a{
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a{
  display: block;
}

#wp-calendar caption{
  text-align: center;
  width: 100%;
}

#wp-calendar td{
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover{ /* Doesn't work in IE */
  background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps{
  cursor: help;
}

acronym, abbr{
  border-bottom: 1px dashed #999;
}

blockquote{
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

blockquote cite{
  margin: 5px 0 0;
  display: block;
}

.center{
  text-align: center;
}

.hidden{
  display: none;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End captions */

