@page	{
	size: portrait;
}

body	{
	color: #000;
	background: #FFF;
	font-size: 12pt;
}
#hd,
#ft,
#menu,
.wiki-toc,
.no-print	{
	display: none;
}
#hd-print	{
	display: block;
	margin-bottom: 2em;
	font-size: small;
}

.page-url	{
	display: block !important;
	margin: -0.5em 0 0.5em;
	font-size: smaller;
	color: #999;
}
.content	{
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 0;
}
.content a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.content a[href^="/"]:after{	/*для ссылок вроде href="/feed/"*/
	content: " (http://www.photo-profi.ru" attr(href) ") ";
}
.wiki-image a[href]:after,
.wiki-image-thumb a[href]:after {
	content: "";
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6	{
	color: black;
	clear: left;
}

a,
a:visited	{
	color: black;
	text-decoration: none;
}
a img {
	border-width: 0;
}

h1,	h2,	h3,
h4,	h5,	h6	{
	page-break-inside: avoid;
	page-break-after: avoid;
}
p, li	{
	widows: 3;
	orpans: 3;
}
img	{
	page-break-inside: avoid;
}

#bd-container {
	width: 100%;
	float: none;
}
#sidebar	{
	float: none;
	width: 100%;
}
