/**
 * Typography
 */
*
{
	font-family: Helvetica, Arial, sans-serif;
}

p,
li,
dl dt,
dl dd
{
    font-family: Helvetica, Arial, sans-serif;
}

body
{
	font-weight: normal;
	line-height: 1.231;
	text-rendering: optimizeLegibility;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a
{
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	-webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
}

a:hover
{
}

a:active
{
}

a:focus
{
	outline: 0;
}

a:hover,
a:active
{
	outline: 0;
}

abbr[title]
{
	border-bottom: 1px dotted;
}

b,
strong
{
	color: inherit;
	font-weight: bold;
}

blockquote,
blockquote p
{
	font-size: 24px;
	font-weight: 400;
	position: relative;
	z-index: 5;
    float: left;
    margin-top: 0;
    margin-bottom: 5px;
}

span.fancyamp
{
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
  	font-style: italic;
  	color: inherit;
  	font-size: inherit;
}

dfn
{
	font-style: italic;
}

hr
{
	display: block;
	height: 0;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #eeeeee;
	padding: 0;
	margin: 15px 0 35px 0;
	float: left;
}

ins
{
	background: #ffffe0;
	text-decoration: none;
}

mark
{
	background: #ffffe0;
	font-style: italic;
	font-weight: bold;
}

address
{
	display: block;
	font-style: normal;
}

pre,
code,
kbd,
samp
{
	font-family: monospace;
}

code
{
	color: #F16863;
	padding: 3px 5px;
	font-size: 14px;
}

pre
{
    background: #3F3F49;
    border-radius: 2px;
    padding: 15px 25px;
    color: #F16863;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: monospace;
}

q
{
	quotes: none;
}

q:before,
q:after
{
	content: "";
	content: none;
}

small
{
	font-size: 0.6em;
}

/**
 * Position subscript and superscript
 * content without affecting line-height.
 */
sub,
sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup
{
	top: -0.5em;
}

sub
{
	bottom: -0.25em;
}

/**
 * Give paragraphs some default styling.
 */
p
{
	font-size: 16px;
	line-height: 1.6m;
	margin: 0 0 1.4em 0;
}

p small
{
	font-size: 14px;
	filter: alpha(opacity=60);
  	-khtml-opacity: 0.6;
  	-moz-opacity: 0.6;
  	opacity: 0.6;
}

.single_post .intro
{
	font-weight: 600;
	color: #42505F;
}

.emphasis
{
	font-size: 20px;
}

/**
 * Lists
 */
ul,
ol
{
	margin: 0 0 15px 0;
	padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul
{
	margin-bottom: 0;
}

ul
{
	list-style: disc;
}

ol
{
	list-style: decimal;
}

ol.roman
{
	list-style: upper-roman;
}

li
{
	font-size: 16px;
	line-height: 1.5em;
}

dl
{
	margin-bottom: 15px;
}

dl dt,
dl dd
{
	font-size: 16px;
}

dl dt
{
	font-weight: bold;
}

dl dd
{
	margin-left: 9px;
}

ul, ol
{
	margin: 0 0 10px 20px;
	padding: 0;
}

dd
{
	margin: 0 0 0 20px;
}


/**
 * Set individual heading styles
 */
h1, h2,h3, h4, h5, h6
{
	font-weight: 600;
	line-height: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1
{
	font-size: 275%;
}

h2
{
	font-size: 250%;
}

h3
{
	font-size: 225%;
}

h4
{
	font-size: 200%;
}

h5
{
	font-size: 150%;
}

h6
{
	font-size: 125%;
}

/**
 * We probably don't want list-styles if it's in a navigation.
 */
nav ul,
nav ol,
#nav ul,
#nav ol,
#navigation ul,
#navigation ol,
.nav
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* @end Typography */
