/*********************************************************
* altivis CSS print
*
* date:     2005.12.12
* author:   erational <http://www.erational.org>
* version:  0.1
* licence:  GPL
*
*
* color reference:
* gradiant pale blue: f8fcff
* gradiant dark blue: 006ea2
* tab blue: b7dbed
*
**********************************************************/

/* page 4 print */
@page { 
	size: portrait;
	margin: 0;
	padding: 0;
} 

/************* layout for print ****************/
#content {
  margin: 80px 0 0 0;
  padding: 0;
}

#post{	
	width: 100%;  
}

#sidebar{ 
   position: absolute;
   top: 0;
   left: 25px;
}

.spip-admin-float {
  display: none;
}


/**************** global style *************************/
body {
  font-family: Arial, sans-serif; 
  font-size: 10px;
}


/***************** usual tags ******************/
a { 
  color: #006ea2;
  text-decoration: none;
}

a.printhide {
  display:none;
}

img {
  border: 0;
}

h1 {
  font-size: 1.4em;
  color: #6699b2;
}

h2 {
  font-size: 1.2em;
}

hr {
  clear: both;
  visibility: hidden;
}


/***************** spip class ******************/
.spip_surligne {
	background: yellow;
}

a.spip_out {
	background: url(../interface/spip_out.png) right center no-repeat;
	padding-right: 15px;
	border-bottom: 1px solid;
}

p.spip {
  margin: 4px 0 2px 0;
}
/***************** main block: navbar ******************/
#navbar { display: none; }

/***************** main block: interface ******************/
#interface  { display: none; }

/***************** main block: searchengine ******************/
#searchengine  { display: none; }


/***************** main block: post ******************/
#main{ 
  width: 100%;
  margin: 0;
  padding: 0;
}

#post {
  background: #f8fcff;
  padding: 18px;
}

#path {
  width: 98%;
  padding: 2px 10px;
  margin: 12px 0 30px 0;
  background: #f7ebde;   
  text-align:right;
}

#path a {
  font-weight: bold;
  text-decoration: none;
}

#context {
    display:none; 
}
/***************** main block: forum ******************/
#forum {

}

/***************** main block: footer ******************/
#footer {
  display: none;
}

#footer_print {
  margin: 20px 0 0 20px;
  line-height: 120%;
  color: #999;
}

/***************** sidebar block ******************/
.blockleft { display:none;}

/*********************** style deco text ************************/
h2.article {
  margin: 16px 0 0 0;
}

.date {
  color: #6d6d6d;
  margin-bottom: 10px;  
}

.date a {
  display:none;
}
