/********** general css **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background: #000000 url("http://media.morganlucas.com/lucastv/images/bg/bkg_sm.jpg") repeat-x fixed bottom center;
  border-style: none;
  color: #FFFFFF;
  font: normal normal normal 14px Arial, Helvetica, sans-serif;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
h1 {
  color: #FFFF00;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
h2 {
  color: #FFFF00;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
h3 {
  color: #FFFF00;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
a,  a:link {
  color: #FF0000;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  cursor:pointer;
}
a img {
	cursor:pointer;
}
a:visited {
  color: #990000;
  font-style: italic;
  font-variant: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}
a:hover {
  color: #FFFF00;
  font-style: normal;
  font-variant: normal;
  text-decoration: underline;
  text-transform: none;
}
a:focus {
  color: #FFFF00;
}
a:active {
  color: #FFFF00;
}

/********** main layout **/
#outerWrapper {
  border-style: none;
  margin: 0 auto 0 auto;
  text-align: center;
  width: 100%;
}
#outerWrapper #header {
  border-style: none;
  font-size: 18px;
  font-weight: bold;
  height: 100px;
  line-height: 15px;
  margin: 0px auto 0px auto;
  padding: 20px 10px 10px 10px;
  width: 70%;
  min-width:650px;
  position:relative;
}
#header h1.Title {
  visibility:hidden;
  padding:0;
  margin:0;
  height:0;
}
.social {float:right;}
.social a img {border:none;}
#header #HeaderRandomImage {
  position:absolute;
  bottom:10px;
  right:0px;
  width:auto;
  height:auto;
}
#outerWrapper #contentWrapper {
  border-style: none;
  height: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  text-align:left;
  width: 845px;
}
#outerWrapper #contentWrapper #content {
  text-align:left;
  margin: 0 auto 0 auto;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #content .clear {
  clear:both;
}
/********** navigation **/
#MainNav {
  width:100%;
  background:transparent url("http://media.morganlucas.com/lucastv/images/bg/bar.gif") repeat-x bottom left;
  height:100px;
}
#MainNav ul {
  list-style:none;
  background:transparent;
  padding:0;
  margin:0 auto;
  width:845px;
}
#MainNav ul li {
  background:transparent;
  list-style:none;
  padding:0;
  margin:0 auto;
  width:20%;
  float:left;
  text-align:center;
  height:40px;
  outline:none;
  cursor:pointer;
}
#MainNav ul li a {
  display:block;
  background:transparent;
  height:40px;
  width:100%;
  outline:none;
}
#MainNav ul li a span {
  display:none;
  background:transparent;
}
#MainNav ul li#watch a {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/watch.gif") no-repeat center 0;
  display:block;
}
#MainNav ul li#watch a:hover {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/watch.gif") no-repeat center -40px;
}
#MainNav ul li#news a {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/news.gif") no-repeat center 0;
  display:block;
}
#MainNav ul li#news a:hover {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/news.gif") no-repeat center -39px;
}
#MainNav ul li#schedule a {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/schedule.gif") no-repeat center 0;
  display:block;
}
#MainNav ul li#schedule a:hover {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/schedule.gif") no-repeat center -41px;
}
#MainNav ul li#shows a {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/shows.gif") no-repeat center 0;
  display:block;
}
#MainNav ul li#shows a:hover {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/shows.gif") no-repeat center -40px;
}
#MainNav ul li#teamLucas a {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/teamlucas.gif") no-repeat center 0;
  display:block;
}
#MainNav ul li#teamLucas a:hover {
  background:transparent url("http://media.morganlucas.com/lucastv/images/nav/teamlucas.gif") no-repeat center -41px;
}
