/*
SiteAlbum style sheet
Edit as desired to achieve the look you want.
It is recommended that you create a backup of the original styles for future
reference.
*/

body {
    background-color:#ffffff;
    color:#000000;
}

#SiteAlbum {
    font-family:Verdana;
}

/* The album title format */
#SiteAlbum_title {
  font-size:14pt;
  color:#005F8F;
  margin-bottom:5px;
}

/* The album description format */
#SiteAlbum_description {
    font-size:9pt;
    margin-bottom:10px;
}

/* Format the preview photo. */
img#SiteAlbum_preview {
    border:2px solid #000000;
}

/* Format the photo caption container. */
#SiteAlbum_caption {
    font-size:9pt;
    margin-top:5px;
    width:600px;
}

/* This style formats your thumbs container. */
#SiteAlbum_thumbs {
    overflow:auto;
    height:520px;    
}

/* Format of each individual thumb */
img.SiteAlbum_thumb {
  border:1px solid #000000;
  cursor:pointer;
  margin:3px;
}

/* Individual thumb when mouseover */
img.SiteAlbum_thumb_on {
  border:4px solid #FFD900;
  cursor:pointer;
}

#SiteAlbum_previous {
    width:80px;
    font-size:8pt;
    font-weight:bold;
    letter-spacing:1;
    background-color:#005F8F;
    color:#ffffff;
}

#SiteAlbum_next {
    width:80px;
    font-size:8pt;
    font-weight:bold;
    letter-spacing:1;
    background-color:#005F8F;
    color:#ffffff;
}

#SiteAlbum_play {
    width:55px;
    font-size:8pt;
    font-weight:bold;
    letter-spacing:1;
    background-color:#005F8F;
    color:#ffffff;
}

#SiteAlbum_pause {
    width:55px;
    font-size:8pt;
    font-weight:bold;
    letter-spacing:1;
    background-color:#005F8F;
    color:#ffffff;
}

#SiteAlbum_slide_duration {
    font-size:9pt;
    width:22px;
    text-align:center;
}

#SiteAlbum_curID {
    font-size:9pt;
    width:22px;
    text-align:center;
}

.SiteAlbum_edit_link {
    font-family:Arial;
    color:#660000;
    margin-left:15px;
    padding:2px 2px 3px 2px;
    border:1px solid #660000;
    font-weight:bold;
    font-size:xx-small;
    letter-spacing:1;
}

#SiteAlbum_admin_link {
    font-family:Arial;
    color:#999999;
    font-size:8pt;
    letter-spacing:1;
}

/* Format the EXIF data */
#SiteAlbum_exif {
    font-family:"Courier New","Arial";
    font-size:8pt;
    color:#666666;
}
#SiteAlbum_img_filesize {}
#SiteAlbum_img_dimensions {}
#SiteAlbum_img_timestamp {}


