/* Blog post / Article styles */
#blog-article-container {
	padding: 2px;
}
.blog-page-heading {
	/*background-color: #EEE;
	border: 1px solid #999;*/
}
.blog-page-heading h3 {
	color: #666633;
	font-size: 17px;
	margin-bottom: 0px;
}
.blog-page-date {
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
}
.blog-page-title {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
}
.blog-photolist {
	float:right;
	display:inline;
	/*width:150px;*/
	margin: 5px 0 0 5px;
}
.blog-photo {
	margin-bottom: 5px;
}
.blog-photo img {
	border: 1px solid black;
}
.blog-page {
}
.blog-page p {
	margin-top: .4em;
}
.blog-page-empty {
}
.blog-nav {
	margin-top: 1em;
	font-weight: bold;	
}
.blog-nextprev-nav {
}
.blog-pages-nav {
	margin:0 15px;
}
.blog-comments-container {
	margin: 1em .3em;
	padding: .3em;
	background-color: #F8F8F8;
	border: 2px solid #CC6633;
}
.blog-comments-heading {
	font-weight: bold;
}
.blog-commentlist {
}
.blog-commentlist-empty {
	margin-top: 1em;
	font-weight: bold;
	font-style: italic;
}
.blog-comment {
	margin-top: 1em;
}
.blog-comment-heading {
	/*background-color: #EEE;
	border: 1px solid black;*/
	padding: .2em;
}
span.blog-comment-name, span.blog-comment-email a, span.blog-comment-date {
	color: #CC6633;
	font-size: 14px;
}
.blog-comment-name {
	font-weight: bold;
}
.blog-comment-email {
}
.blog-comment-date {
	font-style: italic;
}
.blog-comment-body {
}
.blog-comment-body p {
	margin-top: .4em;
}
.blog-comment-add {
	margin-top: 1em;
	font-weight: bold;
}
.blog-comment-add a {
}


/* Blog post / Article title list styles */
#blog-titlelist-container {
	/*float:right;
	clear:right;
	display:inline;
	width:300px;
	border:1px solid #999;
	background-color:#EEE;
	padding:5px;*/
}
.blog-titlelist {
	margin-left: 1em;
	list-style: disc;
}
.blog-titlelist-empty {
}
.blog-titlelist-item {
}
.blog-titlelist-date {
}
span.blog-titlelist-title {
	color: #666633;
	font-size: 14px;
	font-weight: bold;
}
span.blog-titlelist-title a {
	color: #666633;
}
.blog-titlelist-more {
}


/* Blog post / Article synopsis list styles */
#blog-synoplist-container {
	/*margin-right:340px;*/
}
.blog-synoplist {
}
.blog-synoplist-empty {
}
.blog-synoplist-item {
	margin-bottom: 1.3em;
}
div.blog-synoplist-title {
	color: #666633;
	font-size: 14px;
	font-weight: bold;
}
div.blog-synoplist-title a {
	color: #666633;
}
.blog-synoplist-date {
	font-style: italic;
}
.blog-synoplist-synopsis {
}
.blog-synoplist-synopsis p {
	margin-top: .4em;
}
.blog-synoplist-readall {
	margin-top: .4em;
}
.blog-synoplist-hascomments {
}
.blog-synoplist-more {
	padding-left: 4px;
}

