@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	color: aliceblue;
  background: url(../images/DCP_4223.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-color: #DB4B4D;
}
header {
	font-size: x-large;
	text-align: center;
	line-height: 150%;
}
a {
	color: #DDE980;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
}
.border {
	border:#FFFFFF medium solid;
}
.borderleft {
/*	border-right:#FFFFFF medium solid; */
	border-top:#FFFFFF medium solid;
	border-bottom:#FFFFFF medium solid;
}
.borderright {
/*	border-left:#FFFFFF medium solid; */
	border-top:#FFFFFF medium solid;
	border-bottom:#FFFFFF medium solid;
}

.border td {
	border-bottom: #000000 thin solid;
}

.smaller {
	font-size: 80%;
}

.left {
	float: left;
}

.content {
	width: 760px;
	padding: 20px;
	margin: auto;
	line-height: 150%;
	background-color: rgba(0,0,0,.5);
}


#schedule .content {
	width: 960px;
	padding: 20px;
	margin: auto;
	line-height: 150%;
	background-color: rgba(0,0,0,.5);
}

footer {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;	
}

footer a {
	color: #DB4B4D;
	text-decoration: none;
	font-weight: bold;	
}

footer a:hover {
	color: #ffffff;
	background-color: #BF3B3D;	
}
/*

.navul {

}

.nav {
	color: #DB4B4D;
	padding: 5px;
	border: #010101 thin solid;
}

.nav a {

}

.navul a:hover {

}*/
.table {
	width:520px;
	margin-left:auto;
	margin-right:auto;
}

.row {
	min-height: 150px;
	text-align: center;
}

.cell6 {
	float: left;
	border: solid 1px green;
	height: 150px;
	width: 150px;
	margin: 10px;
	display: block;
	text-align: center;
	margin-top: auto;
	background-image: url(../images/spawner2.jpg);
}


.cell6 a {
	color: #F0EB62;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}


.cell6 a:hover {
	color: #81F4E7;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.cell7 {
		float:left;
		border: solid 1px green;
		height: 150px;
		width: 150px;
		margin:10px;
		display:block;
		text-align: center;
		margin-top: auto;
		background-image: url(../images/fry.jpg);
}


.cell7 a {
	color: #F0EB62;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}


.cell7 a:hover {
	color: #81F4E7;
	height: 100%;
	width: 100%;
}

.cell1 {
	float: left;
	border: solid 1px green;
	height: 150px;
	width: 150px;
	margin: 10px;
	display: block;
	text-align: center;
	margin-top: auto;
	background-image: url(../images/eggs.jpg);
}


.cell1 a {
	color: #F0EB62;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}


.cell1 a:hover {
	color: #81F4E7;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.cell2 {
	float: left;
	border: solid 1px green;
	height: 150px;
	width: 150px;
	margin: 10px;
	display: block;
	text-align: center;
	margin-top: auto;
	background-image: url(../images/alevin.jpg);
}


.cell2 a {
	color: #F0EB62;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}


.cell2 a:hover {
	color: #81F4E7;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.cell3 {
	float: left;
	border: solid 1px green;
	height: 150px;
	width: 150px;
	margin: 10px;
	display: block;
	text-align: center;
	margin-top: auto;
	background-image: url(../images/fry2.jpg);
}


.cell3 a {
	color: #CC30E8;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}


.cell3 a:hover {
	color: #81F4E7;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.cell4 {
	float: left;
	border: solid 1px green;
	height: 150px;
	width: 150px;
	margin: 10px;
	display: block;
	text-align: center;
	margin-top: auto;
	background-image: url(../images/adult1.jpg);
}


.cell4 a {
	color: #F0EB62;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}


.cell4 a:hover {
	color: #81F4E7;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.cell5 {
	float: left;
	border: solid 1px green;
	height: 150px;
	width: 150px;
	margin: 10px;
	display: block;
	text-align: center;
	margin-top: auto;
	background-image: url(../images/spawner1.jpg);
}


.cell5 a {
	color: #F0EB62;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}


.cell5 a:hover {
	color: #81F4E7;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.li {
	font-weight: bold;
}

.sub-item {
	font-size: 90%;
	font-weight: normal;
	margin-left: 15px;
}