/* Text elements */
p {
	margin-bottom: 0.6em;
}

article p {
	margin-bottom: 13.5px;
}

ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}

/* adjustments for new snowflake web site */
.entry-content > ul {
	list-style: none outside none;
	margin: 15px 0;
	padding: 0 0 0 15px;
}

.entry-content > ul li {
	margin: 0 0 0 20px;
	text-indent: 0;
}

	.entry-content > ul li:before {
		content: '\2022';
		display: block;
		position: relative;
		max-width: 0;
		max-height: 0;
		left: -30px;
		top: -7.5px;
		color: #00aef0;
		font-size: 28px
	}

ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	/* font-family: Georgia, "Bitstream Charter", serif; */
	font-style: italic;
	font-weight: 450;
	margin: 0 3em;
	font-size:110%;
	border-left: 3px solid #236491;
	padding: 0 0 0 10px;
	color: #236491;

}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
