/*------------------------------------------------------------------ 
Project:      Fm-fr (fm_books)
Version:      1.0
Last change:  26-12-2013
Author:       Cedric Gémy (pygmee)
--------------------------------------------------------------------
[Table of contents] 
1. Body
2. Aside
*/

body {
margin:0;
padding:0
}

header {
background-color:rgba(255,255,255,1);
position:fixed;
z-index:21;
width:100%;
box-shadow:rgba(0,0,0,0.5) 5px 5px 5px;
padding:0;
margin:0
}

header h1#index-book-title {
/* le passer en h1 */
width:100%;
top:0;
left:0;
padding:0.4em 1em 0em 11em;
font-size:2em;
margin-left: 50px;
}

#home {
width:51px;
height:51px;
padding:0;
margin:0;
z-index:40;
}

#home img{
height:4em;
top:0;
left:0	;
}

.menu-goes-here {
padding-top:3em;
position:absolute;
top:5em;
left:-260px;
width:200px;
}

header #pdf{
position:absolute;
display:inline-block;
background-color:rgba(255,255,255,0.8);
margin:1.3em 0 0 1em;
padding:0;
z-index:30;
}

header #pdf>li {
display:inline;
margin: 0 5px 0 0;
}

main article h1 {
margin-top:2.5em;
}

/* ASIDE */
@import url("_templates/bookstore_resources/bookstore.css");

#boutique, #contribute{
  position:fixed;
  top:3em;
  left:960px;
  width:250px;
  background-color:white;
  padding:10px;
  margin-top:20px;
  box-shadow:4px 4px 5px rgba(0,0,0,0.5);
}

#contribute {
  top:200px;
}

#boutique h1, #contribute h1 {
	background: #ff7f00;
	color: #ffffff;
	font-family: "DejaVu sans light", arial, sans-serif !important;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
	margin: -10px -11px 10px -10px;
	padding: 3px 20px;
	text-decoration:none;
}

