@charset "UTF-8";
/* CSS Document */
@font-face {
       font-family: 'EntypoRegular';
    src: url('//www.uvm.edu/~myuvm/fonts/entypo/Entypo-webfont.eot');
    src: url('//www.uvm.edu/~myuvm/fonts/entypo/Entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('//www.uvm.edu/~myuvm/fonts/entypo/Entypo-webfont.woff') format('woff'),
         url('http://www.uvm.edu/~myuvm/fonts/entypo/Entypo-webfont.ttf') format('truetype'),
         url('http://www.uvm.edu/~myuvm/fonts/entypo/Entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.login-entypo {
	 font: 60px/68px 'EntypoRegular', Arial, sans-serif;
	 letter-spacing: 0;
}

body {
	font-family: 'Lato', sans-serif;
	color:#666;
	font-size:14px;
	background: url(images/background-dark-new.png) repeat-x;
}

#login-text {
	font-size:.9em;
	float:left;
	clear:both;
	margin-bottom:4px;
	margin-top:4px;
	text-align:center;
	width:100%;
}
#login-text a {
	color:#98B23C;
	text-decoration:none;
}
#login-text a:hover {
	color:#060;
	text-decoration:underline;
}
#login-password {
	font-size:.8em;
	margin-top:2px;
}
#login-password a {
	color:#666;
	text-decoration:none;
}
#login-password a:hover {
	color:#98B23C;
	text-decoration:underline;
}
/*Full Width Login*/
#login-box {
	height:290px;
	width:300px;
	z-index:2;
	position:absolute;
	left:-150px;
	top:150px;
	margin-left:50%;
	background:#FFF;
	opacity:0.66;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#login-box-interior {
	height:274px;
	width:284px;
	z-index:2;
	position:absolute;
	left:-142px;
	top:159px;
	margin-left:50%;
	background:#FFF;
	opacity:0.93;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#login-box-interior-content {
	height:284px;
	width:284px;
	z-index:2;
	position:absolute;
	left:-142px;
	top:165px;
	margin-left:50%;
}
#login-tower {
	float:left;
	margin-top:-30px;
	margin-left:50%;
	left:-27px;
	position:relative;
}
#login-myuvm-logo {
	float:left;
	clear:both;
	margin-top:5px;
	margin-left:50%;
	left:-50px;
	position:relative;
}
/*LOG IN FORM - adapted from http://xooplate.com/*/
input{
	border:0;
	outline:0;
	text-align:center;
	color:#999999;
	margin-bottom:5px;
}
.username{
	background:url(images/usermamefield.gif) no-repeat top;
	width:222px;
	height:32px;
}
.username:focus{
	background:url(images/usermamefield.gif) no-repeat bottom;
	color:#333333;
}
.password{
	background:url(images/passwordfield.gif) no-repeat top;
	width:222px;
	height:32px;
	text-align:center;
}
.password:focus{
	background:url(images/passwordfield.gif) no-repeat bottom;
	color:#333333;
}
.submit{
	background:#939598;
	color:#FFF;
	font-family: 'Lato', sans-serif;
	text-align:center;
	font-size:12px;
	width:218px;
	height:32px;
	margin-top:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.submit:hover{
	background:#98B23C;
}

/*Background Image*/

/*keeps map from causing horizontal scroll*/
#overflow {
	width:100%;
	max-height:780px;
	overflow:hidden;
}
/*other buisness*/
#login-topcontainer {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	min-width:780px;
	}
#login-bg1 {
	height:780px;
	width:50%;
	margin-left:-390px;
	float:left;
	background:url(images/map-2a.png) right no-repeat;
	overflow:hidden;
	}
#login-bg2 {
	height:780px;
	width:50%;
	float:right;
	margin-right:-390px;
	background:url(images/map-2b.png) left no-repeat;
	overflow:hidden;
	}
#login-container {
	background: url(images/sports-new.png) no-repeat;
	width:780px;
	height:780px;
	left:50%;
	margin-left:-390px;
	position:absolute;
	-webkit-box-shadow: 8px 0px 6px -6px #666, -8px 0px 6px -6px #666;
	-moz-box-shadow: 8px 0px 6px -6px #666, -8px 0px 6px -6px #666;
	box-shadow: 8px 0px 6px -6px #666, -8px 0px 6px -6px #666;
	}
#login-header {
	height:32px;
	background: url(images/background-top.png);
}
#login-header img {
	width:200px;
	vertical-align:middle;
	padding:1px 4px 4px 4px;
	}
#login-header-icon {
	font: 40px/48px 'EntypoRegular', Arial, sans-serif;
	letter-spacing: 0;
	float:left;
	position:relative;
	margin:-5px 5px 0 5px;
}
#login-header-text {
	float:left;
	position:relative;
	font-size:12px;
	margin-top:7px;
}

/*Login Footer */

#login-footer-a {
	height:45px;
	width:780px;
	color:#333;
	background: url(images/background-footer.png);
	position:absolute;
	left:50%;
	margin-left:-390px;
	bottom:25px;
	z-index:1;
}
#login-footer-a-icon {
	float:left;
	position:relative;
	margin:-11px 5px 0 8px;
}
#login-footer-a-icon a {
	color:#333;
	text-decoration:none;
}
#login-footer-a-icon a:hover {
	color:#CCC;
}
#login-footer-a-text {
	float:left;
	position:relative;
	margin-top:7px;
	font-size:12px;
	
}
#login-footer-container {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	max-height:780px;
	min-width:780px;
	min-height:550px;
	}
#login-footer-b {
	height:25px;
	background:#62865A;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;	
	}
#login-footer-b-shade {
	width:780px;
	-webkit-box-shadow: 8px 0px 6px -6px #666, -8px 0px 6px -6px #666;
	-moz-box-shadow: 8px 0px 6px -6px #666, -8px 0px 6px -6px #666;
	box-shadow: 8px 0px 6px -6px #666, -8px 0px 6px -6px #666;
	margin-top:-3px;
	border-right:#666 thin solid;
	border-left:#666 thin solid;
	height:28px;
	position:absolute;
	left:50%;
	margin-left:-391px;	
	}
	#login-footer-b-text {
	height:25px;
	line-height:25px;
	width:100%;
	position:absolute;
	top:755px;
	font-size:11px;
	color:#FFF;
	text-align:center;
	}
/*Emergency Message*/


/*For viewing at widths less then 490px*/
@media only screen 
and (max-width:490px) {
body {
	background:none;
}
#login-topcontainer {
	max-width:490px;
	width:100%;
	height:675px;
	overflow:hidden;
	}
#login-box {
	top:120px;
}
#login-box-interior {
	top:128px;
}
#login-box-interior-content {
	top:125px;
}

#login-footer-a {
	height:70px;
	position:absolute;
	top:470px;
	max-width:490px;
	
}
#login-footer-a-icon {
	margin-left:65px;
	margin-top:1px;
}

#login-footer-a-text {
	margin-top:12px;
	font-size:12px;
	width:240px;
	margin-left:2px;
	
}
#login-footer-container {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	max-height:675px;
	min-height:675px;
	
}
#login-footer-b-text {
	top:650px;
}
}