body {
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  background-color: #326e41;
}

.wrapper {}

#main {
    margin-bottom: 0px;
    margin-top: 0px;
}

#items {}

#items .item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #A0F8A7 0%, #1F6F06 100%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(0, 0, 0, 0.1), 0 3px 1px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 #DDDDDD;
    width: 270px;
    margin: 10px;
    float: left;
}

#items .item .item-content {
  padding: 10px;
}

#items .item .picture .description {
    margin-top: 10px;
}

#items .item .meta span {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-right: 5px;
}

#items .item .picture {
    display: block;
    position: relative;
    z-index: 5;
    border-top: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
}

#items .item .picture a.image {
    display: block;
    height: auto;
    width: 100%;

}

#items .item .picture img {
    border-radius: 2px 2px 2px 2px;
    height: auto;
    position: relative;
    width: 90%;
    z-index: -1;
margin: 5px;
}

.picture img {
    height: 90%;
    width: 90%;
}


.navbar-inner {
  box-shadow: 0px 5px 10px #999 !important;
}


/* RESPONSIVE CSS HACKS
 -------------------------------------------------- */
 @media (max-width: 768px) {
  #main {
    margin-top: 5px;
  }
}
