﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

span.big {
    font-size: 23px;
    color: #a18800;
    font-weight: bold;
}

.category_list {
    margin: 0 20px;
    padding: 0px;
    list-style: none;
    display: block;
}

    .category_list li {
        display: block;
        height: 15px;
        clear: right;
        padding: 0 0 0 20px;
        margin: 0 0 10px 0;
        background: url(images/templatemo_list_bullet.png) top left no-repeat;
        background-position: 0 5px;
    }

.templatmo_v_line {
    height: 537px;
    float: left;
    width: 2px;
    background: url(images/templatemo_v_line.jpg);
}

.templatemo_h_line {
    width: 100%;
    clear: both;
    border-top: #c1c1c1 1px solid;
    border-bottom: #f6f6f6 1px solid;
    margin: 0 0 10px 0;
}

.templatemo_gallery img {
    float: left;
    margin: 0 0 20px;
    width: 200px;
}

#templatemo_footer {
    clear: both;
    height: 32px;
    background-color: black;
    margin: 20px 0;
    padding: 15px 0 28px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.cleaner {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

.category_listSkill {
    margin: 0 20px;
    padding: 0px;
    list-style: none;
    display: block;
}

    .category_listSkill li {
        display: block;
        clear: right;
        padding: 0 0 0 20px;
        margin: 0 0 10px 0;
        background: url(images/templatemo_list_bullet.png) top left no-repeat;
        background-position: 0 5px;
    }
