.blog-entry p {
	max-width: 603px;
	font-family: 'Times New Roman',Georgia,Serif;
	font-size: 13.5pt;
}
.blog-author {
	margin-bottom: 10px;
	font-size: 10pt;
}
.blog-comments {
	max-width: 603px;
	font-size: 11pt;
	padding-bottom: 19px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.blog-header h1 a, .blog-entry h2 a {
	color: #333333;
}
.jumbo {
	text-align: center;
	text-rendering: optimizelegibility;
}
.jumbo h1 {
	font-weight: bold;
	font-size: 48pt;
	line-height: 1;
	margin-top: 23px;
	margin-bottom: 18px;
}
.jumbo p {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 18px;
}
.logo, .blog-header h1 {
	font-weight: bold;
	font-size: 30px;
	text-rendering: optimizelegibility;
}
.fix-margin-top {
	margin-top: 10px;
}

/*
.thumbnail {
	background-color: #ffffff;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
*/

body {
	//margin-top: 44px;
	margin-bottom: 40px;
}
h1 small {
  font-size: 60%;
}
h2 small,
h3 small {
  font-size: 75%;
}
/*
hr {
	border-bottom: 0;
}
*/
ol, ul {
	padding: 0 0 0 25px;
}

ul.commaSeparated {
	margin: 0 0 10px 0;
	padding-left: 0;
	display: inline;
	list-style: none;
}
ul.commaSeparated li {
	display:inline;
}
ul.commaSeparated li:not(:last-of-type)::after {
  content: ", ";
}
/*
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 97%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	img.thumbnail {
		width: 95%;
	}
}
@media only screen and (min-width: 480px) {
	.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 480px;
	}
}
@media only screen and (min-width: 768px) {
	.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 748px;
	}
}
@media only screen and (min-width: 960px) {
	.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 940px;
	}
}
*/
//@media print {
//	a { color:black; text-decoration:none }
//	td { width:645 }
//}