/* ayeconference.com */

body {
  background: $fff;
  padding: 20px 0 40px 0;
}

#wrap-header { text-align: center; }
#header {
  width: 720px;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
}
#title {
  margin: 5px 5px 0;
  padding: 20px 20px .25em;
  border: 1px solid #eee;
  border-width: 1px 1px 0;
  color: #333;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: .2em;
}
#title a {
  color: #ccc;
  text-decoration: none;
}
#description {
  margin: 0 5px 5px;
  padding: 0 20px 10px;
  border: 1px solid #eee;
  border-width: 0 1px 1px;
  max-width: 700px;
}
#header p {
 padding: 0 0 .25em 0;
}
#header a {
 text-decoration: none;
}

#copyright {
  text-align: center;
}

#title, #description, #header p, #copyright {
  color: #666;
  font: 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
  letter-spacing: .2em;
}
#header p { letter-spacing: .1em; }


#sidebar ul { margin: 0; padding: 0 0 0 1em; }

h1,h2,h3,h4 { font-family: Verdana,Arial,Helvetica,san-serif; }
h1 { font-size: 16pt; font-weight: bold }
h2 { font-size: 14pt; }

/* for the schedule */
.day, .time, .schedule, .sessionname, .meal, .trackname {
  color: black;
  font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  align: left;
}

.day { font-size: 12pt; }

