/**
 * ILC Related Posts
 * By @eliorivero
 * www.ilovecolors.com.ar
 */

.ilc_rp *{
	margin: 0;
	padding: 0;
}
.ilc_rp{
	clear: both;
	display: block;
	overflow: hidden;
}
.ilc_rp .ilc_rp_list li{
	float: left;
	list-style: none;
	background: none;
}
.ilc_rp.rp_is-ie .ilc_rp_list li{
	margin-right: 2%;
}
.ilc_rp_list li img,
.entry-content .ilc_rp img{
	max-width: none;
	height: auto;
	border: 1px solid #eee;
}
.ilc_rp h4{
	display: block;
	margin-bottom: 5px;
}
.ilc_rp h5{
	display: block;
	clear: both;
}
.ilc_rp_list a{
	display: block;
	text-decoration: none;
}
.ilc_rp_list a:hover{
	text-decoration: underline;
}
.ilc_rp .clearfix {
	float: none;
	clear: both;
}

.ilc_rp .ilc_rp_prevnext{
	margin: 5px auto 15px;
	display: none; /* Hidden when script begins, shown by onCreate*/
	overflow: hidden;
	text-align: center;
}
.ilc_rp .ilc_rp_prevnext .btn{
	margin-right: 10px;
	list-style: none;
}
.ilc_rp .ilc_rp_prevnext a{
	background: #d35817;
	color: #fffdf5;
	height: 22px;
	width: 22px;
	display: inline-block;
	text-align: center;
	padding: 0 2px 4px;
	text-decoration: none;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	transition: background 1s ease;
}
.ilc_rp .ilc_rp_prevnext a:hover{
	background: #5a2c16;
	color: #fcf9f3;
}
/* Class for each context */
.ilc_rp_shortcode{}
.ilc_rp_filter{}
.ilc_rp_template_tag{}