/*
Theme Name: ReMarkdown
Theme URI: http://covertprestige.info/css/remarkdown/
Description: Make it look like Markdown-formatted plain text.
Version: 1.0
Author: Florent Verschelde
Author URI: http://fvsch.com/
*/

@import url("remarkdown.css");

h1 a, .single h2 a {
	text-decoration: none;
}

.author-info {
	text-align: right;
}

.graybox {
	border-top: 1px solid #919699;
	border-left: 1px solid #919699;
	font-size: 90%;
}
.graybox th {
	background: #E2E2E2;
	border-bottom: 1px solid #919699;
	border-right: 1px solid #919699;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	text-align: left;
}
.graybox td {
	border-bottom: 1px solid #919699;
	border-right: 1px solid #919699;
	padding: 8px;
	vertical-align: top;
}
.graybox p {
	margin: 0;
}
.graybox p + p {
	margin-top: 1em;
}
