
/* General Stylings*/

body{
	margin: 0px;
	background-image: url("../images/polygonal-alpine-vista.jpg");
	background-attachment: local;
	background-size: auto 1347px;
	background-repeat: no-repeat;
	background-color: #C0E1D0;
}

h1 {
	margin-top: .2em;
	margin-bottom: .5em;
	letter-spacing: 1px;
}

h2 + p{
	margin-top: 0;
	margin-bottom: 0;
}

h2{
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

#content{
	width: 1024px;
	float: none;
	margin: auto;
	height: auto;
}

form > *{
	margin: auto;
	border-radius: 3px;
	border: 1px solid #7F7F7F;
}

nav a{
	color: black;
}

.clear{
	float: none !important;
	clear: both;
}

/* scriptless compatability*/
.read-more{
	padding-top: .3em;
	display: inline-block;
	width: 93%;
	text-align: right;
}

.expander {
	display: none;
}

/* Top Navigation Bar Stylings*/
#navbar{
	margin: auto;
	width: 1024px;
/* invisible border ensures bar fills to top */
	border: 1px solid RGBA(0,0,0,0);	
	background-color: RGBA(20,20,20,.20);
}

#main-nav{
	margin: 5px;
	margin-bottom: 8px;
	padding: 0px;
}

#logo {
	width: 25%;
	vertical-align: bottom;
}

#main-nav > li{
	display: inline;
	margin: 9px;
	position: relative;
}

#main-nav > li:first-child {
	margin-left: 2px;
}

#main-nav > li:last-child {
	margin-right: 0px;
}

#main-nav a{
	text-decoration: none;	
	word-spacing:-6px;
}

#main-nav a:hover{
	text-decoration: underline;
}

#current-main {
	text-shadow: 1px 1px 0px;
}

#social {
	position: absolute;
	top: 0px;
	margin-left: 785px;
	float: right;	
	white-space: nowrap;
}

#social > li{
	display: inline;
	padding: 3px;
}

/* Body Format Stylings*/

.secondary-nav {
	margin: 1px;
	padding: .6em 0px .6em 0px;
	position: absolute;
	background-color: RGBA(20,20,20,.20);
}


#facilities-nav{
	margin-left: 25px;
}

#events-nav{
	margin-left: 56px;
}


.secondary-nav > li{
	display: inline-block;
	padding: 0px .5em 0px .5em;
	border-left: 1px solid black;
}

.secondary-nav > li:first-child{
	border: none;
}

.secondary-nav a{
	word-spacing: normal;
	text-decoration: none;	
}

.secondary-nav #current-slide {
	text-shadow: 1px 0px;
}

#content > section {
	margin: 20px 3px 50px 22px;
	background-color: RGBA(20,20,20,.20);
	float: left;
	border-radius: 8px;
}

.info-partition{
	margin: 15px;
	padding: 15px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

/* Index Specific Stylings */
.main-column {
	width: 360px;
}

.chrome-head {
	padding: 7px;
	background: -webkit-linear-gradient(#f5f5f5, RGBA(215,215,215,0.7)); 
	background: -o-linear-gradient(#f5f5f5, RGBA(215,215,215,0.7));
	background: -moz-linear-gradient(#f5f5f5, RGBA(215,215,215,0.7));
	background: linear-gradient(#f5f5f5, RGBA(215,215,215,0.7));
	border-radius: 5px 5px 2px 2px;
}

.chrome-head > h1{
	text-align: center;
	letter-spacing: 4px;
	margin: 5px;
}

.info-partition > p:last-of-type {
	margin-bottom: .5em;
}

.event-title {
	width: 302px;
}

.event-title > h2 {
	float: left;
}

.large-expander {
	vertical-align: text-bottom;
	margin-top: -2px;
	width: 24px;
	float: right;
}

.event-title + p {
	clear: both;
}


/* Information Page Stylings */

.window {
	width: 745px;
}

#content > #slideshow-window{
	margin-top: 52px;
	float: left;
}

.slideshow-arrow {
	margin-top: 150px;
	color: black;
	text-decoration: none;
}

#move-left {
	float: left;
}

#move-right {
	float: right;
	margin-right: 3px;
}

#slideshow {
	margin: 15px 30px 15px 30px;
	padding: 15px;
}

#slideshow-window > div h1 {
	margin-bottom: 0px;
}

#slideshow-window > div > img{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 45%;
	margin-top: 4%;
	border: 4px solid white;
}

#slideshow > div{
	float: left;
	margin-left: 10px;
	width: 49%;
}

#slideshow > div > *:first-child {
	margin-top: 0px;
}

	
#slideshow > div > * {
	clear: both;
}

#idea-box > div{
	float: left;
	width: 35%;
	margin: 10px 20px 20px 20px;
}

#idea-box > #form-wrapper {
	width: 50%;
}

#idea-box form{
	margin-top: 20px;
}

#idea-box form > input{
	float: right;
	width: 105px;
	height:22px;
	margin-top: 20px;
	margin-right: 18px;
}

#idea-error, .chat-error{
	color: red;
	margin-top: -2px;
	opacity: 0;
}

/* Sidebar Stylings */
#sidebar {
	float: left;
	margin-left: 20px;
}

.sidebar-part {
	background-color: RGBA(20,20,20,.20);
	border-radius: 7px;
	padding: 4px;
	margin-top: 18px;
}

.sidebar-part:last-child {
	margin-bottom: 50px;
}

.widget-header {
	border-radius: 2px 2px 0px 0px;
	background-color:RGB(210,210,210); 
}

.widget-header > h1 {
	text-align: center;
	padding-top: 1px;
	margin: auto;
	border-bottom: 1px solid #AFAFAF;
}

.sidebar-part > div {
	border-bottom: 2px solid #BFBFBF;
	border-radius: 4px;
	background-color: white;
	border: 1px solid #a1a1a1;	
	width: 210px;
}

#chat-blackout {
	width:208px;
	height: 222px;
	background-color: RGBA(0,0,0,.6);
	border: 1px solid RGBA(0,0,0,0);	
	border-radius: 0px 0px 2px 2px;
	z-index: 2;
	position: absolute;
}

#access-barrier {
	margin-left: 15px;
	margin-top: 45px;
	width: 180px;
	background-color: #ece8e8;
	border-radius: 20px;
}

#access-barrier p {
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: .7em;
	padding-right: .7em;
	text-align: center;
}

#chat-login {
	display: none;
}

#chat-output {
	height: 200px;
	overflow-y: scroll;
}

#chat-output > p{
	padding-bottom: .2em;
	padding-top: .2em;
	margin: 0px;
/* invisible border ensures bar fills to bottom & top */
	border: 1px solid RGBA(0,0,0,0);	
}

#chat-input {
	background-color: #E1e5e7;
	padding: 2px;
}

#ue-list {
	height: 235px;
	overflow-y: scroll;
}

.ue-item{
	padding-bottom: .6em;
	padding-top: .6em;
/* invisible border ensures bar fills to bottom & top */
	border: 1px solid RGBA(0,0,0,0);	
}

.ue-item > p {
	margin: 0px;
	margin-right: 10px;
	margin-left: 6px;
}

.small-expander {
	width: 16px;
	float: right;
	padding: 8px;
	padding-top: 0px;
	margin-top: -1px;
}

.uei-color{
	background-color: rgb(233,233,233);
}

/* Footer Stylings */

footer {
	clear: both;
	background-color: #f0f0f0;
	border: 1px solid RGBA(0,0,0,0);	
	margin: auto;
}

#fnav {
	width: 1024px;
	margin: auto;
}

.fcolumn{
	float: left;
	margin-right: 110px;
	margin-left: 40px;
	max-width: 200px;
	text-decoration: none;	
	list-style: none;
}

.fcolumn:last-child {
	margin-right: 0px;
}

/* the following 3 selectors fix alignment when bolding on hover */
.fnav-normal:hover {
	margin-bottom: 12px;
}

.fnav-multiline:hover {
	margin-bottom: 9px;
}

.fnav-normal:hover + .fnav-heading {
	margin-top: 37px;
}

.fnav-normal:hover + .fsmall-gap {
	margin-top: 27px;
}

.fcolumn > li {
	display: table;
	margin-bottom: 15px;
}

.fnav-heading {
	margin-top: 40px;
}

.fsmall-gap {
	margin-top: 30px;
}

.fcolumn a{
	text-decoration: none;	
}

.fcolumn a:hover{
}

.fnav-heading a {
}

.fnav-heading a:hover{
	text-decoration: underline;
}

footer > p {
	clear: both;
	text-align: center;
	margin-bottom: 2em;
	}

#container {
	position: absolute;
	z-index: -1;
	top: 0px;
	bottom: 0px;
}
