﻿div#Blog
{
	width: 100%;
}

div#ArchiveNav
{
	float: right;
	width: 10%;
	border-left:  inset 3px Silver;
}

.blogEntry
{
	border-top: dashed 1px Silver;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.blogEntryHeader
{
	display: inline;
	vertical-align: middle;
	margin-bottom: 30px;
}

.blogEntryHeader a
{
	color: #ffffdd;
	display: inline;
	font-size: large;
	font-weight: 600;
	text-decoration: none;
}

.entrySubHeading
{
	color: #ffffdd;
	display: inline;
	font-size: medium;
	font-weight: 700;
	text-decoration: none;
}

.publishedOn
{
	margin: .3em 0 0 0;
	color: #BBBBBB;
	font-size: x-small;
}

.blogText
{
	margin-top: 10px;
}

.blogText h2
{
	color: #ffeedd;
	font-size:medium;
	font-weight: bold;
}

.category
{
	margin-right: 1em;
}

.categories
{
	margin: 0;
	color: #BBBBBB;
	font-size: x-small;
}

.categories a
{
	color: #EEEEEE;
	font-size: x-small;
	text-decoration: underline;
}

.numComments
{
	color: #BBBBBB;
	font-size: small;
	text-decoration: underline;
	margin-bottom: .5em;
}

.commentInput
{
	width: 70%;
}

textarea.commentInput
{
	height: 10em;
}

div#btnSubmitDiv
{
	margin-top: .5em;
}

div#divBlogEntryComments
{
	margin-bottom: 1em
}

.divSubmitComment
{
	margin-bottom: 1em
}

.blueFeedLink
{
	background-color: #0237F6;
	position:relative;
	left: 650px;
	top: 25px;
	padding: 1px 10px 1px 10px;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #000066;
	border-top: solid 1px #33CCCC;	
	border-left: solid 1px #33CCCC;	
	font-size: x-small;
	text-decoration: none;
}

.orangeFeedLink
{
	background-color: #FF9933;
	position:relative;
	left: 650px;
	top: 25px;
	padding: 1px 12px 1px 12px;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #663300;
	border-top: solid 1px #FFCC66;	
	border-left: solid 1px #FFCC66;
	font-size: x-small;
	text-decoration: none;
}

.validFeedLink
{
	background-color: #AAAAAA;
	color: Black;
	position:relative;
	left: 644px;
	top: 25px;
	padding: 1px 12px 1px 12px;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;	
	border-left: solid 1px #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}

.commentEntry
{
	background-color: #F0F0F0;
	color: Black;	
	border: solid 2px #CCCCCC;	
	padding: 0.1em 0.5em 0.3em 0.1em;
	margin: 2em 1em 0.1em 0.5em;	
}

.bloggerCommentEntry
{
	background-color: #AAE0E0;
	color: Black;	
	border: solid 2px #55CCCC;	
	padding: 0.1em 0.5em 0.3em 0.1em;
	margin: 2em 1em 0.1em 0.5em;	
}

.commentEntryHeader h1
{
	color: #101010;
	font-size: medium;
	margin: .1em 0 0 0.4em;
}

.commentPublishedOn
{
	color: #101010;
	margin: .1em 0 0 0.6em;
	font-size: x-small;
}

.commentPublishedOn a
{
	color: #101010;
	font-size: x-small;
}

div.commentText pre
{	
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */	
	width: 850px;
	margin: 0.5em 2em 0 1em;
	font-family: Arial;
	font-size: small;
}