/*
 phyp3’project”
  apps.site.css.print
   greg@eko-co.fr
    */

/** page **/
@import url(page.css);

/** body **/
body,
input,
select,
textarea { font-size: 12px; background: white; color: black; }
body { margin: 1em; }

/** header **/
#header { padding-bottom: 1em; }
#header .box { padding-bottom: 1em; border-bottom: 1px #ccc solid; }
#header img { display: block; }

/** footer **/
#footer { clear: both; padding-top: 1em; }
#footer .box { padding-top: 1em; border-top: 1px #ccc solid; text-align: right; }

/** links **/
#body a[rel="external"]:after { content: " (" attr(href) ")"; color: #aaa; font-size: .9em; }

/** none **/
#title span,
#baseline,
#whoami,
#crumbs,
#access,
#menu,
.no-print,
div.content div.bar,
div.content div.tabs { display: none; }

