@charset "UTF-8";
/******************************************************************************
 ** BrightTALK Dot Com
 ** Copyright BrightTALK Ltd, 2008.
 ** All Rights Reserved.
 ** $Id: style.css 14179 2010-07-07 10:13:31Z vroman $
 ******************************************************************************/ * {
  color: #FFFFFF;
}

body {
  margin: 23px 0px;
  background-color: #FFF;
}

#pagecontainer {
  position: relative;
  width: 967px;
  height: 679px;
  margin: 0px auto;
  text-align: left;
}

#home-top-wrapper {
  background-image: url(images/spaceship.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #000;
  height: 525px;
}

#logo, #categories {
  position: absolute;
  left: 20px;
  width: 253px;
  height: 32px;
}

#logo {
  top: 22px;
  padding-left: 12px;
}

#categories, #main-message {
  top: 78px;
}

#categories {
  height: 241px;
  z-index: 1000;
  background: none; /* turn off std background */
}

#main-message, #search {
  position: absolute;
  width: 422px;
}

#search {
  left: 273px;
}

#main-message {
  left: 280px; /* 7px more than search so text lines up after cycle plugin, search has 7px padding */
}

#main-message {
  height: 90px;
}

#search {
  top: 170px;
  height: 105px;
}

#usernav {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

#rightcol {
  margin-right: 20px;
  width: 250px;
  position: absolute;
  left: 695px;
  top: 55px;
  text-align: right;
}

#presenternav {
  clear: both;
  display: block;
  margin-top: 10px;
}

#promoted-webcasts {
  position: absolute;
  top: 278px;
  left: 45px;
  text-align: center;
  width: 927px;
  height: 240px;
}

#carousel {
  height: 100%;
  width: 840px;
  margin: 0px auto;
}

#footer {
  position: absolute;
  top: 524px;
  height: 158px;
  color: #000000;
}

/******** End layout ***********/
#logo a {
  display: block;
}

#search ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 10px;
  position: relative;
  left: 5px;
}

#search {
  background: transparent;
}

#search li {
  display: inline;
}

#search a {
  text-decoration: none;
  color: #B2B2B2;
}

#search li a:hover {
  text-decoration: underline;
}

#search li.active {
  font-weight: bold;
}

#search li.active a {
  color: #FFF;
}

/* overwrites the style in global page.css */
#search form {
  clear: both;
  background-image: url(images/sprite-1.png);
  background-repeat: no-repeat;
  background-position: 0px -133px;
  width: 413px;
  height: 40px;
}

#search form:hover {
  background-position: 0px -223px;
}

#search form:active, #search form.active {
  background-position: 0px -313px;
}

#search #q {
  width: 366px;
  height: 22px;
  position: relative;
  top: 3px;
  left: 1px;
  background-color: transparent;
  border: 0 none;
  color: #000;
  font-size: 17px;
}

/* Remove blue outline of text field on webkit browsers */
#search #q:focus {
  outline: none;
}

#search #q-label {
  position: absolute;
  left: 371px;
}

#q-label input {
  padding-top: 32px;
  height: 32px;
  width: 31px;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  position: relative;
  top: -25px;
  left: 14px;
}

#main-message, #main-message div, #main-message span {
  font-family: "MyriadProLight", "Arial Narrow", sans-serif;
  font-size: 24pt;
  line-height: 1em;
}

#main-message div {
  float: none;
}

#main-message a {
  font-family: "MyriadProSemibold", Arial, Helvetica, sans-serif;
  font-size: 24pt;
  width: 100%;
  text-decoration: none;
  padding-top: 5px;
}

#main-message .live {
  position: absolute;
  top: -20px;
}

#main-message .summit {
  width: 422px;
}

