:root {
	background-color:#0d0d0d;
	font-size: 13px;
	color:#e6e6e6;
	font-family: Baskerville;
}
a:link,a:visited {
	color:white
}
a:link, a:visited,a:hover,a:active{ 
cursor: pointer;
}
a:hover {
	color:#ed2939;
}
body,html{
	height:100%;

}
main,header,footer{
	max-width: 750px;
	box-shadow: 3px 3px #333333;
	padding-right:.5em;
	padding-left:.5em;
	overflow: auto;
	margin:auto;
}
main{
	background-color:#1a1a1a;
}
time{
	color: #888;
	font-size: 12px;
	font-family:'Lucida Console', monospace;
	text-align: center;
}

h1{
	font-size:35px;
	font-weight:520;
	margin-bottom:0;
}

h2, .s{
	font-size:22px;
	font-family: "Baskerville Old Face";
	color:#f3e5ab;
	font-weight:600;
}

.block-img{
	cursor: zoom-in;
	display: block;
	margin:auto;
	width:95%;
}

header{
	background-color:#1a1a1a;
	margin-top:.5em;
	text-align:center;
}
footer{
	padding-bottom:1em;
	background-color:#1a1a1a;
	text-align:center;
	margin-bottom:3em;
}
form{
	margin:auto;
}
blockquote{
	margin:0;
	border-radius:5px;
	margin-bottom:.5em;
	background-color:black;
	font-size: 15px;
	color:#B5BCC0;
	padding:.3em;
}
aside{
	font-style: italic;
	text-align: center;
}
	

article, nav, .cen{
	margin-bottom:.4em;
	padding:.5em;
}
main p:before {
	content: "¶";
font-weight:600;
}

nav{
	margin-top:0;
	font-size: 25px;
}
.cen{
	color:#560319;
	font-size:50px;
	text-align: center;
	margin-bottom:.1em;
	padding:0px;
}
ul{
	list-style: none;
	font-size:18px;
 }
ul li:before, li.c:before{
	content:"•";
	display: inline-block;
	margin-bottom:0;
	line-height:80%;
	width: .5em;
	margin-left: -1.5em;

}
dl{
	list-style: none;
}
dt{
	font-size: 24px;
}

dl dt:before, dt.a:before{
	content:"•";
	display: inline-block;
	margin-bottom:0;
	line-height:80%;
	width: .7em;
}

p{
	line-height: 1.6;
}
figure {
	text-align: center;
}

figcaption {
	margin-top:1em;
	text-align: center;
	color: white;
	font-style: italic;
	text-align: center;
}

.right, .rightp {
    	max-width: 90% ;
	border-radius:5px;
	display: block ;
	float: right;
    	margin: auto ;
	padding-bottom:.5em;
}
.rightp{
	cursor: zoom-in;
	border-radius:0px 5px 5px 5px;
	margin-left:.5em;
}
.index{
	float: right;
	width:30%;
}


	
@media (min-width: 45em) {
	.right,.left {
	display: block ;
	padding:.1em;
	margin:1em;
	float: right;
	border-radius:5px;
	clear: both ;
	}
	.left{
	float:left;
}
ul{
	width:40%;
       	float:left;
}
}
.banner{
	cursor: zoom-in;
	display: block;
	margin:auto;
	border-radius:0px;
	width:95%;
}
.spanr{
	color:#b10000;
	font-weight:550;
}
hr{
	border-color:#383838;
	border-width:1px;
}

.g *  {
    transition: transform 40ms ease-in-out;
}
.g *:hover {
    transform: Rotate(-4deg);
	cursor: pointer;
}
nav img:hover{
		filter: brightness(50%);
}



li.a{
	font-size:22px;
	color:#f9f3d8;
	font-weight:600; 
}
li.b{
	font-size:14px;
	font-weight:500; 
}
li.a:before, li.c:before{
	content:"⊙";
	display: inline-block;
	line-height:70%;
	width: 1.0em;
	margin-left: -1.5em;
}
li.b:before{
	content:"＋";
	margin:.5em;
	display: inline-block;
	line-height:70%;
	width: 1.0em;
	margin-left: -1.5em;
}
dt.a:before{
	content:"🔗";
	width: 1.2em;
}
#top a:link, #top a:visited, #top a:hover, #top a:active{
	text-decoration: none;
	color:white;
}
.rss{
	max-height:1em;
}
