﻿/*MEDIA CENTRE POST IMAGE POSITION*/
img.postImageFloatLeft
{
    float:left;
}

img.postImageFloatRight
{
    float:right;
}


/*buttons and CTA's*/
a.pinkButton{
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	color: #FFF !important;
	padding: 10px 36px 10px 20px;
	text-decoration: none;
	background:  #C91147 url('/Platforms/Lightbox/Images/icons/button-arrow-right.png') no-repeat right center;
	border: 3px solid #A60D3B;
	width: auto;
	display: inline-block;
	margin: 0 0 20px 0;
}

.header-1{
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
}

.header-2{
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
}

.header-3{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
}

.header-4{
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
}

.header-5{
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
}

.colour-lightest-pink{
	color: #F089A7;
}
.colour-light-pink{
	color: #E1134F;
}
.colour-mid-pink{
	color: #C91147;
}
.colour-dark-pink{
	color: #A60D3B;
}
.colour-off-black{
	color: #222;
}
.colour-black{
	color: #000;
}
.colour-white{
	color: #FFF;
}
.colour-light-grey{
	color: #F3F3F3;
}
.colour-mid-grey{
	color: #EBEBEB;
}
.colour-dark-grey{
	color: #C2C2C2;
}
.colour-darkest-grey{
	color: #464648;
}
.colour-light-blue{
	color: #3498DB;
}
.colour-dark-blue{
	color: #1088CD;
}



.background-lightest-pink{
	background: #F089A7;
}
.background-light-pink{
	background: #E1134F;
}
.background-mid-pink{
	background: #C91147;
}
.background-dark-pink{
	background: #A60D3B;
}
.background-off-black{
	background: #222;
}
.background-black{
	background: #000;
}
.background-white{
	background: #FFF;
}
.background-light-grey{
	background: #F3F3F3;
}
.background-mid-grey{
	background: #EBEBEB;
}
.background-dark-grey{
	background: #C2C2C2;
}
.background-darkest-grey{
	background: #464648;
}
.background-light-blue{
	background: #3498DB;
}
.background-dark-blue{
	background: #1088CD;
}

/*lists*/
.postItem ul,.postItem ol{
	margin: 10px 0 20px 20px;
	list-style: circle;
}
.postItem ol{
	list-style: decimal;
}
.postItem li{
	margin: 0 0 10px 10px;
}

/*blockquote*/
blockquote{
	background-color: rgba(0,0,0,0.05);
	border-top: 3px solid #707070;
	border-bottom: 3px solid #707070;
	padding: 20px;
	margin: 0 40px 20px 40px;
}

/*positioning*/
.float-left{
	float: left;
	margin:  0 20px 20px 0;
}
.float-right{
	float: right;
	margin: 0 0 20px 20px;
}