
/**
 * Home
 */
 
#home {
  background: #141414;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  font-size: 12px;
  line-height: 18px;
}


/**
 * Home > Banner
 */
 
#home #banner {
  width: 960px;
  height: 353px;
  border-bottom: 2px solid #4c4c4c;
}

#home #banner img {
  width: 960px;
  height: 353px;
}


/**
 * Home > Join Ampdex Now (button)
 */

#home #join-ampdex-now {
  margin-top: -25px;
  padding-left: 20px;
}


/**
 * Home > Box
 */

#home div.box {
  background: #222 url(/images/box/background.gif) left bottom repeat-x;
  border: 1px solid #2d2d2d;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

  margin: 20px;
  padding: 25px 25px 10px 25px;

  -moz-box-shadow: 0 0 15px #0f0f0f;
  -webkit-box-shadow: 0 0 15px #0f0f0f;
  box-shadow: 0 0 15px #0f0f0f;
}

#home div.box h2 {
  font-size: 22px;
  line-height: normal;
  margin-top: 0;
}

#home div.box ul {
  margin: 15px 0;
}

#home div.box ul li {
  background: url(/images/home/why-join-ampdex/background.gif) -13px center no-repeat;
  margin: 10px 0;
  padding-left: 10px;
}

#home div.box.left,
#home div.box.right {
  min-height: 200px;
  width: 398px;
}

#home div.box.left {
  clear: left;
  float: left;
  margin-right: 0;
}

#home div.box.right {
  clear: right;
  float: right;
  margin-left: 0;
}


/**
 * Home > The Dex
 */

#home #the-dex {
  background: url(/images/home/the-dex/background.jpg) center top no-repeat;
  border: 0;
  height: 250px;
  margin: 20px;
  padding: 0;
  position: relative;
}

#home #the-dex h2 {
  float: left;
  line-height: 63px;
  margin: 0 32px;
}

#home #the-dex p {
  line-height: 63px;
  margin: 0;
  padding: 0 20px;
  text-align: right;
}

#home #the-dex .scrollable {
  position: relative;
  overflow: hidden;
  float: left;
  width: 854px;
  height: 185px;
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
}

#home #the-dex .scrollable ul {
  width: 20000em;
  position: absolute;
}

#home #the-dex .scrollable ul li {
  float: left;
  width: 110px;
  height: 143px;
  background: url(/images/home/the-dex/item.jpg) center top no-repeat;
  color: #666;
  font-size: 11px;
  margin: 18px 0 0 10px;
  padding: 0;
  text-align: center;
}

#home #the-dex .scrollable ul li a {
  display: block;
  line-height: normal;
  text-decoration: none;
}

#home #the-dex .scrollable ul li img {
  width: 100px;
  height: 100px;
  border: 1px solid #2d2d2d;
  margin: 4px 4px 0 4px;
}


/**
 * Home > The Dex > Browse
 */

#home #the-dex a.browse {
  float: left;
  width: 32px;
  height: 185px;
  cursor: pointer;
  overflow: hidden;
  text-indent: 32px;
}

#home #the-dex a.browse.left {
  background: url(/images/home/the-dex/prev.gif) left top no-repeat;
} 

#home #the-dex a.browse.left:hover {
  background-position: left -185px;
}

#home #the-dex a.browse.right {
  background: url(/images/home/the-dex/next.gif) left top no-repeat;
}

#home #the-dex a.browse.right:hover {
  background-position: left -185px;
}

#home #the-dex a.disabled {
  visibility: hidden !important;
}


/**
 * Home > The Dex > Navigator
 */

.navi {
  height: 10px;
  left: 52px;
  position: absolute;
  text-align: center;
  top: 24px;
  width: 854px;
  z-index: 999;
}

.navi a {
  border: 1px solid #6f6f6f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  width: 8px;
}

.navi a.active {
  background: #6f6f6f;
}


/**
 * Home > Find a Show
 */

#home #find-a-show {

}

#home #find-a-show h2 {
  float: left;
}

#home #find-a-show p {
  float: left;
  clear: left;
}

#home #find-a-show table {
  width: 520px;
  border-collapse: collapse;
  margin-left: 340px;
}

#home #find-a-show table caption,
#home #find-a-show table thead tr th,
#home #find-a-show table tbody tr td {
  color: #16a3b3;
}

#home #find-a-show table caption {
  border-bottom: 1px solid #16a3b3;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}

#home #find-a-show table thead tr th,
#home #find-a-show table tfoot tr td {
  padding: 8px 10px 6px 0;
}

#home #find-a-show table tbody tr td {
  padding: 2px 10px 2px 0;
}

#home #find-a-show table tbody tr.alt td,
#home #find-a-show table tbody tr.alt td a {
  color: #7ae6f2;
}

#home #find-a-show table tbody tr.alt td {
  padding: 2px 10px 2px 0;
}


/**
 * Home > Why Join Ampdex?
 */
 
#home #why-join-ampdex {
  height: 49px;
  background: url(/images/home/why-join-ampdex/background.gif) left center no-repeat;
  padding: 0 20px 0 45px;
  line-height: 49px;
  text-align: right;  
}

#home #why-join-ampdex h1 {
  float: left;
  margin: 0;
}

