/* Stylesheet for Michael Carnes webpage */

/* This is the fix for png files in Internut Exploder.  Got it from Laurel! */
/*
img 
{ 
  behavior:	url("pngbehavior.htc");
}
*/
html,body,form
{
  height: 100%;
}

body
{ 
  background-color: #eaeaea;
}

iframe.PhotoIframe
{
  height: 80%;
}

table.mainTitle
{
  background-image: url('images/MainTitle.png');
}

table.composerTitle
{
  background-image: url('images/ComposerTitle.png');
}

table.photographerTitle
{
  background-image: url('images/PhotographerTitle.png');
}

table.engineerTitle
{
  background-image: url('images/EngineerTitle.png');
}
table.topRow
{
  background-image: url('images/TopRowBackground.png');
}

table.bottomRow
{
  background-image: url('images/BottomRowBackground.png');
}



h1, h2, h3, h4, h5, h6 {	color: #2e2e2e;}

/* These headers will probably change */
h1 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

h2 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h3 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

h4 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

h5 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: bold;
	margin: 0;
}


h6 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 6px;
	font-weight: normal;
 	margin: 0;
}

/*a:link {color : #7777ff}
a:visited {color : #44dd44}*/

/* These classes need to be renamed.  They're used for the sub-pages */

.EmbeddedTextClass
{
  a:link {color : #7777ff};
  a:visited {color : #ec7801}; /* Same orange as buttons */
  padding: 10px;
  background-color: #d8d8d8;
  color: #6f1010;
  font-size: 14px;
  line-height: 1.1em;
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.WhiteTextClass
{
  background-color: #eaeaea;
  color: #000000;
  font-size: 18px;
  text-align: justify;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 12px;
}

.LabelTextClass
{
  background-color: #eaeaea;
  color: #000000;
  font-size: 14px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 1px;
}