/* CSS Document */

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

.mediaLink:hover {
	text-decoration: none;
}



.style2 {font-size: 0.8em}

.box-light{
color: #ffffff;
}

.testimonials
{
background-image: url(images/letters.gif);
background-repeat: repeat-y; 
background-position: center 100px;
/* background-position: 800px 180px; */
}

.testimonials2
{
background-image: url(images/letters2.gif);
background-repeat: repeat-y; 
background-position: center 100px;
/* background-position: 800px 180px; */
}

.portrait
{
background-image: url(images/batya_fonda_green.jpg);
background-repeat: no-repeat; 
background-position: center 180px;
/* background-position: 800px 180px; */
}

body{
	margin: 10;
	padding: 10;
	border: 0;
	background-color: #004000;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #fff5d5;
}

td {
	padding-top:30px;
}

td img {
	margin-top: -30px;
}

a:link {
	color: #d54500;
	text-decoration:none;
}
a:visited {
	color: #d54500;
	text-decoration:none;

}
a:hover {
	color: #FF9F00;
	text-decoration:none;

}
a:active {
	color: #FF7E00;
	text-decoration:none;

}

/* Start ProjectSeven's horizontal Uberlist 
#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a
{
	padding: 1px 12px 1px 5px;
	border: 1px solid #333;
	background-color: #FFF498;
	background-image: url(images/l1_down.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-indent: -1em;
}

#navlist a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navlist a:hover
{
border: 1px solid #333;
background-color: #FFBA38;
background-image: url(images/l1_over.jpg);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FFBA38;
background-image: url(images/l1_over.jpg);
color: #333;
}
 End ProjectSeven's horizontal Uberlist */


/* Start Song List */
/* separate the list from surrounding elements */
.songlist
{
  margin: 0 0 1em 3em;
  padding: 0;
}

.songlist li
{

   font-size: 1.4em;
   
  /* Stipulate the height of each item so that 
  vertical return = items * height */

  line-height: 2em;

  /* Clear the default margins & padding 
  so we can style the list from scratch */

  margin: 0;
  padding: 0;
}

/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there’s a level above HTML: */

* html ol li
{
	position: relative;
}

/* horizontal position of each column */

.songlist li.column1 { margin-left: 0em; }
.songlist li.column2 { margin-left: 15em; }
.songlist li.column3 { margin-left: 40em; }

/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 5 items * 1.2em line-height = 6em */

li.reset
{
  margin-top: -8em;
}

/* anchor styling */
ol li a
{
  display: block;
  width: 7em;
  text-decoration: none;
}
ol li a:hover
{
  color: #FFF; /* white */
  background-color: #A52A2A; /* brown */
}


/* End Song List */



/* Start New Menu*/
/* Start Holly Hack, hidden from MacIE. \*/
* html #navigation ul li {
height: 1%;
}
/* End Holly Hack. */

#navigation {
	margin: 10px auto 0px auto;
	/* background: url(/imx/pixel/grey.gif) repeat-x 0 50%;  <-- line behind the buttons */
font-size: 0.7em;
z-index: 1;
	font-weight: bold;
}

#navigation ul {
list-style-type: none;
text-align: center;
margin: 0px;
padding: 0px;
z-index: 2;
}

#navigation li {
display: inline;
text-align: center;
margin: 0px 5px;
}

#navigation li a {
padding: 2px 10px;
color: #000000;
background-color: #FFF498;
background-image: url(images/l1_down.jpg);
border: 1px solid #000000;
text-decoration: none;
}

#navigation li a:hover, #navigation li a#current {
background-color: #FFBA38;
background-image: url(images/l1_over.jpg);
/* color: #000000; */
border: 1px solid #000000;}
/* End New Menu*/
.endlinks {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	word-spacing: 0.5em;
}
.songs {
	font-size: 1.4em;
	font-style: normal;
	line-height: 2em;
}