/************************************************************************************************************************/
/*                                              AlbumPage.css                                                   VER:8   */
/*                                                                                                                      */
/* - #xxxxx  id=xxxxx 	 Specify a style for a single, unique element.							*/
/* - .xxxxx  class=xxxxx Used on several elements. 									*/
/*                                                                                                                      */
/* 06/02/13 2  - Add GalleryHeadDate											*/
/* 07/17/13 7  - Chg font-size from 10px to 12px on AlbumDescText, AlbumHeadDate, GalleryDescText, GalleryHeadDate	*/
/* 01/09/15 8  - Change gallery heading from right justify to center. 							*/
/*               GalleryHeadContainer  - Add: 	text-align:     center; 						*/	
/*               GalleryDescText       - Del:   text-align:     left;							*/
/*				         From:  width:          80%;       To:  width:   90%; 				*/
/************************************************************************************************************************/

/*======================================================================================================================*/
/*					Album										*/
/*======================================================================================================================*/

/*----------------------------------------------------------------------*/
/* Container div for Gallery & Album heading. 				*/
/*                                                                     	*/
.AlbumHeadContainer {
   width: 		85%; 
   -float: 		left; 
   clear: 		both; 
   margin-left: 	auto; 
   margin-right:  	auto;
   -border-style:	solid;
   -border-width:	2px;
   padding:		20px 10px 10px 10px; 	/* T,R,B,L */
}

/*----------------------------------------------------------------------*/
/* Album & Gallery head title text.                                     */
/*                                                                      */
.AlbumHeadTitle {
   font-family:         Verdana,Arial,sans-serif;
   font-size:           18px;
   font-weight:         600; 
   text-align:          center;
   width: 		100%;
   display: 		inline-block;
   color:               white;
}

/*----------------------------------------------------------------------*/
/* Album desc text.                                                   */
/*                                                                      */
.AlbumDescText {
   font-family:         Verdana,Arial,sans-serif;
   font-size:           12px;
   text-align:          center;
   color:               white;
}

/*----------------------------------------------------------------------*/
/* Start/End dates.                                                     */
/*                                                                      */
.AlbumHeadDate {
   font-family:         Verdana,Arial,sans-serif;
   font-size:           12px;
   font-weight:         normal;
   text-align:          center; 
   width: 		100%; 
   display: 		inline-block;
   color:               white;
}


/*----------------------------------------------------------------------*/
/* Warning msg on album if no galleries					*/
/*                                                                      */
.AlbumWarnMsg {
   font-size:           24px;
   font-weight:         bold;
   text-align:          center;
   width:               100%;
   display:             inline-block;
   color:               white;
   text-decoration: 	blink;
}




/*======================================================================================================================*/
/*					Gallery										*/
/*======================================================================================================================*/

/*----------------------------------------------------------------------*/
/* Container div for Gallery & Album heading. 				*/
/*                                                                     	*/
.GalleryHeadContainer {
   width: 		99%; 
   float: 		left; 
   clear: 		both; 
   margin-left: 	auto; 
   margin-right:  	auto;
   text-align:          center; 
}

/*----------------------------------------------------------------------*/
/* Album & Gallery head title text.					*/
/*									*/
.GalleryHeadTitle {
   font-family: 	Verdana,Arial,sans-serif; 
   font-weight:         600; 
   font-size:          	18px;
   text-align:          right; 
}

/*----------------------------------------------------------------------*/
/* Start/End dates.							*/
/*									*/
.GalleryHeadDate {
   font-family:         Verdana,Arial,sans-serif;
   font-size:           12px;
   font-weight:         normal; 
   float: 		right;
}

/*----------------------------------------------------------------------*/
/* Gallery desc text.							*/
/*									*/
.GalleryDescText {
   font-family: 	Verdana,Arial,sans-serif; 
   font-size:          	12px;
   width: 		90%; 
}


/*----------------------------------------------------------------------*/
/* Trailer for gallery tab.						*/
/*									*/
.Trailer {
   font-family: 	Verdana,Arial,sans-serif; 
   font-size:          	10px;
   text-align:          right;
}

.Trailer a:link {
   font-size:           10px;
}

.Trailer a:hover {
   color:		yellow;
   font-size:		150%;  
   -background:		#A9A9A9;          /* Change backgroud to DrakGray when curosr is on link */
}


/***********************************************************************************************************************/
/*                                              End AlbumPage.css                                                      */
/***********************************************************************************************************************/
