.newsindex dl{
    width: 100%;
    display: block;
    padding: 0 0 16px;
    border-bottom: solid 1px #CCCCCC;
    margin: 14px 0 6px;
    vertical-align: top;
}

.newsindex dt{
    display: inline-block;
    width: 160px;
    height: 90px;
    overflow: hidden;
    vertical-align: top;
    padding: 10px 0 0;
}

.newsindex dd{
    display: inline-block;
    width: 440px;
    padding: 0 0 0 8px;
}

.newsindex dd div {
	display: inline;
	padding: 0 8px 0 0;
}

.newsindex dd p.meta {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

.newsindex dd p{
    font-weight: bold;
	
    padding: 4px 0 4px 6px;
    margin: 0;
    font-size: 18px;
}

#newsgenre {
	
}

#newsgenre li {
    font-family: 'Oswald', sans-serif;
    list-style: none;
    display: inline-block;
    padding: 8px 0 3px 16px;
    font-size: 20px;
    margin: 12px 0px 0 0;
    width: 172px;
    /* background: #000000; */
    position: relative;
    z-index: 20;
    -webkit-text-size-adjust: 110%;
}

#newsgenre li a {
	color:#FFF;
	position: relative;
	z-index: 25;
}

#newsgenre li:before {
	content:"";
	background: #000000;
	height: 20px;
	width: 177px;
	position: absolute;
	transform: rotate(45deg);
	display: block;
	-webkit-transform: skew(-22deg, 0deg);
	-moz-transform: skew(-22deg, 0deg);
	-ms-transform: skew(-22deg, 0deg);
	margin: -5px 0 0 -10px;
}

#newsgenre li:after {
	content:"";
	display: block;
	width: 177px;
	height: 20px;
	background: #000000;
	position: absolute;
	-webkit-transform: skew(22deg, 0deg);
	-moz-transform: skew(22deg, 0deg);
	-ms-transform: skew(22deg, 0deg);
	margin: -15px 0 0 -10px;
	z-index: 10;
}

#entryimage {
	text-align:center;
}

#entryimage img {
	max-width:618px;
}

#newsgenre li.active:before {
	background:#c01148;
}

#newsgenre li.active:after {
	background:#c01148;
}

.newsartistindex dl{
    width: 100%;
    display: block;
    padding: 0 0 10px;
    border-bottom: dotted 1px #CCCCCC;
    margin: 11px 0 6px;
}

.newsartistindex dt{
    display: inline-block;
    width: 120px;
    /* height: 90px; */
    overflow: hidden;
    vertical-align: top;
}

.newsartistindex dd{
    display: inline-block;
    width: 600px;
    padding: 0 0 0 8px;
    vertical-align: top;
    margin: 0;
}

.newsartistindex h4 {
    font-size: 15px;
	
    font-weight: bold;
}

.newsartistindex h4 a {
	font-size: 18px;
	color: #c01148;
}

