#editor{
	min-width: 100%;
}
#searchForm{
	display: grid;
}
form{
	display: inline-block;
}
.mediaLeft{/*consider renaming these. I may want other things (videos) to float*/
	float: left;
	margin-right: 1em;
}
.mediaRight{
	float: right;
	margin-left: 1em;
}
.mediaCentre{
	margin: 0 auto; /* center */
	display: block;
}
.mediaContent{
	max-width: 100%;
	margin-bottom: 1em;
	/*margin-top: 1em;*/
}
.halfSize{ /*Seems Like a really bad idea. I'll tidy tthis later. I used to just have this in the imgRight and imgLeft, but then the profile pic goes massive.*/
	max-width: 48%;
}
figure{
	max-width: 100%;
}
.u-photo{
	margin-right: 5px;
}
/*posts*/
.h-entry{/*all posts have this class, along with their post type class*/
	width: 100%;
	margin-bottom: 15px;
}
.p-name{
	font-size: 1.2em !important;
	/*float: left;*/
	display: inline;
}
.p-category{
	/*color: #606060;*/
}
.dt-published{float: right;}
/*Post Styling - background colours mainly*/
/*.comment{}/*used exclusively in reply to another post*/
/*.editorial{background-color: #e0f8f9;}/*#c6eef0;}/*Top level content. Usually has some creative input*/
/*.note{background-color: #ffe6e9;}/*Short text based top level content. Like a comment but not in reply to anything: stands alone*/
/*.fiction{background-color: #d2e8d1;}
/*.photograph{background-color: #eaeaea;}/*#fffaf2;}/*#f6fcde;}#edebe6;}#e0ddd6;}*/
/*.video{background-color: #fcf2c1;}*/
