/* =Buttonize links
-------------------------------------------------------------*/

#comments .comment-reply-link, .navigation .previous a, .navigation .next a {
	color: #003054;
	cursor: default;
	font-weight: bold;
	border: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: white url(../images/background-button.png) repeat-x left bottom; /*-webkit-gradient(linear, 0 60%, 0 100%, from(white), to(#eee));*/
	padding: 3px 10px;
	outline: none;
}
#comments .comment-reply-link:hover, .navigation .previous a:hover, .navigation .next a:hover {
	color: #0094ff;
}
#comments .comment-reply-link:active,  .navigation .previous a:active, .navigation .next a:active {
	border: 1px solid #bbb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8 url(../images/background-button-active.png) repeat-x left top;
}

/* =Blog
-------------------------------------------------------------*/

.attachment-post-thumbnail {
	border: 1px solid #003054;
	display: block;
	margin: 0px auto;
}

.article {
	border-bottom: 1px solid #dedede;
	margin: 10px 0px 30px;
	overflow: hidden;
	padding-bottom: 15px;
}
.article h3 a {
	color: inherit;
	font-weight: bold;
}
.article .meta {
	border-top: 1px solid #003054;
	border-bottom: 1px solid #003054;
	color: #003054;
	font-size: 13px;
	padding: 3px 0px;
}
	.article .meta .comments-link {
		float: right;
	}
.article p {
	margin: 10px 0px;
}
.article .entry {
	overflow: hidden;
}
	.article .page-links {
		cursor: default;
		line-height: 10px;
		text-align: center;
	}
		.article .page-link {
			cursor: pointer;
			display: inline-block;
			width: 10px;
			height: 0px;
			padding-top: 10px;
			background: #0A6296;
			-moz-border-radius: 10px;
			border-radius: 10px;
			overflow: hidden;
			-webkit-transition: background 130ms linear;
		}
		.article a .page-link {
			background: #ccc;
		}
		.article a:hover .page-link {
			background: #888;
		}


.navigation {
	overflow: hidden;
}
	.navigation .previous a {
		float: left;
	}
	.navigation .next a {
		float: right;
	}

/* =Comments
-------------------------------------------------------------*/

#comments {
	margin-top: 20px;
}

#comments ul {
	list-style: none;
	padding: 0px;
}
#comments li.comment {
	background: none;
	border-left: 1px dashed #dedede;
	padding: 15px 0px 0px 15px;
}
	#comments .comment-author {
		border-bottom: 1px solid #dedede;
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 16px;
	}
		#comments .comment-author .avatar {
			vertical-align: middle;
		}
#comments .children {
	padding-bottom: 0px;
}
#comments .fn {
	color: #003054;
	font-style: normal;
	font-weight: bold;
}
#comments .comment-meta a {
	color: inherit;
	font-size: 13px;
	color: #555;
}

#respond {
	border-top: 1px solid #dedede;
	padding: 10px;
	margin: 16px 0px;
}
