/************************************************************************************************************************/
/*                                              HomePage.css                                                    VER:8   */
/*                                                                                                                      */
/* Updates:														*/
/* 08/24/13 6  - Collection links.,  Album links									*/	
/* 08/22/14 7  - Modify .NavLinks a											*/
/* 04/24/15 8  - Change visited color from purple to DARKGOLDENROD.							*/
/*		 Add visited cloros to CollectionNavLinks & AlbumNavLinksBlock						*/
/************************************************************************************************************************/

/*----------------------------------------------------------------------------------------------------------------------*/
/* Collection links.													*/
/*															*/
/* 08/24/13 - font-size from 15px to 17px.										*/
/*															*/

.CollectionNavLinksBlock {
   background-image:    url('IMAGES/ui-bg_loop_25_000000_21x21.png');
   width:               300px;
   height:              200px;
   margin-top:          30px;           /* Pos of block on page         */
   margin-left:         10px;
   border-style:	solid;
   border-width:	3px;
   float:		left;		/* Note: Need this for album dov to stay on same level.		*/

   border-radius:                8px;  /* Rounded corners               */
   -moz-border-radius:           8px;  /* For Firefox                   */
   -webkit-border-radius:        8px;  /* For Safari & Chrome           */
}


.CollectionNavLinks li, ul{
   padding-left:	8px;		/* Entire list.						*/
}

.CollectionNavLinks li {
   list-style-type:     none;           /* Remove list bullets                                  */
   font-family:         Verdana,Arial,sans-serif;
   font-size:           17px;
   padding-top:		5px;		/* Between list links.                                  */
}

.CollectionNavLinks a:visited{
    color:              White;
}


/*----------------------------------------------------------------------------------------------------------------------*/
/* Album links.														*/
/*															*/
/* 08/24/13 - width: 400px to 500px., font-size: 10px to 15px.								*/
/*															*/
.AlbumNavLinksBlock {
   background-image:    url('IMAGES/ui-bg_loop_25_000000_21x21.png');
   width:               500px;
   height:              300px;
   margin-top:          30px;
   margin-left:         10px;
   border-style:        solid;
   border-width:        3px;
   float:		left;
   overflow:		auto;		/* Scroll bars if links overflow div.			*/

   border-radius:                8px;  /* Rounded corners               */
   -moz-border-radius:           8px;  /* For Firefox                   */
   -webkit-border-radius:        8px;  /* For Safari & Chrome           */
}


.AlbumNavLinks li {
   list-style-type:     none;           /* Remove list bullets                                  */
   font-family:         Verdana,Arial,sans-serif;
   font-size:           15px;
   padding-top:		3px;		/* Between list links.					*/
}

.AlbumNavLinks a:visited{
    color:              DARKGOLDENROD; 
}

/*----------------------------------------------------------------------------------------------------------------------*/
/* All links on home page.												*/
/*															*/
/* Order: LoVe/HAte - a:link a:visited a:hover a:active									*/
/* http://www.yourhtmlsource.com/stylesheets/csslinks.html                                                              */
/*															*/

.NavLinks a:link{
   text-decoration:     none;           /* Remove the text underline from links                 */
   color:               white;          /* Color of menu item text.                             */
}

.NavLinks a: visited {
    color: 		DARKGOLDENROD;
}

.NavLinks a:hover {
   background-color: #A9A9A9;          /* Change backgroud to DrakGray when curosr is on link */
}

/***********************************************************************************************************************/
/*                                              End HomePage.css                                                       */
/***********************************************************************************************************************/
