/* 
Theme Name: Videozoom Child Theme
Theme URI: http://www.unlimitedvids.com
Description: Videozoom Child Theme
Author: Julia Espinoza, Jorge Diaz
Template: videozoom
Version: 1.0
*/ 
@import url('../videozoom/style.css');

a {
  color: #40AFDC;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:none; color: #40AFDC;  }
#categories-slider {
  float: right;
  color: #40AFDC !important;
  text-transform: uppercase;
  font-weight: bold;
}

#slider li .postcontent {
  height: 330px;
  position: relative;
}

#content ul.grid p.postmetadata {
  display: none;
}

div.full #content div.singlepost {
  width: 960px;
}

.box {
  display:none;
}

div.navigation .current{
  background-color: #40AFDC;
}

div.navigation a.next:hover, div.navigation a.prev:hover{
  color: #40AFDC;
}

.excerpt p{
  margin-bottom: 0px;
}

#topNav .lista-menu a {
    font-weight: bold;
    padding: 4px 7px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}