/*
   Module 4 Homework - Multimedia Design
   Marcelle Caron
   1-24-16

   Cat Heaven Cat-Lib Style Sheet
*/

input {
	display: inline-block;
	width: auto;
	padding: 0 .5em;
	border: 0;
	background: #E6E6E6;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: normal;
}

textarea {
	display: block;
	width: 100%;
}

fieldset {
	border: 1px solid black;
	margin: 1em 0;
	padding: 0.5em 1em;
	background-color: rgba(251, 183, 116, 0.50);
}

fieldset#madlib {
	line-height: 2.25em;
	font-size: 19px;
	font-family: Comic Sans MS, cursive, Sans-serif;
	background-image: url(images/two-cats-525-350.jpg);
	background-repeat: none;
	background-size: cover;
	background-position: top center;
	padding: 0;
}

#madlibbg {

	background-color: rgba(255, 255, 255, 0.6);
	padding: 0.5em 1em;
}

#madlib input {

	font-size: 19px;
	background: rgba(230, 230, 230, 0.50);
}

#madlib legend {
	position: absolute;
	left: -9999px;
}

legend {
	font-weight: bold;
	font-size: 20px;
	font-family: Comic Sans MS, cursive, Sans-serif;
}

textarea {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: normal;
}

button {
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 1px 1px 2px #666;
	margin-left: 8px;
}

#activateButton {

	font-size: 16px;
	color: red;
}
