

html {
  height: 100%;
  overflow-y:scroll;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background:#fff;
  font-family:"futura-pt";
 font-size:1.6em;
}

p{margin-bottom:10px;}

/*#container {
    width:980px;
    margin:0 auto;
}*/

a{text-decoration:none;}
a:hover{text-decoration:none;}

#top {
    text-align:center;
    margin-bottom: 10px;
}

#left {
   
}

#nav {
    margin: 64px 0 0 0;
}

#nav li {
    color:#fff;
    background:#f8991d;
    margin:0 0 20px 0;
}

#nav a {
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
    font-size:1.5em;
    display: block; 
    padding:5px 5px 20px 5px;
}

h4,h5 {margin:40px 0 20px}

#nav li.page-item-2,#right h1.page-item-2{background:#a82f61;}
#nav li.cat-item-2, #right h1.cat-2{background:#ddb426;}
#nav li.cat-item-9, #right h1.cat-9{background:#7b9354;}
#nav li.cat-item-4, #right h1.cat-4{background:#ca3a95;}
#nav li.cat-item-5, #right h1.cat-5{background:#d2232a;}
#nav li.cat-item-6, #right h1.cat-6{background:#6d3164;}
#nav li.page-item-173{background:#808285;}

.cat-2 h2,.cat-2 h3,.cat-2 h4 {color:#ddb426;}
.cat-9 h2,.cat-9 h3,.cat-9 h4 {color:#7b9354;}
.cat-4 h2,.cat-4 h3,.cat-4 h4 {color:#ca3a95;}
.cat-5 h2,.cat-5 h3,.cat-5 h4 {color:#d2232a;}
.cat-6 h2,.cat-6 h3,.cat-6 h4 {color:#6d3164;}
.cat-1 h2,.cat-1 h3,.cat-1 h4 {color:#f8991d;}

#right {
   
}

#right h1 {
    background:#f8991d;
    color:#fff;
    font-size:1.8em;
    /*padding:0 0 0 300px;*/
    text-align:center;
    text-transform: uppercase;
    height:36px;
    line-height: 36px;
    
   
}

.itemp {

    margin:30px 0 0 20px;
    font-size:1.1em;
    line-height:1.2em;    
    text-align:justify;
}

.itemp h2 {
    font-weight: 500;
    margin-bottom:20px;
    font-size:1.4em;
    text-align:left;
}

.item {

    margin:30px 0 0 30px
}

.item h2 {
    font-weight: 500;
    margin-bottom:20px;
    font-size:1.4em;
    text-align:left;
    line-height: 1.1em;
}

.item h3 {
    font-weight: 500;
    margin-bottom:10px;
    font-size:1.1em;
    text-align: left;
    /*letter-spacing:-0.03em;*/
}

.iteml  {
    float:left;
 
    font-size:1.1em;
    line-height:1.2em;    
    text-align:justify;
}

.iteml ul {
    margin:0 0px 10px 30px;
}

.iteml h4{
    font-weight:bold
}

.iteml .more{
    text-align: right;
}

.iteml .more a{
    color:#d2232a;
    text-decoration:none;
}

.itemr  {
    float:right;
   
}

.itemr img {
    width:100%;
     height: auto;  
}

.more-link {display: none;}

/************** GALLERY **************/
.gallery-size-full {
    margin-top:20px;
}

.homepage-gallery-item {
    float:left;
    margin-right:25px;
    margin-bottom:20px;
    
}

.homepage-gallery-item.item2{
    margin-right: 0;
}

body dl.gallery-item + br { display: none; }
/*********** Pagination ***********/
#pagin {
    text-align: center;
    margin-bottom:20px;
    /*width:770px;*/
    text-transform: uppercase;
    /*margin-left: 30px;
    margin-top:20px;*/
    margin-top: 20px;
}
ul.page-numbers {
    list-style: none;
    margin: 0;
    display: inline-block;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 2px 10px;
    height: 26px;
    line-height: 18px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #F8991D;
    color: #F8991D;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #F8991D;
    border: 1px solid #F8991D;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

/*#nav li.page-item-2,#right h1.page-item-2{background:#a82f61;}
#nav li.cat-item-2, #right h1.cat-2{background:#ddb426;}
#nav li.cat-item-3, #right h1.cat-3{background:#7b9354;}
#nav li.cat-item-4, #right h1.cat-4{background:#ca3a95;}
#nav li.cat-item-5, #right h1.cat-5{background:#d2232a;}
#nav li.cat-item-6, #right h1.cat-6{background:#6d3164;}
#nav li.archive{background:#808285;}*/

.vignette {
    width:52px;
    height:52px;
    float:left;
    margin:0 5px 5px 0
}

.tooltip {
   /* margin-top:-23px;*/
}
        
.wp-caption-text {
    display:none;
    }

blockquote{
    padding:20px;
    background:#f8f8f8;
    margin:10px 0;
}

a[href$=".pdf"]:after { content: " (PDF)"; }
a[href$=".pdf"][data-size]:after { content: " (PDF, " attr(data-size) ")"; }

.pdfs {
    background: #f8f8f8;
    padding:10px;
    margin-bottom:10px;
}
.pdfs h4 {
    text-transform: uppercase;
    font-weight: 500;
}
.pdfs ul {
    /*list-style-type: none;*/
    list-style-type: square;
    margin-left:15px;
}
.pdfs a {
    color:#000;
    font-size:0.9em;
}

/************* FOOTER ****************/
#footer {
   border-top:5px solid #ec008c; 
   padding-top:5px;
   font-size:0.8em;
   color:#333;
   text-transform:uppercase;
   text-align:center;
   margin-bottom:20px;
   margin-left:0px;
   margin-top:20px;
}

.vnbx {
 font-size:1.3em;   
 font-family:"futura-pt"
}

.alignleft  {
    float:left;
    margin-right:20px;
}