/* --- Intervac Styles --- */

body {
/*   background-image: url(/images/layout/husk.png); */
background-color: #F1EED7;
  background-repeat: repeat;
  font-family: "Lora",Georgia,serif;}

  body > .container {
  background-color: #ffffff;
  }

h2 {font-size: 22px;}
h2.archive-title { line-height: 1;}

h3 {font-size: 18px;}

dt {
  margin-top: 1.5em;
}


header.site {
  background: url('/images/layout/squares-banner.png') repeat-x;
  background-color: #669ecb;
  height: 108px;
  margin-bottom: 20px;
  padding: 0 20px;
}

blockquote {
  border-color: #0982aa;
  margin: 20px 60px;
}

blockquote footer {
  padding-right: 25px;
  text-align: right;
}

h1.entry-title a, .intervac_links a {text-decoration: none;}


/* --- HELPER STYLES --- */

.center {text-align: center;}

.pullquote {
  color: #403635;
  font-size: 130%;
  line-height: 28px;
  margin: 20px 40px;
}

clear-left {clear: left;}


/* --- FACEBOOK --- */

#move_fb {
  background: url('/images/layout/fb-big.png') no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 600px;
  position: fixed;
  right: -314px;
  top: 20px;
  width: 340px;
  z-index: 200;
}

/* --- NAVIGATION --- */

ul.usermenu {
  background: #075AA4;
  height: 32px;
  margin: 0;
  padding: 10px 0 0 0;
}

ul.usermenu li {
  display: inline-block;
  height: 20px;
  padding: 0 12px;
  text-align: center;
}

ul.usermenu li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

ul#public-menu li {
  display: inline-block;
/*  height: 99px;*/
  line-height: 70px;
  margin: 0;
  text-align: center;
/*   vertical-align: -26px; */
}

ul#public-menu li:nth-child(n){
  background-position: right center;
  background-repeat: no-repeat;
}
ul#public-menu li:nth-child(1){
  background-image: url("/images/layout/square-blue.png");
}

ul#public-menu li:nth-child(2){
  background-image: url("/images/layout/square-teal.png");
}

ul#public-menu li:nth-child(3){
  background-image: url("/images/layout/square-orange.png");
}

ul#public-menu li a{
  font-family: "Lora",Georgia,serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
  padding: 0 15px 3px 5px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-inner {
  background-image: none;
  background-color: #669ecb;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 4px;
}

ul.dropdown-menu {
  font-size: 14px;
  font-weight: normal;
}

.navbar .nav  li.icon a {font-size: 22px;}
.navbar .nav  li a i.icon-email {font-size: 30px; line-height: 20px; margin-right: 10px;}

.navbar-search .search-query { width: 180px;}

div#hero {
  background: url("/images/layout/hero.jpg") no-repeat;
  height: 400px;
}

div#content{
  background-color: #ffffff;
  padding: 0 0 20px 0;
}

div.content-wrapper{
/*   padding-top: 272px; */

}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
/*  background-color: #669ecb;*/
  color: #ffffff;
}

.navbar .nav > li > a {
  color: #ffffff;
  text-shadow: none;
  }


/* .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top: #ffffff;
  border-bottom: #ffffff;
}*/

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #cc5c00;
  color: #ffffff;
}

/* --- ASIDE STYLES ---   */

aside.sidebar {
  background-color: #ffffff;
/*   padding-right: 20px; */
}

aside section.first {
  margin-top: 50px;
}

aside section {
  margin-bottom: 50px;
}

aside section h1 {
  background-color: #FFB50D;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 7px;
  text-transform: uppercase;
}

aside section h1.ml {
  background-color: #d94215;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 7px;
  text-transform: uppercase;
}


aside section h2 {
  font-size: 14px;
  line-height: 18px;
}

aside section p {
  font-size: 12px;
  margin-right: 10px;
  margin-left: 10px;
}

aside section#around_town a {
  font-size: 30px;
/*   padding: 0 15px; */
}

aside section li {
  line-height: 180%;
}

aside section form {
  margin-right: 10px;
  margin-left: 10px;
}

/* === ARTICLE STYLES === */

div.content {
  background-color: #ffffff;
/*   padding: 0 0 20px 20px;  */
}

article {
/*   border-bottom: 1px solid #5198b8; */
  clear: left;
  margin-bottom: 20px;
  padding: 0 20px;
  padding-bottom: 20px;
}

article section div#disqus_thread {
/*   margin-bottom: 20px; */
  padding: 20px 10px
}

article header {
  margin-bottom: 5px;
  padding: 0;
}

article div.entry-content {
  padding: 0px 7px 5px 7px;
}

article header p.date{
  background-color: #E9600F;
/*   box-shadow: 0 2px 4px #878578; */
  border-radius: 0 0 4px 4px;
  color: white;
  float: right;
  font-weight: bold;
  margin-left: 20px;
  padding: 3px 10px;
}

article header p.archive-date {
  float: left;
}

article header p.archive-categories {
  float: right;
}



article header img {
  margin-bottom: 10px
}

article .img-left,
article div.entry-content p img.pull-left,
article p img.pull-left {
  margin-right: 20px;
  margin-bottom: 10px;
}



article .img-right,
article div.entry-content p img.pull-right,
article p img.pull-right {
  margin-left: 20px;
  margin-bottom: 10px;
}

article .clear-left {
  clear: left;
}

article p.photo {
  margin-top: 20px;
}

article p.caption {
  font-style: italic;
  font-size: 85%;
  margin-top: -10px;
}


article header h1 small {
  font-size: 20px;
  color: #E9600F;
  display: block;
}

h1.entry-title, article h1 {
/*   background-color: #0982AA; */
/*   border-bottom: 1px solid #ffffff; */
/*   border-radius: 5px 5px 0 0; */
/*   box-shadow: 0 1px 4px #878578; */
  border-bottom: 1px solid;
  color: #E9600F;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
  margin: 0;
  padding: 40px 8px 4px 8px;
}

h1.entry-title a, article h1 a{
  color: #E9600F;
}

article h1.main-title {
  border-bottom: none;
}

article p {
  padding: 0 10px 0 10px;
}

/*
article h1 {
  font-size: 28px;
  line-height: 30px;
  margin-top: 40px;
  padding: 0 7px;
}
*/

.entry-content > h4 {
  margin-top: 40px;
}

p.meta {
  font-size: 12px;
}

article p.pull-left {
  margin-right: 20px;
}

article img {
  border: 1px #2c4762 solid;
  margin-bottom: 20px;
  padding: 6px;
}


article .gallery img {
  border: 1px #2c4762 solid;
  margin-bottom: 20px;
  padding: 3px;
}

article blockquote p {
  margin-bottom: 10px;
  font-size: inherit;
  text-align: justify;
}

article p {
  text-align: justify;
}

article li img {margin-bottom: 2em;}

article footer {
  padding: 0px 7px 5px 7px;
}

article footer p.meta {
  border-bottom: 1px solid #68a1cf;
  padding-bottom: 20px;
}

article footer p.post_navigation {
  clear: left;
  border-top: 1px solid #b39dcf;
  margin-bottom: 20px;
}


/* === SOCIAL SHARE PRIVACY === */
div#socialshareprivacy {height: 60px; margin-left: 10px; margin-right: 10px;}
div#socialshareprivacy .social_share_privacy_area li {height: 30px;}
article div#socialshareprivacy li img {border: 0; margin: 0; padding: 0;}
div#social_share_privacy .social_share_privacy_area li.help_info {margin-top: 0; width: 180px;}
div#socialshareprivacy .social_share_privacy_area li .switch {margin-top: 8px;}
div#socialshareprivacy .social_share_privacy_area li.settings_info .settings_info_menu.off {top: 6px; margin-left: 72px;}


/*  === CATEGORY ARCHIVES ===  */

.category{
  padding: 0 20px;
}
.category article h1{
  background: transparent;
}



/*  === PAGES - FACES OF INTERVAC ===  */

.organizer img{
  border: 1px solid #4b92b2;
  border-radius: 5px;
  box-shadow: 2px 5px 8px #878578;
  overflow: hidden;
}

.organizer p.caption {
  margin-top: 15px;
  text-align: left;
}

/*  === PAGES - KNOWLEDGEBASE ===  */

ul.horizontal {
  list-style-type: none;
}

ul.horizontal li {
  display: inline-table;
  line-height: 60px;
  padding-right: 40px;
}
