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;
}
#station-data .data-header{
	font-weight:bold;
	border-bottom: 1px solid #7137BD;
	margin-top: .5em;
}
#station-data td{
	padding: 0 0 0.25em .5em;

}
td.bold{
	font-weight: bold;
}
div#station-map-select select, div#station-map-select div{
	/*display: none;
	font-size: 1.125em;*/
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	position: relative;
	margin-bottom: 0.5em;
}
div#show-graph{
	height: 2em;
	width: 8em;
	margin: 1em auto 1em auto;
}
div.center-content{
	position: relative;
	display: inline-block;
	width: 80%;
	vertical-align: top;
}
div.control-buttons{
        width: 24em;
        margin-left: auto;
        margin-right: auto;
}
div#map-title{
	text-align: center;
}
#meta{
	text-decoration: none;
}
a#about-page{
        /*font-size: 1.125em;*/
        padding-left: 1em;
        padding-right: 1em;
        margin: 0 .5em;
        vertical-align: middle;
	background-color: #7137BD;
	color: #FFFFFF;
}
div#page-tour{
        /*font-size: 1.125em;*/
        padding: 0.25em 1em;
        margin: 0 .5em;
        vertical-align: middle;
	background-color: #7137BD;
	color: #FFFFFF;
	width: 7em;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}

div.control-buttons > #select-buttons > button{
	width: 100%;
	border-width: 1px;
	border-radius: 2px;
	margin: .05em 0;
}
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;
}
#chart-zoom{
	margin: 0.5em 1em;
}
.resource-title {
    font-size: 1.25em;
    color: #7137BD;
    border-bottom: solid 2px #7137BD;
    margin: 1em .25em .25em .25em;
    background-color: #FFF;
    padding: .25em;
}
.resource-item {
	font-size: 1.125em;
	width: 50%;
	border: solid 2px #DDD;
	margin: 1em;
}
.resource-item > a{
	text-decoration: none;
}
.resource-item .title {
	display: block;
	color: #444;
	background-color: #DDD;
	padding: .25em .5em;
}
.resource-item .summ {
    display: block;
    padding: .25em 1.5em;
    color: #555;
}
#download-chart-data{
	cursor: pointer;
}
@media (min-width: 960px){
        div#map-overlays, div#station-data{
                height: 410px;
                margin-bottom: 1em;
        }
	select#station-map-select{
		position: absolute;
		top: 8em;
	}
        div#map-title{
		font-size: 1.5em;
	}
	div#chart-zoom{
		text-align: right;
	}
}
@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;
	}
	.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#chart-zoom{
		text-align: center;
	}

}
div.download-link {
    margin: 1em;
    height: 2em;
}
a.link-button div.link-button{
        border: solid 1px #7137BD;
        background: #F5EFFF;
        color: #3B0089;
        padding: 0.25em 1em;
        margin-top: .5rem;
        margin-bottom: .5rem;
        text-align: center;
        vertical-align: top;
        border-radius: 2px;
        text-decoration: underline;
        font-weight: normal;
}
a.link-button:hover{
        color: #F5EFFF;
        background: #7137BD;
}

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;
}	
div#references{
	font-size: 1.125em;
}
div#references hr{
	/* override the site-wide horizontal line style hidden */
	border: solid 1px;
	border-color: gray;
}
div#references a{
	display: block;
	margin: .25em;
}
