/* copyright 2003 by csant -------------------------------------------------- */
/* this is the main css file ------------------------------------------------ */


/* html ----------------------------------------------------------------------*/

html {
  color: #010101;
  background-color: #ffffff;
  background-image: url(../images/logobkg.png);
  background-position: 90%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* body ----------------------------------------------------------------------*/

body#www-echo-arts-info {
  font-family: Arial, Trebuchet, Helvetica, sans-serif;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}

/* elements ----------------------------------------------------------------- */

h1 {
  color: #ca0500;
  text-transform: uppercase;
  font-size: 25px;
}

h2 {
  color: #010101;
  font-size: 12px;
  text-transform: uppercase;
}

h3 {
  color: #ca0500;
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
  
p {
  padding: 5px;
}

strong {
  text-transform: capitalize;
}

sup {
  line-height: 0.8em;
}
ul {
  list-style-type: disc;
}
  
dl {
  margin-top: 30px;
  padding: 0px 10px;
  border-left: 1px solid #010101;
}
dt {
  font-weight: bold;
  padding-top: 1.1em;
}

abbr {
  cursor: help;
}

/* hyperlinks --------------------------------------------------------------- */

a:link, a:visited {
  color: #ca0500;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #ca0500;
}
a:hover, a:visited:hover {
  color: #ffffff;
  background-color: #ca0500;
  text-decoration: none;
}
a:active {
  color: #ffffff;
  background-color: #ca0500;
  text-decoration: line-through !important;
  font-weight: bold;
}

/* classes ------------------------------------------------------------------ */

.main {
  padding: 20px;
  color: #ca0500;
  background-color: transparent;
  font-size: 70%;
  font-weight: normal;
  text-align: justify;
  border-right: 1px solid #ca0500;
}

.pix {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 300px;
}
  .pix img {
    margin: 10px;
    border: 3px solid #cdcdcd;
  }
  .pix img+img+img {
    position: absolute;
    left: -185px;
  }

.small {
  font-size: 9px;
}

.quote {
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  width: 80%;
  position: relative;
  left: 10%;
  padding: 10px;
  margin-top: 30px;
}
  .quote cite {
    color: #ababab;
    line-height: 3em;
    position: relative;
    left: 10%;
  }
    .quote cite::before {
      content: "[ ";
    }
    .quote cite::after {
      content: " ]";
    }
  
/* id's --------------------------------------------------------------------- */

/* one for Opera 6 */
html>body #nav {
  position: absolute;
  top: 40px;
  right: 100px;
  left: 100px;
  padding: 10px 10px 11px;
  font-size: 12px;
  border-bottom: 1px solid #ca0500;
  border-left: 1px solid #ca0500;
}
/* one for IE */
#nav {
  position: absolute;
  top: 40px;
  right: 100px;
  left: 100px;
  padding: 10px 10% 10px;
  margin: 0px 5%;
  font-size: 12px;
  border-bottom: 1px solid #ca0500;
  border-left: 1px solid #ca0500;
}
/* and one for all others */
head:first-child+body #nav {
  position: absolute;
  top: 40px;
  right: 100px;
  left: 100px;
  padding: 9px;
  font-size: 12px;
  border-bottom: 1px solid #ca0500;
  border-left: 1px solid #ca0500;
}
  #nav a:link {
    border-bottom-width: 0px;
  }
  #nav a:visited {
    border-bottom-width: 0px;
  }

#newsnav {
  position: absolute;
  top: 140px;
  right: 3%;
  color: #ca0500;
  background-color: transparent;
  font-size: 70%;
  font-weight: normal;
  text-align: justify;
}

#logo {
  position: absolute;
  top: 120px;
  left: 400px;
  padding: 20px;
  border-right: 1px solid #ca0500;
}
  #logo h1 {
    font-weight: 100;
  }
  #logo h2 {
    font-weight: 100;
    letter-spacing: 0.2em;
    position: relative;
    top: -20px;
  }
  #logo img {
    content: url("../images/logo2.png");
  }

#abt {
  position: absolute;
  top: 120px;
  left: 10%;
  right: 300px;
}

#movemnt, #memry, #prjct {
  position: absolute;
  top: 120px;
  left: 20%;
  right: 25%;
}
  #prjct h1, #prjct h2 {
    line-height: 1em;
    padding: 5px;
  }
  #form form {
    text-align: left;
    padding: 0px 10px;
    border-left: 1px solid #010101;
  }
  #form form p {
    clear: both;
  }
  #form form label {
    font-weight: bold;
    float: left;
    text-align: right;
  }
  #form form input, #form form textarea {
    float: right;
    width: 250px;
    text-align: left;
    color: #555555;
  }

#nws, #form {
  position: absolute;
  top: 120px;
  left: 10%;
  right: 250px;
}

#dsclm {
  position: absolute;
  top: 120px;
  left: 10%;
  right: 20%;
}

#pics {
  position: absolute;
  top: 120px;
  left: 200px;
  right: 200px;
  text-align: left;
}
  #pics img, #prjct img {
    margin: 5px;
    border: 3px solid #cdcdcd;
  }
