/*
Theme Name:     Conversant-child-theme
Template:       blaskan
*/
@import url('../blaskan/style.css');

span.comments,
span.categories {
  display: none;
}

.type-post header time,
.type-attachment header time {
  display:none;
}

#nav {
	display:none;
}

/* Fix for media player volume flow control by Cassie Nicholson */
.mejs-controls .mejs-time {
width: 29px !important;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* Fix bold in FireFox */
strong, b {
font-weight: bold;
}