@charset "utf-8";

.page .main .news-item
{
	margin-top: 20px;
	padding: 0px;
	overflow: hidden;
}

.page .main .news-item:first-child
{
	margin-top: 10px;
}

.page .main .news-item h3
{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 25px;
	text-align: left;
	display: inline;
}

.page .main .news-item h1
{
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	line-height: 60px;
	text-align: left;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0px;
}

.page .main .news-item a.permalink
{
	color: #999999;
	display: inline;
	font-size: 0.8em;
}
.page .main .news-item a.permalink:hover
{
	color: #666666;
}

.page .main .news-item .calendar
{
	float: left;
	display: block;
	width: 50px;
	height: 60px;
	padding-right: 10px;
}

.page .main .news-item .calendar .update
{
	background-color: #114488;
	color: white;
}

.page .main .news-item .calendar .general
{
	background-color: #cc3311;
	color: white;
}

.page .main .news-item .calendar .site
{
	background-color: #88cc11;
	color: white;
}

.page .main .news-item .calendar .top span
{
	width: 50px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	background-image: url(../assets/calendar-top.png);
	display: block;
}

.page .main .news-item .calendar .bottom span
{
	width: 48px;
	height: 39px;
	line-height: 39px;
	font-size: 30px;
	text-align: center;
	background-image: url(../assets/calendar-bottom.png);
	display: block;
	font-family: "Carto Gothic", "Lucida Grande", "Lucida Sans Unicode", "Vera Sans", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #d8d8d8;
	border-top: none;
}

.page .main .news-item p.entry-summary
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	display: inline;
}

.page .main .news-item div.entry-content
{
	margin-left: 0px;
}

.page .main .news-item div.entry-content p, .page .main .news-item div.entry-content h1, .page .main .news-item div.entry-content h2, .page .main .news-item div.entry-content h3
{
	margin-left: 0px;
}
