/* WVU Color Palette - 2013
 ==================================================

	PRIMARY
		WVU Blue: #00447c
		WVU Gold: #eeb111
		Alternate Blue: #005daa

	SECONDARY
		Gold Secondary Light: #ffe894
		Blue Secondary Light: #a0c4da
		Blue Secondary Middle: #0079c1
		Purple: #27318b
		Dark Orange: #d9531e
		Orange: #f47b20
		Dark Grey: #455560
		Middle Grey: #5c6f7c
		// 100% Black: #000;

	TERTIARY
		Red: #bb471a
		Grey Blue: #abc
		Grey Light: #e0e0e0
		Blue Vibrant: #39f
		Blue Grey: #369
		Purple Bright: #60c

*/                                                        

/* Put your Mobile First styles here */

body {
	background-color: #000;
	color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

nav a, nav a:visited, #nav a, #nav a:visited, .nav a, .nav a:visited {
	background: transparent;
	font-size: 14px;
	line-height: 36px;
	padding: 0 10px;
}



.overlay {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
	margin-bottom: 5px;
}

.wvu-masthead {
	background: none;
}

.wvu-masthead ul {
	margin: 11px 39% 0 0;
}

.site-logo, .site-logo:visited {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	line-height: 36px;
	margin-top: 36px;
	margin-bottom: 36px;
}

.events h2 {
	color: #fff;
	border-bottom: 0;
	max-width: 9999em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.events ul {
	padding-left: 0;
	list-style-type: none;
}

.overlay .wrapper {
	padding: 20px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #ccc;
}

.main a {
  color: #005daa;
}

.main a:visited {
  color: #27318b;
}

.main {
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
	color: #333;
}

/* #Tablet
================================================== */
/* Note: Design for Tablets */
@media only screen and (min-width: 48em) {

	html {
		height: 100%;
	}

	body {
		background-image: url(../images/image1.jpg);
	}
	
	nav ul, .nav ul {
		border-radius: 16px;
		height: 36px;
		background: -moz-linear-gradient(top,  rgba(0,68,124,0.7) 0%, rgba(0,121,193,0.7) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,68,124,0.7)), color-stop(100%,rgba(0,121,193,0.7))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,68,124,0.7) 0%,rgba(0,121,193,0.7) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,68,124,0.7) 0%,rgba(0,121,193,0.7) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,68,124,0.7) 0%,rgba(0,121,193,0.7) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,68,124,0.7) 0%,rgba(0,121,193,0.7) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300447c', endColorstr='#b30079c1',GradientType=0 ); /* IE6-9 */
		padding: 0 10px 0 10px;
		padding-left: 10px;
	}

} /* Close Tablet media query */





/* #Desktop
================================================== */
/* Note: Design for Desktops */
@media only screen and (min-width: 60em) {


} /* Close Desktop media query */





/* Styles for Internet Explorer
================================================== */
/* Eg: .ie8 .my-awesome-class {} . Learn more about this technique: http://goo.gl/cb6IMX */