html{
 background-color: #eeede9;
}
#ksu-header{
	width: 100%;
}
#ksu-header-top{
	background: url(/client/jpg/header-top-bg.jpg);
}
#ksu-header-masthead {
	height: 130px;
	width: 960px;
	background: url(/client/jpg/header-masthead-bg.jpg) no-repeat;
	margin: auto;
	position: relative;
}
#ksu-header h1{
	float: left;
	margin: 23px 0 0 9px;
	width: 350px;
	height: 90px;
	padding: 0;
	text-indent: -9999px;
	background: url(/client/png/wordmark.png) no-repeat 5px 5px;
}
#menu-div{
	position: absolute;
	top: 130px;
}
#page-title{
	max-width: 960px;
	margin: auto;
	border: 2px solid #FFFFFF;
	
}
div.left-content{
	position: relative;
	display: inline-block;
	width: 20%;
	vertical-align: top;
	}
.top-bar{
	/*font-size: 1.125em;*/
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	height: 2em;
}
div#station-info{
	margin: 0 0 1em 0;
}
div#station-name{
	border-radius: 3px 3px 0 0;
	background-color: #7137BD;
	color: #FFFFFF;
	text-align: center;
}
div#station-data{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D3D3D3;
	background-image: url("/client/png/dots.20150322.png");
	background-repeat: repeat;
}
div#sponsor-title{
	border-radius: 3px 3px 0 0;
	background-color: #7137BD;
	color: #FFFFFF;
	text-align: center;
	width:98%;
	margin-left:.85em;
	display:inline-block;
	position:static;
	padding:.25em;
}
table#sponsor-table{
	width:100%;
}
table#leftTable > tbody > tr > td{
	padding-bottom:.2em;
	padding-top:.2em;
	font-size:.875em;
}

table#sponsor-table > tbody > tr > th{
	text-align:center;
	padding-top:.4em;
	padding-bottom:.4em;
}	
table#sponsor-table > tbody > tr > td{
	word-wrap:break-word;
	text-align:center;
}
table#sponsor-title-table > tr > td{
	width:50%;
	text-align:center;
}
table#sponsor-title-table{
	width:100%;
}
div#sponsor-name{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #D3D3D3;
	background-image: url("/client/png/dots.20150322.png");
	background-repeat: repeat;
	width:98%;
	margin-left:1em;
	height:auto%;
	margin-bottom:.25em;
	padding-top:.4em;
	padding-bottom:.4em;
}

#station-data .data-header{
	font-weight:bold;
	border-bottom: 1px solid #7137BD;
	margin-top: .5em;
}
table#station-data {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border-collapse: collapse;
	width: 100%;
	padding:1em;
}
table#station-data > tbody > tr > td {
	padding-right:2em;
	padding-left:2em;
}
table#station-data > tbody > tr > th {
	padding-right:2em;
	padding-left:2em;
}
table#history-table{
		vertical-align: middle;
	border-color: inherit;
	border-collapse: collapse;
	width: 100%;
	padding:1em;
}
table#history-table > tbody > tr > td{
	text-align:center;
}
table#history-table > tbody > tr > th{
	text-align:center;
}
tr:nth-child(even){
	background-color: #F8F8FF;
}
#scroll{
	width:100%;
	height:97%;
	overflow-y: auto;
	overflow-x: hidden;
}
td.bold{
	font-weight: bold;
}
select#station-select{
	margin-left:10%;
	margin-right: 10%;
	width: 80%;
	position: relative;
	margin-bottom:1em;
	margin-top:1em;
}
div.center-content{
	position: relative;
	display: inline-block;
	width: 80%;
	vertical-align: top;
}
#ThumbcontainerPic{
	position: relative;
	margin-top:8px;

}
#containerData{
	position: relative;
	margin-top:8px;

}
#infographicPic{
	width:100%;
}
#columnInfographic{
    -ms-flex: 40%; /* IE10 */
    flex: 40%;
    max-width: 40%;
    padding: 0 4px;
}
#columnData{
    -ms-flex: 60%; /* IE10 */
    flex: 60%;
    max-width: 60%;
    padding: 0 4px;
    right:0;
}
#meta{
	text-decoration: none;
}
div#map-overlays{
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top
}
#tabs{
	position: relative;
}
#tabs>div{
	background-color: #EEEDE9;
	color: #777777;
	cursor: pointer;
	/*font-size: 1.125em;*/
	padding: 0.5em;
	margin: 0px 3px 1px 5px;
	border-radius: 5px 0 0 5px;
	text-align: right;
}
#tabs>div.selected-tab{
	background-color: #7137BD;
	color: white;
	margin-right: 0px;
	margin-left: 0px;
}
#lower-pane {
	border: 2px solid #7137BD;
	padding: 3px;
	margin-bottom: 1.5em;
}
.tab-content{
	display: none;
	min-height: 50vh;
}
.selected-tab-content{
	display: block;
}
@media (min-width: 960px){
        div#map-overlays, div#station-data{
                height: 410px;
                margin-bottom: 1em;
        }
	select#station-select{
		position: absolute;
		bottom: 7em;
	}
	#containerButton {
		display:none;
	}
}
@media screen and (max-width:960px){
        div[role="main"]{
		font-size: 1.65rem;
	}
	div#page-alerts{
		font-size: 1.3rem;
	}
	div#table-tab-content{
		font-size: .75em;
	}
	div.tab-content{
		height:auto;
	}
	.xsmall{
		font-size: .75em;
	}
	div.left-content{
		display: block;
		width: 100%;
	}
	div.center-content{
		display: block;
		width: 100%;
	}
	div#tabs>div{
		text-align: center;
		border-radius: 3px;
		margin: .25em 0;
	}
	.resource-item{
		width: auto;
	}
	div#sponsor-title{
		width:100%;
		margin:0;
	}
	div#sponsor-name{
		width:100%;
		margin:0;
	}
	.columnBig{
	    -ms-flex: 70%; /* IE10 */
	    flex: 70%;
	    max-width: 100%;
	    padding: 0 4px;
	}

	#columnThumb1{
    		-ms-flex: 30%; /* IE10 */
   	 	flex: 30%;
    	  	max-width: 30%;
    	  	padding: 0 4px;
	}
	.thumbnail{
		display:none;
	}
	#columnThumb2{
		display:none;
	}
	#containerButton{
		display:inline-block;
		text-align:center;
		width:100%;
	}
	#columnData{
		max-width:100%;
	}
	#columnInfographic{
		max-width:100%;
	}
	#infographicPic{
		max-width:100%;
	}
	table#station-data > tbody > tr > td{
		padding-left:0;
	}
	table#station-data > tbody > tr > th{
		padding-left:0;
	}
	.buttonPhoto{
		width:100%;
		padding-top:1.5em;
		padding-bottom:1.5em;
		background-color: #EEEDE9;
		margin:1em;
		margin-left:0;
		border-radius:1em;
		text-align:center;
		font-size:14;
		
	}
	.buttonActive{
		width:100%;
		padding-top:1.5em;
		padding-bottom:1.5em;
		margin:1em;
		margin-left:0;
		border-radius:1em;
		text-align:center;
		font-size:14;
		background-color:#7137BD;
		color:white;
	}

}
div[role=main]{
	max-width: 960px;
	width: 96%;
	margin: auto;
	border: solid #FFF;
	border-width: 0 4px 0 4px;
	background-color: #FFFFFF;	
	padding: 0;
}
p{
	padding: 1em;
}
a{
	color: #512888;
	text-decoration: underline;
}
figure img{
	display: block;
	width: 80%;
	max-width: 60em;
	max-height:40em;
	margin: auto;
}
figure figcaption{
	width: 80%;
	max-width: 40em;
	margin: auto;
}	
*{
	box-sizing:border-box;
}	
body {
    margin: 0;
    font-family: Arial;
}

.header {
    text-align: center;
    padding: 32px;
}

.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sit next to each other */
.columnThumb{
    -ms-flex: 20%; /* IE10 */
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}
.columnBig{
    -ms-flex: 60%; /* IE10 */
    flex: 60%;
    max-width: 100%;
    padding: 0 4px;
}
#expandedImg{
	max-height:60%;
	max-width:100%;
}
.columnThumb img {
    vertical-align: middle;
}

.columnBig img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a one column layout instead of a two */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

div[role=main]{
	max-width: 960px;
	width: 96%;
	margin: auto;
	border: solid #FFF;
	border-width: 0 4px 0 4px;
	background-color: #FFFFFF;	
	padding: 0;
}
.thumbnail{
	max-height:50%;
}
.containerThumb {
	position: relative;
	margin-top:8px;
	border: 2px solid transparent;
}


.overlay {
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #BCBCBC;
	cursor:pointer;
}

.containerThumb:hover .thumbnail {
	opacity: 0.85;
	cursor:pointer;
}

.containerThumb:hover .overlay {
	opacity: 1;
}

.containerThumb:hover {
	border: 2px solid #7137BD;
}

.text {
	font-color: blue;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align:center;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
h4[role="heading"] {
	padding: 0.5em 1em;
	background-color: #EEEDE9;
}
