/*
Theme Name: Olde Heritage Theme
Theme URI: http://www.oldeheitage.com/
Description: The official Olde Heritage theme.
Version: 1.0
Author: oneGOG
Author URI: http://www.theedesign.com/
*/

/* Post Title */
h2 a { color: #003024; }
small.post-date { margin-bottom: 20px; padding: 2px 5px; background: #edf2f1; display: block; color: #005841; }
/* ---xxx--- */

/* Post Text */
.post-text {}
.post-text p { font-size: 13px; line-height: 1.3p; }
.post-text a { color: #C83541; }
.post-text a:hover { text-decoration: underline; }
.post-text ul, .post-text ol { margin: 0 0 15px 25px; color: #444; font-size: 13px; }
.post-text blockquote { margin-bottom: 15px; font-style: italic; }
.wp-caption {
	margin-bottom: 15px;
	padding: 5px 0;
	background: #efefef;
	text-align: center;
	border: #ccc 1px solid;
}
.wp-caption p.wp-caption-text {
	margin: 4px 5px 0;
	color: #777;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}
/* ---xxx--- */

/* Post Meta */
.post-meta {
	margin-bottom: 30px;
	padding: 5px 0;
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
}
.post-meta p { margin: 0; font-size: 11px; }
.post-meta a { color: #C83541; }
.post-meta a:hover { text-decoration: underline; }
/* ---xxx--- */

/* Sub-Navigation */
.sub-nav { margin: 10px 0; list-style-type: none; border-top: #7FABA0 1px dotted; }
.sub-nav li {
	height: 27px;
	margin: 0;
	padding: 1px 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	border-bottom: #7FABA0 1px dotted;
}
.sub-nav li a {
	height: 21px;
	margin: 0;
	padding: 6px 20px 0;
	color: #005841;
	display: block;
}
.sub-nav li a:hover, .sub-nav li.current { background: url(../../../../assets/images/subnav-hover.png) no-repeat; }
.sub-nav li.current a:hover { background: none; }
/* ---xxx--- */

/* Sub-Navigation Blog */
.sub-nav-blog { margin-left: 20px; list-style-type: none; }
.sub-nav-blog li {
	padding: 2px 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
.sub-nav-blog li h2 {
	margin-bottom: 2px;
	color: #005841;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
.sub-nav-blog li ul { margin-left: 25px; }
.sub-nav-blog li ul li { font-style: italic; }
.sub-nav-blog li ul li a { color: #C83541; }
.sub-nav-blog li ul li a:hover { text-decoration: underline; }
/* ---xxx--- */

/* Page Navigation */
.page-navigation p a { color: #005841; }
.page-navigation p a:hover { text-decoration: underline; }
.page-navigation p.float-left { float: left; }
.page-navigation p.float-right { float: right; }
/* ---xxx--- */

/* Comments */
h3.comments-title { color: #003024; border-bottom: #DDD 3px double; }
ol.commentlist { margin-left: 25px; font-size: 13px; }
ol.commentlist li { margin-bottom: 15px; border-bottom: #DDD 1px dotted; }
ol.commentlist li p {
	margin-bottom: 0;
	padding: 10px 0 10px 55px;
	min-height: 29px;
	background: url(../../../../assets/images/quotiation-mark.png) no-repeat top left;
	background-position: 0 10px;
	font-size: 13px;
	font-style: italic;
	border-top: #DDD 1px dotted;
}
ol.commentlist li .comment-author { color: #005841; }
ol.commentlist li .comment-author a { color: #003024; text-decoration: underline; }
ol.commentlist li .comment-author cite { color: #003024; font-weight: bold; }
ol.commentlist li .comment-meta {
	margin: 5px 0 1px;
	padding: 2px 5px;
	background: #edf2f1;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: right;
}
ol.commentlist li .comment-meta a { color: #005841; }

#commentform input#submit { width: 150px; margin: 10px 0 0; text-transform:uppercase; }
/* ---xxx--- */