/* The stylesheet for our blog, Puzzle Box Top */

body {
	background-color: #eee;
	font-family: Calibri, Arial, sans-serif; /* font-family: "Times New Roman", Times, serif; */
	margin:0; /* margin: top right bottom left */
	padding:0; /* padding: top right bottom left */
}

#main {
	background-color: white;
	border-color: #555;
	border-style: dotted;
	border-width: 0px 2px;
	margin: 0 auto;
	padding: 0px 50px 50px 50px;
	width: 640px;
}

#hero {
}

#welcome { /* This is on the main page only */
	border-color: #555;
	border-style: dotted;
	border-width: 2px 0px;
	color: black;
	line-height: 1.5;
	margin: 40px auto 10px auto;
	padding: 20px 0px;
	text-align: justify;
	width: 100%;
}

#monthList { /* This is on the main page only */
	color: black;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#monthTitle { /* This is on the monthly pages */
	border-color: #555;
	border-style: dotted;
	border-width: 2px 0px;
	color: black;
	font-size: 20pt;
	font-weight: bold;
	margin: 40px auto 10px auto;
	padding: 5px 0px;
	text-align: center;
	width: 100%;
}

#monthReturnTop { /* This is on the monthly pages */
	text-align: center;
	width: 100%;
}


/* POST */
.postTitle {
	color: black;
	font-size: 20pt;
	font-weight: bold;
	padding-top: 50px;
	text-align: left;
	width: 100%;
}

.postDate {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.postImg {
	display: block;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

.postBody {
	color: #555;
	font-size: 1em;
	line-height: 1.5;
	padding-top: 10px;
	text-align: justify;
	width: 100%;
}

.postQuote {
	color: #222;
	font-size: 18pt;
	line-height: 1.25;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

#finePrint { /* This is on the monthly pages */
	border-color: #555;
	border-style: solid;
	border-width: 1px 0px;
	font-size: 9pt;
	margin: 80px auto 0px auto;
	padding: 25px 0px;
	text-align: left;
	width: 100%;
}

#monthReturnBottom { /* This is on the monthly pages */
	margin: 80px auto 0px auto;
	padding: 25px 0px;
	text-align: center;
	width: 100%;
}