

.typography q:before, 
.typography q:after,
.typography blockquote:before, 
.typography blockquote:after {
	content: "";
}

/* Im doing font sizes in px, Just you stop me sean */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-weight: 300;
}

.typography h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 18px;
}

.typography h2 {
	font-size: 22px;
	color: #0992be;
	line-height: 36px;
	margin-bottom: 18px;
}

.typography h2 a {
	color: #0992be;
	font-weight: 300;
	padding: 1px 2px;
	text-decoration: none;
}

.typography h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #48f718;
}

.typography h4 {
	font-size: 16px;
	line-height: 18px;
	color: #fc661e;
	width: 100%;
	border-bottom: 1px solid #333;
	margin-bottom: 18px;
}

.typography h5 {
	font-size: 16px;
	line-height: 18px;
}


.typography p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px; 
	color: #DDD;
}

.typography ol,
.typography ul {
	margin: 18px 18px 18px 36px;
	color: #999;
	font-size: 12px;
}

.typography li {
	line-height: 18px;
}

/* Links */
.typography a {
	font-weight: 700;
	padding: 1px 2px;
	text-decoration: none;
	color: #f91363;
}

.typography a:hover {
	color: #fff;
	background: #f91363;
}

.typography a img {
	border: 2px solid #1E1E1F;
	margin: 4px;
}

.typography a:hover img {
	border: 2px solid #f91363;
}

.typography a.image,
.typography a.image:hover {
	background: none;
	margin: 0;
	padding: 0;
}


.typography .left {
        text-align:left;
}

.typography .center {
        text-align:center;
}

.typography .right {
        text-align:right;
}

.typography img.right {
        float:right;
        margin-left:20px;
}

.typography img.left {
        float:left;
}

.typography img.center {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
}

.typography strong {
	font-weight: bold;
	color: #0f0;
}
