input[type="text"] {
    height: 25px;
}

input[type="text"], textarea {
    padding: 0em 1em;
    border: 1px solid #CCC;
}

textarea {
    width: 80%;
}


/**************************************
 * Posts
 **************************************/

.post, .comment {
    border: 1px solid #EEE;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 1em;
}

.post {
    margin-bottom: 30px;
}

.post .data, .commentmetadata {
    text-align: right;
    font-size: 80%;
}

.post h2 {
    margin-bottom: 0.25em;
}

.post small {
    font-size: 80%;
}

.post .entry {
    margin: 1em 0em;
}

.post .postmetadata {
    text-align: center;
}

.post .bwp-syntax-block {
    border: 1px solid #9F9F9F;
}

.alignright {
    float: right;
}

ul.related_post {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ul.related_post > li {
    display: block;
    padding-left: 1em;
    color: #888;
}

ul.related_post > li:before {
    content: '\00BB \0020';
    color: #222;
}
ul.related_post > li > a > img {
    display: none;
}

/*******************************
 * Comment List
 ******************************/

.commentlist {
    margin-bottom: 30px;
}

.comment {
    width: auto;
}

.commentmetadata {
    position: relative;
    top: -36px;
}

.commentmetadata a {
    color: #888;
}

.comment-body p {
    font-style: italic;
    font-size: 90%;
    color: #444;
    position: relative;
    padding-left: 36px;
}

.comment-body p:first-of-type {
    background: url('/wp-content/themes/ll2014/img/blockquote.png') top left no-repeat;
}


