/* Alexander Makarov, 2008 (http://rmcreative.ru/) */

html {font-size: 100%}

body {
	background: white; color: black;
	font-size: 12pt;
	line-height: 160%;
	padding: 0 5%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
}

a[href^="/"]:after {
  content: "(http://fazeful.ru" attr(href) ")";
}

dl dt {
	text-decoration: underline;
}

.comment-form, .sidebar, .copyright, .pagination, .head, .subhead {
	display: none;
}

h2 {
	font-size: 140%;
}

.date {
	font-style: italic;
}

.footer {
	border-top: 1px solid #000;
	padding-top: 2%; margin-top: 2%;
}

.copyright-warning {
	font-style: italic;
	padding: 2%; margin: 2%;
	border: 1px solid #ccc;
}