#header {
	position: relative;
}

#header span {
	background: #585959 center center no-repeat;
	display: block;
	height: 30px;
	margin: 10px 0;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
}

#header span.title {
	width: 58px;
	background-image: url(/res/img/new-theme/news/title.png);
}

#header span.sub-title {
	width: 112px;
	background-image: url(/res/img/new-theme/news/sub-title.png);
}

#header .links {
	position: absolute;
	right: 15px;
	bottom: 0;
}

#header .links a {
	font-size: 14px;
	color: white;
	margin-left: 15px;
}

#body .entries {
	width: 625px;
}

#body .entries .entry {
	position: relative;
	height: 215px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}

#body .entries .entry:hover .actions {
	display: block;
}

#body .entries .entry .actions {
	position: absolute;
	right: 10px;
	top: 0;
	display: none;
}

#body .entries .entry .actions a {
	color: #333333;
}

#body .entries .entry h3 {
	font-size: 15px;
	line-height: 1.1em;
}

#body .entries .entry>div {
	color: #a8a8a8;
	margin-bottom: 10px;
}

#body .entries .entry>div>a {
	color: #a8a8a8;
}

#body .entries .entry>div.content {
	height: 150px;
	overflow: hidden;
}

#body .entries .entry>div.content a.image {
	width: 200px;
	height: 125px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#body .entries .entry div.content a img {
	max-width: 100%;
	max-height: 100%;
	background-color: #e0e0e0;
}

#body .entries .entry div.content span {
	padding: 0;
	color: #585959;
	padding-right: 10px;
	width: 400px;
	height: 120px;
	overflow: hidden;
	display: table-cell;
}

#body .entries .entry div.content span:after {
	content: '...';
	display: block;
}

#body .entries .entry div:last-child:after {
	content: '.';
	visibility: hidden;
	height: 1px;
	display: block;
	clear: both;
}

#body .entry div.ymd {
	position: absolute;
	left: -75px;
	top: 0;
	width: 50px;
	height: 50px;
	margin-bottom: 0;
}

.entry div.ymd span.m,.entry div.ymd span.d {
	float: left;
	clear: both;
}

.entry div.ymd span.m {
	
}

.entry div.ymd span.d {
	
}

.entry div.ymd span.y {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(90deg);
}

#body .main,#body .main #content {
	overflow: inherit;
}