/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
body {
	background-color: rgb(239,233,218);
}

body table th {
	padding: 0;
}

body table td {
	padding: 0 2px;
}

body ul, body li {
	color: rgb(0,0,0);
}

p {
	color: black;
	margin: 0;
}

p.hidden {
	display: none;
}

p.center {
	text-align: center;
}

table {
	color: black;
}

h1, h3, h5 {
	color: rgb(152,30,50);
}

p.header {
	font-weight: bold;
	padding-bottom: 0;
}

table.beige, tr.beige, td.beige {
	background-color: rgb(250,248,243);
	border: 7px solid rgb(250,248,243);
	padding: 1px;
	margin: 7px;
}

table.figure, tr.figure, td.figure {
	border: 0 px;
	padding: 0 px;
	margin: 0 px;
}

table h2, table h4 {
	color: rgb(94,106,113);
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

img {
	margin: 0;
	padding: 0;
}

body table {
	margin: 7px;
}

div.column.beige {
	background-color: rgb(250,248,243);
}

header.main-header {
	background-color: rgb(152,30,50);
}

.sup-header-default {
	color: rgb(231,233,234);
	font-size: 32px;
}

header.main-header sup a {
	color: rgb(231,233,234);
	font-size: 32px;
}

@media only screen and (max-width: 791px) {
	.sub-header-default {
		Display: none;
	}
}

.column.one {
	padding-bottom: 2rem;
}

a.rsswidget {
	font-size: 1.5em;
	font-weight: bold;
}

span.rss-date {
	color: rgba(0,0,0,0.5);
}

/*2 columns*/
.one-half-column {
	display: block;
	float: left;
	width: 45%;
	margin: 1%;
}

@media only screen and (max-width: 791px) {
	div.one-half-column {
		width: 95%;
		float: none;
		clear: both;
	}
}

/*3 columns*/
.one-third-column {
	display: block;
	float: left;
	width: 30%;
	margin: 1%;
}

@media only screen and (max-width: 791px) {
	div.one-third-column {
		width: 95%;
		float: none;
		clear: both;
	}
}

/*div#quicklinks {
	width: 28%;
	float: right;
	margin-left: 1em;
}

@media only screen and (max-width: 693px) {
	div#quicklinks {
		width: 100%;
		float: none;
		clear: both;
		margin-left: 0;
		background-color: rgb(250,248,243);
	}
}*/
/*Homepage Newsfeed*/
.wsuwp-content-syndicate-list {
	list-style-type: none;
	padding: 0;
}

.wsuwp-content-syndicate-item {
	padding: 1em;
	margin-bottom: 1em;
	background-color: rgb(250,248,243);
}

a.content-item-read-story {
	display: none;
/*	clear: both;*/
}

.content-item-thumbnail img {
	vertical-align: top;
	float: right;
}

span.content-item-title a {
	font-size: 2em;
	font-weight: 700;
	line-height: 1em;
	color: rgb(94,106,113);
}

.content-item-byline {
	display: block;
	padding: .5em 0;
}

.content-item-byline-date {
	text-transform: uppercase;
	font-size: .9em;
	color: rgb(94,106,113);
}

.content-item-byline-author {
	display: none;
}

li.wsuwp-content-syndicate-item:after {
	content: '';
	display: block;
	clear: both;
}

/*
.content-item-excerpt img {
	display: table;
	float: left;
}*/
.content-item-excerpt h4 {
	color: rgb(94,106,113);
}

.content-item-excerpt h6 {
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
	color: rgb(94,106,113);
}

/*adjusting width of content*/
.row.side-left .column.two, .row.side-right .column.one {
	width: 660px;
}

.row.side-left .column.one, .row.side-right .column.two {
	width: 330px;
}

.row.single .column {
	width: 100%;
}

/*news page width of content*/
.row.side-right.gutter.pad-ends .column.one {
	width: 100%;
}

.row.side-right.gutter.pad-ends .column.two {
	display: none;
}

/*text over featured image, drop main header*/
.home .featured-image:before {
	content: 'United States Transuranium and Uranium Registries';
	display: block;
	width: 80%;
	color: #FFFFFF;
	font-size: 63px;
	text-align: left;
	line-height: 1em;
	text-shadow: 0 0 20px black, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-top: 35px;
	padding-left: 50px;
	position: absolute;
	top: 0;
}

@media only screen and (max-width: 791px) {
	.home .featured-image:before {
		font-size: 48px;
	}
}

.home .main-header {
	display: none;
}

/*because if I use "display: none" Chrome messes up the divider lines*/
.home .article-title {
	color: transparent;
	font-size: 5px;
}

/*homepage featured links at top*/
div.main-link-container {
/*background: #ec7a08;*/
}

div.main-link-left {
/*background: #b6bf00;*/
	float: left;
	width: 25%;
}

div.main-link-right {
/*background: #3cb6ce;*/
	width: 75%;
	display: inline-block;
}

/*Figures*/
figure.floatright {
	display: table;
	margin: 10px;
	float: right;
}

figure.floatleft {
	display: table;
	margin: 8px 10px 8px 0;
/*	margin: 10px; */
	float: left;
}

figure.center {
	display: table;
	margin: 10px;
	margin: 10px auto;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
	text-align: left;
	padding: 0;
}

figcaption {
	font-size: 90%;
	color: rgb(94,106,113);
	font-style: italic;
}

p.caption {
	display: block;
	font-size: 90%;
	color: rgb(94,106,113);
	font-style: italic;
}

/*Give page*/
button.give {
	display: inline-block;
	width: 150px;
	height: 60px;
	color: #981e32;
	border: 2px solid #981e32;
	background-color: white;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}

button.give:hover {
	background-color: #c60c30;
	color: white;
	border: 0;
}

.page-id-4450 .featured-image:before {
	content: url(https://wpcdn.web.wsu.edu/wp-spokane/uploads/sites/1058/2017/07/50-yrs_logo.png);
/*content: url(https://wpcdn.web.wsu.edu/wp-spokane/uploads/sites/1058/2017/07/50-yrs-Pin_white.gif);*/
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding-top: 80px;
}

div.line-separator {
	background: #faf8f3;
	display: block;
	height: 1px;
	margin: 20px 0;
}

/*Results page from Search Widget on News page...still needs work*/
/*.spine-search-index .article-header .article-title {
	display: none;
}*/
.spine-search-index .article-thumbnail {
	display: none;
}

.spine-search-index .article-summary .column.one {
	padding: 0 16px 0 32px;
}

.spine-search-index .article-footer {
	padding-bottom: 32px;
}

.spine-search-index .article-footer .categorized {
	display: none;
}

.spine-search-index a {
	color: #717171;
}