/*
THEME NAME: ShapeShifter
THEME URI: http://makedesignnotwar.com
DESCRIPTION: A Premium Theme for Wordpress.
VERSION: 1.2
AUTHOR: Brandon Jones
AUTHOR URI: http://makedesignnotwar.com
TAGS: portfolio, classic, simple, modern, gallery, image, slider, one page
*/

/* Stylesheet RESET */
@import url(library/styles/hacks/reset.css);

/* ShapeShifter Styles */
@import url('grid.css');
@import url('typography.css');
@import url('customize.css');
@import url('blog_style.css');

/* Stylesheet for DROPDOWN NAVIGATION */
@import url(library/styles/dropdown.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(library/styles/prettyPhoto.css);

/* Recent posts */
.recent_posts_wrapper {
	float:left;
	position:relative;
	width:287px;
	height:200px;
	border:1px solid #222222;
	padding:2px;
	margin-right:5px;
	margin-top:-26px;
	margin-bottom:60px;
}
.recent_posts {
	position:relative;
	width:287px;
	height:200px;
	overflow:hidden;
}
#content #recent_posts a img {
	background:none;
	border:none;
	padding:0;
}
.recent_cat {
	background:url("images/opacity.png") repeat scroll 0 0 transparent;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:4px;
	position:absolute;
	right:0; top:0;
}
.recent_cat ul { list-style-type:none; }
.recent_cat a { color:#fff; text-decoration:none; }
.recent_excerpt {
	background:url("images/opacity.png") repeat scroll 0 0 transparent;
	bottom:0;
	color:#fff;
	left:0;
	padding:6px 8px;
	position:absolute;
	width:271px;
}
.recent_excerpt a {
	color:#fff;
	text-decoration:none;
	font-size:17px;
}
.recent_excerpt p { margin-bottom:0; }
.recent_posts .recent_excerpt a:hover {
	text-decoration:underline;
}