html,body {
	height: 100%;
}

body {
	background-color: #FF9000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#body {
	border: 10px solid #FF9000;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: #FFFFFF;
	min-height: 100vh;
}

#header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#logo {
	padding: 20px;
	max-width: 250px;
}

#sectionNav {
	text-align: center;
	padding: 10px;
	max-width: 700px;
	font-size: 16px;
	align-self: flex-end;
	flex-grow: 1;
}

#miscNav {
	font-weight: bold;
	max-width: 250px;
	padding: 10px;
	text-align: right;
	font-size: 16px;
}

#miscNav a {
	color: #535353;
}

#main {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#main a {
	font-weight: bold;	
	color: #0B0071;
}

#sidebars {
	max-width: 250px;
}

.sidebar {
	margin-bottom: 15px;

}

.sidebarTitle {
	background-color: #4F4F4F;
	color: #fff;
	padding: 5px 5px 5px 10px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.sidebarBody {
	background-color: #EBEBEB;
	padding: 10px;
	font-size: 12px;
	overflow: hidden;
}

.sidebarBody .poster {
	color: #686868;
}

.sidebarBody .comment {
	padding-bottom: 5px;
}

.sidebarBody .date {
	color: #7D7D7D;
	font-size: 9px;
	padding-bottom: 5px;
}

.sidebarBody .byline {
	color: #7D7D7D;
	font-size: 9px;
}

#footer {
	padding: 20px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
}

.spacer {
	clear: both;
}

.promo {
        border: 1px dashed;
        background-color: #FFF1DF;
        font-size: 12px;
        padding: 10px;
        margin: 10px;
}


/* home.css */

#features {
	max-width: 250px;
}

.feature {
	margin-bottom: 15px;
	border: 1px solid #fff;
}

.featureTitle {
	background-color: #FFC06E;
	padding: 5px 5px 5px 10px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.featureBody {
	background-color: #FFF1DF;
	padding: 10px;
	font-size: 11px;
}

.featureBody .date {
	color: #7D7D7D;
	font-size: 9px;
}

.featureBody .byline {
	color: #7D7D7D;
	font-size: 9px;
}

#today {
	flex-basis: 400px;
	max-width: 720px;
	flex-grow: 1;
	padding: 0px 10px 0px 10px;
}

#today .headline a {
	color: #C46F00;
	text-decoration: underline;
}

#today .deck {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#today .byline {
	color: #7D7D7D;
	font-size: 9px;
}

#today .date {
	color: #7D7D7D;
	font-size: 9px;
}

#today .headline {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.lead {
	/* border-top: 1px solid #9C9C9C; */
	padding: 10px;
}

.lead .byline {
	padding-bottom: 15px;
}

.lead .headline {
	font-size: 28px;
}

.stories {
	padding: 10px;
	border-top: 1px solid #9C9C9C;
	margin-bottom: 10px;
	clear: both;
}

.story {
	float: left;
	width: 49%;
}

.stories .headline {
	font-size: 18px;
}

.section {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}

/* index.css */
table tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#index {
	border: 1px solid #FF9000;
	flex-basis: 800px;
	align-content: start;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

#index .date {
	color: #7D7D7D;
	font-size: 9px;
}

#index .name {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C46F00;
}

#index .biography {
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#index .byline {
	color: #7D7D7D;
	font-size: 9px;
}

#index .body {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	line-height: 18px;
}

#index .item {
	flex-grow: 1;
	flex-basis: 240px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#index .list {
	line-height: 15px;
}

#index .list .row {
	border-bottom: 1px solid #ccc;
}

/* list.css */
#list {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	border: 1px solid #FF9000;
}

#nav {
	width: 100%;
	padding: 10px;
	background-color: #F3ECDF;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7D7D7D;
}

.item {
	flex-grow: 1;
	flex-basis: 240px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#list .date {
	color: #7D7D7D;
	font-size: 9px;
}

#list .byline {
	color: #7D7D7D;
	font-size: 9px;
}

#list .rowFeature {
	border-bottom: 1px solid #ccc;
	background-color: #F7F4ED;
}

#list .section {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

/* story.css */
#story {
	max-width: 800px;
	border: 1px solid #FF9000;
}

#info {
	flex-basis: 100%;
	padding: 20px;
	background-color: #F3ECDF;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}

#story img {
	padding: 10px;
}

#story .feature_image {
	float: left;
	max-width: 95%;
	margin: 0 10px 5px 0;
}

#story .headline {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #C46F00;
}

#story .deck {
	font-family: Georgia, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #515151;
	margin-bottom: 5px;
}

#story .meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#story .body {
	padding: 0px 20px 20px 20px;
	line-height: 24px;
}

.inset {
	width: 200px;
	float: right;
	line-height: 18px;
}

#insetContainer {
	position: relative;
	margin: 4px 4px 4px 10px;
	background-color: #F3ECDF;
	border: 1px solid #F3ECDF;
}

#insetContent {
	position: relative;
	left: -5px;
	top: -5px;
	border: 1px solid #FF9000;
	background-color: none;
}

.insetTitle {
	padding: 10px 10px 0px 10px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.insetBody {
	padding: 10px;
	font-size: 12px;
	padding-left: 10px;
}

@media(max-width: 768px) {
	#today {
		order: 1;
	}

	#features, #sidebars {
		order: 2;
	}

	.feature_image {
		width: 95%;
	}

	#features {
		max-width: none;
		width: 100%;
	}

	#sidebars {
		display: block;
		max-width: none;
		width: 100%;
	}

	.inset {
		float: none;
		width: 99%;
	}
}

@media(min-width: 768px) and (max-width: 1154px) {
	#sidebars {
		display: none;
	}
}

