
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#page {
	display: table;
	margin: 0 auto;
	width: 900px;
	font-size: 15pt;
}

#title h1 {
	margin: 0;
	font-size: 96pt;
}

#title {
	font-weight: bold;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#title h1 {
	font-family: Arial Black;
	color: #615FCE;
}

#title a {
	text-decoration: none;
}
#title a:visited {
	text-decoration: none;
}

#title a:hover {
	text-decoration: none;
	color: #756D96;
}

#title p {
	margin: 0;
	color: #615FCE;
}

#header {
	text-align: center;
	width:100%;
}

#header a {
	margin: 0px 5px 10px 5px;
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	color: #615FCE;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	display:inline-block;   
}

#header a:hover {
	color: #756D96;
}

#footer {
	color: #615FCE;
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px;
	font-weight: bold;
	font-size: 20pt;
	margin: 5px 5px 0px 5px;
	border-radius: 5px;
	padding-left: 12px;
	padding-right: 12px;
}


.post {
	margin: 15px 0px 15px 0px;
	float: left;
	width: 100%;
	color: #49484D;
}

.post h1 {
	margin: 0px 0px 5px 0px;
	font-size: 35pt;
	text-align: center;
}
.post .date {
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	color: #49484D;
}

.post hr{
	color: #49484D;
}

.post .content {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
}

.content h1 {
	margin: 0;
	font-size: 30pt;
	text-align: left;
	margin-bottom: 5px;
}

.content h2 {
	margin: 0;
	font-size: 25pt;
	text-align: left;
}

.post .bottom {
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 20px;
}

.post p {
	margin-top:0;
	line-height: 20pt;
}

.post a {
	color: #615FCE;
	font-weight: bold;
	text-decoration: none;
}

.post a:visited {
	font-weight: bold;
	color: #C7BAFF;
	text-decoration: none;
}

.title a {
	color: #49484D;
}

.title a:visited {
	color: #49484D;
}

figure {
	border: 1px solid #B7B7B0;
	border-radius: 5px;
	background-color: #EFEFE4;
	display: block;
	margin: auto;
	width: 80%;
	padding: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

figure img {
	display: block;
	margin: auto;
	width: 100%;
}

figure.small {
	border: 1px solid #B7B7B0;
	border-radius: 3px;
	background-color: #EFEFE4;
	display: inline-block;
	margin: auto;
	width: 30%;
	padding: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

figure img {
	display: block;
	margin: auto;
	width: 100%;
}


figcaption {
	margin: auto;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}

/* Mobile */
@media only screen and (orientation: portrait) {
	#page {
		display: table;
		margin: 0 auto;
		width: 100%;
		font-size: 15pt;
	}

	#title h1 {
		margin: 0;
		font-size: 48pt;
	}

	.post h1 {
		margin: 0px 0px 5px 0px;
		font-size: 16pt;
		text-align: center;
	}
}

/* Desktop */
@media only screen and (min-width: 1200px) {
	#page {
		display: table;
		margin: 0 auto;
		width: 900px;
		font-size: 15pt;
	}

	#title h1 {
		margin: 0;
		font-size: 96pt;
	}

	.post h1 {
		margin: 0px 0px 5px 0px;
		font-size: 35pt;
		text-align: center;
	}
}
