body {
  /*background: url('../img/background_videogames.jpg');*/
  background-color:lightcyan;
  color: #333;
  font-size: 11px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

.text {
  overflow: hidden;
  padding: 20px 20px;
  background-color:#00a0dd;
  color:#fff;
  height:180px;
}

.text_with_image {
  background-color:#00a0dd; 
  height:220px;
  color:#fff;
}

.text_beside_image {
 	width:200px;
 	float:left;
 	padding:10px;
}

.grid_3 img .full {
  height:220px;	
  width:220px;
}

.grid_6 img {
  height:220px;	
}

.container_12,
.container_16,
.container_24 {
  background-color: transparent;
  background-repeat: repeat-y;
  margin-bottom: 10px;
}

# twitter module
.timeline-footer {
	display:none;
}

.grid_12, .grid_6, .grid_3 {
	margin-bottom:10px;
}
