﻿div.d3modBlog div.blogEntry {border-bottom:1px dashed #3CA8AF;}
div.d3modBlog div.blogComment {width:500px; margin:0 auto;}

div.d3modBlog h1 {
	background-color:#00A8A8;
	border-bottom:10px solid #FFFFFF;
	border-left:10px solid #00A8A8;
	color:#FFFFFF;
}

div.d3modBlog h2 {
	background-color:#93CC4D;
	border-bottom:10px solid #FFFFFF;
	border-left:10px solid #93CC4D;
	color:#FFFFFF;
	padding:3px !important;
}

div#blogAddComment {
	width:600px;
}

div#blogAddComment h2 {
	background:none;
	border:0;
	color:inherit;
	padding:10px;
}

div#blogAddComment textarea.textbox {
	width:475px;
}

div#blogAddComment input.button {float:right;}

/* Green box headers */

div.greenbox-content h1, div.greenbox-content h2 {
	background:none;
	border:0;
	color:inherit;
	padding:10px;
}

div.blogEntry div.blogButtons input.button {
	background: url(/cms/outertemplates/images/btnSmall.gif) no-repeat;
	width:74px;
	height:19px;
	border:none;
	line-height:19px;
	color:#fff;
	cursor:pointer;
	font-size:0.9em;
}
div.blogEntry div.blogButtons input.btnEdit {background: url(/cms/outertemplates/images/btnSmallGreen.gif) no-repeat;}