/* 
 ----------------------------------------------------------------------------
	Company: K-StateHD.TV
	Producer: K-State
 	CSS Document: chooser-styles.css
 ---------------------------------------------------------------------------- 
*/
@font-face {
    font-family: 'ArvoRegular';
    src: url('Arvo-Regular-webfont.eot');
    src: url('Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Regular-webfont.woff') format('woff'),
         url('Arvo-Regular-webfont.ttf') format('truetype'),
         url('Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('Arvo-Italic-webfont.eot');
    src: url('Arvo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Italic-webfont.woff') format('woff'),
         url('Arvo-Italic-webfont.ttf') format('truetype'),
         url('Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBold';
    src: url('Arvo-Bold-webfont.eot');
    src: url('Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Bold-webfont.woff') format('woff'),
         url('Arvo-Bold-webfont.ttf') format('truetype'),
         url('Arvo-Bold-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('Arvo-BoldItalic-webfont.eot');
    src: url('Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-BoldItalic-webfont.woff') format('woff'),
         url('Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('Arvo-BoldItalic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* colors
 ----------------------------------------------------------------------------
	text: #666
	link: #444
 	link.hover: #666
 ----------------------------------------------------------------------------
*/


html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote {
	margin: 0;
	padding: 0;
	color: #fff;
    background-color: transparent;
}
html {
    font-size: 100%; /* overflow-y: scroll; */ -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
    background: #444; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #444 0%, #000 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#444), color-stop(100%,#000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #444 0%,#000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #444 0%,#000 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #444 0%,#000 100%); /* IE10+ */
    background: radial-gradient(center, ellipse cover,  #444 0%,#000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
   *background-image: none; /* Reset for IE7 to avoid mixed content warnings */
}
body {
	background-image: url(../images/bg-screens.png);
	background-repeat: repeat;
	background-position: right 90px;
	height:100%;
	position:relative;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	color: #666666;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
a {
	color: #490F76;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
.wrap {
	max-width:1024px;
	margin: 0 auto;
}

/*
PAGE
*/

#header {
	height: 89px;
	width: 100%;
	margin-bottom: 110px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color: #222;
}
#header .wrap {
	position: relative;
}
#logo {
	position: absolute;
	top: 67px;
	left: 0px;
	background-color: transparent;
}
#logo a img {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#logo:hover a img {
	-moz-transform: scale(0.92) rotate(0) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(0.92) rotate(0) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(0.92) rotate(0) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(0.92) rotate(0) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(0.92) rotate(0) translate(0px, 0px) skew(0deg, 0deg);
}
#sharethis {
	height: 22px;
	width: 250px;
	position: absolute;
	top: 35px;
	right: 0px;
	text-align: right;
	font-family: 'ArvoRegular', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
#fb-like-btn {
	height: 22px;
	width: 90px;
	position: absolute;
	top: 33px;
	right: 249px;
}
#content {
	margin-bottom: 120px;
	z-index: 999;
	position: relative;
	text-shadow: 1px 2px 10px #222;
}
#content h2 {
	font-family: 'ArvoBold';
	font-size: 45px;
	line-height: .90em;
	font-weight: bold;
	color: #CCC;
	max-width: 650px;
}
#content h2 span {
	color: #FFF;
}

/*
NAVIGATION
*/

#nav {
	background: #480D76;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C1097;
}

#nav li {
	position: relative;
	top: -35px;
	float: left;
	background: #480D76;
	width: 180px;
	height: 120px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 30px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	list-style-type:none;
	z-index: 888;
	-webkit-box-shadow: 0px -1px 0px 0px #5C1097;
          box-shadow: 0px -1px 0px 0px #5C1097;
}

#nav li:hover {
	background: #320952;
	-moz-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.1) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}

#nav a {
	width: 180px;
	height: 120px;
	display: block;
}

#nav a > img {
	margin: 20px auto 10px;
	display: block;
}

#nav a.pcat > img {
	margin: 24px auto 14px;
	display: block;
}

#nav a.campus > img {
	margin: 30px auto 20px;
	display: block;
}

#nav a span {
	display: block;
	text-align: center;
	font-family: 'ArvoRegular';
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
}
#nav li:hover a span {
	color: #ccc;
}
#hero {
	background: no-repeat;
	width: 1200px;
	min-height: 1500px;
	position: fixed;
	z-index: 1;
	left: 48%;
	overflow: hidden;
	top: 120px;
}
#message {
	clear:both;
	margin-top: 110px;
}
#message .button img {
	float: left;
	margin-right: 10px;
}
#message p {
	max-width: 550px;
	font-family: ArvoRegular;
	font-size: 12px;
	color: #999;
	text-shadow: 1px 2px 6px #111;
}
.button {
	border-top: 1px solid #666666;
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background: -webkit-linear-gradient(top, #333333, #000000);
	background: -moz-linear-gradient(top, #333333, #000000);
	background: -ms-linear-gradient(top, #333333, #000000);
	background: -o-linear-gradient(top, #333333, #000000);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 15px;
	font-family: 'ArvoRegular';
	text-decoration: none;
	vertical-align: middle;
	margin-top: 30px;
	margin-right: 25px;
	padding-top: 13.5px;
	padding-right: 27px;
	padding-bottom: 15px;
	padding-left: 27px;
   }
.button:hover {
   border-top-color: #480d76;
   background: #480d76;
   color: #ccc;
   }
.button:active {
   border-top-color: #480d76;
   background: #480d76;
   }
.button span {color: #ddd;}
#crew {
	clear: both;
	margin-top: 35px;
	font-size: 11px;
	font-family: 'ArvoRegular';
	color: #999;
}
#crew a {
	color: #CCC;
	line-height: 12px;
	text-decoration: underline;
}
#crew a:hover {
	text-decoration: none;
}
#crew img {
	margin-bottom: 4px;
}
#copyright {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 20px;
	padding-left: 10px;
	max-width: 100%;
	margin-top: 100px;
	clear:both;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 0px;
}
/*------------------------------------*\
	RESPONSIVE STYLES 
\*------------------------------------*/

/*styles for less than 767px*/
@media only screen and (max-width: 767px){
	.wrap {
	max-width: 100%;
	}
		
	#header {
	margin: 0 auto 60px;
	}
	#logo {
	position: relative;
	top: 74px;
	left: auto;
	background-color: transparent;
	text-align:center;
	}
	#logo img {
	height: 40px;
	width: 320px;	
	}
	#content {
	margin-bottom: 60px;
	text-align: center;
	padding: 6px;
	}
	#hero {
	display: none;	}
	#nav {
	height: auto;
	width: 100%;
	position:relative;
	background-color: transparent;
	border:none;
	}
	#nav li {
	position: relative;
	top: -35px;
	display:block;
	float:none;
	background: #480D76;
	width: 180px;
	height: 120px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	list-style-type:none;
	z-index: 888;
	clear:both;
	-webkit-box-shadow: 0px -1px 0px 0px #5C1097;
	box-shadow: 0px -1px 0px 0px #5C1097;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 5px;
	}
	#message {
	margin-top: 30px;
	width:100%;
	}
	#message p {
	text-align: center;
	padding: 6px;	
	max-width: 100%;
	}
	.button {
		display:block;
		max-width: 300px;
		margin-right:auto;
		margin-left:auto;
		text-align: center;
	}
	#crew {
	text-align: center;
	}
}
/*styles for less than 767px*/