/* Layout */

.header .nav, ul.subnav, form.login, .ad-160x600 {
	display: none;
}
.header, .page-wrap {
	margin: 0 5%;
}
.header {
	margin-bottom: 14pt;
	border-bottom: 1px solid black;
	padding-bottom: 7pt;
}
.content {
	margin-bottom: 14pt;
	border-bottom: 1px solid black;
	padding-bottom: 21pt;
}
.footer {
	margin-top: 30pt;
	font-size: 11pt;
}


/* Show URLs for links */

.content a:link:after,
.content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 11pt;
}
#content a[href^="/"]:after {
	content: " (http://www.brooklyn.ru" attr(href) ") ";
}


/* Typography and colors */

body {
	background-color: transparent;
	color: black;
	font: 14pt/1.4 Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
a {
	color: black;
	text-decoration: none;
}
h1 {
	margin: 1em 0 .4em;
	font-weight: bold;
	font-size: 24pt;
}
h2 {
	margin: 1em 0 .4em;
	font-weight: bold;
	font-size: 18pt;
}
h3 {
	margin: 1.2em 0 .2em;
	font-weight: bold;
	font-size: 16pt;
}
p {
	margin: .4em 0 .8em;
}
ul,
ol {
	margin: .4em 0 .8em 2.1em;
}
	ul li,
	ol li {
		padding-bottom: .2em;
	}
	ul li { list-style: disc; }
	ol li { list-style: decimal; }


.news p.meta {
	margin: 0 0 .6em;
	font-size: 11pt;
}