#SEBlog img {
	border-style: none;
}
/* Common Elements */
#SEBlog a {
	text-decoration: none;
}
/* Link colors and decoration */
#SEBlog a:hover {
	text-decoration: underline;
}
/* Link hovers */
/* Header Elements */
#SEBlogViewHeader {
	margin: 0px auto;
}
/* Main header block used to set margins, padding, background color */
#SEBlogViewHeader h1 {
	margin: 0px;
	font-size: 225%;
}
/* Blog title */
#SEBlogViewHeader a:link {
	text-decoration: none;
}
#SEBlogViewHeader a:visited {
	text-decoration: none;
}
#SEBlogViewHeader .headerDesc {}
/* Blog description */
.headerInfo {
	text-transform: uppercase;
	font-weight: 600;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0px;
	margin: 0px 0px 10px 0px;
}
/* Blog page title */
/* Wrappers */
#SEBlogViewWrapper {
	width: 100%;
	margin-top: 10px;
}
/* Wrapper for Left and Right Columns */
#SEBlogViewAuxArea {}
/* Right Column */
/* Post Elements */
#SEBlogViewPost {}
#SEBlogViewPost .postWrapper {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dotted #C0C0C0;
}
/* Wrapper for each post used to set margins, padding, background color, borders */
#SEBlogViewPost:nth-child(even) {}
/* Post even rows */
#SEBlogViewPost:nth-child(odd) {}
/* Post odd rows */
#SEBlogViewPost .postTitle,
.postTitle a {
	text-decoration: none;
}
/* Post Title */
#SEBlogViewPost .postTitle h2 {
	margin-bottom: 5px;
	font-size: 1.75rem;
	line-height: normal;
}
#SEBlogViewPost .postTitle a:hover {
	text-decoration: underline;
}
#SEBlogViewPost .postDate,
.postDate a {
	text-decoration: none;
}
/* Post Date */
#SEBlogViewPost .postAuthor {
	overflow: auto;
}
/* Post Author */
#SEBlogViewPost .authorDetail {
	margin-top: 20px;
	padding-top: 35px;
	border-top: 1px solid #C0C0C0;
}
#SEBlogViewPost .postAuthorDesc {}
#SEBlogViewPost .postContent {}
/* Post Content */
#SEBlogViewPost .postKeywords,
.postKeywords a {
	clear: both;
}
/* Post Keywords */
#SEBlogViewPost .postKeywordsDesc {}
#SEBlogViewPost .postCommentSummary,
.postCommentSummary a {
	font-size: 11px;
}
/* Post Number of Comments */
#SEBlogViewPost .postImage {
	margin-top: 10px;
}
/* Post Image */
#SEBlogViewPost .authorLeft {
	float: left;
	width: 20%;
}
/* Left floated div with author details. Contains author image. */
#SEBlogViewPost .authorRight {
	float: left;
	width: 80%;
}
/* Right floated div with author details. Contains author bio, email, twitter. */
#SEBlogViewPost .authorRight p:first-child {
	margin-top: 0;
}
#SEBlogAuthorPicture {
	margin: 10px 0;
}
#SEBlogPostsByAuthor .postWrapper {
	border-top: 1px dotted #C0C0C0;
	margin-bottom: 10px;
}
#SEBlogPostsByAuthor .postTitle {
	margin-top: 10px;
}
#SEBlogPostsByAuthor .postImage {
	margin-top: 10px;
}
/* Post Image */
#SEBlog .callout h3 {
	font-size: 1.5rem;
}
/* Aux Column Containers */
#SEBlogViewAuxArea .callout {
  margin-bottom: 20px;
}

#SEBlogViewKeywords,
#SEBlogViewLinks,
#SEBlogViewSmallCal {
	padding: 10px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background-color:#fff;
}
#SEBlogViewAuxArea h3 {
	margin: 5px 0;
	color:#004d43;
}
/* Keyword Elements */
#SEBlogViewKeywords {}
/* Container - style set in Aux Column Container section above */
#SEBlogViewSmallCal .keywordsDesc {}
/* Container Title - style set in Aux Column Container section above */
#SEBlogViewKeywords ul,
#SEBlogViewKeywords li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#SEBlogViewKeywords a {
	text-decoration: none;
}
/* Calendar Elements */
#SEBlogViewSmallCal {}
/* Container - style set in Aux Column Container section above */
#SEBlogViewSmallCal .calDesc {}
/* Container Title - style set in Aux Column Container section above */
#SEBlogViewSmallCal a {
	text-decoration: none;
	display: block;
	font-weight: 600;
}
#SEBlogViewSmallCal tr:not(.nav) .SENoSelect a {
	background-color: #998675;
	color: #fff;
	padding: 2px 0;
}
#SEBlogViewSmallCal a:hover {
	text-decoration: underline;
}
#SEBlogViewSmallCal table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:0;
}
#SEBlogViewSmallCal th {
	font-size: 12px;
	font-weight: 400;
	
	color: #000;
	border: 1px solid #fff;
	cursor: default;
	text-align: center;
}
#SEBlogViewSmallCal caption {
	font-size: 16px;
	font-weight: 400;
	
	color: #000;
	border: 1px solid #fff;
	cursor: default;
	text-align: center;
	padding:4px;
}
#SEBlogViewSmallCal a#prev, #SEBlogViewSmallCal a#next {
  font-size: 0;
}
#SEBlogViewSmallCal a#prev:before {
  content:'<';
  font-size: initial;
}

#SEBlogViewSmallCal a#next:after {
  content:'>';
  font-size: initial;
}


#SEBlogViewSmallCal td {
	padding: 3px;
	border-color: #ffffff;
	border-width: 1px;
	
}
#SEBlogViewSmallCal td.SENoSelect {
	color: #000000;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	text-align: center;
}
/* Inactive Links */
#SEBlogViewSmallCal td.SESelect {
	background-color: #c0c0c0;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	cursor: default;
	text-align: center;
}
/* Active Links */
#SEBlogViewSmallCal td.SENoSelect:hover {
	/* background-color: #eeeeee;
	color: #000000; */
	cursor: default;
}
#SEBlogViewSmallCal td.SESelect:hover {
	color: #ffffff;
	background-color: #000000;
	cursor: pointer;
}
/* Links Elements (RSS Feed) */
#SEBlogViewLinks {}
/* Container - style set in Aux Column Container section above */
#SEBlogViewLinks .linksDesc {}
/* Container Title - style set in Aux Column Container section above */
#SEBlogViewLinks a {
	text-decoration: none;
}
#SEBlogViewLinks a:hover {
	text-decoration: underline;
}
/* Comment Elements */
#SEBlogViewCommentWrapper {
	margin: 25px 45px 25px 25px;
}
/* Wrapper for Comments and Post Comments Area */
#SEBlogViewCommentWrapper h3 {
	margin: 5px 0px;
}
#SEBlogViewComment {}
/* Wrapper for Comments Area */
#SEBlogViewComment .commentWrapper {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #e7e7e7;
}
/* Wrapper for each comment */
#SEBlogViewComment .commentAuthor {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}
/* Comment Author */
#SEBlogViewComment .commentDate {
	display: inline;
	font-size: 11px;
}
/* Comment Date */
#SEBlogViewComment .commentDesc {
	display: inline;
	font-size: 11px;
}
#SEBlogViewComment .commentContent {
	margin: 3px 0px;
	font-size: 12px;
}
/* Comment Content */
#SEBlogViewCommentForm {
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	background-color: #F7F7F7;
	padding: 10px;
}
/* Wrapper for Post Comment Form */
#SEBlogViewCommentForm div {
	clear: both;
	font-size: 12px;
}
#SEBlogViewCommentForm label {
	display: block;
	float: left;
	font-weight: bold;
	padding: 4px;
	vertical-align: top;
	width: 100px;
	clear: left;
}
#SEBlogViewCommentForm input,
textarea {
	display: block;
	font-weight: normal;
	padding: 4px 2px;
	vertical-align: top;
	font-size: 12px;
	width: 250px;
	margin: 5px 0px;
}
#SEBlogViewCommentForm .commentFormSubmit input {
	margin: 0px;
	width: 75px;
}
/* Paging Elements */
.SEBlogViewPagingArea {
	font-size: 12px;
	clear: both;
	padding: 5px;
}
.SEBlogViewPagingNext {
	float: right;
	top: 0;
}
.SEBlogViewPagingPrev {
	float: left;
	top: 0;
}
@media all and (min-width:768px) {
	#SEBlogViewWrapper {
		overflow: hidden
	}
	#SEBlogViewMainWrapper {
		float: left;
		width: 70%;
	}
	/* Wrapper for Left Column */
	#SEBlogViewMainArea {
		padding-right: 20px;
	}
	/* Left Column */
	#SEBlogViewAuxWrapper {
		float: left;
		width: 30%;
	}
	/* Wrapper for Right Column */
}

#SEBlogViewLinks a.rss {
	background-image: url("img/rss_icon.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	line-height: 28px;
	padding-left: 35px;
	text-decoration: none;
}
#today {
	font-weight:bolder;
}
.callout p:empty {
	display:none;
}