/* Ideas 5 Stylesheet */
/* styles.css */

body {
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}


a {
  color: #003300;
}

a:visited {
  color: #CC6600;
}

a:hover {
  color: #003366;
}


#header {
  padding: 30px;
  text-align: right;
}

#header img.ideas5 {
  float: left;
}

#header img.awia {
  float: left;
  margin: 190px 0 0 -120px;
}


#header h1 {
  font-size: 16pt;
  margin-top: 160px;
}

#header p {
  font-size: 13pt;
  margin: 15px 0;
}

#sidepanel {
  float: left;
  width: 247px;
  padding: 30px;
}

#sidepanel h2 {
  font-size: 16pt;
  margin: 0 0 15px 0;
}

#sidepanel a.tickets {
  display: block;
  width: 160px;
  height: 50px;
  background: url(images/buy_tickets.png) scroll no-repeat 0 0;
  text-indent: -9999px;
}

#sidepanel a.tickets:hover {
  display: block;
  width: 160px;
  height: 50px;
  background: url(images/buy_tickets.png) scroll no-repeat -160px 0;
  text-indent: -9999px;
}

#sidepanel a.twitter {
  display: block;
  width: 160px;
  height: 50px;
  background: url(images/tweet_this.png) scroll no-repeat 0 0;
  text-indent: -9999px;
}

#sidepanel a.twitter:hover {
  display: block;
  width: 160px;
  height: 50px;
  background: url(images/tweet_this.png) scroll no-repeat -160px 0;
  text-indent: -9999px;
}

#content {
  background: #e9ffa6;
}

#content p {
  margin: 0 0 15px 0;
}

#main {
  margin-left: 307px;
  padding: 30px;
}

#main p.presents {
  font-size: 16pt;
  margin: 0 0 30px 0;
}

#main p.intro {
  font-weight: bold;
}


.profile {
  margin: 45px 0;
  border-top: 1px solid #006600;
}

.profile h2 {
  font-size: 16pt;
  margin: 30px 0 15px 0;
}

.profile h3 {
  font-size: 13pt;
  font-weight: bold;
  margin: 30px 0 15px 0;
}

#footer {
  clear: both;
  padding: 30px;
}

#footer p {
  text-align: center;
  margin: 0 0 15px 0;
}

#footer .sponsors {
  text-align: center;
}

#footer .sponsors img {
  margin: 0 10px;
  vertical-align: middle;
}


#footer .copyright {
  margin: 30px 0 10px 0;
}

