/*   
Theme Name: Iris
Description: A Child Theme of Esplanade
Template: esplanade
*/
@import url(../esplanade/style.css);

#site-description {
    font-size: 14px;
}

/*
 -----
body {
  background: #d0ecfb;
}
*/
/*
-----
table {
  text-align: left;
  width: 60%;
}
table tr:nth-child(even) {
  background: inherit;
}
*/
/*
-----
blockquote.quotescollection {
  font-size: 14px;
}
*/
/*
-----
#wrapper {
  /*
  background: #FFFFCC;
  background: #e1f4fe;
  */
  background: #f0f9ff;
}
*/
/*
-----
#site-title {
  line-height: 90px;
}
#site-description {
  font-size: 16px;
  margin: 9px 0;
  margin-left: 20px;
  line-height: 80px;
}
#access ul {
  max-width: 95%;
  font-size: 14px;
}
#access .language {
  float: right;
  padding: 0;
  width: 8%;
  line-height: 40px;
  font-size: 10px;
}
#access {
  background: #3c7696;
  background: -moz-repeating-linear-gradient(#253944, #3c7696 40px);
  background: -webkit-repeating-linear-gradient(#253944, #3c7696 40px);
  background: -o-repeating-linear-gradient(#253944, #3c7696 40px);
  background: -ms-repeating-linear-gradient(#253944, #3c7696 40px);
  background: repeating-linear-gradient(#253944, #3c7696 40px);
}
#access a:hover {
  background: #316f90;
}
#access li li a {
  background: #3c7696;
  background: -moz-repeating-linear-gradient(#3c7696, #253944 40px);
  background: -webkit-repeating-linear-gradient(#3c7696, #253944 40px);
  background: -o-repeating-linear-gradient(#3c7696, #253944 40px);
  background: -ms-repeating-linear-gradient(#3c7696, #253944 40px);
  background: repeating-linear-gradient(#3c7696, #253944 40px);
}
#access li li a:hover {
  background: #316f90;
}
#map {
  margin-right: 15px;
}
*/
/*
#access {
  background: #333399;
  background: -moz-repeating-linear-gradient(#330099, #3366FF 40px);
  background: -webkit-repeating-linear-gradient(#330099, #3366FF 40px);
  background: -o-repeating-linear-gradient(#330099, #3366FF 40px);
  background: -ms-repeating-linear-gradient(#330099, #3366FF 40px);
  background: repeating-linear-gradient(#330099, #3366FF 40px);
}
#access li.current_page_item > a,
#header input#s {
  background: #3333FF;
  background: -moz-linear-gradient(#3300FF,#3366FF);
  background: -webkit-linear-gradient(#3300FF,#3366FF);
  background: -o-linear-gradient(#3300FF,#3366FF);
  background: -ms-linear-gradient(#3300FF,#3366FF);
  background: linear-gradient(#3300FF,#3366FF);
}
#access a:hover {
  background: #0000FF;
}
#access li li a {
  background: #333399;
  background: -moz-repeating-linear-gradient(#3366FF, #330099 40px);
  background: -webkit-repeating-linear-gradient(#3366FF, #330099 40px);
  background: -o-repeating-linear-gradient(#3366FF, #330099 40px);
  background: -ms-repeating-linear-gradient(#3366FF, #330099 40px);
  background: repeating-linear-gradient(#3366FF, #330099 40px);
}
#access li li a:hover {
  background: #0000FF;
}
*/