/*
Author: Rishi Sharma
*/
/* ---- Structure ---- */

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  background:#fff;
  color: #6a6a6a;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}

/* --- elements */
p {
  font-style: italic;
  padding: 0 0 1.5em;
}

p.fancy {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: lighter;
  font-weight: 100;
  #text-align: center;
  padding-bottom: 0;
}

p.header, p.event {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-style: normal;
  #font-weight: bold;
  #font-weight: 100;
  vertical-align: top;
  white-space: nowrap;
}

a, a:link, a:visited {
  color: #762121;
  text-decoration:none;
}

a:hover { 
  color: #000000;
  text-decoration:none; 
}

/* actual elements */

#centeredwrap {
  margin-left:auto;
  margin-right:auto;
  width: 900px;
}

#main {
  overflow:auto;
  padding: 0 45px 100px 45px;
  text-align: left;
}

#main h1, h2, h3{
  color: #ac5959;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  font-weight: 100;
  text-transform: uppercase;
}

#main h1:first-letter, h2:first-letter, h3:first-letter {
  font-size: 2em;
}

#main h3 {
  padding-top: 15px;
  text-align: left;
}
