@charset "utf-8";
/* CSS Document for Pint */

/*wordpress specific*/

/*img*/

.alignleft {
	float: left; }
	
.alignright {
	float: right; }

.size-full {
	margin: 5px 10px; }

.size-large {
	margin: 5px 0; }
	
/*------------------------
Website
------------------------*/

body {
	background: #fff;
	margin: 0 2em;
	color: #000;
	font-family: Helvetica, Arial, sans-serif; }

p {
	line-height: 1.4em;
	font-size: .8em;
	margin: 1.3em 0; }

blockquote p {
	margin: 1em; }

h1, h2 {
	margin: 1.5em 0;
	font-weight: normal; }

h1 {
	font-size: 1.8em;
	text-align: center;
	padding: .5em 0;
	color: #036;
	border-bottom: dashed 1px #666;
	border-top: dashed 1px #666; }

h2 {
	font-size: 1.3em; }

code {
	display: block;
	padding-left: .3em;
	border-left: 3px solid #999; }

.date {
	font-size: 1em;
	font-weight: normal;
	word-spacing: 1px;}

.article p a {
	color: #069; }

.article p a[href]:after {
   content: " (" attr(href) ") ";
   font-size: .9em;
   color: #069; }

#nav, #respond, #header, #skip, .edit-link {
	display: none; }