

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f6f6f6;
	color:#282828;
	font-size:16px;
	
}

a {
	color:royalblue;
}

h1 {
	color:#202020;
	font-size:26px;
	margin-top:30px;
	margin-bottom:18px;
}
h2 {
	color:#101010;
}

/* Used for project names */
h4 {
	color:#101010;
	font-size: 18px; /* this should be the same font size as regular text - make this a jekyll variable */
	padding:0;
	margin-bottom:0;
	font-weight:bold;
}

p {
	margin: 12px 0;
	line-height: 140%;
}

ul {
	margin: 0;
	padding: 0 0 0 26px;
	list-style-type: none;
}
li {
	margin: 8px 0;
	list-style-image: url('listbullet.png');
	list-style-type:circle;
}

.man-container {
	max-width: 820px;
	margin: 0 auto;
	padding: 20px 60px;
}

.man-main {
	max-width:500px;
	margin: 0 auto;
}

.mtitle {
	font-size:56px;
	font-weight:bold;
	margin: 40px 0;
	text-align: center;
}

.entry-title {
	color:#101010;
	font-size: 16px; /* this should be the same font size as regular text - make this a jekyll variable */
	padding:0;
	margin-bottom:0;
	font-weight:bold;
}

.tiny {
	font-size:12px;
	font-weight:lighter;
}