﻿/* CSS layout */
body {
  top:0;
  left:0;
  top:0;
  bottom:0;
	padding: 0;
	background-color:#D6E4F1;
    position:relative;
    z-index:1;


	
}

a:link {
	color:navy ;
	text-decoration:none;
}
a:visited { 	text-decoration:none;}
a:hover {	color:red ;	text-decoration:none; }
a:active {color:yellow; 	text-decoration:none;} 
	
.indent {
	text-align: LEFT;
	text-indent:50px;
}

.style1 {
	text-align: LEFT;

}
.style2 {
	border-width: 0px;
}

.style3 {
	text-align: center;
	font-size: large;
}

.med {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align:center;
}
.big {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align:center;
}

#toplayer { 
position:absolute;
z-index:1;
width:80%;
height:70%;
margin-left:auto;
margin-right:auto;
left: 11%; 
top:250px;
}

.bigbold { font-size:150% ;
text-decoration:underline;} 

.greatbig {font-size:250% ;text-align: center;}

#dates {
	text-align: center;
	font-size: large;
	position:relative;
	top:-15;


}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}
#foreground {
position:absolute;
z-index:1;
margin-left:auto;
margin-right:auto;
    width: 100%; 
    height: 100%; 
    left: 0px; 
    top: 0px;

}
#artists {
position:absolute;
z-index:1;
margin-left:auto;
margin-right:auto;
    width: 75%; 
    height: 80%; 
     top: 250px;
	left:11%;

}


.stretch {
    width:100%;
    height:100%;
}

#headline {
 	position: absolute;  
	z-index: 3; 
	text-align: center;
	left:20%;
	top:200;
    
}

#blog_headline  {
	position: absolute;
	
	width: 290px;
	
	z-index: 3;
	right:20%;
	top:200;
	     }
		
		/* begin styles for RSS Feed */

#maincontent {
 	position: absolute; 
	width: 75%; 
	height: 100%; 
	z-index: 3; 
margin-left:auto;
margin-right:auto;
    left: 0px; 
	right:0px;
    top: 200px;
	font-size:150%;
}
	
#topmenu {	
	position: absolute; 
	 top: 65px;
	  width: 627px;
	  	z-index: 1
	  }

#toplogobanner {
	position:absolute; 
	width: 433px; 
	height: 88px; 
	z-index: 1; 

	top: -1px
	}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 



.rss-box {
	 margin: 1em;
	 width: 180px;
	 max-height:300px;
	 background-color: #E8D0D0;
	 border: 1px solid silver;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 8pt;
	background-color: #D8E5F5;
	color: black;
	font-weight:bold;
	text-align: center;
}

.rss-item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: black;
}

.rss-date {
	font-size: 7pt;
	color: red;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }


