/***************************************************************************************
                                                                                       
                                                         gp                            
           `7MMF'                                        \/                            
             MM                                          `'                            
             MM  ,6"Yb. `7MMpMMMb.pMMMb.  .gP"Ya  ,pP"Ybd                              
             MM 8)   MM   MM    MM    MM ,M'   Yb 8I   `"                              
             MM  ,pm9MM   MM    MM    MM 8M"""""" `YMMMa.                              
        (O)  MM 8M   MM   MM    MM    MM YM.    , L.   I8                              
         Ymmm9  `Moo9^Yo.JMML  JMML  JMML.`Mbmmd' M9mmmP'                  ,...        
`7MMF'  `7MMF'                                                           .d' "mm       
  MM      MM                                                             dM`  MM       
  MM      MM  ,pW"Wq.`7M'   `MF'.gP"Ya `7Mb,od8 ,p6"bo `7Mb,od8 ,6"Yb.  mMMmmmMMmm     
  MMmmmmmmMM 6W'   `Wb VA   ,V ,M'   Yb  MM' "'6M'  OO   MM' "'8)   MM   MM   MM       
  MM      MM 8M     M8  VA ,V  8M""""""  MM    8M        MM     ,pm9MM   MM   MM       
  MM      MM YA.   ,A9   VVV   YM.    ,  MM    YM.    ,  MM    8M   MM   MM   MM       
.JMML.  .JMML.`Ybmd9'  ,, W     `Mbmmd'.JMML.   YMbmd' .JMML.  `Moo9^Yo.JMML. `Mbmo    
             .M"""bgd  db   mm                                                         
            ,MI    "Y       MM                                                         
            `MMb.    `7MM mmMMmm .gP"Ya                                                
              `YMMNq.  MM   MM  ,M'   Yb                                               
            .     `MM  MM   MM  8M""""""                                               
            Mb     dM  MM   MM  YM.    ,                                               
            P"Ybmmd" .JMML. `Mbmo`Mbmmd'                                               


                           CSS Copyright Â© JAMES ROWSON 2014                                                                                       
                     Text-to-ASCII: http://patorjk.com/software/taag/		   
**************************************************************************************/																					   


/*
 ######   #######  ##     ## ##     ##  #######  ##    ## 
##    ## ##     ## ###   ### ###   ### ##     ## ###   ## 
##       ##     ## #### #### #### #### ##     ## ####  ## 
##       ##     ## ## ### ## ## ### ## ##     ## ## ## ## 
##       ##     ## ##     ## ##     ## ##     ## ##  #### 
##    ## ##     ## ##     ## ##     ## ##     ## ##   ### 
 ######   #######  ##     ## ##     ##  #######  ##    ##                                     
 */

#topButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: blue; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#topButton:hover {
  background-color: #557; /* Add a dark-grey background on hover */
}
.divPic {
	display: none;
}
#PageTitle {
	clear: both;
	/* margin-top: 0; 241130 */ 
}
body {
	font-family: 'Open Sans', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	// font-size: 0.9em; //changed 241224
    background-attachment: fixed;
}
img {
	max-width: 95%;
	height: auto;
}
iframe {
	max-width: 95%;
}
table {
	background-color: #dddde8;
	background-color: rgba(255,255,255,0.6);
	padding: 2px;
	border-spacing: 3px;
	border-collapse: separate;
	max-width: 100%;
	padding: 5px;
	border: none;
	font-size: 0.8em;
}
table td img {
	width: 150px;
	max-width: 100%;
}
table img {
	border-radius: 5%;
}
td {
	background-color: #dddde8;
	background-color: rgba(255,255,255,0.6);
}
table h2 {
	margin-top: 0;
}
#menu ul {
	z-index: 5;
}
#menu ul, #toplinks ul, .singleLine ul {
	margin-left: 0;
}
#menu h2, #toplinks h2, #toplinks a {
	color: #fff;
}
#menu a:hover {
	background: #009;
}
#menuholder, #menu, #menu ul, #menu h2 {
	background-color: #005;
}
#soloImg {
	max-width: 100%;
}
/******* PAGE FOOTER *********/

#footer {
	background-image: url(../images/bg_washed.png);
	clear: both;
	border-top: solid #999 dotted;
}
#footer p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.7em;
	color: #444;
	font-weight: 300;
	text-align: center;
}
/***** TOPLINKS BAR ******/
#toplinks {
	background-color: #0059B3;
}
#toplinks a:hover {
	background-color: #1169c3;
}
#toplinks ul, #menu ul, #menu ul li ul {
	list-style: none;
}
#toplinks ul li {
	display: inline-block;
}
#toplinks ul, #menu ul {
	margin: 0px;
	padding: 0px;
}
/****************************
      SOLO IMAGE PAGE
****************************/
/*
.soloImage {
	margin: auto 0;
	max-width: 95%;
	clear: both;
}*/
.soloImageP {
	text-align: center;
}
/****************************
      IMAGE GALLERIES
****************************/

.imgGallery {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}
.imgGallerySub {
	clear: both;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	background-color: #fff;
	display: block;
}
.imgGallery ul {
	margin: 0 5%;
	padding: 0;
	list-style: none;
	clear: both;
}
.imgGallery h2 {
	text-align: left;
	clear: both;
	/*margin: 1em 0 0.5em 0; new*/
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
}
.imgGallery h3 {
	text-align: left;
	/*margin: 0 0 0 1em; new*/
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
}
.galImgHold {
	margin-right: auto;
	margin-left: auto;
	/*width: 200px; new*/ 
	max-width: 100%;
}
.imgGallery li:nth-child(4n+1) {
	clear: left;
}
.imgGallery li {
	width: 20%;
	/*border-radius: 50%;*/
	float: left;
	margin: 1%;
	background-color: #eef;
	background-color: rgba(50, 200, 200, 0.2);
	color: #000;
	padding: 5px;
	-moz-box-shadow: 2px 2px 6px #ccd;
	-webkit-box-shadow: 2px 2px 6px #ccd;
	box-shadow: 2px 2px 6px #ccd; 
}
.imgGallery li p {	
	color: #000;
	display: block;
  	display: -webkit-box;
	max-width: 100%;
	height: 3em;
	font-size: 0.9em; //changed 241224 from 0.8em
	margin: 5px;
	text-align: center;
	line-height: 1.4em;
	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.imgGallery a {
	text-decoration: none;
}
.imgGallery //img {
	height: 120px;
}
.imgGallery img {
	border-bottom: solid #666 thin;
	border-radius: 10%;
	width: auto;
	max-width: 100%;
	max-height: 120px;
}
/*#scrollGallery {
	text-align: center;
	max-width: 80%;
	height: 150px;
	display: block;
	margin: 10px auto;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	clear: both;
	background-color: #dde;
	background-color: rgba(255,255,255,0.2);
}*/
#scrollGalleryUL {
	list-style: none;
	padding: 0;
}
#scrollGalleryUL li:nth-child(2n+1) {
	clear: left;
	}
#scrollGalleryUL li {
	display: inline-block;
}
#scrollGallery img {
	height: 70px;
	margin: 5px;
	border-radius: 10px;
	width: auto;
}
#scrollGallery .activeImg {
	border: solid #133FA2 2px;
}
/****************************
          HOME PAGE
****************************/
#WelcomeLogo {
	float: left;
	margin: 0 10px 10px 10px;
	width: 430px;
	max-width: 50%;
}
#indexSelections a {
	text-decoration: none;
}
#indexSelections p {
	font-weight: 600;
}
#hoverMusHead {
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
}
#hoverMusHead ul {
	margin: 10px;
	padding: 5px;
}
#hoverMusHead #hoverimg {
	border-radius: 100%;
	margin: 5px;
	margin-right: 15px;
	width: 85px;
	height: auto;
}
#hoverMusHead form {
	position: absolute;
	top: 5px;
	right: 5px;
}
.singleLine {
	width: 80%;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.singleLine a {
	text-decoration: none;
}
.singleLine ul {
	list-style: none;
	padding: 0px;
}
.singleLine li {
	margin: 3px;
	clear: both;
	display: block;
}
.singleLine li ul {
	list-style: initial;
	list-style-type: disc;
	margin: initial;
}
.singleLine li ul li {
	display: list-item;
}
.singleLine h3, .singleLine h2 {
 margin: 4px 0px 2px;
}
.singleLine img {
	float: left;
	margin: 4px;
	border-radius: 5%;
	width: 150px;
}
