/* @override http://www.lemodalogue.fr/wp-content/plugins/visual-recent-posts/vrp_styles.css */

/* You can override, change, and otherwise mess with these settings as much as you like.
In fact, I encourage it.*/

#vrp_box {
}

#vrp_image_box {
	/*margin:10px;*/
}

img.vrp_img {
	position:relative;
	margin:0px;
	padding: 5px 0px;
}

img.vrp_img_mag {
	float:left;
	padding:0px;
	margin:0px;
}

#vrp_image_box #vrp_title_caption a {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

#vrp_image_box #vrp_title_caption a:hover {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

#vrp_image_box #vrp_title_caption_mag a {
	text-decoration:none;
}

#vrp_image_box #vrp_title_caption_mag a:hover {
	text-decoration:none;
}


#vrp_title_caption {
	padding: 0;
}

#vrp_title_caption_mag {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	
}

#vrp_h3 {
	margin:10px;
	margin-top:20px;
	font: 37px Georgia, "Times New Roman", Times, serif;
}

.h3_drop_cap {
	font: 36px "Times New Roman", Georgia, Times, serif;
}

#vrp_excerpt p {
	padding:0px;
	text-align: justify;
}

#vrp_excerpt_mag p {
	padding:0px;
	text-align:justify;
}

#featured_tag {
	position:relative;
	top:2px;
}

#featured_tag p {
}

/*******************
*** popup styles ***
*******************/
a.info{
    position:relative;
    z-index:24;
    text-decoration:none;
    padding:0px;
    margin:0px;
}

a.info:hover {
	z-index:25;
}

a.info span {
	display: none;
}

a.info:hover span {
    display:block;
    position:absolute;
    top: 0; left: 1em; width: 13em;
    font-size:12px;
    background: silver;
    color:#efefef;
    padding: 5px;
	line-height:14px;
	z-index:5000;
	text-shadow: white 0 0 0;
}

a.info:hover span p.pop_title {
	font-size: 12px;
	line-height: 14px;
	padding-bottom:5px;
	margin-bottom:0px;
}

