div[role='main'] a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
div[role='main'] a:hover {
	text-decoration: underline;
}
.buckets {
	margin-top: 2%;
	margin-left: 0px;
	margin-bottom: 2%;
}
.bucket {
	margin: 0px 0px 0px 1%;
	width: 31.9%;
	float: left;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999;
	border-radius: 8px;
	background-image: url(../images/sun.png);
	background-repeat: no-repeat;
}
.bucket .bucket-header{
	margin: 0;
	width: 100%;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	background-color: #f98d29;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
		border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;

}
.bucket_wide {
	margin-top: 5px;
	width: 100%;
	float: left;
	position: relative;
	padding-top: 1px;

	padding-bottom: 5px;
	padding-left: 5px;		
	padding-right: 5px;	
	background-color: #ffffff;	background-image: url(../images/sun.png);
	border: 1px solid #666;
	border-radius: 8px;

}
.bucket_wide img {
	margin-left:7%;
	margin-right:7%;
}
.bucket_wide .bucket-header{
	margin: 0;
	width: 100%;
	/*font-family: 'Redressed', cursive;
	font-family: 'Redressed', cursive;	*/
	padding-top: 1px;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
}
/*.main-visual-container {
width:100%;

}
.main-visual-container img
{
	border: thin solid #cccccc;
}

.home-page img 
{
	float: left;	
}*/

:first-child.bucket {
	margin-left: 0px;
}
#news {
	/*font-size: 22px;*/
	margin-right: 10px;
}

/*.subbucket-right {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 33.5%;
	position: relative;
	float: right;
}

.subbucket-right img {
	border:0px;	
}*/

#welcome {
	margin-right: 10px;
}

#hours {
	margin-right: 10px;
}

.events_date {
	color: #666666;
	font-weight: bold;
}
@media screen and (max-width:840px)
{
.bucket {
	width: 47.5%; margin-top: 1%;
}


}
@media screen and (max-width:640px)
{
.bucket {
	width: 100%; height: auto; margin-left: 0px;
	background-image:url(../images/sun.png);
	background-repeat:repeat-x;
}
.bucket img {
	display: none;
}
.socialmed2 img {
	display:none;
}

}
@media print
{
.buckets {
	margin: 0px;
}
}
