
/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}
	
	.hidden {display:none;}
	.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}
	.invisible {visibility: hidden;}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */	
	body{
		padding:0;
		margin:0;
		padding-bottom: 50px;
		font-family:Arial;
		font-size:62.5%;
		line-height: 1.4;
		background: url(/img/back_grey.gif);
		overflow:hidden;
	}
	footer{
		margin: 0;
		position: absolute;
		height:50px;
		left: 0;
		bottom: 0;
		right: 0;
		padding:0;
		background-color:#000;
		color:#fff;
	}
	.chiki-logo{
		height:55px;	
		vertical-align: middle;	
	}
	.chiki-text{
		height:35px;
		vertical-align: middle;
		margin-left:0.5em;
	}
	#dashboard{
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	
	#dashboard h1{		
		display:inline-block;
		position:absolute;
		left:12px;
		top:0;
	}
	#dashboard .chiki-logo{
		margin:8px 6px 8px 0;
		height:35px;
	}
	#dashboard .chiki-text{
		margin:0;
		height:25px;
	}
	
	ul, li{
		list-style:none;
		margin:0;
		outline: 0;		
	}
	
	.copyright{
		font-size:11px;
		padding:22px 0 0 10px;
		float:left;
	}
	.copyright .rights{
		display:none;
	}
	.pbh{
		float:right;
		display: inline-block;
		height: 50px;
		padding: 19px 44px 0 0;
		background: #000 url(//www.dev.powered-by-haiku.co.uk/haiku/new-logo-50.png) no-repeat center right;
		margin-right: 20px;
		font-size: 16px;
		text-decoration:none;				
	}
	.pbh,.pbh:visited,.pbh:hover{
		color:#fff;
	}
	.pbh-p,.pbh-h{
		font-weight:bold;
	}

	h1{ font-size:2.5em;}
	h2{ font-size:1.8em; margin-bottom: 0.7em;}
	h3{ font-size:1.3em; margin-bottom: 0.7em;}
	h4{ font-size:1.1em; margin-bottom: 0.7em;}
	h3,h4{ font-style: italic; }
	.container > .row{ font-size:1.6em; }

/* Medium breakpoint */
@media only screen and (min-width: 35em) {
	.copyright .rights{
		display:inline-block;
	}
}