body {
	background: #f0f8fa url(https://developer.cdn.mozilla.net/media/redesign/img/header-background.png);
	font-family: Verdana,"Lucida Grande",Geneva,Arial,sans-serif;
}
a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: all .3s ease;
}
#blogTitle h1 a, #blogTitle h2 {
	color: #333;
}
#home {
	width: auto;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
#main {
	background: rgba(255,255,255,.7)
}
#mainContent {
	width: 100%;
	background: none;
}
#mainContent .forFlow {
	margin-right: 280px;
}
#sideBar {
	float: left;
	width: 270px;
	margin-left: -285px;
}
#sideBarMain {
	margin-top: 35px;
}
.newsItem .catListTitle, .catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
	background: none;
	border: none;
	border-bottom: 1px dotted #333;
}
.CalTitle {
	background: none;
}
#customNavList {
	min-height: 30px;
	float: left;
	margin-left: 30px;
}
#customNavList li {
	float: left;
}
#customNavList a:link, #customNavList a:visited, #customNavList a:active {
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 20px;
	color: #fff;
	line-height: 60px;
	text-shadow: 3px 3px 3px #000;
}
#customNavList a:hover {
	text-decoration: none;
	background: #666;
}
/*#navList a:link, #navList a:visited, #navList a:active {
	height: 60px;
	margin: 0;
	padding: 0 20px;
	line-height: 60px;
}
#navList a:hover {
	text-decoration: none;
	background: #666;
}
#navList li:first-child {
	display: none;
}*/
#navList {
	float: right;
	margin: 30px 10px 0 0;
}
#navList a {
	margin: 0;
	font-size: 12px;
}
#navList li:nth-of-type(1), #navList li:nth-of-type(2) {
	display: none;
}
.day {
	margin-top: 0;
	margin-bottom: 10px;
}
.dayTitle {
	margin-top: 2px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {

}
.postTitle a:hover {
	padding-left: 5px;
}
.postCon {
	float: none;
	margin-left: 25px;
	font-size: 14px;
}
.postCon a:link, .postCon a:visited, .postCon a:active, .entrylistItem a {
	color: #1c7791;
	text-decoration: none;
}
.postCon a:hover, .entrylistItem a:hover {
	color: #f60;
}
.postTitle {
	border-bottom-color: #999;
}
#topics .postTitle {
	padding-left: 10px;
	padding-top: 17px;
	border-left: none;
	border-bottom: 1px solid #666;
	font-size: 16px;
}
.postBody {
	border-bottom-color: #666;
}
.postBody blockquote {
	background-image: none;
	margin: 10px;
	padding: 10px 10px 10px 24px;
	background: #f5f5f5;
	border: none;
	border-left: 6px solid #DBDBDB;
	font-size: 13px;
	line-height: 24px;
}
code {
	margin: 0 3px;
	padding: 0 5px;
	background: #f5f5f5;
	border: 1px solid #CCC;
	font-family: "Courier";
	line-height: 14px;
	font-size: 14px;
	word-wrap: break-word;
	border-radius: 4px;
}
.backToTop {
	display: none;
	position: fixed;
	_position: absolute;
	right: 300px;
	bottom: 100px;
	_bottom: "auto";
	width: 18px;
	padding: 5px 0;
	line-height: 1.2;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	opacity: .6;
	filter: Alpha(opacity=60)
}
#comment_nav, .topicListFooter {
	padding-right: 25px;
}
.entrylist {
	margin-left: 20px;
	margin-right: 2em;
}
#topics {
	margin: 1em 2em 1em 20px;
	padding: 0;
}
.entrylistTitle {
	margin-top: 9px;
	border-bottom: 1px solid #333;
}