/***** BLOG ENTRY FORM STYLES *****/
.blogEntry input {
	font-family: arial;
	font-size: 1.6em;
	font-weight: bold;
	color: #ccc;
	margin: 2px;
}

.blogEntry input[type="text"]:focus {
	font-family: arial;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 2px;
}

.blogEntry p, blockquote {
	padding: 6px 0 6px 0;
	width: 97%;
	line-height: 24px;
}

.blogDiv {
	width: 100%;
}

.blogContent { 
	width: 97%;
}

.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;
}

.linkDownload {
	padding-left: 25px;
	background: url("../images/silkIcons/drive_web.png") no-repeat left;
}

.blogDiv .blogTitle, .blogDiv .blogTitle a, h1 {
	font: 24px palatino, georgia, Times;
	color: #333;
	text-decoration: none;
	padding-bottom: 6px;
}

.blogDiv .blogTitle a:hover, h1 a:hover {
	color: #87C1F5; 
	text-decoration: underline;
}

.blogDiv h2 {
	font: 18px Arial;
	color: #c48108;
	padding-bottom: 6px;
	padding-top: 6px;
}

.blogDiv h3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #0066a6;
	width: 100%;
}

.blogDiv h4 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;	
	color: #996600;		
}

.blogDiv .author, .blogDiv .user,.blogDiv .author a, .blogDiv .user a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #87C1F5;	
}

.blogDiv .date {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666;	
}

.blogDiv .blogEntry p {
	font-size: 12px;
	line-height: 18px;
}

.blogEntryFooter {
	width: 97%;
	padding: 6px;
	background: #fcf3d5;
	border-top: 2px solid #ffedb7;
	border-bottom: 2px solid #ffedb7;
}

.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: 18px;
	font-weight: bold;
}

.blogGravitarContainer {
	width: 20%;
	float: left;
}

.blogCommentContainer {
	width: 80%;
	float: left; 
}

.gravitar {
	border: 2px solid #b3d8fa; 
}

.blogCommentsForm input, textarea {
	background: url(../images/bgFormField.png) repeat-x left; 
	border: 1px solid #6699CC;
	padding: 3px;
}

.blogCommentsForm input[type="text"]:focus, textarea:focus {
	background: #ECF5FD;
	border: 1px solid #6699CC;
	padding: 3px;
}

.blogCommentsForm label {
	display: block;
	font-family: Arial;
	font-size: 12px;
    font-weight: bold;
	margin-top: 6px;
}

.blogCommentBox {
	width: 100%;
	padding: 10px;	
}

.blogCommentBoxAlt {
	border-top: 2px solid #D5EBFF;
	border-bottom: 2px solid #D5EBFF;
	background: #EBF4FD;
	width: 100%;
	padding: 10px;
}

.blogCommentBoxAdmin {
	border-top: 2px solid #D5EBFF;
	border-bottom: 2px solid #D5EBFF;
	background: #EBF4FD;
	width: 577px;
	padding: 10px;
}

.smallGrey {
	font-size: .9em;
	color: #666;
}

#blogSidebarContent {
	padding-left: 18px;	
	width: 250px;	
}
#blogSidebarContent p {
	padding-bottom: 6px;
}
