/* Maynards GBT Style Sheet
v1.2 16-Jul-2007 11:04 AM

Version History
===============
1.0 everything up to 24/11/6 !
1.1 new way of doing the jukebox buttons - makes much more sense!
1.2	added Lyrics classes

*/


@media all {
	BODY { 
		font-family: "Gill Sans", "Arial";
		text-align: center;
		color: white;
		background: url(/images/background.jpg) navy;
		background-repeat: repeat;
		background-attachment: fixed;
        }
   A {
		color: yellow;
		text-decoration: none ;					
     }

   A:active {
          color: #00c2ff;
            }

   A:link {
          text-decoration: none ;
          }
   A:hover {
					text-decoration: underline;
					}
   A:visited {
          }
					 
   P, LI {
          font-size : 16px;
					font-family: "Gill Sans", "Arial", "sans serif";
					font-weight: 800;
          color: white;
					margin : 0;
					border : 0;
					padding : 0;
     }
	 LI {
	        text-align: left;
					}
								
   P.yellow {
          font-size : 16px;
					font-family: "Gill Sans", "Arial", "sans serif";
					font-weight: 800;
          color: #ffffcc; /* pale yellow */
					margin : 0;
					border : 0;
					padding : 0;
     }
	 P.tiny {
	 				font-size : 13px;
					margin : 0;
					border : 0;
					padding : 0;
					}
   P.tiny_c {
	 				font-size : 13px;
					margin : 0;
					border : 0;
					padding : 0;
					text-align : center;
					}
	 P.tinyyellow {
	 				font-size : 13px;
					color : yellow;
					margin : 0;
					border : 0;
					padding : 0;
  				}				
   H1 {
          font-family: "Gill Sans", "Arial", "sans serif";
          font-size: 32px;
          font-weight: 800;
          font-style: italic;
          text-align: center;
          margin-top: 0;
          margin-bottom: 0;
          padding-top: 0.5em;
          padding-bottom: 0;
          color: white;
      }

   H2 {
          font-family: "Gill Sans", "Arial", "sans serif";
          font-size: 24px;
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 0;
          padding-top: 0.5em;
          padding-bottom: 0;
          color: #ffffcc; /* pale yellow */
      }

   H3 {
          font-family: "Gill Sans", "Arial", "sans serif";
          font-size: 18px;
          font-weight: 800;
          margin-top: 0;
          margin-bottom: 0;
          padding-top: 0.5em;
          padding-bottom: 0;
          color: #ffffcc; /* pale yellow */
      }

   H4 {
          font-family: "Gill Sans", "Arial", "sans serif";
          font-size: 18px;
          font-weight: 800;
          font-style: italic;
          color: white;
          margin-top: 0%;
          margin-bottom: 0%;
          padding-top: 0.5em;
          padding-bottom: 0%;
      }

   H5 {
          font-family: "Gill Sans", "Arial", "sans serif";
          font-size: 26px;
          font-weight: 700;
          font-style: italic;
          color: white;
      }

   A img {
          border-top: 0pt;
          border-bottom: 0pt;
          border-left: 0pt;
          border-right: 0pt;
         }

   .scrollingDIV {
          overflow: auto;
          height: 100%;
                 }

   .songTABLE {
          height: 60%;
              }

   .song2TABLE {
          font-family: "Gill Sans", "Arial", "sans serif";
          font-size: medium;
          border-top: medium  #8a2be2; /*blueviolet*/
          border-bottom: medium #8a2be2;
          border-left: medium #8a2be2;
          border-right: medium #8a2be2;
          background-repeat: repeat-y;
          background-color: #483d8b; /*darkslateblue*/
               }

   .scrollArea2 {
          border: groove;
          border-color: aqua;
          padding : 4px; 
          height : 150px; 
          overflow : auto;
               }

	 TABLE.jukebox {
	 			  border: groove;
					border-color: blue;
          padding : 4px;
					margin-left: auto;
					margin-right: auto; 
					}

	 TABLE.jukebox2 {
	 			  border: groove;
					border-color: blue;
          padding : 4px;
					margin-left: auto;
					margin-right: auto; 
					}

   TD.juke1 {
	 				width : 90px;
					}
	.top10 {
		color: #ffffc1;
		font-size: 90%;
		font-weight: bold;
	}			
   #quietstuff a {
		font:1px verdana, arial, helvetica, sans-serif;
		font-weight:100;
		background-color: rgb(26,11,91);
		color:  rgb(26,11,91);
		display: none;
		}
		
		#quietstuff a:link {color:  rgb(26,11,91); text-decoration:none;}
		#quietstuff a:visited {color:  rgb(26,11,91); text-decoration:none;}
		#quietstuff a:hover {color:  rgb(26,11,91); text-decoration:none;} 

	#searchBox, #searchBox form {
		font-size: medium;
		padding: 5px 0px;
		}		
	#searchBox select, .textinput{
		font-size:small;
		background-color: #000055;
		color: white;
		}
	#searchBox .button{
		font-size:small;
		font-weight:bold;
		color: blue;
		}
	#jukeboxcontainer-inner {
		width:512px;
		height:500px;
		overflow:auto;
		float: left;
	}
	#slider1, #slider2 {
		display:none;
		float:left;
		width:15px;
		margin: 0px;
		padding: 0px;
	}
	#slider1-main, #slider2-main {
		width: 15px;
		margin: 0px;
		padding: 0px;
	}
	#slider1-handle, #slider2-handle {
		height: 61px;
		width: 15px;
		cursor: move;
	}
	#slider1-handle img, #slider2-handle img {
		margin:0px;
		padding:0px;
		cursor: move;		
	}
	#slider1, #slider1-main {
		height: 500px;
	}
	#slider1-main {
		background: transparent url(/images/slider/scrollbar-glass1-track-500px.png) no-repeat scroll left bottom;
	}
	#slider2, #slider2-main {
		height: 310px;
	}
	#slider2-main {
		background: transparent url(/images/slider/scrollbar-glass1-track-310px.png) no-repeat scroll left bottom;
	}
	
	/* for the Quicktime player buttons... */
	.qtbutton {
		height: 20px;
		font-size: 9px;
		font-weight: bold;
		color:white;
		background-color: #000077;
		}
		
	/* searchsongs is a div with a search dialog */
	.searchsongs {
		margin: 5px auto;
		padding: 2px;
		border: 2px solid blue;
		font-size: x-small;
		}
	.searchsongs h2 {
		font-size: medium;		
		padding-top: 0px;
		}		
	.searchsongs input {
		font-size: x-small;
		background-color: #ccffff;
		}
		
	/* songselectionpanel describes search results - it needs highlighting... */
	#songSelectionPanel	{
		}
	#songSelectionOuter {
		background-color: #ffcc00;
		color: black;
		display: none;
		}		
	
	/* lyrics box classes */
	#Lyrics {
		float: left;
	}
	IFRAME.lyrics {
		width: 100%;
		}					
	div.lyrics, #linksBox {
   		overflow: auto;
        width: 370px;
        height: 310px;
        border: 1px blue solid;
		font-size: medium;
		font-weight: bold;
		text-decoration: none;		
		}
	div.lyrics-BiblePage {
		font-size: medium;
		font-weight: bold;
		text-decoration: none;		
		text-align: center;
		width:400px;		
		}
	div.lyrics pre {
		font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	}                
	.lyrics-Header {
		background: url(/images/lyrics-header.png) repeat-x;
		height:20px;
		font-size: 16px;
		color: black;
		}
	.lyrics-Header-note {
		font-size:x-small;
		color: yellow;
		cursor: pointer;
		font-weight: normal;
	}
	.lyrics-Title {
		display:block;
		margin-top: 10px;
		font-size: xx-large;
		font-style:italic;
		}
	.lyrics-Bible {
		display:block;
		font-style:italic;		
		}
	.lyrics-Text {
		margin-top:10px;
		}
	a.lyrics-Actions {
		color: white;
		}
	.lyrics-Text-Chorus {
		font-style:italic;		
		}
	.lyrics-Copyright {
		font-style:italic;		
		}
	.lyrics-Keywords {
		font-style:italic;
		font-weight: normal;
		font-size: smaller;
	}
	#ActionsBox {
		z-index:1000;
		position:absolute;
/*		background: blue;
		border: 1px solid red;*/

		}
		
	#ActionsBox .top {
		background: url(/images/bluecurvedbox2.png) no-repeat top left;
		height:8px;
		}
	#ActionsBox .text {
		background: blue;
		border-left: 1px solid red;
		border-right: 1px solid red;
		}		
	#ActionsBox .bottom {
		background: url(/images/bluecurvedbox2.png) no-repeat bottom left;
		height:8px;
		}

	/*loadingDiv classes - these enable us to blank out the screen while the jukebox loads*/		
	
	.loadingDiv1 {
		width:1px;
		height:1px;
		display:none;
	}
	.loadingDiv2 {
		width:100%;
		height:10000px;
		display:block;
		z-index:10000;
		background: url(/images/trans_b6.gif);
		position:absolute;
		left:0px;
		font-size: 60px;
		font-weight: bold;
		text-align:center;
/*		text-align:left;
		padding-left:200px;*/
	}
	.loadingDiv3, .JSLoader-barholder, .JSLoader-bar {
		background: url(/images/banner_background.png);
		width: 629px;
		height: 55px;
		margin-top:50px;
		margin-left: auto;
		margin-right: auto;
		font-size: 40px;
		font-style:italic;
		line-height: 50px;
		text-align: left;
/*		padding-left: 50px;*/
		font-family: Arial, Helvetica, sans-serif;
		color: white;
	}
	.JSLoader-bar {
		background-image: url(/images/glass1/glass1_green_long_55px_on.png);
		margin:0;
	}
	
/* The following are for phplist */
	.required {
		font-weight:bold;
		color:red;
	}
/* This is for linksbox */
	#linksBox {
		/* also above with lyrics */
		height: auto;
		margin-top: 10px;
		overflow:hidden;
	}
	#linksBox p {
		padding: 5px;
		text-align: left;
		font-weight:normal;
		font-size: small;
	}
	#linksBox input {
		background: #fffbbf;
		width: 99%;
		font-size: xx-small;
		cursor: pointer; 
	}
	#tellTextCopied {
		position: absolute;
		border: 3px solid white;
		background: blue;
		color: white;
		font-weight: bold;
		padding: 5px;
	}
/* this is for the FlowPlayer mgbtShowFlowPlayers process */
	.mgbtSFP {

	}
	.mgbtSFP span {
		display: none;		
	}
	.helpvideos-video {
		float:left;
		margin:5px;
		width:200px;
		border:3px solid white;
		padding:5px;
		background:#0080ff;
	}
	.helpvideos-video:hover {
		background:#ffff80;
		color: black;
	}
/* This is for showing blog posts on the front page */
	.top5posts hr{
		border: 0;
		margin: 2px 0px;
		color: #8080ff;
		background-color: #8080ff;
		height: 1px;
	}
	.top5posts-post {
		display: block;
		font-size: 80%;
		font-weight: bold;
	}
	
}
