body{
    font: normal normal 62.5% Arial, Helvetica, sans-serif;
    padding: 0 20px;
}

a{
    color: #4795f3;
}

#wrapper{
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
}

@font-face{
    font-family: "Plumb";
    src: url("../fonts/plumb-bold.eot");
    src: local('Plumb'),
       url("../fonts/plumb-bold.ttf") format('truetype'),
       url("../fonts/plumb-bold.svg#plumb-bold") format('svg');
    font-weight: normal;
}

@font-face{
    font-family: "Plumb";
    src: url("../fonts/plumb-bold.eot");
    src: local('Plumb'),
       url("../fonts/plumb-bold.ttf") format('truetype'),
       url("../fonts/plumb-bold.svg#plumb-bold") format('svg');
    font-weight: bold;
}

nav {
    padding: 20px 0;
}

nav ul{
    overflow: hidden;
}

nav ul.main-menu{
    font-size: 140%;
    text-transform: uppercase;
    font-family: Plumb, Arial, Helvetica, sans-serif;
}

nav ul li{
    float: left;
}

nav ul li a{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 25px 10px 10px;
    border-left: 1px solid #cccccc;
}

nav ul li a:hover{
    color: #4795f3;
    text-decoration: underline;
}

nav ul li.current a{
    color: #4795f3;
    border-left: 4px solid #4795f3;
    padding-left: 7px;
}

nav ul li.current a:hover{
    text-decoration: none;
}

nav .sub-menu li{
    padding: 0 !important;
    background: none !important;
    font-size: 110%;
    font-weight: bold;
}

nav .sub-menu li a{
    color: #000;
    border: 0 none;
    padding: 0 20px 0 0;
    text-decoration: none;
}

nav .sub-menu li a:hover{
    color: #4795f3;
    text-decoration: underline;
}

nav .sub-menu li.current a{
    color: #4795f3;
    text-decoration: none;
    border: 0 none;
    padding-left: 0;
}


section.content{
    font-size: 130%;
    line-height: 150%;
    padding: 20px;
    border: 1px solid #ccc;
}

section.content h1{
    text-align: right;
    margin: 0 -20px 20px;
}

section.content h2{
    font-size: 200%;
    font-family: Plumb, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    line-height: 160%;
}

section.content h3{
    font-weight: normal;
    font-size: 180%;
    line-height: 100%;
    margin-bottom: .8em;
}

section.content h4{
    font-weight: bold;
    font-size: 110%;
    line-height: 100%;
    margin-bottom: 1em;
}

section.content blockquote{
    font-size: 16px;
    font-style: italic;
}

section.content p{
    margin: 0 0 1em 0;
}

section.content p.publication{
    color: #666;
    font-size: 85%;
    line-height: 130%;
}

section.content ul li{
    list-style: none;
    padding-left: 20px;
    background: url(../img/li.gif) no-repeat 0 .6em;
    margin-bottom: .6em;
}

section.content .resources ul li{
    margin-bottom: 1em;
}



section.content .year{
    font-weight: bold;
    color: #666;
    float: left;
}

section.content .with-year{
    padding-left: 50px;
}

section.gallery{
    padding: 0 30px;
    position: relative;
}

section.gallery .gallery-outside{
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
} * html section.gallery .gallery-outside{zoom:1}

#gallery-left{
    background: url(../img/arr-l.gif) no-repeat 0 0;
    display: block;
    width: 13px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 49%;
}

#gallery-left:hover{
    background-image: url(../img/arr-l-h.gif);
}

#gallery-right{
    background: url(../img/arr-r.gif) no-repeat 0 0;
    display: block;
    width: 13px;
    height: 21px;
    position: absolute;
    right: 0;
    top: 49%;
}

#gallery-right:hover{
    background-image: url(../img/arr-r-h.gif);
}

section.gallery .page{
    padding: 15px;
    color: #666;
    font-size: 85%;
    line-height: 130%;
}

section.gallery .page .left{
    float: left;
}

section.gallery .page img{
    margin: 0 20px 10px 0;
}

form{
    padding: 10px;
    border: 1px solid #ccc;
}

section.content form h3{
    font-size: 150%;
    font-family: Plumb, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 160%;
}


section.content .list-inside{
    padding: 11px;
}

section.content .item{
    float: left;
    width: 20%;
} @media all and (max-width: 1200px){
    section.content .item{ width: 25%; }
} .thin section.content .item{
    width: 25%;
}

section.content p.left{
    float: left;
    margin-bottom: 20px;
}

section.content .item a.img{
    float: left;
}

section.content .item a.img:hover{
    display: block;
    padding: 9px;
    border: 2px solid #4795f3;
    margin: -11px;
    position: relative;
}

section.content .item a{
    text-decoration: none;
    line-height: 120%;
}

section.content .item a:hover{
    text-decoration: underline;
}


form p{
    margin-bottom: 20px !important;
}

form label{
    color: #666;
    font-weight: bold;
    display: block;
}

form input, form select{
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

form .nonfield .errorlist{
    line-height: 130%;
    padding: 20px 0 0;
}


form textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    background: #fff;
}

form p.buttons{
    text-align: right;
    margin-bottom: 0 !important;
}

form p.buttons input{
    background: none;
    border: 0 none;
    width: auto;
}

form ul.errorlist{
    list-style: none;
    margin: -20px 0 20px !important;
    font-size: 85%;
}
form ul.errorlist li{
    background: none;
    padding: 0;
    color: #fb0000;
}


section.hint{
    color: #666;
    padding: 1em 0;
    margin-top: 3em;
    border-top: 1px solid #ccc;
}

section.hint img{
    vertical-align: text-top;
}

footer{
    font-size: 130%;
    color: #666666;
    margin-bottom: 40px;
}

footer .copy{
    float: right;
    margin-top: 6px;
}

footer p.planb{
    font-size: 85%;
    line-height: 100%;
    color: #666;
    position: relative;
    margin: 13px 0 20px 0;
    width: 200px;
}

footer p.planb a{
    height: 22px;
    background: url(../img/planb.gif) no-repeat 0 1px;
    padding-left: 28px;
    display: block;
    width: 230px;
    color: #666;
    text-decoration: none;
}

footer p.planb a:hover span{
    text-decoration: underline;
}


table.forum-index thead tr th{
    padding-bottom: 10px;
}

table.forum-index tbody td{
    padding-bottom: 20px;
}

.work-head{
    padding: 10px 20px;
    float: right;
    border: 1px solid #ccc;
    margin-top: 100px;
}

.form-center{
    width: 400px;
    margin: 0 auto;
}

div.cite ol{
    margin-left: 20px;
    list-style: decimal !important;
}

div.cite img{
    padding: 0 10px;
}

div.cite{
    overflow: hidden;
} * html div.cite{zoom:1}


/*************************************************/
/****                Grid                      ***/
/*************************************************/

.block{
    display: block;
    overflow: hidden;
}

.col-2{
    float: left;
    width: 49%;
    margin-right: 2%;
    //width: 48%;
}

.last{
    margin-right: 0 !important;
}

.double{
    column-count: 2;
    column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
}

.mw70{
    max-width: 70%;
}

.hr{
    margin: 50px 0;
    border-top: 1px solid #ccc;
}

.mt40{
    margin-top: 40px !important;
}

.clear{
    clear: both;
}

.gray{
    color: #666;
}

.black{
    color: #000 !important;
}

em{
    font-style: italic;
}

strong{
    font-weight: bold;
}

sup{
    font-size: 70%;
    vertical-align: text-top;
}

.mb-0{
    margin-bottom: 0 !important;
}