@import url('reset.css');

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  background: #FFF url('images/word-collage.jpg') repeat;
  line-height: 1.3em;
}

h1,h2,h3,h4,h5,h6 {
  color: #2c155d;
}

h1 { line-height: 1.1em; }
h2 { line-height: 1.2em; }
h3 { line-height: 1.3em; }
h4 { line-height: 1.5em; }
h5 { line-height: 1.7em; }
h6 { line-height: 1.9em; }

h1 span {
  font-size: 70%;
}

a:link, a:visited {
  color: #2c155d;
  text-decoration: underline;
}

a:hover, a:active {
  color: #2c155d;
  text-decoration: none;
}

p {
  margin: 0.5em 0;
  line-height: 1.3em;
}

ul {
  color: #2c155d;
  list-style-type: disc;
  margin: 0 1.5em;
  padding: 0 0 0 0.3em;
}

ul li {
  margin-bottom: 0.3em;
}

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

.clearboth {
  clear: both;
}
p.clearboth {
  margin: 0;
  padding: 0;
}

#header {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 240px;
  background: #FFF url('images/header.gif') no-repeat center bottom;
  text-align: center;
  border: 1px solid #8392b7;
  border-width: 0 3px;
}

#header #logo {
  float: left;
  position: relative;
  left: 36px;
  top: 14px;
}

#menu {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  top: 48px;
  width: 500px;
}

#menu li {
  float: left;
  margin: 0 5px;
  padding: 0;
}

#menu li a {
  display: block;
  height: 40px;
  color: #5e4b8b;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;
}

#menu li#home a { width: 70px; }
#menu li#about a { width: 130px; }
#menu li#instructor a { width: 90px; }
#menu li#classes a { width: 80px; }
#menu li#contact a { width: 80px; }

#menu li a:hover, #menu a#selected {
  background-color: #e1d9ed;
}

#wrap {
  position: relative;
  clear: both;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  background: #e1d9ed url('images/grad.gif') repeat-x center bottom;
  padding: 10px 15px 0 15px;
  border: 1px solid #8392b7;
  border-width: 0 3px;
}

#wrap .page {
  width: 380px;
  padding-left: 40px;
}
#wrap .images {
  text-align: center;
  width: 340px;
  position: relative;
  top: -50px;
}

#timeline {
  margin: 0.7em;
  color: #2c155d;
}

#timeline .row {
  clear: left;
  margin: 0.5em 0;
  padding: 0 0 0 0.5em;
}

#timeline .date {
  color: #6885bd;
  float: left;
  margin: 0 0.5em 0.5em 0;
}

blockquote {
  color: #2c155d;
  position: relative;
  padding: 1.5em 2em 2em 2em;
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.3em;
  font-style: italic;
  text-align: left;
}
blockquote .author {
  position: absolute;
  bottom: 0;
  right: 1.5em;
  font-size: 14px;
  font-weight: bold;
}

#wrap .images img {
  border: 2px solid #8392b7;
}

#footer {
  clear: both;
  position: relative;
  top: -25px;
  text-align: center;
  padding: 1.5em 0 0 0;
  margin: 2em 3em 0 3em;
  font-size: 90%;
  border-top: 1px solid #b0a9b9;
}

/* color changes */

h1,h2,h3,h4,h5,h6, a:link, a:visited, a:hover, a:active, #timeline, blockquote {
  color: #2c155d;
}

#header, #wrap, #wrap .images img {
  border-color: #8392b7;
}

#menu li a {
  color: #04004e;
}

#menu li a:hover, #menu a#selected, #wrap {
  background-color: #e1d9ed;
}

#timeline .date {
  color: #6885bd;
}

#footer {
  border-top-color: #b0a9b9;
}