/**	Style properties for the Blog page components.
*/

/**	Different styles possible for 1 or a list of Blog(s)
*/
ul.BlogList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.BlogDetail {
}

.BlogHeader, .BlogHeader h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.BlogHeader h2 a {
	font-style: italic;
	border: 0;
	text-decoration: none;
}
.BlogHeader a:hover {
	border: 0;
	text-decoration: none;
}

/* Data for the blog post (author, date posted) */
.BlogHeader p {
	font-family: verdana, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	margin: 0px 0px 15px 0px;;
	padding: 0;
}

/* style for the blog post's message text itself */
.BlogBody {
	font-size : 12px;
}

.BlogBody blockquote {
	background: url(images/bg_blog_quote.gif) no-repeat top left;
	color: #666;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 15px 25px 15px 25px;
}

.BlogBody pre.CodeSnippet {
    font-family: monospace;
    background-color: #3f3f3f;
    color: #dcdccc;
    border: solid 3px #3f3f3f;
    overflow: auto;
    /*width: 98%;*/
    padding: 1px 1px 1px 1px;
}

.BlogFooter {
	margin-bottom: 25px;
}

/* calendar for the blog */
#blog_calendar {
	background-color: #fff;
	border: solid 1px #21181c;
	color: #21181c;
	margin-left: 26px;
	padding: 0;
	width: 140px;
}
#blog_calendar * { border: 0; padding: 0; margin: 0; }
#blog_calendar table {
	font-size: 10px;
}
#blog_calendar caption {
	background-color: #a91314;
	color: #fff;
	font-weight: bold;
}
#blog_calendar thead {
	background-color: #21181c;
	color: #fff;
}
#blog_calendar th {
	font-weight: normal;
}
#blog_calendar td {
	background: url(images/bg_blog_calendar_days.gif) no-repeat top left;
	color: #21181c;
	text-align: center;
	width: 20px; height: 20px;
}
#blog_calendar td a {
	color: #a91314;
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 20px; height: 20px;
}
#blog_calendar td a:hover {
	background: url(images/bg_blog_calendar_days.gif) no-repeat top right;
}
#blog_calendar td.Today {
	border: 0; padding: 0; margin: 0;
	background: url(images/bg_blog_calendar_days.gif) no-repeat bottom left;
}

/* Archive list of blogposts */
#archive {
	background-color: #fff;
	border: solid 1px #21181c;
	border-top: 0;
	font-size: 10px;
	height: 200px;
	margin-left: 26px;
	color: #21181c;
	width: 140px;
}
