/* $Id: //depot/home/saksoy/public_html/picture_style.css#2 $ */

@import url("main_style.css");

/* Picture */
div.picture {
    float: left;
    width: 18em; /* 14.5em x 100/80 = 18em */
    margin: 0.5em 0.5em 0.5em 0.5em; /* 0.4em x 100/80 = 0.5em */
    padding: 0.4em 0.4em 0.4em 0.4em;
    border: 1px solid;
    font-size: 80%;
    text-align: center;
}

/* Landscape panaromic picture */
div.lppicture {
    float: left;
    width: 37em; /* 2 x 18em + 2 x 0.5em = 37em */
    margin: 0.5em 0.5em 0.5em 0.5em;
    padding: 0.4em 0.4em 0.4em 0.4em;
    border: 1px solid;
    font-size: 80%;
    text-align: center;
}

/* Portrait image */
img.ppicture {
    height: 18em;
    margin: 0em;
    padding: 0em;
    border: 0px;
}

/* Landscape image */
img.lpicture {
    width: 18em;
    margin: 0em;
    padding: 0em;
    border: 0px;
}

/* Landscape panaromic image */
img.lppicture {
    width: 37em;
    margin: 0em;
    padding: 0em;
    border: 0px;
}
