* {margin: 0; padding: 0;}

a {
  color: black;
  text-decoration: none;
  border: none;
}

img {
  border: none;
}

body {
  background: url(../images/trial3.png) center repeat-y;
/*  font-family: helvetica;*/
  font-family: "Georgia";
}

#body {
  width: 600px;
  margin: auto;
}

h1 {
  font-family: "Didot", Georgia;
  font-weight: bold;
/*  font-size: 46pt;*/
  font-size: 40pt;
  margin-top: 30px;
  margin-left: 10px;
}

#header a {
  color: black;
  text-decoration: none;
}

#header a:hover {
  
}

#header a:visited {
  color: black;
}

#header h2 {
  font-family: "Didot", Georgia;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: -10px;
  margin-left: 10px;  
}

h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0px 5px 10px;
}

#nav {
  float: right;
  text-align: right;
  margin-top: -105px;
  margin-right: 10px;
  font-size: 10pt;
}

#nav ul {
  list-style: none;
}

#nav a:hover {
  background: black;
  color: white;
}

#content {
  margin-top: 20px;
}

#content a {
  text-decoration: underline;
}

ol.events {
  margin-top: 10px;
  margin-left: 215px; 
  list-style: none;
}

ol.archived-posts {
  margin-left: 180px;
  list-style: none;
}

ol.archived-posts p.date {
  font-size: 10px;
}

/*ol.events li {
  display: inline;
}
*/
ol.events ol, ol.archived-posts ol {
  list-style: none;
}

ol.events li, ol.archived-posts li {
  position: relative; 
}
ol.archived-posts h4 { left: -150px !important; }
ol.events h4, ol.archived-posts h4 {
  font-size: 24px;
  position: absolute;
  top: 1px;
  left: -220px;
  width: 100px;
  text-align: right;
  color: #666; 
}

ol.events h5 {
  color: #333;
  font-size: 16px;
  line-height: 2em;
  position: absolute;
  top: 0;
  left: -110px;
  width: 100px;
  text-align: right; 
}

ol.events > li {
  margin-bottom: 40px; 
}

ol.events > li > ol > li {
  margin-bottom: 20px; 
}

ol.archived-posts > li > ol > li {
  margin-bottom: 10px;
}
ol.events > li > ol > li > ol > li {
  margin-bottom: 10px;
  margin-left: 20px;
}

ol.events li p.name {
  font-size: 14px;
  padding-top: 6px;
}

ol.events li p.location {
  font-size: 10px;
}

ol.events li p.description {
  margin-top: 5px;
  font-size: 12px;
}

div.students p, div.pages p, div.messages p, p.breakdown {
  font-size: 12px;
  margin: 0 10px 10px 10px;
}

div.fieldWithErrors {
  font-size: 12px;
  margin-left: 10px;  
}

div.fieldWithErrors label {
  color: red;
  margin: 0; padding: 0;
}

div.pages dl.faq {
  margin: 0 10px 10px 10px;
}

div.pages dl.faq dt {
  font-size: 14px;
  font-weight: bold;
}

div.pages dl.faq dd {
  margin-top: 2px;
  margin-bottom: 20px;
  font-size: 12px;
  background: #F6F6F6;
  padding: 10px;
}

span.example {
  color: #999;
  font-style: italic;
  font-size: 9pt;
}

div.messages form {
  margin-top: 15px;
}

div.pages input.text, 
div.messages input.text {
  color: #111;
  height: 24px;
  padding-top: 7px;
  padding-left: 5px;
  font-weight: bold;
  width: 289px;
}

div.messages textarea {
  color: #333333;
  height: 112px;
  padding: 8px;
  width: 550px;
}

div.messages p.flash {
  background: green;
  color: white;
  font-weight: bold;
  padding: 10px;
}

div.messages div.errorExplanation ul {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 10px;
}

div.messages div.errorExplanation ul li {
  color: red;
}

div.pages p.flash.success {
  background: green;
  color: white;
  font-weight: bold;
  font-size: 16pt;
  padding: 10px;
}

div.messages label.required {
  font-weight: bold;
}

div.post-and-social {
  float: left;
  font-size: 12px;
  margin-left: 10px;
}

div.fine-art-management {
  float: right;
  text-align: right;
  font-size: 12px;  
  margin-right: 10px;
}

div.fine-art, div.management, div.post, div.social {
  margin-bottom: 10px;
}

div.clear {
  clear: both;
}

p.credit {
  font-size: 8pt;
  font-variant: small-caps
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
}

button.subscribe,
button.send-message {
  height: 41px;
  text-indent: -9999px;
  width: 207px;
}

button.subscribe {
  background: transparent url(images/subscribe.png) no-repeat scroll top left;
}

button.send-message {
  background: transparent url(images/send-message.png) no-repeat scroll top left;
}

#footer {
  padding: 0 10px 0 10px;
  font-size: 8pt;
}

#footer a:hover {
  color: #333;
}

#footer a:visited {
  color: #600;
}

#footer ul {
  list-style:none;
}

div.post-separator {
  background: url(images/footer.gif) center no-repeat;
  margin-top: 0;
  margin-bottom: 20px;
  height: 24px;
}

div.separator {
  background: url(images/footer.gif) center no-repeat;
  height: 24px;
  margin: 10px auto;
}

#footer div.links {
  float: right;
  text-align: right;
}

#footer div.copyright {
  text-align: center;
  font-size: 10pt;
  margin-bottom: 10px;
}

div.fieldWithErrors {
  display: inline;
}

/*p.caption {
  font-variant: small-caps;
  font-size: 12px !important;
  margin-bottom: 10px;
}*/