/* Lovejoy Bands Site Style Sheet */


body {
   background-color:#000000;
   color:#ffffff;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.0em;
   font-style:normal;
   font-weight:normal;
   margin-top:0;
   margin-left:0;
   }
   
/* Table Appearance */

table {
   color:#ffffff;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   font-style:normal;
   font-weight:normal;
   background-color:#000000;
   text-align:left;
   border-width:0px;
   }
 
   
/* Link Appearance */

a:link {
  color:#66CCFF;
  font-weight:bold;
  text-decoration:none;
  }

a:visited {
  color:#66CCFF;
  font-weight:bold;
  text-decoration:none;
  }

a:hover {
  color:#66CCFF;
  font-weight:bold;
  text-decoration:none;
  }

a:active {
  color:#66CCFF;
  font-weight:bold;
  text-decoration:none;
  }


/* Division and span classes */


div.box {
	border:#C40404 1px solid;
	padding: 1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	width: 240px;
  }

div.boxinbody {
  border:#C40404 1px solid;
  padding: 0.5em;
  width: 550px;
  text-align: center;
  }

div.boxb {
  border:#000000 1px solid;
  padding:0.5em;
  margin-top: 0.0em;
  margin-bottom: 0.5em;
  margin-left: 0.0em;
  }

div.boxc {
  border:#C40404 1px solid;
  padding: 1.0em;
  width: 250px;
  text-align: center;
  }

div.boxd {
  border:#C40404 1px solid;
  padding: 0.5em;
  width: 125px;
  text-align: center;
  }

div.boxe {
  border:#C40404 1px solid;
  padding: 0.5em;
  width: 200px;
  text-align: center;
  }


/* Formatting Elements */

h1 {
   font-weight:bold;
   font-style:normal;
   font-size:1.5em;
   color:yellow;
   margin-left: 0.0em;
   padding-top:0.0em;
   padding-bottom:0.3em;

   }

h2 {
   font-weight:bold;
   font-style:normal;
   font-size:1.2em;
   color: yellow;
   margin-left:0.0em;
   padding-top:0.0em;
   padding-bottom:0.0em;
   margin-bottom: 0.1em;
   }

h3 {
   font-weight:bold;
   font-style:normal;
   font-size:1.0em;
   color: yellow;
   margin-left:0.0em;
   padding-top:0.2em;
   padding-bottom:0.1em;
   margin-bottom: 0.0em;
   }

h4 {
   font-weight:bold;
   font-style:normal;
   font-size:1.3em;
   color: yellow;
   margin-left:0.0em;
   padding-top:0.0em;
   padding-bottom:0.0em;
   margin-bottom: 0.0em;
   }

div p {
   padding-left:0.0em;
   padding-right:1.0em;
   padding-bottom:0.2em;
   padding-top:0.0em;
   }


/* Formatting classes */

.centered-table {
   margin-left: auto;
   margin-right: auto;
	}

.center {
   text-align:center;
   padding-top:.5em;
   }

.footer {
  color: #CCCCCC;
  text-align: center;
  font-size: 11px;
   margin-top:7px;
   margin-bottom:7px;
   }


.strong {
  font-weight:bold;
  text-decoration: none;
  }  

.ustrong {
  font-weight:bold;
  text-decoration: underline;
  }  
  
.style1 {
   color: #FFFF00;
   font-style: italic;
   }

/* Text Bottom Navbar Link Appearance */ 

a.navbartext:link {
  color:#999999;
  font-weight:normal;
  text-decoration:none;
  }

a.navbartext:visited {
  color:#999999;
  font-weight:normal;
  text-decoration:none;
  }

a.navbartext:hover {
  color:#66CCFF;
  font-weight:normal;
  text-decoration:none;
  }

a.navbartext:active {
  color:#999999;
  font-weight:normal;
  text-decoration:none;
  }



/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: static;
	top: 0.0em;
  	margin-left: 50px;
   	margin-right: auto;
	width:100%;
	}


#menuh
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-style:normal;
	font-weight:normal;
	float:left;
	margin: 0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	background-color: #000000;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #C20404;
	}	
			
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image:  url(images/navside_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


/* End CSS Drop Down Menu */

   
   /*Style elements for the Ticker Marquee*/
#ajaxticker1{
width: 700px;
height: 30px;
border: 0px;
padding: 5px;
background-color: #000000;
color: yellow;
font-size:15px;
font-weight: bold;
}
#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #000000;
}
.someclass{ //class to apply to your scroller(s) if desired
}
   /*End of the Style elements for the Ticker Marquee*/
