@charset "utf-8";
/* CSS Document */


	
	#inNewsBody article {
		width:100%;
	}
	
	#inNewsBody article p{
		text-align:left;
	}
	
p{
	line-height:1.5em;
	margin-bottom:20px;
}

p.btn a:link,
p.btn a:visited{
	background-color:#F00;
	color:#fff;
	font-size:14px;
	border-radius:10px;
	display:block;
	padding:15px;
	text-align:center;
	margin:30px 0 30px 0px;
	width:90%;
	text-decoration:none;
}

p.btn a:hover{
	background-color:#F30;
}

section.top{
	margin-bottom:50px;
}

section.event{
	margin-bottom:50px;

}

section.event h2{
	text-align:center;
	margin-bottom:15px;
}

section.event h3{
	font-size:14px;
	line-height:1.5em;
	margin-bottom:20px;
	font-weight:normal;
	text-align:center;
}

section.event .photo{
	overflow:hidden;
	text-align:center;
}

section.event h4 p{
	margin-right:10px;
}

.edu_photo img{
	width:100%;
}

#inNewsBody section.message figure{
	width:135px auto;
}

@media only screen and (min-width: 480px){
	
	p.btn a:link,
p.btn a:visited{
	width:95%;
}


section.event h2{
	font-size:18px;
}

section.event h4 p{
	float:left;
}

section.event h4 p:last-child{
	margin-right:0;
}


	
}

@media only screen and (min-width: 640px){
	section.event{
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
}

section.event h2{
	text-align:left;
	margin-bottom:30px;
	width:30%;
}

section.event h3{
	text-align:left;
}




}


@media only screen and (min-width: 980px){
	
	section.event h2{
		text-align:left;
		margin:0 0 30px 30px;
	}
	
	section.event h3{
		margin-left:10px;
	}
	
	section.event h4 p{
		margin-right:5px;
	}


	#inNewsBody article{
		text-align:center;
		width:680px;
		margin-right:0px;
	}
	
	.april{
		background-image:url(images/event_photo_april.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.may{
		background-image:url(images/event_photo_may.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.june{
		background-image:url(images/event_photo_june.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.july{
		background-image:url(images/event_photo_july.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.august{
		background-image:url(images/event_photo_august.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.september{
		background-image:url(images/event_photo_september.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.october{
		background-image:url(images/event_photo_october.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.november{
		background-image:url(images/event_photo_november.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.december{
		background-image:url(images/event_photo_december.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.january{
		background-image:url(images/event_photo_january.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.february{
		background-image:url(images/event_photo_february.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}
	
	.march{
		background-image:url(images/event_photo_march.png);
		background-repeat:no-repeat;
		background-position:right 20px;
	}

}

@media only screen and (max-width: 320px){
	section.event h3{
		font-size:10px;
		
	}
	
}