/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: 
Template: thematic
Version: 1.0
Tags: Thematic

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


.yd_rp_widget {
	font-size: 12px;
	line-height: 14px;
}
.yd_rp_widget h4 {
	font-size: 14px;	
	font: bold Arial, Helvetica, sans;	
}
.yd_rp_widget h4 a {
	font-size: 13px;
	display: inline;
}
.yd_rp_widget a {
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	position: relative;
}

.yd_rp_widget img  { display: block; 
}

