/*
 *
 * Main styles
 *
 */

/* bleu "medothis": hex:0093DD, rgb: 0 147 221 */

body {
  background: #454545 url('../img/background.png') repeat scroll;
}

/*
 *
 * layout
 *
 */

#container {
  background: #f0f0f0;
  width: 600px;                         /* FIXED WIDTH HERE */
  margin: 20px auto 20px auto;
  text-align: center;
  padding: 10px 0 10px 0;  /* same width as rounding */
}

#inner-container {
  position: relative; /* just to allow contained element to use position absolute (which will be relative to the nearest positionned element) */
  background: #808080;
  margin: 0 auto;
  width: 580px;
  padding: 10px 0 10px 0;  /* same width as rounding */
  text-align: left;

  /*font-family: garamond;*/
}

#inner-container #header {
  position: relative; /* just to allow contained element to use position absolute (which will be relative to the nearest positionned element) */
  padding: 0px 10px 10px 10px;  /* 0 on corners side */
}

#inner-container #body {
  padding: 10px;
  color: #f0f0f0;
}

#body .left {
  width: 205px;                         /* FIXED WIDTH HERE */
  
  text-align: center;
}

#body .right {
  width: 355px;                         /* FIXED WIDTH HERE */
  float: right;
}

#inner-container #footer {
  padding: 10px 10px 0px 10px;  /* 0 on corners side */
  text-align: center;
}

/* closure sits directly in container, not in inner-container : allows to be displayed "in the rounded border" */
#container #closure {
  font-size: 8pt;
  margin: 5px 0 0 0;
}

/*
 *
 * utilities
 *
 */

.clearfloat {
  clear: both;
}

/*
 *
 * other
 *
 */

ul li {
  font-style: italic;
}

qt {
  font-weight: bold;
}

/*
 *
 * specific items
 *
 */

#logomedo {
  position: absolute;
  right: 10px;
  border: none 0px;
}

#logoqt {
  /*position: absolute;*/
  /*left: 10px;*/
}

#tagline {
  position: absolute;
  width: 44%; /* to center it */
  left: 28%;  /* to center it */
  bottom: 45%;
  
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
}

#tagline fl {
  font-size: 12pt;
}

#body #right1 {
  margin-top: 10px;
}

#body #left2 {
  text-align: left;
}

#getitnow {
  background: #646464;
  border: 1px solid white;
  padding: 0 0 0 5px;
  margin-top: 25px;
}

#getitnow a, #getitnow a p {
  color: #ffffff; 
  text-decoration: underline;
}

#getitnow p {
  float: left;
  text-align: center;
}

#getitnow img {
  padding: 5px;
  border: none 0px;
}

.smallprint {
  font-size: smaller;
}

form {
  margin-top: 10px;
}

.feedback1 {
  position: relative; /* just to allow contained element to use position absolute (which will be relative to the nearest positionned element) */
  background-color: #d0d0d0;
  color: #121212;
  margin: 10px 115px 5px 5px;
  padding: 5px;
}

.feedback2 {
  position: relative; /* just to allow contained element to use position absolute (which will be relative to the nearest positionned element) */
  background-color: #b0ffb0;
  color: #121212;
  margin: 10px 5px 5px 90px;
  padding: 5px;
}

.feedback1 .author, .feedback2 .author {
  position: relative;
  left: 20px;
  font-size: small;
  font-style: italic;
}

#loading {
  visibility: hidden;
  position: relative;
  top: 3px;
  left: 8px;
}

/*
 *
 * style reset to make browsers behave the same
 *
 */

h2, h3 {
  margin: 10px 0 10px 0;
}

p {
  margin: 15px 0 15px 0;
}