/*  
Theme Name: InvisibleHand
Description: Theme for blog.invisiblehand.co.uk
Version: 1.0 
Author: Jesus Carrera
*/
p{
	margin-top:5px;
	margin-bottom:10px;
}
.post-datetime{
    color:#888;
		font-size:.8em;
}
.post-author{
    color:#888;
		font-size:.8em;
}

.post-author-web{
    color:#888;
}
.post-category{
    color:#888;
		font-size:.8em;
		}
		.post-category a{
			color:#f30;
		}
.post-tags{
    color:#888;
		font-size:.8em;
		}
		.post-tags a{
			color:#f30;
		}
.post-comments{
	margin-bottom:10px;
	font-weight:bold;
	font-size:.8em;
	}
	.post-comments a{
		color:#f30;
	}
.post-entry{
	margin-top:20px;
}
.next-post-link{
    float:right;
}
.previous-post-link{
    float:left;
}


.comment-datetime{
	float:left;
	font-weight:normal;
}
.comment-author{
	float:left;
	margin-left:10px;
	font-weight:normal;
}
#comment{
	width:100%;
}
.respond input{
	margin-bottom:5px;
	}
	.respond input#submit{
		margin-top:5px;
	}
.alignleft{
	float:left;
}
.aligncenter{
	display:block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float:right;
}
#content-blog h1 a{
	color:#FF3300;
}
#sidebar{
	display:inline;
	width:250px;
  margin:10px;
  float:right;
	}
	#sidebar ul{
		margin-left:20px;
		list-style-type:none;
	}
	#sidebar li{
		margin-top:20px;
		color:#333;
		}
		#sidebar li li{
			margin-top:0;
			margin-bottom:5px;
		}
		#sidebar li a{
			color:#666;
			font-weight:normal;
		}

#content-blog{
	width:600px;
	float:left;
}
.post{
	clear:both;
	margin-top:30px;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:3px dotted #ccc;
	
}
.entry-title{
	font-size:1.8em;
}
#footer{
	clear:both;
}