/*
Theme Name: Academe
Version: 1.0
Description: Child theme
Author: Jason Judge
Author URI: http://academe.co.uk
Template: canvas
*/

@import url("../canvas/style.css");

.vcard li {
	list-style: none;
}
.vcard li {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* adding drop shadow to site content */
#inner-wrapper {
    box-shadow: 1px 0px 28px 8px rgba(0,0,0,.4) !important;
}

