/* CSS Document */
/*    border: black thin solid;   */
*
{
    padding: 0em;
    margin: 0em;
}
body
{
    background: #CCC
}
p
{
    font:12px Arial, Helvetica, sans-serif;
}
a:link {
	color: #ca3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ca3333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
li
{
    list-style-image: url(images/bullet.gif)
}
.active, a.active
{
    background-color: #CCC;
    color: #000
}
#outer
{
    background-color: #ccc;
    width: 806px;
    margin: 0 auto
}
#header
{
    position: relative;
    width: 806px;
    background: #ccc url(images/pagetop.gif) no-repeat;
}
#header div
{
    padding: 39px 0 0 0;
}
#header table
{
    margin: auto;
    border: none
}
#menu ul
{
    position: absolute;
    top: 7px;
    width: 800px;
    font: 14px Georgia, "Times New Roman", Times, serif;
    text-align: center
}
#menu li
{
    display: inline;
    padding: 0 5px 0 5px;
}
#primarycontainer
{
    float: left;
    margin-left: 3px;
    width: 800px;
    background-color: #fff;
}
#main
{
    margin: 0 215px 0 0;
}
#main h1,h2,h3,h4,p
{
    margin: 10px 0 10px 0;
    padding-left: 5px
}
#main li
{
    margin-left: 45px
}
#main img
{
    margin: 5px 5px 5px 5px
}
.move a {
    position: absolute;
    top:-200px;
    left: 0;
    display: block;
    width: 260px;
    height: 174px;
    background: transparent url(http://ellencherry.com/images/hll_ticketpromo_hover.png) no-repeat;
}
.move a:hover {
    background-position: -260px 0;
    position: absolute;
    top:-200px;
    left: 0;
}
/* hlal page */
#topbanner {
  background-color: #692;
  width: 567px;
  height: 142px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  border-top: #94274D 1px solid;
  border-right: #94274D 4px solid;
  border-bottom: #94274D 4px solid;
  border-left: #94274D 4px solid;
}

/* bars across top of home page */
#bar_select_news {
  width: 575px;
  margin-top: 5px;
  background: url(images/news_bar.gif) center 25px no-repeat;
}
#bar_select_blog {
  width: 575px;
  margin-top: 5px;
  background: url(images/blog_bar.gif) center 25px no-repeat;
}
#bar_select_hll {
  width: 575px;
  margin-top: 5px;
  background: url(images/hll_bar.gif) center 25px no-repeat;
}
#ontv {
  position: absolute;
  display: block;
  top: 60px;
  left: -50px;
  font: 1.3em Arial, Helvetica, sans-serif bold;
  text-decoration: none;
}
#ontv img {
  float: left;
  margin-right: .5em;
  border: none;
}
#ontv h5 {
  padding-top: 40px;
  color: red;
}

.news_but a {
  display: block;
  width: 93px;
  height: 38px;
  margin-left:10px;
  background: transparent url(images/news.gif) no-repeat;
}
.blog_but a {
  display: block;
  margin-left: 10px;
  width: 93px;
  height: 38px;
  background: transparent url(images/blog.gif) no-repeat;
}
.hll_but a {
  display: block;
  margin-left: 10px;
  width: 93px;
  height: 38px;
  background: transparent url(images/hll.gif) no-repeat;
}
.news_but a:hover, .blog_but a:hover, .hll_but a:hover {
  background-position: 0 -38px;
}
  /*******************************************/
 /* Secondary container (right menu) styles */
/*******************************************/
#secondarycontainer
{
    margin-top: 5px;
    padding-right: 5px;
    float: right;
    width: 200px;
}
#secondcontainer ul,li {
    padding-top: 10px;
    padding-bottom:10px;
    font-size: 12px;
    width: 170px;
    margin-left: 15px
}
#secondcontainer li
{
    margin-left: 17px
}
#twitter {
  width: 100%;
}
#twitter img {
  float: left;
  padding-right: .5em;
}
#twitter a {
  font-size: .9em;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 75%;
  padding-top: .5em;
}
#twitter div {
  clear: both;
}



  /***********************/
 /* Contact form styles */
/***********************/
#contactform
{
    border: #ca3333 2px solid;
    padding: 5px 5px
}
#contactform h3
{
    text-align:center;
    color:#CCC
}
  /*****************/
 /* Footer styles */
/*****************/
#footer
{
    position: relative;
    background: #ccc url(images/pagebottom.gif) no-repeat;
    clear: both;
    height: 39px;
    margin-left:-.08em
}
#footer p
{
    position: absolute;
    margin-left: 20px;
    font-size: 10px;
}
  /**************/
 /* Media Page */
/**************/
/* vid color: #13eadd */
/* song color: #afe312 */
#player {
    margin: auto;
}
.quote {
    font-size: 11px;
    padding-left: 20px;
}
#bar_select_song {
  width: 575px;
  margin-top: 5px;
  background: url(images/song_bar.gif) center 25px no-repeat;
}
#bar_select_vid {
  width: 575px;
  margin-top: 5px;
  background: url(images/vid_bar.gif) center 25px no-repeat;
}
.song_but a {
  display: block;
  width: 93px;
  height: 38px;
  margin-left:10px;
  background: transparent url(images/song.gif) no-repeat;
}
.vid_but a {
  display: block;
  margin-left: 10px;
  width: 93px;
  height: 38px;
  background: transparent url(images/vid.gif) no-repeat;
}
.song_but a:hover, .vid_but a:hover {
  background-position: 0 -38px;
}
/* ***** VIDEO PAGE ******* */
.video {
  margin-top: 20px;
}
.video p {
  text-align: left;
}

hr.video {
  border: #13eadd 4px solid;
  width: 20%;
}
  /*******************/
 /* Admin Dashboard */
/*******************/
#adminheader .icon {
    padding-left: 20px;
    padding-right: 20px;
}
  /**************/
 /* Sched Page */
/**************/
.scheds {
    padding: 10px 10px;
}
  /************/
 /* Bio Page */
/************/
ul.bio {
  margin-left: 50px;
}
li.bio {
  width: 90%;
}