div#blogPost {
	margin-bottom: 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid #000000;
}
p#blogPostDate {
	font-size: .75em;
	font-style: italic;
	color: #666666;
	margin-bottom: 0px;
}
p#blogTags {
	font-size: .75em;
	color: #666666;
	margin-top: 0px;
}
div#blogTitle {

}
div.blogTitle h1, div.blogTitle h2, div.blogTitle h3, div.blogTitle h4, div.blogTitle h5, div.blogTitle h6, div.blogTitle {
	font-weight: bold;
	font-size: 1.35em;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration:underline;
}

div#blogBody {

}
p#blogDetailBack {

}
form#archive label {
font-weight:bold;
}

.blog-page-desc {
	font-size: 1.12em;
	margin-bottom:10px;
}
ul#searchByYear {
	margin:0 0 36px;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:center;
	padding:0px;
	background:url(red-stripe.gif) repeat-x;
	width: 110px;
	position: relative;
	line-height: 1em;
	height: 29px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	font-size: 12px;
}
ul#searchByYear li {
	cursor: pointer;
	color: #dac37c;
	height: 22px;
	padding-top: 7px;
	list-style: none;
}
ul#searchByYear ul {
	position:absolute;
	background: #999999;
	list-style: none;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-right: 1px solid #000000;
	width: 110px;
	border-left: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: none;
	left: -1px;
	top: 29px;
}

ul#searchByYear li:hover > ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#searchByYear ul li {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background: url(red-stripe.gif) repeat-x;
	height: 29px;
	width: 100%;
}
ul#searchByYear ul li a {
	text-decoration: none;
	display: block;
	color: #dac37c;
	height: 24px;
	padding-right: 0.25em;
	padding-left: 0.25em;
	padding-top: 5px;
}
#searchByYear a {
	text-decoration: none;
	color: #dac37c;
}
ul#searchByYear ul li a:hover {
	text-decoration: none;
	color: #f5be16;
	background: #453505;
}

#searchByYear a:hover {
	text-decoration: none;
	color: #f5be16;
}
div#blogBody img {
	margin:5px;
}
table.cake-sql-log {
/** hide code notes **/
display:none;
}
.cake-sql-log {
 display:none;
}