/* 
    Document   : screen
    Created on : 21/11/2009, 23:34:09
    Author     : Henrique Grolli Bassotto (guax.net)
    Description:
        Screen stylesheet
*/

body {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
}

h1, h2, h3, h4, h5 {
    clear: both;
}

a {
    text-decoration: none;
    color: #666;
}

img {
    border: none;
}

a:hover {
    color: #f89938;
}

pre {
    border: 1px solid #98CD67;
    padding: 5px;
    border-radius: 5px;
    background-color: #efefef;
}

p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.thumbnail {
    border: 1px solid #98CD67;
    padding: 5px;
    border-radius: 5px;
    background-color: #efefef;
    display:inline-block;
    text-align: center;
    margin: 0px 5px 0px 5px;
}

.thumbnail p, li {
    font-size: 12px;
}

#footer {
    text-align: center;
}
