/*  
Theme Name: PRANKLENS Original
Theme URI: http://pranklens.net/
Description: PRANKLENS Original WordPress theme.
Version: 1.0
Author: Shiroiwa
Author URI: http://blog.hakoniwa.net/
*/
@import "/resources/css/default/main.css";

body#blog div#contents h2 {
    margin: 8px 0 8px;
}

body#blog div#contents div#posts {
    float: right;
    width: 550px;
    height: 467px;
    overflow: auto;
}
body#blog div#contents div#posts div.post {
    color: #000;
    background: #F3F3F3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
}
body#blog div#contents div#posts div.post div.header {
    color: #FFF;
    background: #8D0200;
}
body#blog div#contents div#posts div.post div.header td {
    font-size: 80%;
}
body#blog div#contents div#posts div.post div.header td.date {
    width: 200px;
    font-weight: bold;
    padding-left: 10px;
}
body#blog div#contents div#posts div.post div.header td.cat {
    width: 150px;
}
body#blog div#contents div#posts div.post div.header td.comment {
    width: 150px;
}
body#blog div#contents div#posts div.post h2 {
    margin: 4px 10px 0;
    font-size: 130%;
    font-weight: bold;
}
body#blog div#contents div#posts div.post h2 a {
    color: #000;
    text-decoration: none;
}
body#blog div#contents div#posts div.post p {
    margin: 0 10px 16px;
    font-size: 80%;
}
body#blog div#contents h3#comments {
    color: #FFF;
    background: #8D0200;
    margin: 0 0 8px;
    padding-left: 10px;
    font-size: 80%;
    font-weight: bold;
}
body#blog div#contents div.comment {
    margin: 0 10px 8px;
}
body#blog div#contents div.comment div.name {
    font-size: 80%;
}
body#blog div#contents form#commentform {
    margin: 0 10px 8px;
}

body#blog div#contents div#menu_container {
    float: left;
    width: 230px;
}
body#blog div#contents div#menu {
    width: 220px;
    height: 467px;
    margin: 0 auto;
    color: #000;
    background: #F3F3F3;
    font-size: 80%;
}
body#blog div#contents div#menu a {
    color: #00F;
}
body#blog div#contents div#menu table {
    width: 200px;
    margin: 0 auto 10px;
    font-weight: bold;
}
body#blog div#contents div#menu table th,
body#blog div#contents div#menu table td {
    text-align: center;
    font-weight: bold;
}
body#blog div#contents div#menu h2 {
    margin: 0 0 0 10px;
}
body#blog div#contents div#menu ul {
    list-style: square;
    padding-left: 24px;
    margin-bottom: 10px;
}
body#blog div#contents div#menu ul li {
}
