/*
-----------------------------------------------
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:12pt "Times New Roman", Garamond, serif;
}

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

/* Headings
----------------------------------------------- */
h1, h2, h3 {
margin:.6em 0 0 0;
font-family:Georgia,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)') ";
}