/*

This file defines styles shared across all SL properties.
If you have specific css you want to add your your project,
please create a new document called [PROJECT].css and save
it in your project's static/css directory. You can then include
it in an extended base template for your project.

*/

body {
    background: #e8e9ec url('../img/layout/backgrounds/bg.gif') top left repeat-x;
    color: #595C62;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: -30px;
    margin-top: 0px;
    padding-bottom: 0px;
}

a {
    color: #5CB192;
}

h3 {
    color: #666666;
    font-weight: bold;
    margin-bottom: 1em;
}

input.text, input.title, textarea, select, input {
    margin: 0px;
}

th {
    background: transparent;
}

#container-shadow-main {
    background: url('../img/layout/backgrounds/bg_main_shadow.gif') top left repeat-y;
    margin: 0px auto;
    padding: 0px;
    width: 1080px;
}

#container-shadow-top {
    background: url('../img/layout/backgrounds/bg_top_shadow.gif') top left no-repeat;
    margin: 0px;
    padding: 0px;
}

#content{
    background: url('../img/layout/backgrounds/bg_content_shadow.png') repeat-x;
}

#main-content {
    padding: 10px 0;
}

#main-content > .t, #main-content > .b, #main-content .main-content-body {
    margin-left: 15px;
    margin-right: 15px;
}

#main-content .main-content-body {
    background-color: #f8f8f8;
    padding: 10px 10px;
}

.box {
    background: transparent;
}
