/*
    Fuscia Dark: 800080
    Fuscia Light: EE88CD
    Teal Dark: 008080
    Teal Light: A5F2F3
    Fuego Dark: BCDD11
    Fuego Light: F1FAC0
*/
body{
//	background: -webkit-linear-gradient(#51C3E1, #D4005F); /* For Safari */
//	background: -o-linear-gradient(#51C3E1, #D4005F); /* For Opera 11.1 to 12.0 */
//	background: -moz-linear-gradient(#51C3E1, #D4005F); /* For Firefox 3.6 to 15 */
//	background: linear-gradient(#51C3E1, #D4005F); /* Standard syntax */
	background-color:#51C3E1;
	background-image:url('/images/crestbg03.png');
}
a{
	color:#3B3B3B;
	text-decoration:none
}
.cbDiv{
	width:228px;
	text-align: left;
}
.mobileTable{
	display: none;
	width:244px;
	border:1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.header{
	height:100px
}
.middle{

}
.castle{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
}
.main{
	width:780px;
	margin-left:auto;
	margin-right:auto;;	
	background-color:#caedf6;
	border:3px solid #D4005F;
	border-radius:25px;
	//box-shadow: 10px 10px 5px #51C3E1;
}
.footer{
	height:152px;
	background-color:#D4005F;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	width:780px
}
.footer.photopile{
	width:auto;
	height:auto;
	backgroundColor:transparent;
	text-align:center;
}
.photoSlider{
	width:8800px;
}
.photoSlider.photopile{
	width:auto;
}
.nav{
	float:left;
	padding:6px 10px;
	background-color:#f6cae9;
	height:500px;
	width:170px;
	text-align:right;
	border-radius:25px 0 0 25px;
	font-family:georgia,arial,sans-serif;
	color:#3B3B3B;
}
.content{
	float:left;
	padding:3px;
	height:500px;
	width:580px;
}
.title{
	text-align:left;
	margin:10px 0 0 20px;
	font-size:22px;
	font-family:georgia,arial,sans-serif;  // title shouldn't be absolute
}
.title.homepage{
	position: absolute;
}
.links{
	height:480px	
}
.days{
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;	
	font-size:12px
}
.mobile{
	display:none
}
.homePictures{
	display:none;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.showHome{
	display:block
}
.devOnly{
	display:none
}
.homeImageNav{
	border-radius: 5px;
	float:left;
	padding:3px;
	cursor: pointer;
	border:1px solid black;
	margin:1px;
}
#homeNavContainer{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:-40px;
}
.mobileMenuIcon{
	display:none;
}