#wraper {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100%;
}

.margins {
    width: 990px;
    margin: 0px auto;
    position: relative;
    clear: both;
}

#top {
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
}

#line {
    float: left;
    width: 100%;
    height: 62px;
    background-color: #1f3d7c;
    margin-top: 100px;
    color: #FFF;
}

#logotype {
    position: absolute;
    top: -88px;
}

#by-line {
    float: right;
    font-size: 30px;
    margin-top: 12px;
    font-family: 'Michroma', serif;
}

#menu {
    list-style: none;
    padding: 0px;
    float: right;
    margin-top: 90px;
    font-family: 'Michroma', serif;
}

#menu li {
    float: left;
    margin-left: 5px
}

#menu li a {
    color: #1f3d7c;
    font-size: 16px;
}

#inner {
    float: left;
    clear: both;
    width: 920px;
    padding: 0px 30px 110px 30px;
    font-family: 'Arial';
    line-height: 1.6em;
}

#left {
    float: left;
    width: 640px;
}

#right {
    float: left;
    width: 250px;
    margin-left: 30px;
}

#footer {
    clear: both;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 58px;
    background-color: #1f3d7c;
    font-family: 'Michroma', serif;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    padding-top: 30px;
}

.post {
    float: left;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    width: 100%;
}

.post .title a {
    color: #1f3d7c;
    font-size: 16px;
}

.post .date {
    float: left;
    clear: both;
    margin: 5px 0px;
    text-decoration: underline;
}

.post .text {
    float: left;
    clear: both;
}

.post .read-more a {
    float: left;
    clear: both;
    color: #1f3d7c;
}


.blogPost {
    width: 960px;
    float: left;
    clear: both;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}

.blogTitle {
    font-size: 20px;
}

.blogDate {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 13px;
}

.blogText {
    float: left;
    width: 100%;
}

.table-page {
    float: left;
    clear: both;
    width: 100%;
}

.breadcrumbs {
    margin-bottom: 10px;
}

.galleryFolder {
    float: left;
    margin: 6px;
    text-align: center;
    width: 190px;
    cursor: pointer;
    position: relative;
}

.galleryFolder img {
    width: 190px;
    height: 190px;;
}

.galleryFolderName {
    position: absolute;
    bottom: 2px;
    background-color: rgba(31,61,124,0.6);
    width: 190px;
    padding: 8px 0px;
    color: #FFF;
}

.blogNav {
    float: left;
    clear: both;
    width: 960px;
    text-align: center; 
    position: relative;
    margin-top: 10px;
}

.blogNavBack {
    position: absolute; 
    left: 0px; 
    top: 0px;
}

.blogNavNext {
    position: absolute; 
    right: 0px; 
    top: 0px;
}