@charset "utf-8";

@import url("normalize.css");
@import url("webfonts/ss-pika.css");
@import url("webfonts/ss-social-regular.css");

/*
@import url(http://fonts.googleapis.com/css?family=Montserrat+Alternates);
*/

/* ------------------------------------
Paul McDevitt Style Sheet (screen)
version: 1 
author: Maraid Design
email: hello@maraid.co.uk
website: http://www.maraid.co.uk

Last Updated: April 2016
------------------------------------- */

/*typography and colours
--------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#fff;

	}
	
h1, h2, h3 {
	margin-bottom:1em;
	font-weight: normal;
	}
	

	
p, ol, ul, blockquote, address {
	line-height:1.6em;
	margin-bottom:1em;
	font-style: normal;
	}	
	
a {
	
	}		
	
a:hover {
	
	}		



div#wrapper {
/*
	width:90%;
	max-width: 980px;
	margin:0 auto;
*/
	}
	
div#content {
	
}	

/*navigation
--------------------------------------*/

nav.main-nav {
	position: fixed;
	font-size: 180%;
	right:0;
	top:0;
	}
	
nav.main-nav ul {
	list-style-type:none;
	margin-right: 1em;
	}

nav.main-nav li {
	float:left;
	}

nav.main-nav li a {
	text-decoration:none;
	padding:1em 0.5em;
	display:block;
	color: #cf1ada;
	}
nav.main-nav ul ul {
	display:none;
	position:absolute;
	top:100%;
	right:8px;
	padding:0;
	font-size: 60%;
	text-align: right;
	}	
	
nav.main-nav ul ul li
{
	float:none;
	width:160px
}

nav.main-nav ul ul a
{
	line-height:120%;
	padding:10px 15px
}

nav.main-nav ul ul a:hover
{
	text-decoration: underline;
}

nav.main-nav ul li:hover > ul
{
	display:block
}	
	
nav.main-nav ul ul li {
	float:none;
	}

/*lists
--------------------------------------*/	

/*images
--------------------------------------*/



    img{ max-width: 100%;
	    -ms-interpolation-mode: bicubic;
	    display: block;
	     }



/*other
--------------------------------------*/

div.horrule {
	height: 1px;
	border-top: 1px solid #e4e4e4;
	margin: 20px 0 20px 0;
	}

div.horrule hr {
	display: none;
	clear:both;
	}
	
.hidden, footer span {
	position: absolute;
	left: -10000px;
	width: 1px;
	height:1px;
	overflow:hidden;
	top:auto;
	}	
	
.clear-float:after {/*clear floated elements*/
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
* html .clear-float { height:1%; } /* IE6 */
*:first-child+html .clear-float { min-height:1%; } /* IE7 */

.clear {/*clears anything leaving no gap*/
	float:none;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	}

.clearheight {/*clear anything leaving a gap*/
	float:none;
	clear:both;
	}
	
.end {
	margin:0;
}		
	
/*media queries 
--------------------------------------*/


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

}	/* end of media 800 */	



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

}	/* end of media 768 */	



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

}	/* end of media 600 */	


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

}	/* end of media 320 */		