/**** Styles for the Home Page ****/

/* Introduction Box at Top of Page */
#intro-outer
{
  padding:8px;
  background:#e0e0e0;
}
#intro-inner { width:734px; }
#intro-left, #intro-right, #intro-inner-left, #intro-inner-right { float:left; }
#intro-left
{
  margin-right:8px;
  width:420px;
}
#intro-right { width:306px; }
#intro-inner-left, #intro-inner-right { padding-top:5px; }
#intro-inner-left
{
  margin-right:30px;
  width:133px;
}
#intro-inner-right { width:257px; }
#intro-inner-right a:link, #intro-inner-right a:visited
{
  display:block;
  height:25px;
  width:190px;
  overflow:hidden;
}
#intro-inner-right a span { display:none; }

/* Buttons Inside Introduction Box */
a#intro-read:link, a#intro-read:visited { background:url(/images/home/intro-read.gif) no-repeat top left; }
a#intro-watch:link, a#intro-watch:visited { background:url(/images/home/intro-watch.gif) no-repeat top left; }
a#intro-read:hover, a#intro-watch:hover { background-position:bottom left; }

/* Content Area Below Introduction Box */
#home { padding-top:10px; }
#home-left, #home-right { float:left; }
#home-left
{
  margin-right:10px;
  width:376px;
}
#home-right { width:364px; }

/* Content Items */
div.home-item { background:url(/images/home/item-background.gif) repeat-y left; }
div.home-item-top
{
  padding-top:5px;
  background:url(/images/home/item-top.gif) no-repeat top left;
}
div.home-item-bottom
{
  padding-bottom:10px;
  width:376px;
  background:url(/images/home/item-bottom.gif) no-repeat bottom left;
}
div.home-item-left, div.home-item-right-outer { float:left; }
div.home-item-left
{
  width:103px;
  margin-right:1px;
  padding-top:15px;
  text-align:center;
}
div.home-item-right-outer { width:272px; }
div.home-item-right-inner { padding:2px 5px 0px 5px; }
div.home-item-title
{
  margin-right:1px;
  padding:2px;
  border-bottom:1px solid #dfe1e7;
  font-weight:bold;
}
div.home-item a.home-more:link, div.home-item a.home-more:visited { font-size:12px; }

/* Spacers */
div.home-spacer
{
  height:3px;
  overflow:hidden;
}

/* Registration Information Area */
#home-register
{
  padding-left:125px;
  background:url(/images/common/knife.jpg) no-repeat top left;
}

/* "Other Videos" Links */
#home-other { padding-top:5px; }
#home-other-left, #home-other-right
{
  float:left;
  width:177px;
}
#home-other-left { margin-right:10px; }
#home-other td.home-other-photo { padding-right:10px; }

/* "Smash the Foundation" Photo */
#home-foundation { padding-right:15px; }

