/* Reader Review Content 
================================================*/
.commenttime {
	display: none
}

#blogWrap {
	padding: 3px 5px 5px 5px;
	clear: both;
}
#blogWrap a {
		font-size: 100%;
}
#blogWrap a:link {
	color: #FF6600; 
	font-size: 100%;
}
#blogWrap a:visited {
	color: #FF6600;
	font-size: 100%;
}
#blogWrap a:hover {
	color: #ccc;
	font-size: 100%;
}
#blogWrap a:active {
	color: #FF6600;
	font-size: 100%;
}
#blogTitle {
	text-align: center;
	padding: 15px 90px;
	font-style: italic;
}
#blogTitle img {
	margin-bottom: 10px;
}

/* Blog Content 
================================================*/

#blogContent {
	float: left;
	width: 350px;
	margin-right: 5px;
}
.blogArticle {
	margin-bottom: 1em;
}
.blogArticle h2 {
	font: bold 1.3em Georgia,"Times New Roman", serif;
	background: url(/images/book/blogOrnament.gif) left no-repeat;
	padding-left: 10px;
}
.blogArticle h2 a:link{
	font: bold 1.3em Georgia,"Times New Roman", serif;

}
.blogArticle h2 a:visited{
	font: bold 1.3em Georgia,"Times New Roman", serif;

}
.blogArticle h2 a:hover{
	font: bold 1.3em Georgia,"Times New Roman", serif;

}
.blogArticle h2 a:active{
	font: bold 1.3em Georgia,"Times New Roman", serif;

}


.blogCredit {
	font: 0.8 em;
	color: gray;
	margin-bottom: 1em;
}
.blogAuthor {
	font: 1.1em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
}
.blogDate {
	display: none;
}

/* Blog Nav 
================================================*/
#blogNav {
	float:right;
	width: 200px;
	background-color: #EBEBDF;
	padding: 5px 5px;
	text-align: center;
	border-top:	8px solid #666;
	border-bottom:	1px solid #666;
}
#blogNav table {
	text-align: center;
	margin: auto; 
}
#blogNav caption {
	text-align: center;
	margin: auto; 
	font-weight: bold;
	font-size: 1.6em;
}
#blogNav caption {
	text-align: center; 
	font-weight: bold;
	font-size: 1.2em;
}
#blogNav ul {
	padding: 0px 0px 0px 10px;
}
#blogNav li {
	list-style: none;
	text-align: center;
}
#blog_archive_name {
	visibility: hidden;
	height: 0px;
}

/* Blog Article
================================================*/
#articleHead {
	text-align: center;
}
#articleHead p.articleDate {
	font: 1.2em Georgia, "Times New Roman", serif; 
	letter-spacing: 1.2px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dashed #ccc;
}
#articleBody p.articleBody {
	margin: 10px 50px;
	text-align: left;
}

/* Blog Comments
================================================*/
.blogComments {
	border-top: 1px dashed #333;
	padding-top: 10px;
	padding-bottom: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 10px;
	font-size: 90%;
	background: #EBEBDF;
}
.blogComments li {
	float: left;
	list-style: none;
	padding-right: 10px;
	padding-left: 15px;
}
.readMore {
	background: url(/images/book/readMore.gif) left no-repeat;
}
.readComments {
	background: url(/images/book/comment.gif) left no-repeat;
}
.shareYourStory {
	background: #EBEBDF url(/images/book/quoteCloud.gif) no-repeat left;
	padding: 15px 0 5px 70px;
	border-bottom: 1px solid #333;
	height: 30px;
}
.articleComment {
	padding: 5px 10px 5px 40px;
	background: #C0E6F4 url(/images/book/quoteCloudSmall.gif) top left no-repeat;
	margin: 1em 0;
	font-family: Georgia, serif;
	font-size: 0.95em;
	border: 6px solid #fff;
}
.commentAuthor {
	font-weight: bold;
}
.add_a_comment table {
	margin-top: 10px;	
}
.add_a_comment textarea {
	height: 100px;	
}
.leave_comment {
	padding-top: 8px;
}

/* Recent Posts 
=============================================*/
#article_recent {}
#article_recent ul { 
	padding-left: 20px; 
}
#article_recent li {
	text-align: left;
	
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	
	padding-left: 8px; 
	border-bottom: 1px dashed #ccc;
	list-style-image: url(/images/book/blogOrnament.gif);  
	margin: 0px 10px 0px 10px;
}
#article_recent a:link {
	color: #1481B7;
}
#article_recent a:visited {
	color: #1481B7;
}
#article_recent a:hover {
	color: white;
}
#article_recent a:active {
	color: #1481B7;
}

