/*

Theme Name: <strong>ScoreFactory</strong>
Theme URI: http://www.atelier18.com/ScoreFactory/
Description: Thème WordPress construit sur mesure pour <a href="http://www.scorefactory.fr/">http://www.scorefactory.fr/</a>.
Version: 1.1
Author: Laurent Le Heuzey
Author URI: http://www.lykope.com/
Tags: custom, fixed width, no widgets 

Score Factory

This theme was designed and built by Lykope & Atelier18,
hope you will enjoy this experience.

*/

/*

== INDEX: ==================================
* Filename: print-score-factory.css
* Version: 1.2 (2010-03-14) YYYY-MM-DD
* Description: Print that page .^^.
============================================

*/




/* 
== Print: ==================================
============================================
*/

body {
   background:white;
   font-size:12pt;
   }
#dysHeader, 
#dysHeaderMenu, 
#blocMenuSingle, 
#blocMenuCategorie, 
#blocMenuSearch, 
#blocMenuPage, 
#blocMenuArchives, 
#ombresFooter {display: none;}

#innerHome, 
#innerSingle, 
#innerCategorie, 
#innerSearch, 
#innerPage {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#innerHome a, 
#innerSingle a, 
#innerCategorie a, 
#innerSearch a, 
#innerPage a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#innerHome a, 
#innerSingle a, 
#innerCategorie a, 
#innerSearch a, 
#innerPage a[href^="/"]:after {
   content: " (http://www.atelier18.com" attr(href) ") ";
   }

