/*
    This is a local stylesheet for www.ngophotos.org website.
    General stylesheet should be included to this stylesheet.

    Please validate this stylesheet after any modifications
    at http://jigsaw.w3.org/css-validator/validator-uri.html.

    Created: 21.5.2004 / Janne Tompuri
    Modified: 21.5.2004 / Janne Tompuri
*/

@import "general.css";
@media print {
    body {
        background: white;
    }
    p {
        font-size: 10pt;
    	margin-left: 2em;
    	orphans: 2;
    	widows: 2;
    }
    li {
        font-size: 10pt;
    }
    #headerbox, #navi, #naviselected, #searcharea, #breadcrumb, #copyright, #secondnavi, #links {
        display: none;
    }
    #pagecontainer {
        margin: 0;
        border: 0;
    	padding: 0;
    	width: 100%;
    }
    #textcontainer {
    	margin: 0;
    	border: 0;
    	padding: 0;
    	width: 100%;
    }
}
@media all {
    .kuva-o {
        float: right;
        margin: 0.3em 0 0.6em 0.6em;
    }
    .kuva-o IMG, .kuva-v IMG {
        border: 1px solid #808080;
    }
    .kuva-v {
        float: left;
        margin: 0.3em 0.6em 0.6em 2em;
    }
    .kuva-t {
        margin: 0.3em 0.6em 0.6em 0;
        font-size: 80%;
        color: #777;
    }
}

