
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #ffffff;
    color: #333;
    line-height: 1.4;
}

.clear {
    clear: both;
}


.wrapper {
    width: 90%;/* please dont break IE8 */
    max-width: 1360px;
    margin: 0 auto;
}


.left {
    float: left;
    width: 260px;
    min-height: 100%; /* makes the sidebar column stretch */
    background: #f0f0f0; /* optional, helps visualize */
    padding: 0 0 20px 0; /* optional */
}


.center {
    float: left;
    width: 760px;
    margin: 0 40px;
}

.right {
    float: right;
    width: 260px;
}

.section {
    padding: 40px;
    margin-bottom: 40px;
}

.hero {
    background: #0078D7;
    color: white;
}



h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

a {
    color: #0078D7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.post-preview {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.post-preview h2 {
    margin-bottom: 5px;
}

.post-preview .date {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}



.text-center {
    text-align: center;
}

.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

.post-card {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.post-card .date {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.view-all {
    margin-top: 10px;
    font-weight: bold;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

html, body {
    height: 100%;
}

#layout-wrapper,
.wrapper#main {
    min-height: 100%;
}

