/*  
Theme Name: Lobosonda
Theme URI: http://www.lobosonda.com
Description: Your theme
Version: 0.9.2
Author: Hugo Romano
Author URI: http://adaptive.pt
*/

body {
        background: url('http://www.lobosonda.com/bkg.gif');
        font: 70% arial, tahoma, verdana, sans-serif;
}
#container {
        width: 760px;
        border: 1px none gray;
        padding: 0;
        background: white;
        margin: 20px auto 0;
}
#banner1 {
        padding: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 0;
        color: white;
        font-weight: 600;
        font-size: 100%;
        background: #35415C;
}
#banner1 a {
color: white;
text-decoration:none;}
#banner1 a:hover {
text-decoration:underline;}
#banner2 {
        padding: 10px;
        margin-bottom: 0;
        color: #35415C;
        font-style: italic;
        font-size:110%;
        background: #E6E5FF;

}
#content {
        padding: 10px;
        margin-left: 220px;
        background: white;
}
#content h2 {
        font-style: italic;
        font-size: 135%;
        color: #35415C;
}

#content h2 a {color: #35415C;text-decoration:none;}
#content p {
        font-size: 100%;
        line-height: 1.4em;
        text-align: justify;
        color:#444;
}
#sidebar-a {
        float: left;
        width: 218px;
        margin: 0;
        margin-right: 0;
        padding: 0;
        background: white;
}
#sidebar-a img{padding:20px;}
#footer {
        clear: both;
        padding: 6px;
        margin-top: 0;
        text-align: center;
        color: white;
        font-size: 90%;
        background: #51638F;
}

#footer a {color: white;
text-decoration:none;}
#footer a:hover {
text-decoration:underline;}
