/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* SQUARE BULLETS */
ul {
	list-style-image: url(http://jamesgstewart.com/wp-content/uploads/2014/11/orange_bullet.png);
}

/*Removes META TITLE in Category*/
/*Category CURRENT PROJECTS*/
.category-28 .post .entry-meta {
	display: none;
}

/*Removes Date in Category*/
/*Category CURRENT PROJECTS*/
.category-28 .post .entry-date {
	display: none;
}

/*Category ACADEMIC WRITING*/
.category-19 .post .entry-date {
	display: none;
}

/*Category ARTICLES*/
.category-21 .post .entry-date {
	display: none;
}

/*Category BOOKS*/
.category-20 .post .entry-date {
	display: none;
}

/*Category BOOK CHAPTERS*/
.category-22 .post .entry-date {
	display: none;
}

/*Removes Author in Category*/
/*Category CURRENT PROJECTS*/
.category-28 .post .author {
	display: none;
}

/*Category MEDIA*/
.category-11 .post .author {
	display: none;
}

/*Category OP-EDS*/
.category-17 .post .author {
	display: none;
}

/*Category FEATURE*/
.category-16 .post .author {
	display: none;
}

/*Category INTERVIEWS*/
.category-15 .post .author {
	display: none;
}

/*Category PUBLIC TALKS*/
.category-12 .post .author {
	display: none;
}

/*Category PRESS MENTIONS*/
.category-24 .post .author {
	display: none;
}

/*Removes Clock Icon Before Date*/
.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
	content: none;
	margin-right: 1px;
	position: relative;
	top: 1px;
}

/*Removes Icon Before Authors Name*/
.site-content .byline a:before,
	.attachment .site-content span.byline:before {
	content: none;
	margin-right: 1px;
	position: relative;
	top: 1px;
}

/*Removes Category Archive Header*/
/*Category CURRENT PROJECTS*/
.category-28 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category ACADEMIC WRITING*/
.category-19 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category ARTICLES*/
.category-21 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category BOOKS*/
.category-20 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category BOOK CHAPTERS*/
.category-22 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category MEDIA*/
.category-11 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category OP-EDS*/
.category-17 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category Feature*/
.category-16 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category INTERVIEWS*/
.category-15 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category PUBLIC TALKS*/
.category-12 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category PRESS MENTIONS*/
.category-24 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category INTERNATIONAL CRIMINAL JUSTICE*/
.category-2 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category THEORY OF CRIMINAL LAW*/
.category-3 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category CORPORATE ACCOUNTABILITY*/
.category-4 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category COMPARATIVE CRIMINAL LAW*/
.category-5 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category MORAL PHILOSOPHY*/
.category-6 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category HUMAN RIGHTS*/
.category-7 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category INTERNATIONAL HUMANITARIAN LAW*/
.category-8 .archive-header {
	font-weight: 700;
	display: none;
}

/*Category BLOG*/
.category-9 .archive-header {
	font-weight: 700;
	display: none;
}

.hentry {
	margin: 0 auto 21px;
	max-width: 672px;
}