/*
Theme Name: Reaper
Theme URI: http://theme.wordpress.com/themes/confit/
Description: ConfitVersion: 1.0.3
Author: Automattic
Template: confit-wpcom
*/

@import url('../confit-wpcom/style.css');

.entry-content {
	font-size: 10pt;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px; 
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	border-color: rgba(47,105,242,1.00);
	background-color: rgba(219,233,239,1.00);
	margin-left: 24px;
	margin-bottom: 12px;
}


.js1 {
	font-size: 9pt;
	padding-top: 8px;
/*	padding-left: 10px;	*/
	padding-bottom: 0px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	border-color: rgba(47,105,242,1.00);
	background-color: rgba(219,233,239,1.00);
/*	margin-left: 4px;	*/
/*	width: 680px;	*/
	margin-bottom: 0;
	display: none;
}

.js2 {
	font-size: 10pt;
	padding-top: 8px;
/*	padding-left: 10px;	*/
	padding-bottom: 8px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	border-color: rgba(47,105,242,1.00);
	background-color: rgba(219,233,239,1.00);
/*	margin-left: 4px;	*/
	margin-top:0px;
/*	width: 680px;	*/
}

.row {
	vertical-align: top;
	clear: both;
	float: none;
	height: auto !important;
	margin-left: 4px;
	margin-top: 4px;
	font-size: 18pt;
}

	.list { display: none; }
	.show { display:none; }
	.hide:target + .show { display:inline; }
	.hide:target { display: none; }
	.hide:target ~ .list { display:inline; }
	@media print { .hide, .show { display:none; } }
	
	div.raspberry {
    float: left;
    margin: 2px;
}