
# Main style file for Clifton Labs website.


/* COLORS

  dark green   #006666
  medium green #9c9a63
  light green  #cece9c
  orange-ish   #cc9900

*/

/* Global Declarations. */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: black;
  background: #006666 repeat-y top left;
  max-width: 60em;

}

/* Setup the top of the page. */

#logoArea {
  padding: 10px 0 5px 10px;  
  color: black;
  background: #006666;
}

#logo img {
  width: 180px;
  height: 50px;
}

#logoArea a img {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

#clName {
  position: relative;
  top: -40px;
  left: 190px;
  font-size: xx-large;
  /*text-transform: uppercase;*/
  font-variant: small-caps;
  color: #cece9c;
  background: transparent;
  font-weight: bold;
}

#logoMessages {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #cece9c;
}

#tagLine1 {
  font-size: large;
  font-weight: bold;
  font-style: italic;
}

#tagLine2 {
  font-style: italic;
}

/* Define hidden elements with 0 width & height. */

#hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}  

/* Setup our primary navigation. */

#primaryNavigation {
  font-family: Arial, Helvetica, sans-serif;
  color: #cece9c;
  background: #006666;
  font-size: large;
  margin-top: 0;
  padding: .25em .25em .25em .25em;
}

#primaryNavigation ul {
  margin: 0;
  padding: 0;
}

#primaryNavigation li a {
  color: #cece9c;
  background: #006666;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: .25em .25em .25em .25em;
  /* Force IE to use the entire block as an anchor, not just the text. */
  position: relative; 
}

#primaryNavigation li {
  display: inline;
}

#primaryNavigation a:hover {
  color: white;
  background: #9c9a63;
}

#primaryNavigation a.active {
  color: black;
  background: #cece9c;
}

/* Setup our secondary navigation. */

#secondaryNavigation {
  font-family: Arial, Helvetica, sans-serif;
  color: #cece9c;
  background: #cece9c;
  font-size: large;
  margin-top: 0;
  padding: .25em .25em .25em .25em;
}

#secondaryNavigation ul {
  margin: 0;
  padding: 0;
}

#secondaryNavigation li a {
  color: black;
  background: #cece9c;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: .25em .25em .25em .25em;
  /* Force IE to use the entire block as an anchor, not just the text. */
  position: relative; 
}

#secondaryNavigation li {
  display: inline;
}

#secondaryNavigation a:link {
  color: #006666;
  background: #cece9c;
}

#secondaryNavigation a:hover {
  color: white;
  background: #9c9a63;
}

#secondaryNavigation a.active {
  color: black;
  background: white;
}

/* Setup space on right side for messaging. */

#rightMessage img {
  float: right;
  margin-top: 5em;
  margin-left: .5em;
  width: 25em;
}

/* Setup the main message area. */

#message {
  padding-bottom: 1em;
  line-height: 140%;
}

#message, #footer {
  color: black;
  background: white;
  padding: 1em 1em 1em 1em;
}

/* Setup the footer area. */

#footer {
/*  border-top: .05em solid gray; */
  text-align: center;
  font-size: x-small;
  height: 100%;
}

#footer li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: .2em 0 .2em 1.5em;
}

#footer li a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#emailContacts li {
  display: block;
}
