/* Custom CSS overrides */


/*Displaying tags and author on the left*/
@media (min-width: 768px) {
        .post-submitted-info { width: 150px; top:0; left: -100px; }
	.submitted-date { margin-right:15px; }
        .comments-count { margin-right:15px; }
}
.field-type-taxonomy-term-reference { text-align: right; }


/*Defining the size of the site logo*/
@media (max-width: 991px) {
        #logo img { width: 100%;}
}
@media (min-width: 992px) {
	#logo img { width: 75%;}
}
