/*General*/
body{
	line-height: 1;
    background-color: #ffc90e;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Website Content*/
.boxed h1{
	font-family: "Monotype Corsiva", "Times New Roman", Times, serif;
	font-size: 40px;
}
.boxed{
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow: 8px 10px 10px #e09304;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
}
.boxed p{
	line-height: 40px;
}
.contact{
	background-image: url(img/GoldenBlanketPuppy.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.swirl{
	background-image: url('img/sCurves.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

/*Company Logo*/
.logo {
	display: block;
	float: right;
	top: 0px;
	right: 0px;
}

/*Navigation Table*/
.index{
	padding: 3px;
	border: 4px solid black;
	top: 0px;
	font-family: "Monotype Corsiva", "Times New Roman", Times, serif;
}
.index th{
	border-left: 2px solid black;
	border-right: 2px solid black;
	font-size: 35px;
}
a:link{
	color: black;
}
a:visited{
	color: white;
}
a:hover{
	color: #00ccff;
}
a:active{
	color: white;
}

/*Animal Slideshow*/
#slideshow {
	margin: 50px auto;
	position: relative;
	width: 500px;
	height: 500px;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);

}
#slideshow > div{
	position: absolute;
	top: 120px;
	right: 20px;
	left: 20px;
	bottom: 125px;
}

/*Announcements*/
.announcements h2 {
	font-weight: bold;
	font-style: italic;
}

/*Doggy Daycare Page*/
.GrayInside {
	float: left;
}
.DaycareOutside{
	float: right;
}
.PugIndoors{
	float: left;
}
.daycareWarning{
	font-style: italic;
}

/*Boarding Page*/
.boardingVacation {
	float: right;
}
.CatKennels {
	float: left;
}
.DogKennels{
	float: right;
}
.top{
	font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
}
/*Contact Us Page*/
.information{
	border: solid 1px #444;
	border-radius: 2px;
	padding: 2px;
	width: 400px;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}
.information input[type=submit] {
  background-color: #ffc90e;
  color: black;
  border-radius: 15px;
  padding: 5px;
  margin-top: 5px;
  height: 50px;
  width: 100px;
  font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
}
.information input[type=text], input[type=name], input[type=email], input[type=tel]{
	width: 200px;
	height: 15px;
	border: 1px solid black;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.commentsBox{
	width: 250px;
	min-height: 400px;
}
.companyInfo{
	margin-right: auto;
	border-radius: 25px;
	background-color: #fec1e1;
	width: 500px;
}
/*About Us Page*/
.kittensOutside{
	float: left;
}
.dogsOutside{
	float: right;
}