/* Imports */
@import url("reset.css");
@import url("orj.css");
@import url("top.css");
@import url("sales.css");
@import url("pygment.css");
@import url("adv.css");
@import url("books.css");

body{
    line-height: 1.4em;
}

h1{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
h2{font-size: 1.3em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;margin-top: 1em;}
h5{font-size: 1em;}


header#banner{
    clear: both;
    padding: 1em;
}

article.hentry{
    clear: both;
    padding-top: 1em;
}

h1 a{
    color: #000;
}

h2.entry-title{
    border-bottom: 1px solid #000;
    margin-bottom: 0.5em;
}

h2.entry-title a{
    text-decoration: none;
    color: #000;
    line-height: 1.5em;
}

ul#post-list{
    list-style-type: none;
}

ul#post-list > li{
    margin: 1em 0;
}

footer.post-info{
    margin: 1em 0;
}

address.author{
    float: left;
    margin-right: 1em;
}
p.paginator{
    text-align: center;
    margin: 2em 0;
    clear: both;
}

td.error{
    background-color: pink;
}
span.error{
    font-weight: bold;
    color: #bb0000;
}
h3.explain{
    margin-top: 1em;
    margin-bottom: 0.5em;
}
td.cartbuttonright {
  text-align: right;
}