/*
Theme Name: phpBB.com
Theme URI: https://www.phpbb.com/
Description: Theme for phpBB.com
Version: 1.0.0
Author: phpBB Teams
Author URI: https://www.phpbb.com/
Tags: 

*/

.clear-both {
	display: block;
	clear: both;
}

p.premeta {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.blogpost {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px #CCCCCC solid;
}

.entry {
	margin-bottom: 1em;
}

#main .blogpost .entry p, #main .commentpost .inner p {
	margin: 1em 0 0 0;
}

.blogpost ul, .blogpost ol, .commentpost ul, .commentpost ol {
	margin-top: 1em;
}

.blogpost blockquote, .commentpost blockquote {
	padding-top: 25px;
	margin-bottom: 20px;
	font-size: 0.95em;
}

#main .blogpost blockquote *:first-child, #main .commentpost blockquote *:first-child {
	margin-top: 0;
}

#main .blogpost h2.title a {
	text-decoration: none;
	color: #000000;
}

.alignleft {
	display: block;
	float: left;
	text-align: left;
}

.alignright {
	display: block;
	float: right;
	text-align: right;
}

.navigation {
	padding-bottom: 10px;
	clear: both;
}

.navigation div {
	width: 50%;
}

#main p.commentauthor {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

cite {
	font-style: normal;
}

body.blog dl.codebox {
	margin-top: 5px;
	font-size: 1.3em;
	width: 100%;
}

#main .entry dl.codebox + p {
	margin-top: 20px;
}