/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/


.double-space {
	line-height: 3em;
	text-indent: 3em;
}
.footnote {
	font-size: .7em;
	margin: 5px;
	padding: 5px;
	border: dashed 1px gray;
}
dd {
	margin-left: 1.5em;
}
.cc-red {
	color: #D40000;
}
.cc-blue {
	color: #0000FF;
}
.cc-yellow {
	color: #DB801F;
}

a {
	color:#146c3a;
}
#site-inside-wrapper {
	border:none;
	box-shadow:0 0 0 transparent;
	background-color: transparent
}
#header { 
	background-color: transparent
}
.taxonomy-list.category-list > a {
	border-color:#666666;
	color:#146c3a;
	background-color: #e9e9c9;
	background-color: rgba( 233, 233, 201, 0.7 );
}
.taxonomy-list.post_tag-list > a {
	color:#146c3a;
	background-color: #fff8c6;
	background-color: rgba( 255, 248, 198, 0.7 );
}
