body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

html,body{
    overflow-x: hidden;
}

.post {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

a, a:hover {
	color: #3355BB;
}

/*---------------------------------------------------------------*/

#mainnav {
	background-color: #3277a8;
}

.navbar-brand {
	font-size: 3em;
	line-height: 0.6em;
	font-variant: small-caps;
}

.navbar-brand a {
	color: #DCDCDC;
}

.navbar-brand a:hover {
	color: #FFFFFF;
    text-decoration: none;
}

.navbar-nav {
	float: right;
}

.navbar-nav .nav {
	margin: 0;
	padding: 0;
}

.navbar-nav .nav li {
	display: inline-block;
	margin-left: 20px;
}

.navbar-nav .nav li a {
	color: #DCDCDC;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 15px 10px;
	display: block;
	transition: color 0.3s ease;
}

.navbar-nav .nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*---------------------------------------------------------------*/

.sidebar {
  min-height: 635px;
  height: 635px;
}

.sidebaritem {
	margin-bottom: 15px;
}

.sidebarheader {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 17px;
	margin-bottom: 2px;
}

/*---------------------------------------------------------------*/

#officehours {
	margin-top: 8px;
	margin-bottom: 8px;
}

#prospectives {
	margin-top: 8px;
	margin-bottom: 8px;
}

/*---------------------------------------------------------------*/

.teachingitem {
	margin-bottom: 6px;
}

.teachingterm {
	font-weight: bold;
}

.teachinglink {
	font-weight: bold;
}

/*---------------------------------------------------------------*/

.travelitem {
	margin-bottom: 6px;
}

.oldtravelitem {
	color: #AAAAAA;
}

.traveldate {
	font-weight: bold;
}

.travelloc {
	/*font-weight: bold;*/
}

.travelevent {
	/*font-style: italic;*/
}

/*---------------------------------------------------------------*/

.resourcelink {
	font-weight: bold;
}

/*---------------------------------------------------------------*/

.mainitem {
	margin-bottom: 1.25em;
}

.mainheader {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 25px;
	margin-bottom: 6px;
}

/*---------------------------------------------------------------*/

.newsitem {
	margin-bottom: 8px;
}

.newsdate {
	font-weight: bold;
}

/*---------------------------------------------------------------*/

.pub {
	padding-bottom: 8px;
}

.pubtextsection {
	padding-left: 0px;
}

.pubtitle {
	font-weight: bold;
}

.pubvenue {
	font-style: italic;
}

.pubaward {
	display: inline-block;
	margin-top: 5px;
	background-color: #112266;
	font-size: 13px;
}

/*---------------------------------------------------------------*/

/* Blog page styles */
.blog-categories {
	margin-top: 20px;
}

.blog-category {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
	border-left: 4px solid #3277a8;
}

.blog-category h3 {
	color: #3277a8;
	margin-bottom: 10px;
	font-size: 20px;
}

.blog-category h3 a {
	color: #3277a8;
	text-decoration: none;
}

.blog-category h3 a:hover {
	color: #2a5f87;
	text-decoration: underline;
}

.blog-category p {
	color: #666;
	margin-bottom: 15px;
}

.blog-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-list li {
	margin-bottom: 8px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

.blog-list li:last-child {
	border-bottom: none;
}

.blog-list li a {
	color: #3355BB;
	text-decoration: none;
	font-weight: 500;
}

.blog-list li a:hover {
	text-decoration: underline;
}

.blog-date {
	color: #999;
	font-size: 14px;
	font-style: italic;
	float: right;
}

.blog-subscribe {
	background-color: #e9ecef;
	padding: 20px;
	border-radius: 8px;
	margin-top: 30px;
	text-align: center;
}

.blog-subscribe h3 {
	color: #3277a8;
	margin-bottom: 10px;
}

/* Horizontal Blog Blurb Styles */
.blog-featured {
	margin-bottom: 30px;
}

.blog-blurb-horizontal {
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	transition: box-shadow 0.3s ease;
}

.blog-blurb-horizontal:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.blog-blurb-content h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3;
}

.blog-blurb-content h3 a {
	color: #3277a8;
	text-decoration: none;
}

.blog-blurb-content h3 a:hover {
	color: #2a5f87;
	text-decoration: underline;
}

.blog-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.blog-title a {
	color: #3277a8;
	text-decoration: none;
}

.blog-title a:hover {
	color: #2a5f87;
	text-decoration: underline;
}

.blog-blurb-excerpt {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.blog-blurb-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.blog-blurb-date {
	color: #999;
	font-size: 14px;
	font-style: italic;
}

.blog-blurb-categories {
	color: #3277a8;
	font-size: 14px;
	font-weight: 500;
}

.blog-blurb-image {
	text-align: center;
}

.blog-blurb-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.blog-blurb-horizontal .row {
		flex-direction: column;
	}
	
	.blog-blurb-image {
		margin-top: 15px;
	}
	
	.blog-blurb-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
}

/* Blog Post Styling - Inspired by modern blog layouts */
.post {
	font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 18px;
	line-height: 1.7;
	color: #333;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
}

.post h1 {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5em;
	color: #1a1a1a;
	border-bottom: 3px solid #3277a8;
	padding-bottom: 0.3em;
}

.post h2 {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #2c3e50;
}

.post h3 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	color: #34495e;
}

.post h4 {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
	color: #34495e;
}

.post p {
	margin-bottom: 1.5em;
	text-align: justify;
}

.post ul, .post ol {
	margin-bottom: 1.5em;
	padding-left: 2em;
}

.post li {
	margin-bottom: 0.5em;
}

.post strong {
	font-weight: 600;
	color: #2c3e50;
}

.post em {
	font-style: italic;
	color: #555;
}

.post a {
	color: #3277a8;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s ease;
}

.post a:hover {
	color: #2a5f87;
	border-bottom-color: #2a5f87;
}

.post blockquote {
	border-left: 4px solid #3277a8;
	padding-left: 1.5em;
	margin: 2em 0;
	font-style: italic;
	color: #555;
	background-color: #f8f9fa;
	padding: 1.5em;
	border-radius: 0 4px 4px 0;
}

.post code {
	background-color: #f1f3f4;
	padding: 0.2em 0.4em;
	border-radius: 3px;
	font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
	font-size: 0.9em;
	color: #d63384;
}

.post pre {
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	padding: 1.5em;
	margin: 1.5em 0;
	overflow-x: auto;
	font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
	font-size: 0.9em;
	line-height: 1.5;
}

.post pre code {
	background: none;
	padding: 0;
	color: #333;
	border-radius: 0;
}

.post hr {
	border: none;
	height: 2px;
	background: linear-gradient(to right, transparent, #3277a8, transparent);
	margin: 3em 0;
}

/* Post metadata */
.post-meta {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.post-meta .author {
	font-weight: 600;
	color: #3277a8;
}

.post-meta .date {
	color: #999;
}

.post-meta .categories {
	color: #666;
}

/* Table styling */
.post table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 0.95em;
}

.post th, .post td {
	padding: 0.8em 1em;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.post th {
	background-color: #f8f9fa;
	font-weight: 600;
	color: #2c3e50;
}

.post tr:hover {
	background-color: #f8f9fa;
}

/* Responsive design */
@media (max-width: 768px) {
	.post {
		font-size: 16px;
		padding: 20px 15px;
	}
	
	.post h1 {
		font-size: 2em;
	}
	
	.post h2 {
		font-size: 1.5em;
	}
	
	.post h3 {
		font-size: 1.3em;
	}
}

/*---------------------------------------------------------------*/
