.ItemTitle {
	font-family: "Fjalla One", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	margin-top:8px;
}

#blog .ItemTitle, #blog .ItemAuthor, #blog .ItemDate, #blog .ItemDescription {
font-size: 1.1em;
}
.ItemAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	color:#333333;
}
.ItemDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-style:italic;
	margin-left:20px;
	margin-right:20px;
	color:#333333;
}
.ItemDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin-top:8px;
	margin-bottom:8px;
	color:#333333;
	margin-left:20px;
	margin-right:20px;
}


#blog .ItemSeparator {
display:none;
}

#blog .ItemDescription {
margin-bottom:0;
}

.ItemSeparator {
	border: 0px; /* FF,  Opera */
 border-top: dotted 1px #cccccc;
 border-bottom: transparent;
 margin-left:20px;
 margin-right:20px;
}

a.ItemTitleLink:link    { color:#539ed5; text-decoration:none; }
a.ItemTitleLink:visited { color:#539ed5; text-decoration:none; }
a.ItemTitleLink:hover   { color:#539ed5; text-decoration:underline; }
a.ItemTitleLink:active  { color:#539ed5; text-decoration:none; }


/* paging styles */
a.prevLink:link    { color:#539ed5; text-decoration:none; }
a.prevLink:visited { color:#539ed5; text-decoration:none; }
a.prevLink:hover   { color:#215f8d; text-decoration:underline; }
a.prevLink:active  { color:#539ed5; text-decoration:none; }
a.nextLink:link    { color:#539ed5; text-decoration:none; }
a.nextLink:visited { color:#539ed5; text-decoration:none; }
a.nextLink:hover   { color:#215f8d; text-decoration:underline; }
a.nextLink:active  { color:#539ed5; text-decoration:none; }
a.pageLink:link    { color:#539ed5; text-decoration:none; }
a.pageLink:visited { color:#539ed5; text-decoration:none; }
a.pageLink:hover   { color:#215f8d; text-decoration:underline; }
a.pageLink:active  { color:#539ed5; text-decoration:none; }


#blog #pageDiv {
display:none;
}

#pageDiv {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size:1.3em;
}

#blog p.button {
margin-bottom:30px;
margin-top:0;
}

