.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}
		
.blogEntry {
	/*padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;*/
}

.blogDate {
	color: gray;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}

.blogTitle {
	font-size: 13pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 3px;
}

.blogText {
	font-weight: normal;
	line-height: 1.6em;
}

.blogText p {
	font-weight: normal;
	line-height: 1.6em;
}

.blogText li {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
}

.blogFooter {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	color: gray;	
	letter-spacing: 1.5px;
	border-bottom: 1px dashed gray;
	margin-bottom: 30px;
}

.blogFooter a:link {
	text-decoration: underline;
	color: gray;	
}

.blogFooter a:visited {
	text-decoration: underline;
	color: gray;		
}

.blogFooter a:hover {
	text-decoration: none;
	color: gray;		
}

.blogFooterLeft {
	font-size: 8pt;
	text-align: left;
}

.blogFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
}

.blogText p {
	padding: 0 0 0 0;
}

.blogComments {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
}

.blogCommentsTitle {
	font-size: 11pt;
	font-weight: bold;
	padding: 5 2 5 2;
	letter-spacing: 3px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	width: 100%;
}

.blogCommentsFooter {
	color: gray;
	border-bottom: 1px dotted gray;
	padding: 0 0 20 0;
}

.previousPostsBox {
	margin: 10px;
	line-height: 1.6em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.previousPostsTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: white;
	border-bottom: 1px dashed gray;
}


.blogHomeArchiveBox {
	margin: 10px;
	line-height: 1.6em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.blogHomeArchiveTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: white;
	border-bottom: 1px dashed gray;
}