h1, #content h2, #sidebar h2 /*#content h2 a*/ {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-style: italic;
}

body {
	font-family: /*"Sylfaen",*/ "Palatino Linotype", "Palatino", serif;
	
	background: #000 url(back.jpg) no-repeat top center;
	color: #fff;
}

strong {
	font-weight: normal;
	letter-spacing: 0.1em;
}

a {
	color: #fff;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color: #000;
	background: #fff;
}

#content .post .entry a, #content .post .info a{
	color: #d00;
}


/*content formats*/

h2 a {
	/*color: #fff;*/
}

#sidebar h2 {
	border-bottom: 1px solid #999;
}

/*out of the design*/

#sidebar h2 sup {
	color: #c00;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;

	/*display: block;*/	display: none;
	
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	/*top: 4px;
	left: 4px;*/
}