﻿/* STRUCTURE */
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    text-size-adjust: 100%;
    background: #2e2e2e;
    margin: 0 auto;
    width: 100%;
}

#page {
    max-width: 1200px;
    margin: 25px auto;
    vertical-align: top;
}

#structure {
    -moz-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border: none 0px;
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    min-height: 95vh;
    border-collapse: collapse;
}

.block {
    border: none 0px;
    height: 0;
    margin: 0 auto;
    vertical-align: middle;
}

/* HEADER */
#heading {
    width: 100%;
    padding: 25px 25px 0px 25px;
    margin: 0 auto;
    height: 100px;
    border: none 0px;
}

#site_title {
    text-align: left;
    padding: 15px;
}

.social {
    width: 35px;
    text-align: center;
}

/* MENU */
#menu {
    width: 100%;
    border: none 0px;
    background-color: #ab5757;
    padding: 10px 10px 0px 10px;
    height: 70px;
}

    #menu .menu_item {
        vertical-align: middle;
        text-align: center;
        width: 25%;
    }

        #menu .menu_item a {
            font-family: 'LT Makeup';
            font-size: 32px;
            font-weight: normal;
            color: #f3f3f3;
            background: none;
            text-decoration: none;
        }

            #menu .menu_item a:hover,
            #menu .menu_item a.selected {
                color: #3c3c3c;
            }

/* MAIN */
#main {
    vertical-align: top;
    margin: 0 auto;
    padding: 25px 100px 25px 100px;
}

#page_content {
    border: none 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 auto;
    width: 100%;
}

.page_title {
    font-family: 'LT Makeup';
    font-size: 55px;
    font-weight: normal;
    text-align: center;
    color: #ab5757;
    vertical-align: middle;
    margin: 0 auto;
}

.page_text {
    font-family: 'LT Emphasis';
    font-size: 24px;
    line-height: 120%;
    color: #757575;
    text-align: justify;
    vertical-align: middle;
}

    .page_text a {
        color: #ab5757;
        text-decoration: none;
    }

        .page_text a:hover {
            color: #575757;
        }

/* FOOTER*/
#site_footer {
    height: 0;
    border: none 0px;
    clear: both;
    background-color: #151515;
    width: 100%;
}

#text_footer {
    color: #999999;
    font-family: 'LT Makeup';
    font-size: 16px;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
}

    #text_footer a {
        text-decoration: none;
        color: #777777;
    }

        #text_footer a:hover {
            color: #ffffff;
        }

/* ERROR PAGE */
.error_text {
    font-family: 'LT Emphasis';
    font-size: 24px;
    line-height: 150%;
    color: #757575;
    text-align: justify;
}

/* INDEX PAGE */
.index_title {
    font-family: 'LT Makeup';
    font-size: 32px;
    color: #ab5757;
    font-weight: normal;
    text-align: center;
    padding: 5px
}

.index_text {
    font-family: 'LT Emphasis';
    font-size: 26px;
    line-height: 120%;
    color: #757575;
    text-align: justify;
    padding: 5px;
}

.index_image {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

    .index_image img {
        max-width: 950px;
    }

/* ABOUT PAGE */
.about_image {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

    .about_image img {
        max-width: 750px;
    }

/* PORTFOLIO PAGE */
#portfolio_list {
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    border-spacing: 0px 25px;
}

    #portfolio_list .portfolio_text {
        font-family: 'LT Emphasis';
        font-size: 24px;
        line-height: 150%;
        color: #757575;
        vertical-align: middle;
        text-align: justify;
        border: 1px dotted #ab5757;
        width: 70%;
        padding: 10px;
    }

    #portfolio_list .portfolio_image {
        vertical-align: middle;
        text-align: center;
        border: 1px dotted #ab5757;
        width: 30%;
        padding: 10px;
    }

        #portfolio_list .portfolio_image img {
            display: block;
            max-width: 100%;
            max-height: 200px;
            margin: 0 auto;
        }

/* BLOG PAGE */
#blog_list {
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    border-collapse: collapse;
    padding: 25px 0px 0px 0px;
}

    #blog_list .blog_title {
        font-family: 'LT Emphasis';
        font-size: 26px;
        color: #757575;
        vertical-align: middle;
        text-align: left;
        border-block: 2px dashed #b05a5a;
    }

        #blog_list .blog_title a {
            text-decoration: none;
            color: #ab5757;
        }

            #blog_list .blog_title a:hover {
                color: #575757;
            }

    #blog_list .blog_image {
        width: 30%;
        padding: 10px;
        border-block: 2px dashed #b05a5a;
    }

        #blog_list .blog_image input {
            display: block;
            max-width: 100%;
            max-height: 150px;
            margin: 0 auto;
        }

/* POST PAGE */
.post_back {
    vertical-align: middle;
    text-align: center;
    width: 5%;
}

    .post_back img {
        display: block;
        max-width: 100%;
        max-height: 50px;
        margin: 0 auto;
    }

.post_date {
    font-family: 'LT Emphasis';
    font-size: 24px;
    font-weight: bold;
    color: #757575;
    vertical-align: middle;
    text-align: center;
}

.post_image {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

    .post_image img {
        max-width: 750px;
    }

/* CONTACT PAGE */
.contact_image {
    text-align: center;
    vertical-align: middle;
    padding: 25px;
}

    .contact_image img {
        max-width: 90%;
    }