/*   
Theme Name: Lapis
Theme URI:
Description: A minimal blue-grey theme.
Version: 1.0
Author: Daniel MacDougall
Author URI:
Tags: blue, grey
.
Combine with ~/www/global/css/style.css for full stylesheet.
.
*/

.post {
	margin-bottom: 60px;
}

#content .post-title {
	font-size: 1.75em;
	margin-bottom: 2px;
}

.post-title a:link, .post-title a:visited {
	border: none;
}

.post-title a:hover {
  	background: #293844;
}

.post-info, .post-info a:link, .post-info a:visited {
	color: #BFBFBF;
}

.post-content {
	margin-top: 5px;
	margin-left: 10px;
}

.post-content p {
	margin-top: 10px;
}

.post-content li {
	margin-left: 40px;
}
