/* CSS Document */


body {
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/background/gradient.jpg);
}

#container {
    max-width: 985px;
    width: 100%;
    margin: 131px auto;
}

#header {
    width: 100%;
    /*background:url(../img/header/title.jpg) no-repeat;*/
}

#content_container {
    width: 100%;
}

#top_content {
    float: left;
    width: 100%;
}

/*#home #top_content{
background:url(../img/home/banner.jpg) no-repeat;
}*/

#middle_content {
    float: left;
    width: 100%;
}

#home #middle_content {
    /*height:245px;*/
    text-align: justify;
    text-justify: inter-word;
}

/*#contact #middle_content{
height:585px;	
}*/

#bottom_content {
    float: left;
    width: 100%;
}

#float_left {
    float: left;
    width: 33%;
    text-align: justify;
    text-justify: inter-word;
}

#float_middle {
    float: left;
    width: 33%;
    text-align: justify;
    text-justify: inter-word;
}

#float_right {
    float: right;
    width: 33%;
    text-align: justify;
    text-justify: inter-word;
}

#top_content #float_left {
    width: 60%;
    /*height:400px;*/
    float: left;
}

#top_content #float_right {
    width: 30%;
    margin-top: 200px;
    padding-left: 10%;
}

    #top_content #float_right.small_margin {
        width: 30%;
        margin-top: 110px;
        padding-left: 5%;
    }

#bottom_content #float_right {
    /*background:url(../img/home/signature.gif) no-repeat;*/
    width: 23%;
}

#projects_container {
    margin-top: -20px;
}

#clear {
    clear: both;
}

h1 {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #58595B;
    margin: 15px 1% 10px 0;
}

#middle_content h1 {
    margin: 5px 1% 0px 0;
}

#contact h1 {
    font-size: 0.9em;
    text-transform: none;
    margin: 70px 0 70px 0;
}

#projects #middle_content h1 {
    color: #3C4494;
}

p {
    font-size: 0.7em;
    font-weight: bold;
    color: #58595B;
    line-height: 20px;
    margin: 10px 5% 10px 0;
    text-align: left;
}

#float_right p {
    margin-right: 0;
}

ul {
    padding: 0px 0 0px 0;
    margin: 10px 1% 10px 0;
    color: #58595B;
    list-style: none;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}

#top_content ul {
    font-size: 0.7em;
    font-weight: bold;
    margin: 10px 0 100px 10%;
}

    #top_content ul.no_margin {
        margin-bottom: 10px;
    }

#contact #middle_content ul {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 30px;
}

#middle_content ol {
    font-size: 0.7em;
    padding: 0px 0 0px 0;
    margin: 10px 1% 10px 0;
    color: #58595B;
    list-style: none;
    display: block;
 font-weight: bold;
}

#bottom_content ul {
    text-transform: uppercase;
    margin-top: 0px;
}

    #bottom_content ul.contact {
        margin-top: -10px;
    }

li {
    line-height: 18px;
}

#contact #middle_content li {
    line-height: 40px;
}

#bottom_content li {
    line-height: 35px;
}

#projects_container li {
    line-height: 15px;
    font-size: 0.7em;
}

.projects li {
    line-height: 15px;
    font-size: 0.7em;
}

a {
    text-decoration: none;
    color: #58595B;
}

    a.active {
        color: #58595B;
    }

    a:hover {
        color: #3C4494;
    }

#bottom_content a {
    color: #3C4494;
}

    #bottom_content a:hover {
        color: #58595B;
    }

.bold {
    font-weight: bold;
    color: #3C4494;
}

.italics {
    font-style: italic;
}

.active {
    color: #58595B;
}

.no_border {
    border: none;
}

.float_left {
    float: left;
    margin: 0px 0 20px 10%;
    width: 23%;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

img {
    width: 100%;
}

@media (max-width: 800px) {

    body {
        background: url(../img/background/mobile-gradient.jpg);
        background-size: cover;
    }

    #contact #middle_content h1 {
        color: #FFF;
    }

    #container {
        margin-top: 10px;
    }

    #top_content #float_right {
        margin-top: 0;
    }

        #top_content #float_right.small_margin {
            margin-top: 0;
        }
}

@media (max-width: 480px) {

    #bottom_content #float_right {
        width: 50%;
    }

    #top_content #float_left {
        width: 100%;
        margin-bottom: 20px;
    }

    #top_content #float_right {
        width: 100%;
        padding-left: 0;
    }

        #top_content #float_right.small_margin {
            width: 100%;
            padding-left: 0;
        }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .float_left {
        margin-left: 0;
        margin-right: 10%;
    }

    #top_content {
        margin-bottom: 0;
    }

    #home #top_content {
        margin-bottom: 50px;
    }

    #float_left {
        width: 100%;
    }

    #float_middle {
        width: 100%;
    }

    #float_right {
        width: 100%;
    }

    #contact h1{
        margin-top: 100px;
    }
}

@media (max-width: 350px) {
    #home #top_content {
        margin-bottom: 90px;
    }
}
