* {
	margin: 0;
	padding: 0;
}

html, body {
  color: #448eab;
  font: 13px/1.45 "Lucida Grande", Lucida, Verdana, sans-serif;
  background-image: url(images/bg.gif);
}

p {
	margin-bottom: 15px;
}

i {
	font-size: 80%;
	display: block;
	margin-top: -10px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

b {
  font-size: .9em;
  text-transform: uppercase;
}

h3 {
  color: #448eab;
  letter-spacing: -1px;
  margin: 0 0 1.4%;
  text-transform: none;
}

h1 {
  display: none;
}

h2 {
  color: #000;
  letter-spacing: -1px;
  margin: 0 0 1.4%;
}

.lineup-column h2, h2.speakers {
  text-align: center;
  text-transform: capitalize;
}

.divider {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 24px;
  background: url(images/divider.gif) repeat-x 0 0;
  border-style: none;
  clear: both;
  border-width: 0;
}

#directions {
  background: url(images/title-directions.gif) no-repeat center top;
  margin-top: 15px;
  padding: 50px 100px 0;
  text-align: center;
}

.dir-col {
  float: left;
  width: 330px;
  margin-left: 30px;
  text-align: left;
}

p.thanks {
  display: block;
  clear: both;
  text-align: center;
  padding-top: 20px;
}

li.first {
  list-style: none;
}

a img {
  border-style: none;
}

#footer h2 {
  margin: 0;
}

.yellow {
	color: #127f3f;
	font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-bottom: 5px;
}

.red {
	color: #9b0d0d;
	font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1em;
  line-height: 1em;
}

a, a:visited {
	color: #c72127;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1px;
  font-weight: bold;
}

a:hover, a:active {
	color: #000;
}

object {
  margin-bottom: 20px;
}

.myspace {
  display: block;
  background: url(images/social-logos.gif) no-repeat 0 -29px;
  width: 220px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
}

.facebook {
  display: block;
  background: url(images/social-logos.gif) no-repeat 0 0;
  width: 220px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}

#wrapper {
  background: url(images/clouds.gif) repeat-x center top;
}

#content-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
  background-position: center top;
}

#masthead {
  height: 375px;
  background: url(images/masthead.gif) no-repeat center top;
  position: relative;
}

#masthead.lineup {
  height: 375px;
  background: url(images/masthead-lineup.gif) no-repeat center top;
  position: relative;
}

#lineup {
  background: url(images/lineup.gif) no-repeat center 0;
  height: 260px;
}

#lineup p {
  text-indent: -9999px;
  overflow: hidden;
}

#left {
  width: 440px;
  float: left;
}

#right {
  float: right;
  width: 400px;
}

#content {

}

#footer {
  clear: both;
  margin: 0;
  padding: 20px 0 160px;
    background: #fff url(images/trees.gif	) repeat-x center bottom;
}

#footer p {
  margin-bottom: 0;
  font-size: .9em;
  text-align: center;
}

#right ul li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}

#right ul li span {
  display: block;
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 0;
  color: #459133;
}

#left ul li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #127f3f;
  font-weight: bold;
}

.lineup-column {
  width: 300px;
  float: left;
  margin: 10px 0;
}

.lineup-column ul li {
	list-style: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 5px;
  font-weight: bold;
}

.speakers-column {	
  clear: both;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: inherit;
}

.speakers-column li {
list-style: none;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3em;	
  float: left;
  width: 300px;
  font-weight: bold;
}

ul li span {
  display: block;
  font-size: .8em;
  font-style: italic;
  color: #459133;
}

#masthead a.full-lineup {
  display: block;
  background: url(images/bttn-home.gif) no-repeat 0 250px;
  position: absolute;
  width: 890px;
  height: 290px;
  top: 0;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
}

#masthead a.tickets {
  display: block;
  position: absolute;
  width: 200px;
  height: 150px;
  top: 70px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 50;
  right: 50px;
  background-position: 0 250px;
  background-repeat: no-repeat;
}

/* My Comment */

.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}

.clear {
	clear: both;
}