/********************************
  bible.ecoreel.org style sheet
********************************/

body {
  background-color: white;
  color: #666966;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  text-align: left;
}

a:active, a:link, a:visited { color: #10799C; text-decoration: none; }
a:active, a:hover { text-decoration: underline; }

a.white:active, a.white:link, a.white:visited { color: white; }

a.button:link, a.button:visited {
  background-color: #5AB65A;    
  border: 1px solid #52A252;
  border-radius: 5px;
  color: white;
  font-size: .9em;
  font-weight: normal;
  padding: 6px 15px;
  text-align: center;  
  text-shadow: 0px -1px #428E42;
  text-decoration: none;
  display: inline-block;
}
a.button:hover, a.button:active {
  background-color: #52A252;
  text-shadow: 0px -1px #308030;
}

h1, h2, h3 { color: #2982BD; }    

sup { font-size: 0.7em; }

p.note {
  margin-top: 0;
  margin-bottom: .4em;
}

img.picto {
  float: left;
  height: 75;
  width: 75;
  margin-right: 2%;
  margin-bottom: 2%;
}   

.head, .foot {
  background-color: #2982BD;
  padding-left: 4px;
  padding-top: 8px;
  padding-bottom: 5px;
  padding-right: 4%;
  text-align: right;
}
.foot {
  padding-top: 6px;
  padding-bottom: 7px;
}
.main {
  padding-left: 4%;
  padding-right: 4%;
}
.item {                  
  border: 1px solid #E7E7E7;
  border-radius: 20px; 
  border-style: solid;
  padding: 2%;
}
