/**
 * @file
 * Views Styling
 */


/* Views */
.view {
}


.view-content {
}

.views-row {
  overflow: hidden;
  padding: 8px 0;
}

.views-row-odd {
}


.views-row-even {
}


.views-row-first {
}


.views-row-last {
}


.views-field {
}

.views-field-title {
}

.views-field-body {
  
}

.views-field-view-node {
  margin-top: -12px;
}



.views-field .field-content {
}




/* Body class when viewing a Views page */
.page-views {
}


/* Block class */
.block-views {
}


/* Views Slideshow */
.view-content .skin-default {
}


.view-content .skin-default img {
}


.views-slideshow-controls-top {
}


.views-slideshow-controls-bottom {
}

/***************************/
/* VIEWS ELEMENTS */
/***************************/




