.pag_row {
        display: table-row;
        width: 100%;
        vertical-align: middle;
}

.pag_cell_edge {
        display: table-cell;
        width: 21vw;
}

.pag_cell_core {
        display: table-cell;
        width: 58vw;
        vertical-align: middle;
}

.pagination {
        padding: 12px 0px;
        background-color: #C299F0;
        color: #9D2936;
        text-align: center;
        vertical-align: middle;
}

.pagination a {
        display: inline-block;
        color: #FFFD65;
        background-color: #8B6DA2;
        padding: 1px 3px;
        margin: 2px 2px;
        border: 2px solid #5B2E75;
        font-style: italic;
}

.pagination span {
        color: #DECFE5;
        background-color: #8B6DA2;
        padding: 1px 3px;
        margin: 0px 2px;
        border: 1px solid #5B2E75;
}

.pagination em.current {
        color: #FCFA60;
        background-color: #5B2E75;
        padding: 1px 3px;
        margin: 0px 2px;
        border: 2px solid #FCFA60;
}

.headline h1 {
	font-size:24px;
/*	color:#900;*/
	background-color: #F9DEF9;
	color:#727FBD;
	text-align: center;
	line-height:101%;
	letter-spacing:-.5px;
}

.item_container {
	background-color: white;
	padding: 5px 5px;
}

ul {
        list-style: none;
        margin: 0;
        padding: 0px 5px;
}

ul li.regularitem {
	background: url(/images/rss_decor/itemqube2.gif) no-repeat left top;
	background-color: white;
	padding: 0px 6px 6px 24px;
	margin-bottom: 16px;
}

h4.itemtitle {
	font-size: 18px;
	letter-spacing: -.25px;
	font-weight: 700;
	margin: 0;
	padding: 0;	
}

.itemtitle a:link {
        color: #009;
        font-weight: bold;
}

.itemtitle a:visited {
        color: #009;
        font-weight: bold;
}

.itemtitle a:active {
        color: #009;
        font-weight: bold;
}

h5.itemposttime {
	font-size: 14px;
	font-weight: normal;
	color: #686;
	margin-top: 3px;
	margin-bottom: 6px;
}

h5.itemposttime span {
	color: #333;
}

.itemcontent {
	font-size: 17px;
	line-height: 130% ! important;
	overflow: hidden;
	width: 99%;
}
