/* -------------OUTER BLOGHOLDER & CONTENT WRAPPERS-------------- */
.BlogHolder {
	line-height: 20px;
}
.typography p.edit-post {
	font-size: 14px;
	clear:both;
	padding-bottom: 20px;
	padding-left: 175px;
}
.BlogHolder .topspace, .BlogEntry .topspace {
	display: block;
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
.BlogHolder.mobile .topspace, .BlogEntry.mobile .topspace {
	height: 20px;
}
.blogwrapper {
	position: relative;
	width: 80%;
	max-width: 1024px;
	margin: 0px auto;
}
.tablet .blogwrapper {
	width: 90%;
}
.mobile .blogwrapper {
	width: 95%;
}
.BlogHolder .content, .BlogEntry .content {
	color: #fff;
	background-color: #160404;
}
.blogcontent {
	width: 100%;
/* 	background-color: orange; */
	padding: 0px;
	position: relative;
}

/* -------------BLOGDATE-------------- */
.typography .blogdate {
	float: left;
	width: 13%;
	height: 150px;
	text-align: right;
	padding-right: 0px;
}
.mobile .typography .blogdate {
	width: 22%;
}
.month {
	display: inline-block;
	font-size: 26px;
	line-height: 26px;
	float: left;
	text-align: left;
	position: absolute;
	top: 0;
	right: 100%;
}
.tablet .month {
	font-size: 21px;
}
.mobile .month {
	font-size: 14px;
	line-height: 14px;
	text-align: right;
}
.daysuffix {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	top: 85%;
	right: 0;
	position: absolute;
}
.tablet .daysuffix {
	font-size: 24px;
}
.mobile .daysuffix {
	font-size: 16px;
	line-height: 16px;
}
.date {
	display: inline-block;
	position: relative;
	font-size: 85px;
	line-height: 85px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	text-align: right;
	letter-spacing: 1px;
	text-indent: 0px;
	font-family:'helveticaneueltstd-thex',Arial,sans-serif;
}
.tablet .date {
	font-size: 70px;
	line-height: 70px;
}
.mobile .date {
	font-size: 30px;
	line-height: 30px;
}
.day.withone {
	letter-spacing: -5px;
}

.mobile .day.withone {
	letter-spacing: 1px;
}

/* -------------BLOG ARTICLE-------------- */
.typography .blogarticle p, .typography .blogentry p {
	width: 90%;
}
.mobile .typography .blogarticle .postTitle, .mobile .typography .blogentry .postTitle {
	font-size: 24px;
	margin: 0px
}
.blogarticle, .blogentry {
	float: left;
	width: 87%;
	padding-left: 40px;
	padding-bottom: 10px;
}
.mobile .blogarticle, .mobile .blogentry{
	padding-left: 20px;
	width: 78%;
}
.blogtext {
	padding-top: 30px;
	width: 80%
}
img.summaryimg {
	width: 60%;
}
.mobile img.summaryimg {
	width: 80%;
}

/* -------------SIDEBAR-------------- */
.BlogHolder #Sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30%;
	text-align: right;
	display: block;
}
.BlogHolder.mobile #Sidebar {
	display: none;
}
.BlogHolder #Sidebar.mobile {
	display: none;
}
.BlogHolder.mobile #Sidebar.mobile {
	display: block;
	width: 100%;
	position: relative;
}
.mobile .typography .BlogManagementWidget {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	display: block;
}
.mobile .typography .BlogManagementWidget h3 {
	margin-bottom: 0px;
}
.BlogHolder.mobile  .typography ul {
	padding: 0px;
	margin: 0px;
}
.typography .BlogManagementWidget ul li {
	list-style-type: none;
	display: inline-block;
	padding: 5px;
}
.typography .BlogManagementWidget ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.mobile .typography .TagCloudWidget {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}
.typography .TagCloudWidget p.tagcloud a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.mobile .typography .TagCloudWidget p.tagcloud a {
	display: inline-block;
	width: 25%;
	line-height: 16px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.typography .TagCloudWidget p.tagcloud a:before {
	width: 100%;
	display: block;
	position: relative;
	content: url(../images/title_line_mobile.png);
	padding-bottom: 10px;
} 
.mobile .typography .TagCloudWidget p.tagcloud a:before {
	display: none;
}
.typography .TagCloudWidget p.tagcloud a:hover {
	color: #fff;
	text-decoration: none;
} 

/* -------------FONT COLOUR-------------- */
.typography #BlogContent h1, .typography #BlogContent h2, .typography #BlogContent h3, .typography #BlogContent h4, .typography #BlogContent h5, .typography #BlogContent h6 {
	color: #fff;
}
.BlogHolder .typography h1, .BlogHolder .typography h2, .BlogHolder .typography h3, .BlogHolder .typography h4, .BlogHolder .typography h5, .BlogHolder .typography h6 {
	color: #fff;
}
.BlogHolder .typography ul li; .BlogHolder .typography p {
	color: #fff;
}

/* -------------LINKS-------------- */
#BlogContent a, #BlogContent a:hover, .typography #BlogContent  a, .typography #BlogContent a.intro {
	color: #fff;
}
.BlogHolder a, .BlogHolder a:hover, .BlogHolder .typography a, .BlogHolder .typography a.intro {
	color: #fff;
}

/* -------------LI & UL-------------- */
.BlogHolder .typography ul li {
	list-style: none;
	margin: 0px;
}

/* -------------CLEARFIX-------------- */
div.clearfix {
	display: inline-block;
	clear: both;
	position: relative;
}

/* -------------ERROR MESSAGE-------------- */
.BlogError {
	text-align: center;
}
.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

