/*
Theme Name:     Graphene VWBT
Theme URI:      http://www.vwboxerteam.ch/
Description:    Child theme for the Graphene theme
Author:         Claudio Hatz
Author URI:     http://www.vwboxerteam.ch/
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");

.bg-gradient{
  background-color: #f0f8e4;
  background-image: url('http://www.vwboxerteam.ch/wp-content/themes/graphene-vwbt/images/bg.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  background-attachment: fixed;
}

.event {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 10px;
  padding: 15px 0 10px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.event .entry {
  margin: 0 10px;
  padding: 0;
}

.event-entry-meta ul{
  list-style-type: none;
}

.event-entry-meta time{
  font-size: 16px;
}

.ngg-widget {
  text-align: center;
}