/* Start of CMSMS style sheet 'blog' */
#blog {
	border: none;
	border-collapse: collapse;
	width: 700px;
}

#blog h2 {
	color: #000;
	font: 22px/22px "Times New Roman", Times, serif;
	margin-bottom: 15px;
	padding: 0;
}

#blog .content { padding-right: 25px }

#blog .asides { width: 160px }

.post {
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.post h2 { margin-bottom: 5px }

.post h3 {
	font: 18px/18px "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding: 0;
}

.post p {
	color: #333;
	font: 11px/20px Verdana, Arial, sans-serif;
	text-align: justify;
	margin-bottom: 10px;
	padding: 0;
}

.post a {
	color: #FF9900;
	text-decoration: none;
}

.post a:hover { text-decoration: underline }

.heading { margin-bottom: 20px }

.heading table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

.heading .date {
	background: url(library/img/date-bg.png) no-repeat top left;
	font: 21px/30px "Times New Roman", Times, serif;
	height: 45px;
	padding-right: 20px;
	text-align: center;
	width: 42px;
}

.heading .month {
	font: 10px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#rss h3,
#recent-posts h3,
#recent-comments h3,
#categories h3 {
	background: url(library/img/h3-bg.gif) repeat-x bottom left;
	color: #333;
	font: normal 18px/28px "Times New Roman", Times, serif;
}

#recent-posts ul,
#recent-comments ul,
#categories ul { list-style: none }


#recent-posts li,
#recent-comments li,
#categories li {
	font: 11px/13px Verdana, Arial, sans-serif;
	margin-bottom: 7px;
	text-align: left;
}

#rss img { margin-top: 10px }

#recent-posts a,
#recent-comments a,
#categories a {
	color: #FF9900;
	text-decoration: none;
}

#recent-posts a:hover,
#recent-comments a:hover,
#categories a:hover { text-decoration: underline }
/* End of 'blog' */

