/* 
    Document   : route85_simple.css
    Created on : 2008-12-02, 12:45:48
    Author     : route85 S.C. Daniel Derda i Jacek Staszewski
    Description: route85 simple theme
*/

body
{
    background: #fff;
    font: 9pt 'Trebuchet MS', 'Tahoma', 'Verdana', 'Arial';
    margin: 0;
    padding: 0;

}

.route85_container
{
    width: 100%;
    height: 100%;
    overflow: auto;
}

.left, .right
{
    float: left;
    width: 49%;


}

.fright
{
    float: right;
    text-align: right;
}
.fleft
{
    float: left;
    text-align: left;
}

.route85_content
{
    margin: 10px;
    padding: 20px;
}

p
{
    text-align: justify;

}

.contact
{
    line-height: 1.5em;
}

.route85_content .hr
{
    display: block;
    width: 60%;
    background-color: #ccc;
    height: 1px;
    margin: 20px auto 10px auto;
}
.route85_content.center
{
    text-align: center;
}



img.logo
{
    display: block;
    margin: auto;
}

img
{
    border: none;
}

h1
{
    font-size: 1.5em;
    margin-top: 20px;
    color: #b62932;
    float: left;
    width: 100%;
}

.route85_content.portfolio h1
{
    text-transform: capitalize;
    font-size: 1.2em;

}


a
{
    color: #aaa;
}

div.thumb
{    
    float: left;
    margin: 5px;
    width: 64px;
    height: 110px;
}

div.thumb a
{
    display: block;
    font-size: 1px;
    background: #eee;
    padding: 5px;
    border: 1px solid #aaa;
    margin-top: 5px;
    
}
div.thumb a img
{
    border: 1px solid #fff;
}

div.thumb img.glass
{
    border-top: 1px solid #ddd;

}

