/*
-----------------------------------------------
Site Print Styles
Author:   higher at http://higher.com.ua
Version:  30 Mar 2008
----------------------------------------------- */

body {
 margin:.2in .55in;
 padding:0;
 background:#fff;
 color:#000;
 font:10px Arial,Verdana,helvetica,sans-serif;
}

#secondary,
#sidebar,
#nav,
#whatever {
 display:none;
}

/* Headings
----------------------------------------------- */
h1, h2, h3 {
margin:.6em 0 0 0;
font-family:Verdana,Arial,helvetica,sans-serif;
font-weight:normal;
clear:both;
}
h1 {
margin-top:.5em;
font-size:180%;
}
h2 {
font-size:140%;
}
h3 {
font-size:125%;
}

h3+blockquote,
h2+blockquote,
p+ul{ /*����� ���������� � ������� ����� ����� ����������� ������*/
 margin-top:.2em;
}
/* Links
----------------------------------------------- */
a {
color:black;
text-decoration:none;
}
a img {
border-width:0;
}
/* etc(text margin ....)
----------------------------------------------- */
#content a[href]:after,
#header a[href]:after,
#footer a[href]:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
#content a[href^="/"]:after,
#header a[href^="/"]:after,
#footer a[href^="/"]:after {
content: " (http://yoursite.com/" attr(href) ") ";
}
abbr:after,
acronym:after {/* ������������ */
 content: " ('attr(title)') ";
}

img {
	padding:5px;
}

.item h5 {
	font-weight:bold;
	width:100%;
}

.item ul {
	clear:both;
}
