body{
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.footer{
  background-color: #222222;
  color: #fff;
  padding:20px;
}

article{
  padding:40px;

}
.container {
background-color: #fff;
}

ul.nav li.dropdown:hover ul.dropdown-menu { display: block; }
h1 a{}
h1 a:hover { text-decoration: none; color: black; }
h2 a { color: black; }

h1, h2, h3 { font-family: georgia, serif; }
p.pubdate { font-style: italic; font-size: 0.9em; }

.sidebar h3 { font-size: 1em; line-height: 1.2em; margin-bottom: 0; }
.sidebar ul { margin-left: 0; list-style-type: none; }

/*Gallery*/
.imageGallery {
        list-style:none;
        margin:20px 0 0 0;
        padding:0;
      }
      .imageGallery li {
        list-style:none;
        display:inline;
      }
      .imageGallery li a {
        margin:0px 25px 20px 0px;
        float:left;
        display:inline;
      }
