/*
 * Scry - Simple PHP Photo Album
 * Copyright 2004 James Byers <jbyers@users.sf.net>
 * http://scry.org
 *
 * Scry is distributed under a BSD License.  See LICENSE for details.
 *
 * $Id: scry.css,v 1.4 2004/09/30 20:12:44 jbyers Exp $
 *
 */

body {
        background-color: #000000;
        color: #666666;
        font-family: verdana, arial, san-serif;
        font-size: 10px;
        margin-left: 10px;
        margin-top: 10px;
        text-align: left;
}

#t_main {
        /* background-color: #FFFFFF; */
        /* border: 2px solid #999999; */
        /* padding: 0 20px; */
        text-align: center;
}


#t_slim {
        /* background-color: #FFFFFF; */
        /* border: 2px solid #999999; */
        padding: 2px 2px 20px 2px;
        text-align: center;
}

.breadcrumb {
	margin-bottom: 20px;
}

.footer {
	border-top: none;
}

#footer {
        font-size: 9px;
        text-align: right;
}

.folder {
        float: left;
        height: 100px;
        padding: 2px;
        text-align: center;
        width: 120px;
}

.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

.images img {
	border: none;
}

a.arrow img {
  border: none;
}

a:link {
  color: #04A;
}

a:visited {
  color: #8AD;
}

