.pr_wrapper a,
.pr_wrapper a:hover {
    text-decoration: none;
}

.pr_side_slider {
    display: block;
    overflow: hidden;
}

.pr_single_story {
    overflow: hidden;
    height: 100%;
    vertical-align: bottom;
    display: table-cell;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 64px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0 0 64px rgba(0, 0, 0, 0.6) inset;
    -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.6) inset;
    background-size: cover;
}

#homepage .pr_wrapper a h3,
#sidebar_left .pr_wrapper a h3,
#sidebar_right .pr_wrapper a h3,
.pr_wrapper a h3 {
    padding: 14px 14px 14px 14px;
    bottom: 2px;
    left: 2px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 1px 4px black;
    height: auto;
    margin: 0;
    text-transform: none;
    display: block;
    border: none;
}

#homepagefeature .pr_wrapper a h3 {
	font-size: 36px;
	line-height: 40px;
	padding: 24px 24px 24px 24px;
	bottom: 2px;
	left: 2px;
	color: #ffffff;
	font-weight: 700;
	text-shadow: 2px 2px 6px black;
	text-transform: none;
	display: block;
	height: auto;
	border: none;
}


#sidebar_right .pr_wrapper a:hover h3,
#sidebar_left .pr_wrapper a:hover h3,
#homepage .pr_wrapper a:hover h3,
#homepagefeature .pr_wrapper a:hover h3 {
	color: rgba(255,255,255,0.50);
}
#sidebar_right .pr_wrapper a:hover h3 .pr_author,
#sidebar_left .pr_wrapper a:hover h3 .pr_author,
#homepage .pr_wrapper a:hover h3 .pr_author,
#homepagefeature .pr_wrapper a:hover h3 .pr_author  {
	color: rgba(189,218,255,0.50);
}

#content .pr_wrapper a h3,
#contentarchive .pr_wrapper a h3,
#homepage .pr_wrapper a h3 {
    font-size: 16px;
    line-height: 20px;
}


.pr_author {

	color: #BDDAFF;
	display: block;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	text-shadow: 1px 1px 4px black;
	text-transform: none;
}

#homepagefeature .pr_author {
	font-size: 22px;
	line-height: 28px;
}

#homepage .pr_author,
#sidebar_left .pr_author,
#sidebar_right .pr_author { 
	font-size: 16px;
	line-height: 21px;
}


.pr_wrapper {
    position: absolute;
    bottom: 0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.pr_wrapper {
    background: #000;
    display: block;
    width: 100%;
    background: url(../images/black60.png);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
    background: -moz-linear-gradient(top,  rgba(0,0,0,0),  rgba(0,0,0,0.6));
    background: linear-gradient(rgba(0,0,0,0),  rgba(0,0,0,0.6));
}

.ie9 .pr_wrapper {
    background-image: url(/gradient.svg);
}

.Ikoninosto {
	margin-bottom: 20px;
}
