
/* We import the  pjgallery.css file of the default theme and define complementary properties for the styles of the thumbnail pages since the sample album is not integrated in an already existent web site*/

@import url(../default/pjgallery.css);

body{
background-color:#5f5f5f;
font-size: 81.25%;
}

#PJGalleryAlb {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif, "Arial Unicode MS";
color:black;
cursor: default;
}

#PJGalleryAlb h1{/* for album titles*/
font-variant: small-caps;
background-color: #9c3;
font-size:1.2em;
text-align:center;
color:black;
}

#PJGalleryAlb a {
cursor: pointer;
text-decoration: none;
color:yellow;
}

#PJGalleryAlb a:link {
color: yellow;
}

#PJGalleryAlb a:visited {
color: yellow;
}

#PJGalleryAlb a:hover, #PJGalleryAlb a:focus {
text-decoration: underline;
}

#PJGalleryAlb a:active {
color: yellow;
}

#PJGalleryAlb .thumbnail{
/* customize width/height according to your thumbnail size*/
width: 135px;  /* minimum: max image width + 2px (border)*/
height: 145px; /* minimum: max image height + 2px (border)+ 10px (caption)*/
}
