/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color:#000000;
	margin: 0;
	padding: 0;
	font-size:18px;
	line-height: 1.2;	

}

.nav-plain a:link {
	color: #76101D;
	text-decoration: none;
	font-weight: bold;
	font-variant: none;

}

.nav-plain a:visited  {
	color: #76101D;
	text-decoration: none;
	font-weight: bold;
	font-variant: none;

	}

.nav-plain a:hover {
	text-decoration:none;
    color: #EEEEEE;/*#334d55;*/
	font-weight: bold;
	font-variant: none;
	background-color: #334d55;
 }
 
 .intro a:link {
 color: #000000;
 font-weight: normal;
 background-color: none;
 text-decoration: none;

 }
 
 .intro a.hover {
	color: #76101D;
	text-decoration: none;
	font-weight: normal;
	background-color: none;
	text-decoration: none;
}

.intro a:visited {
 color: #000000;
 font-weight: normal;
  background-color: none;
  	text-decoration: none;
 }
 
 .create a:link {
 color: #397194;
 font-weight: bold;
}

 .feature a:link {
color: #76101D;
 font-weight: bold;
 background-color: none;
 text-decoration: none;

 }
 
 .feature a.hover {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	background-color: none;
	text-decoration: none;
}

.feature a:visited {
 color: #76101D;
 font-weight: bold;
  background-color: none;
  	text-decoration: none;

 }

 

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', garamond, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h1{
 font-family: 'Lucida Grande', garamond, sans-serif;
 font-size: 130%;
 color: #666666;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 120%;
 color: #697C82;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	margin: 0px;
	padding: 0px;
}


#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #000;
	background-color: #F2EFE3;
}

#container {
	text-align: center;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	/*width: 850px;
	height: 830px;*/
	width: 100%
	height: 100%
	margin-left: auto;
	margin-right: auto;
	border: solid 0px #334d55;
	}


#container-black-short {
	text-align: justify;
	background-color:#FFF;
	padding: 0px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: dotted brown 1px;
	height: 600px;
}

#content-0, content-1, content-2, content-3, content-4, content-5, content-6, content-7 {
	padding: 15px;
	margin: 0px;
	}
	

#banner {
width: 100%
height: 100%
background-image: url('images/banner850x186.png')
background-repeat: no repeat;
position: relative;
}

#menu {
width: 100%
height: 100%
color: #EEEEEE;
}

#content {
width: 100%
height: 100%
color: #999999;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
}


/************* #Nav styles **************/

.nav-futura {
font-family: 'Futura', sans-serif;
text-align:left;
font-size:15px;
font-variant: small-caps;
padding-top: 15px;
padding-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
/*white-space: nowrap;*/
font-weight: normal;
letter-spacing: 0.2em;
background: #EEEEEE;
}

.nav-plain {
font-family: arial, helvetica, sans-serif;
text-align:center;
font-size:12px;
text-transform: uppercase;
/*font-variant: small-caps;*/
padding-top: 0px;
/*padding-bottom: 30px;*/
padding-bottom: 0px;
padding-left: 15px;
padding-right: 15px;
/*white-space: nowrap;*/
font-weight: normal;
letter-spacing: 0.2em;
background: #EEEEEE;
line-height: 17px;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/************** .feature styles ***************/

.feature, .intro {
padding-left: 25px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 0;
margin-left: 46px;
margin-right: 46px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/*.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
} */

p.center { text-align: center !important; }

/* adjust margins to change separation between the feature image and text flowing around it */


.first-letter {
font-size: 29px;
text-transform: uppercase;
font-family: arial, helvetica, sans-serif;
padding-right: 2px;
color: #334d55;
}

 .lucida-center {
 font-family: 'Lucida Grande', garamond, sans-serif;
 font-size: 14px;
 color: #333;
 line-height: 17px;
 text-align: center;
 font-weight: bold;
 }
 
 
 .georgia-center, .georgia-center-small, .georgia-center-smaller, .georgia-center-border {
 font-family: georgia, garamond, sans-serif;
 color: #000000;
 line-height: 23px;
 text-align: center;
 font-weight: normal;
 font-variant:normal;
 line-height: 25px;
 }
 
 .georgia-center, .georgia-center-border
 {font-size: 18px;}
 
 .georgia-center-border {
 padding: 15px;
 border: 1px #000;
 }
 
 .georgia-center-small
 {font-size: 17px;}
 
.georgia-center-smaller
 {font-size: 16px;}

 .georgia-center-caps{
 font-family: georgia, garamond, sans-serif;
 font-size: 19px;
 color: #334d55;
 line-height: 26px;
 text-align: center;
 font-variant: small-caps;
}
 
 .georgia-caps{
 font-family: georgia, garamond, sans-serif;
 font-size: 19px;
 color: #334d55;
 line-height: 26px;
 text-align: left;
 font-variant: small-caps;
 }
 
.georgia-small{
 font-family: georgia, garamond, sans-serif;
 font-size: 14px;
 color: #334d55;
 line-height: 18px;
 text-align: left;
 }

.georgia, .georgia-large {
 font-family: georgia, garamond, sans-serif;
 font-size: 18px;
 color: #000000;
 text-align: left;
 font-weight: normal;
 font-variant:normal;
 line-height: 25px;
 }
 
 .georgia-large {
  font-size: 23px;
 }
 
  .georgia-largest {
  font-size: 47px;
  padding: 0;
 }

 .palatino {
 font-family: palatino, garamond, sans-serif;
 font-size: 18px;
 color: #000000;
 line-height: 23px;
 text-align: left;
 font-weight: normal;
 font-variant:normal;
 }
 
 .plain {
 font-family: arial, helvetica, sans-serif;
 font-size: 15px;
 color: #000000;
 line-height: 23px;
 text-align: left;
 font-weight: normal;
 font-variant:normal;
 }
  
 .date {
 font-family: georgia, garamond, sans-serif;
 font-size: 15px;
 color: #697C82;
 line-height: 25px;
 text-align: left;
 font-weight: bold;
 font-variant:small-caps;
 }
 
 .caption {
 font-family: georgia, garamond, sans-serif;
 font-size: 14px;
 color: #334d55;
 line-height: 17px;
 text-align: center;
}
 
 .indent {
 margin-left: 80px;
 }
 
 .align-left;
 text-align: left;
 }

 .blue-gray {
 color: #334d55;
 }
 
 .blue, .blue-bold, .create {
 color: #397194;
 }
 
 .blue-bold {
 color: #397194;
 font-weight: bold;
 }
 
 .gray {
  color: #666666;
}

.larger {	
font-family: 'Lucida Grande', garamond, sans-serif;
font-size: 34px;
letter-spacing: 0.1em;
padding-top: 30px;
text-transform: uppercase;
color: #666666;
}


/************* #Lightbox styles **************/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://terezinmusical.com/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://terezinmusical.com/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


