/** Import CSS **/

@import url("reset.css");
@import url("buttons.css");
@import url("fonts/fontawesome/font-awesome.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic");

/** Global Styles **/

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	height: 100%;
	overflow: auto;
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	font-family: "Source Sans Pro", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #444;
	background: #E5E5E5;
	font-weight: 300;
	overflow-y: hidden;
	
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

::selection
{
	background: #DD220B;
	color: #FFF;
}

::-moz-selection
{
	background: #DD220B;
	color: #FFF;
}

a
{
	color: #000000;
	text-decoration: none;
}

	a:hover
	{
		color: #222;
	}

img
{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

/** Colours **/

.colour1
{
	background: #000000;
}

/** Layout Styles **/

.container
{
	width: 100%;
	padding: 0 30px;
	min-width: 280px;
	line-height: 26px;
}

	.container .bodycontainer
	{
		margin: 0 auto;
		width: 100%;
		max-width: 1040px;
	}
	
/** Page slide **/

#pageslide
{
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
	overflow: auto;
    
    width: 260px;
    padding: 20px;
    background: #5295CA;
    color: #FFF;
	line-height: 26px;
	font-size: 17px;
}

	#sidebar
	{
		display: none;
	}
	
		#sidebar p
		{
			margin: 0 0 20px 0;
			font-style: italic;
		}
		
	#sidebar a
	{
		color: #ffffff;
	}
	
		#sidebar a:hover
		{
			color: #DD220B;
		}
		
	#sidebar a.closebutton
	{
		font-size: 36px;
	}
	
	#sidebar #sidemenu ul
	{
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
		#sidebar #sidemenu ul li
		{
			display: block;
		}
		
			#sidebar #sidemenu ul li a
			{
				float: left;
				width: 100%;
				padding: 10px 0;
				font-weight: 300;
				font-size: 20px;
				text-transform: uppercase;
			}
			
				#sidebar #sidemenu ul li.active a
				{
					color: #DD220B;
				}


.post p { margin: 0 0 20px 0; }
.post strong { font-weight: 600; }
.post em { font-style: italic; }

.post h3
{
	margin: 0 0 20px 0;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.2px;
}

	
/** Sections **/

#headercont
{
	padding: 5px 0 5px 0;
}

	#headercont h1
	{
		float: left;
		margin: 0 0 20px 0;
		font-size: 56px;
		line-height: 56px;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	
		#headercont h1 span
		{
			display: block;
			font-size: 30px;
			line-height: 30px;
			font-weight: 300;
			letter-spacing: 1px;
		}
		
			#headercont h1 a
			{
				color: #FFF;
			}
			
	#headercont a.togglepanel
	{
		float: right;
		color: #FFF;
		background: #DD220B;
		padding: 10px 12px;
		font-size: 26px;
		
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
		#headercont a:hover.togglepanel
		{
			color: #DD220B;
			background: #FFF;
		}
	
			#headercont a.togglepanel span
			{
				display: block;
			}

#maincont
{
	
}

#footercont
{
	padding: 40px 0;
	text-align: right;
	line-height: 22px;
	color: #DD220B;
}

	#footercont a
	{
		color: #FFF;
	}
	
	#footercont a:hover
	{
		text-decoration: underline;
	}




.content
{
    position: relative;
	margin: 0 auto;
    width: 100%;
	padding: 50px 0;
}
	
	.content:after
	{
		background: #DDD;
		bottom: 0;
		content: "";
		display: block;
		height: 100%;
		left: 49px;
		position: absolute;
		width: 4px;
		z-index: 1;
	}

.post
{
    position: relative;
	padding-bottom: 50px;
}

	.post:last-child
	{
		padding-bottom: 0;
	}

.content-inner
{
    background: #FFF;
    float: right;
    padding: 40px;
    position: relative;
    margin-left: 110px;
}

	.content-inner img.resizeimg
	{
		width: 100%;
		max-width: 900px;
	}

	.content-inner p:last-child
	{
		margin: 0;
	}

	.content-inner:before
	{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: transparent #DDD transparent transparent;
		border-image: none;
		border-style: solid;
		border-width: 14px;
		content: "";
		display: block;
		left: -28px;
		position: absolute;
		top: 42px;
	}
	
	.content-inner:after
	{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: transparent #FFF transparent transparent;
		border-image: none;
		border-style: solid;
		border-width: 13px;
		content: "";
		display: block;
		left: -26px;
		position: absolute;
		top: 43px;
	}
	

.post-bubbles a
{
    position: absolute;
    display: block;
    z-index: 10;
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

	.post-bubbles a:hover
	{
		background-color: #ff706c;
	}

a.format-bubble
{
    background: #DD220B;
    width: 70px;
	height: 70px;
	text-align: center;
    left: 15px;
    margin-top: 20px;
	color: #FFF;

}

	a:hover.format-bubble
	{
		background: #DD220B;
	}

a.format-bubble span
{
	font-size: 35px;
	line-height: 70px;
}






/** Responsive Magic **/

@media screen and (max-width: 768px)
{
	
	.container
	{
		padding: 0 20px;
	}
	
	#headercont a.togglepanel
	{
		clear: both;
		float: left;
	}
	
	.post
	{
		padding-bottom: 20px;
	}
	
	.content
	{
		padding: 20px 0;
	}
	
	.content-inner
	{
		background: #FFF;
		float: right;
		padding: 20px;
		position: relative;
		margin-left: 0;
	}
	
	.content:after
	{
		display: none;
	}
	
	.post-bubbles
	{
		display: none;
	}
	
	.content-inner:before
	{
		display: none;
	}
	
	.content-inner:after
	{
		display: none;
	}
	
	#footercont
	{
		text-align: left;
	}
	
}

@media screen and (max-width: 480px)
{

	

}