/*
Theme Name: Blogum Customized
Description: Child theme for the blogum theme 
Author: Patrick
Template: blogum
*/

@import url("../blogum/style.css");


#post_related {
    clear: both;
}

#related_post_title {
    border-top: 1px solid #E9E9E9;
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    width: 145px;
}

#related_posts {
    border-top: 1px solid #E9E9E9;
    float: right;
    padding-top: 15px;
    width: 545px;
}

#related_posts ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#related_posts li {
    display: block;
    float: left;
    width: 150px;
    margin: 10px;
    /*background: #eaeaea;*/
    border: solid 3px #eaeaea;
}

#related_posts li:hover {
    border: solid 3px #CCCCCC;
}

#related_posts li img {
    width: 150px;
    max-height: 150px;
    /*border: solid 3px #CCCCCC;*/
}

.relatedcontent {
    padding: 5px;
    color: #9D9D9D;
}

.relatedcontent a {
    border-bottom: 1px solid #E5E5E5;
    color: #000000;
    text-decoration: none;
    /*font-weight: normal;*/
}

.relatedcontent a:hover {
    border-bottom: 1px solid #000000;
}

.pagination a {
	font-size: 250%;
    font-weight: bold;
}

pre code {
	font-size: medium;
	width: 533px;
	overflow-x: auto;
	overflow-y: auto;
}

.post_tags {
	clear:both;
	margin-top: 20px;
}

.author-comment {
	background-color: #fbfbff;
}

.comment_list .comment_meta {
	padding-left: 10px;
}

/*.comment_list ul.children {
	margin-left: 30px;
}

.comment_list ul.children .comment_text {
	width:700px;
}*/

.comment_text ul {
	margin: 10px;
}

.comment_text li {
	margin-top: 10px;
}

.footer {
	clear: both;
	height: auto;
	margin-top: 20px;
}

.middle {
    padding-bottom: 20px;
}

.comment_text {
    padding-right:10px;
    width: 775px;
}
.comment_text pre code {
    width: 745px;
}
.comment_text code {
    width: 745px;
}


#pingbacks {
	margin-top: 30px; 
	padding-top:20px;
	clear:both;
}

#pingback_title {
	border-top: 1px solid #E9E9E9; 
	width: 145px; 
	padding-top:20px; 
	float: left; 
	font-size: 16px; 
	font-weight: bold;
}
#pingback_content {
	border-top: 1px solid #E9E9E9; 
	padding-top:20px; 
	float: right; 
	width: 780px;
}
#pingback_content li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}