@charset "UTF-8";

html {
    background-color: #e3f1b8;
    font-family: "Lucida Grande", Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: rgb(135,90,41);
    text-decoration: none;
}

body.wrapper {
    border-top: 7px solid #d0ddaa;
    margin: 20px auto 5px;
    position: relative;
    width: 750px;
}

header, article {
    background-color: #fff;
    padding: 10px;
}

header:after {
    background: url(../img/ethan.png) no-repeat;
    content: "";
    height: 300px;
    position: absolute;
    right: -140px;
    top: 10px;
    width: 300px;
}

article {  margin-top: -20px;  }

article p {
    color: #333;
    font-size: .9em;
    line-height: 1.5;
    margin: 5px 100px 0 0;
    text-align: justify;
}


section {
    border-bottom: 1px solid #d8e2bb;
    margin-left: 20px;
    padding: 10px;
}

section:last-child {  border-bottom: none;  }


header h1, h1 a {
    color: #995617;
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.4em;
    letter-spacing: 0;
    margin: 20px 0;
    text-shadow: none;
}

a.author {
    color: #959720;
    display: block;
    font-family: "Myriad Pro", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 10px;
    margin: -35px 0 35px 47%;
    text-indent: 0;
    transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
}

h1 a, footer h2 {
    border: 7px solid rgb(205,194,167);
    border-radius: 7px;
        -moz-border-radius: 7px;
    color: rgb(205,194,167);
    display: inline-block;
    margin: 15px;
    opacity: .4;
    position: absolute;    
    text-shadow: none;
    letter-spacing: 1px;
    font-family: Impact, Helvetica, "Arial Black", sans-serif;
    font-size: 3.5em;
    transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
  z-index: 0;
}

h1 a, h1 a:visited {
    color: rgb(205,194,167);
    font-size: 2.2em;
    margin: -7px 5px;
    opacity: .7;
    padding: 2px;
    position: relative;
    text-transform: uppercase;
}


h2 {
    color: #519c1c;
    font-family: "Myriad Pro", Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 2mm;
    margin: .3em 0;
    text-shadow: rgb(113, 222, 201) 1px 1px 0;
}

h2 span:lang(en) {  font-weight: bold;  letter-spacing: 1px;  }


/* Comments and footer */
footer {
    background-color: #dde6c1;
    border-bottom: 5px #d0ddaa solid;
    display: none;
    height: 160px;
    margin: -10px auto 0;
    position: relative;
    width: 750px;
}

#comments {
    height: 140px;
    left: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    position: absolute;
    width: 60%;
}

#comments li {
    height: 160px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#comments li span {
    color: rgb(135,46,29);
    display: block;
    font-size: .7em;
}

#comments li .poster {  font-weight: bold;  }

#comments p {
    height: 85px;
    margin: 5px 0;
    overflow: hidden;
    padding: 5px;
    width: 440px;
}

#comments p:hover {  height: auto;  }

footer #nav {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 26.5%;
    top: -5px;
    width: 100px;
}

footer li {  display: inline-block;  }
footer li a {
    background-color: #c70d4f;
    border: none;
    display: block;
    height: 10px;
    outline: none;
    text-indent: -99999px;
    width: 10px;
}

form {
    margin: 0;
    padding: 7px;
    position: absolute;
    right: 0;
    width: 32%;
}

form input, form textarea {  
    border: none;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
    color: #111;
    font-size: .8em;
    margin-bottom: 5px;
    opacity: .6;
    padding: 3px 0;
    width: 70%;
}

form input[type=submit] {  float: right;  width: 27%;  }
form input[disabled] {  opacity: .2;  }
form textarea {  height: 103px;  width: 100%;  }

.comments.button {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
    background-color: #d0ddaa;
    display: block;
    font-size: .8em;
    font-weight: bold;
    right: 0;
    outline: none;
    padding: 7px 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.comments.button span:lang(en):before {  content: "\200A";  }




