/***** BLOG ENTRY FORM STYLES *****/
.blogEntry input {
	font-family: verdana;
	font-size: 1.6em;
	font-weight: bold;
	color: #ccc;
	width: 700px;
	margin: 2px;
}
.blogDiv {
	width: 100%;
}
.blogDiv blockquote {
	color: #666;
	margin-left: 20px;
	padding-left: 35px;
	border-top: 1px solid #E4E3DD;
	border-bottom: 1px solid #E4E3DD;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	background: #F7F7F3 url("../images/iconBlogQuote.gif") no-repeat top left;
}
.blogDiv a {
	color: #003399;
	text-decoration: underline;
}
.blogDiv a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.blogTitle a {
	color: #003399;
	text-decoration: none;
}
.blogTitle a:hover {
	color: #87C1F5;
	text-decoration: none;
}
.blogDiv h1 {
	color: #003399;
	font-size: 2.2em;
	font-weight: normal;
	font-family: Arial;
	padding-top: 3px;
}
.blogDiv h2 {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #DD6611;	
	padding-top: 3px;
	padding-bottom: 3px;
}
.blogDiv .user {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #87C1F5;	
}
.blogDiv .date {
	font-family: Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #DBD8D8;	
}
.blogDiv .sideBarHeader {
	font-family: Arial;
	font-size: 1.6em;
	color: #87C1F5;	
	height: 30px;
	padding-bottom: 1px;
}
.blogDiv .blogEntry {
	font-size: 1.1em;
	line-height: 2em;
}
.blogEntryFooter {
	width: 597px;
	height: 45px;
	padding: 7px;
	background: url(../images/blogEntryFooter.gif) no-repeat top left; 
}
.blogComments {
	padding-top: 4px;
	text-align: center;
	width: 30px;
	height: 30px;
	background: url(../images/iconBlogComments.gif) no-repeat top left; 
	color: #003399;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
}
.blogCommentsForm input[type="text"]:focus, textarea:focus {
	background: #ECF5FD;
	border: 1px solid #6699CC;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
.blogCommentBox {
	width: 550px;
	padding: 10px;	
}
.blogCommentBoxBlue {
	border-top: 1px solid #D5EBFF;
	border-bottom: 1px solid #D5EBFF;
	background: #EBF4FD;
	width: 577px;
	padding: 10px;
}
.blogSidebarLinks a, .blogSidebarLinks a:hover {
	font-size: 1em;
	text-decoration: none;
} 
.smallGrey {
	font-size: .9em;
	color: #666;
}