/*
Travis Millican
5/21/16
Final Project Website: IT-270
*/

fieldset {
	background-color: lightgreen;
	border: solid white 3px;
}

fieldset label {
	display: inline-block;
	width: 150px;
	text-align: right;
	margin: 5px;
}

fieldset input {	
	width: 200px;
}

section p {
	text-align: center;
}

#nl {
	text-align: left;
	width: 65px;
	margin-left: 70px;
}

body {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-variant: small-caps;
	font-size: 20px;
}

p {
	margin: 0px;
	margin-top: 10px;
	font-size: 13px;
}

#otherSites, #webmaster {
	display: inline-block;
	float: left;
	margin-top: 15px;
	background-color: lightgreen;
	border: solid white 3px;
	padding-left: 10px;
	padding-top: 5px;
	width: 525px;
	height: 300px;

}

#webmaster {
	margin-left: 15px;
	width: 326px;
	text-align: center;
}

#webmaster img {
	margin-top: 7px;
}

#up {
  margin-top: 3px;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-variant: small-caps;
  text-align: right;
  font-size: 15px;
}

footer {
  clear: left;
  text-align: center;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-variant: small-caps;
}
/*validation styles*/
input:focus, {
	background-color: rgb(220,255,220);
}

input:focus:valid{
	background:rgb(220,255,220) url(go.png) bottom right no-repeat;

	-o-background-size:contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	background-size: contain;
}
input:focus:invalid{
	background:rgb(255,232,233) url(stop.png) bottom right no-repeat;

	-o-background-size:contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	background-size: contain;
}