/*
Theme Name: VMG Base HTML5
Theme URI: http://dev.vortexmediagroup.com/theme/base
Description: HTML5 base theme from which to create specific VMG themes for each site.
  This theme's main purpose is to provide the structural and functional base for our
  sites and to offer minimal styling itself.
Author: Daniel Smeltzer
Author URI: http://www.codecompost.com
Version: 0.1
*/

/*--- Style resets ---*/

/*--- HTML 5 Element setup ---*/
article, section, nav, header, footer, video {
	display: block;
}

a, img {
  border: none;
  outline: none;
}


