/*   
Theme Name: robertburdick.com
Theme URI: robertburdick.com
Description: robertburdick.com
Author: robertburdick.com
Author URI: robertburdick.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © robertburdick.com
.
*/

/* 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/3c-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');

@import url('../robertburdick.com/style.css');



#primary {
display:none
}

#secondary {
display:none
}

.aside ul {
display:none
}

.hentry {
border:1px solid #999999;
float:left;
margin-right:21px;
padding:0.6em;
width:151px;
height: 350px;
margin-bottom:16px;
position: relative;
overflow: hidden;
}

#content {
width:100%;
}

#container {
width:100%;
}


.entry-meta {
	display:none;
}


.captitle{
	top:0px;
	background-image: url(http://www.prettyclever.co.uk/uploads/hover.png);
	display:block;
	width:140px;
	height:140px;
	position:absolute;
	padding:5px;
	font-size:100%;
	color: #FFF;
	text-align: center;
	font-style: normal;
	left: 0px;
}

.thumbcaption{
	float:left;
}

.entry-content .thumbcaption span{
	visibility: hidden;


}
.entry-content :hover span{
	visibility: visible;

}

.entry-utility {
display:none;
}


.entry-title {
float:left;
margin-top:160px;
font-size:110%;
line-height:113%;
width:100%;
}


.entry-content {
}

.entry-content p{
	padding:0px;
	margin-top:0px;
	font-size:95%;
	line-height:124%;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.entry-content img {
left:0;
margin:0 0 18px;
position:absolute;
top:0;
}