/*Theme Name: OpenTTD Korea Server
Theme URI: http://ottd.iruis.net
Description: 한국 OpenTTD 서버의 홈페이지를 위해 제작 된 테마.
Version: 2.7
Author: iruis
Author URI: http://ottd.iruis.net
Last Updated: 2009.01.22
*/

/* 포스트 or 페이지 내용 */
.post,
.page {
	color: #333;
	padding: 0 20px;
}

.post h3.title,
.page h3.title {
	margin: 10px 5px;
	font-size: 20px;
	font-family: Gulim, sans-serif;
}

.post h3.title a,
.page h3.totle a {
	color: black;
	text-decoration: none;
}

.post-entry {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #aaa;
	background-color: #faf9f8;
}

.post-entry p {
	text-indent: .5em;
}

.post-entry hr {
	color: #aaa;
	background-color: #aaa;
	border: 0;
	height: 1px;
}

.post-entry ul {
	text-indent: .5em;
	padding-left: 25px;
}

.post-entry ul li {
	list-style-type: circle;
	margin-bottom: 5px;
}

.post-foot {
	padding: 5px;
	margin-bottom: 10px;
	text-align: right;
	background-color: #faf9f8;
	border-bottom: 1px dotted #aaa;
}

.post-time {
	font-size: 10px;
}

.post-meta {
	margin-bottom: 30px;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #efcbcb;
	background-color: #fff2f2;
}

.post-meta ul {
	margin: 0;
	padding: 10px 10px 10px 25px;
}

.post-meta li {
	list-style-type: circle;
}

.post-meta a {
	color: #b32222;
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: underline;
}

.post-page {
	padding: 0 20px;
	height: 40px;
}

.post-page-left {
	float: left;
}

.post-page-right {
	float: right;
}

.post-page a {
	color: black;
}

/* 댓글 스타일 */
.post-comment {
	margin: 0;
	padding: 0 0 0 30px;
}

.post-comment li {
	margin-bottom: 20px;
}

.comment-author {
	border-bottom: 1px dotted #aaa;
}

.comment-content {
	padding: 5px 10px;
	background-color: #faf9f8;
	border-bottom: 1px dotted #aaa;
}

.comment-date {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: right;
}

.comment-write {
	padding-left: 30px;
	margin-bottom: 30px;
}

.comment-write input.write  {
	border-width: 1px 0;
	border-style: dotted;
	border-color: #fcb030;
	background-color: #fff3e0;
}

.comment-write textarea.write {
	width: 100%;
	font-family: Gulim;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #fcb030;
	background-color: #fff3e0;
}

/* 하단 사이드바 */
#wordpress-meta {
	clear: both;
	padding: 0 20px;
}

#wordpress-meta a {
	color: #222;
	text-decoration: underline;
}

#wordpress-meta a:hover {
	text-decoration: underline;
}

#wordpress-meta h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 5px;
	font-size: 14px;
	border-bottom: 1px dotted #aaa;
}

#wordpress-meta ul {
	margin: 0;
	padding: 0;
}

#wordpress-meta li {
	margin-left: 20px;
	list-style-type: circle;
}

#wordpress-meta-member {
	float: left;
	width: 33%;
	display: inline;
}

#wordpress-meta-archives {
	float: left;
	width: 34%;
	display: inline;
}

#wordpress-meta-categories {
	float: left;
	width: 33%;
	display: inline;
}

#wordpress-copyright {
	clear: both;
	text-align: center;
	padding-top: 30px;
}

/* WP의 기본 재공 */
.wp-caption {
	margin: 5px;
	padding: 5px 0;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	text-align: center;
}

div.aligncenter {
	margin: 5px auto;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 dashed #000;
}

.wp-caption p {
	margin: 5px 0 0 0;
	padding: 0;
}