div.blog-item div.title a {
	color:#073b48;
	text-decoration:none;
}
div.blog-item div.credit {
	margin-bottom:10px;
	font-size:92%;
	color:#073b48;
	font-style:italic;
	font-weight:bold;
}
div.blog-item div.content {
	margin-top:10px;
	margin-bottom:5px;
}
div.blog-item div.content h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
div.blog-item div.content h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
div.blog-item div.content h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
div.blog-item div.content h1, div.blog-item div.content h2, div.blog-item div.content h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
div.blog-item div.content h1, div.blog-item div.content h2, div.blog-item div.content h3, div.blog-item div.content h4, div.blog-item div.content h5, div.blog-item div.content h6, div.blog-item div.content strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
div.blog-item div.content abbr, div.blog-item div.content acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
div.blog-item div.content em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
div.blog-item div.content blockquote, div.blog-item div.content ul, div.blog-item div.content ol, div.blog-item div.content dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
div.blog-item div.content ol, div.blog-item div.content ul, div.blog-item div.content dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
div.blog-item div.content ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
div.blog-item div.content ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
div.blog-item div.content dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
div.blog-item div.content th, div.blog-item div.content td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
div.blog-item div.content th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
div.blog-item div.content caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
div.blog-item div.content p, div.blog-item div.content fieldset, div.blog-item div.content table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
div.blog-item div.content img.thumb {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
	border:1px solid black;
}
div.blog-item div.link a {
	color:#425F7E;
}
div.blog-item div.link a:hover {
	text-decoration:none;
}
div.sep {
	height:1px;
	background:url(../images/template/dot_54828d.gif) repeat-x;
	margin-top:10px;
	margin-bottom:10px;
}

div#comment-bloc {
	margin-bottom:10px;
	margin-top:25px;
}
div#comment-bloc div.sep {
	height:1px;
	background:url(../images/template/dot_54828d.gif) repeat-x;
}
div#comment-bloc div#comments table.item {
	margin-bottom:15px;
	margin-top:10px;
	font-size:85%;
	width:100%;
}
div#comment-bloc div#comments table.item td.name {
	font-weight:bold;
	padding-bottom:10px;
}
div#comment-bloc div#comments table.item td.date {
	text-align:right;
	padding-bottom:10px;
}
div#comment-bloc div#comments table.item td.msg {
}
div#comment-add-res {
	margin-bottom:10px;
}
div#comment-form-bloc {
	background-color:#d4e0e2;
	margin-top:25px;
}
div#comment-form-bloc div.title {
	height:20px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	background:url(../images/template/dot_54828d.gif) bottom repeat-x;
}
div#comment-form-bloc form {
	margin:10px 0px 0px 15px;
}
div#comment-form-bloc form input {
	margin-right:30px;
	border:1px solid #767F86;
	width:300px;
	display:block;
}
div#comment-form-bloc form textarea {
	border:1px solid #767F86;
	height:105px;
	width:450px;
	marrgin-top:5px;
	display:block;
}
div#comment-form-bloc form div.row {
	margin-bottom:8px;
	font-size:85%;
}
div#comment-form-bloc form label {
	font-weight:bold;
}
div#comment-form-bloc form div#add-button {
	text-align:center;
	padding-bottom:15px;
}
