@charset "utf-8";
 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


body {
	background-image: url(_graphics/tree%20background.jpg);
}
main {
	background-color: #FFFFFF;
	max-width: 3px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
}

.banner {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
	height: 90%;
}
section h1 {
	color: #2009B8;
}


h2 {
	color: #FFFFFF;
}
h4 {
	font-style: italic;
}

nav {
	background-color: #047B11;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

nav a {
	color: #FFFCFC;
	display: block;
	background-color: #05B718;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	font-size: 18px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}
header {
	text-align: center;

}



footer {
	background-color: #2009B8;
	color: #FFFFFF;
	font-size: 18px;
}

section {
	background-color: #FDFDFD;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}
figure {
   float: left;
   width: 20%;

   margin-right: 30px;
}	
	
/*
 art3col Crown  - granny flats 
*/

.art3col {
   width: 32%;
   height: auto;
   float: left;
}
	
article {
   max-width: 90%;
   height: auto;
   float: left;
   margin-top: 10px;
   margin-right: 10px;
   margin-bottom: 10px;
   margin-left: 10px; 
}
.articleimages {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.clearfloat {
	clear: both;

}

/*tableless events calendar*/

#calendar {
	width:100%;
}

ul {
	list-style:none; /*removes bullets*/
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;	
}

li {
	display:block;
	float:left;
	width:14.2857142857%; /*width is 100% divided by how many days of the week or how many cells you have*/
	padding:5px;
	box-sizing:border-box;
	border:1px solid #ccc;
	margin-right:-1px; /*negative px are used so each box runs together no gaps*/
	margin-bottom:-1px;	
}

.weekdays {
	height:40px;
	background: #333;
	}

.weekdays li {
	text-align: center;
	text-transform: uppercase;
	line-height:20px;
	border:none !important; /*using important, it overrides any other border styles*/
	padding:10px 6px;
	color:#fff;
	font-size:13px;
}

.days li {
	height:180px; /*control the height of cells*/
}

.days li:hover {
	background:#eee; /*turns gray upon hover*/
}

.date {
	text-align:center;
	margin-bottom:5px;
	padding:5px;
	background:#333; /*make date standout with almost black bg and white text*/
	color:#fff;
	width:25px;
	border-radius: 50%; 
/*border-raduis 50% is round*/
	float:right;
}

.event {
	clear:both;
	display:block;
	font-size:13px;
	border-radius:4px;
	padding:5px;
	margin-top:40px;
	margin-bottom:5px;
	color:gray;
	line-height:14px;
	background:#e4f2f2;
	border:1px solid #b5dbdc;
	color:#009aaf;
	text-decoration:none;	
}

.event-desc {
	color: gray; /*color turns each event to gray*/
	margin: 3px 0 7px 0; /*7 on bottom of margin separates it from date*/
	text-decoration: none;
}

.event-time {
	
}

.empty-day {
	background: #f5f5f5; 
	color: gray; 
}
#FullPage section {
	float: none;
	clear: none;
}



@media(max-width:768px){
	
		#calendar .weekdays,#calendar .empty-day {
		display: none;
	}
	
		.days li /*this just said li before*/{
		height: auto !important;
		border: 1px solid #fff;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
		}
	
	.date {
		float: none;
	}
	
header {
	display: inline;
	position: static;
	background-image: url(_images/animated-banner.gif);
	background-color: #2009B8;
	background-repeat: no-repeat;
	height: 300px;
}
	
nav a {
	
	border-style: none;
	display: block;
}
.banner {

}

}

@media (min-width:900px){
nav a {
	display: inline-block;
}
	
footer {
	clear: both;
	font-size: 18px;
}


}
