/*
Theme Name: Vignelli
Description: A custom wordpress/bootstrap theme built for Vignelli
Author: Kyle Shay
Author URI: http://www.github.com/kyleshay
Version: 1.0

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/

/* Wordpress overrides */
#wpadminbar {
  opacity: .4;
  margin-top: -15px;
}
#wpadminbar:hover {
  opacity: 1;
  margin-top: 0px;
}
.wp-caption {
  width: 100% !important;
}
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}

.container {
 width: 100% !important;
}
