/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;

}




body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}

body#aboutme {
	background: #333;
}

body #slider {
	position: absolute;
	margin: 25px 0px 0px 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	z-index: 10;
	text-transform: uppercase;
	color: #ffffff;
	opacity:.3; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=30)"; /* IE8 */
filter:alpha(opacity=30); /* IE6/IE7 */

}

body #contact_slider {
	position: absolute;
	margin: 25px 0px 0px 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	z-index: 10;
	text-transform: uppercase;
	color: #ffffff;

}


img {
	border: none;
}

#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background-color: #fff;
	background: rgba(0,0,0,0.8) url(http://www.jaymclaughlin.co.uk/images/progress.gif) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#supersized {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}

#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}

#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}

/*Speed*/

#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

/*Quality*/

#supersized a {
	z-index: -30;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}

#supersized a.prevslide {
	z-index: -20;
}

#supersized a.activeslide {
	z-index: -10;
}

#supersized a.prevslide img, #supersized a.activeslide img {
	display: inline;
}

/*Controls Section*/

#controls-wrapper {
	margin: 0 auto;
	height: 62px;
	width: 100%;
	left: 0;
	top: 45%;
	z-index: 14;
	position: fixed;
}

#controls {
	overflow: hidden;
	height: 100%;
	text-align: left;
	z-index: 5;
	padding: 0 70px;
/

* Increase padding to give thumbnails room */
}

#slidecounter {
	float: right;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 5px 4px 20px;
}

#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #000 0 2px 0;
	margin: 23px 20px 23px 0;
}

#navigation {
	width: 100%;
	margin: 10px 20px 0 0;
}

#nextslide {
	position: fixed;
	right: 10px;
}

#prevslide {
	position: fixed;
	left: 10px;
}

/*Thumbnail Navigation*/

#nextthumb,#prevthumb {
	z-index: 6;
	display: none;
	position: fixed;
	top:  44%;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: #ddd;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
	right: 112px;
}

#prevthumb {
	left: 112px;
}

#nextthumb img, #prevthumb img {
	width: 150px;
	height: auto;
}

#nextthumb:active, #prevthumb:active {
	bottom: 10px;
}

#navigation > :hover,#nextthumb:hover, #prevthumb:hover {
	cursor: pointer;
}

/*SITE NAVIGATION*/

p {
	padding: 0 0px 30px 30px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p a {
	font-size: 10pt;
	text-decoration: none;
	outline: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

p a:hover {
	color: #ff009d;
}

#content {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 490px;
	text-align: left;
	z-index: 12;
	background-color:#FFFFFF
}

h1 {
	font-size: 24px;
	padding: 10px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7e7d7e;
	font-weight: normal;
	text-transform: uppercase;
}
h1 a, h1 a:visited {
	text-decoration: none;
	color: #7e7d7e;
}
h1 a:hover {
	text-decoration: none;
	color: #ff009d;
}

h2 {
	font-size: 16px;
	padding: 5px 0px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	font-weight: normal;
	text-transform: uppercase;
}
h2 a, h2 a:visited {
	text-decoration: none;
	color: gray;
}
h2 a:hover {
	text-decoration: none;
	color: #606060;
}

h3 {
	padding: 10px 0px 0px 10px;
	float: left;
}

.stamp {
	float: right;
	margin: 15px 30px 0 0;
	color: #dbdbdb;
}
#logo {
	float: left;
	margin: 12px 10px 0px 10px;
	width: 277px;
	height: 82px;
	}
#logo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 6px 0px 0px 12px;
	color:#a3a3a3;
}
#logo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	word-spacing: 7px;
	padding: 3px 0px 0px 12px;
	color:#767676;
}
#menu {
	float: left;
	width: 120px;
	height: 97px;
	margin: 8px 0px 0px 0px;
}

#menu ul {
	list-style: none;
	padding: 5px 0px 0px 0px;
}

#menu ul li {
	padding: 0px 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

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

#menu ul li a:hover {
	color: #ff009d;
}

.paragraph_left {
	padding: 0px;
	font-size: 10px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
	text-transform: none;
	position: absolute;
	top: 100px;
	left: 10px;
	width: 400px;
	z-index: 18;
}

.paragraph_right {
	padding: 0px;
	font-size: 10px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
	text-transform: none;
	position: absolute;
	top: 100px;
	left: 410px;
	width: 400px;
	z-index: 18;
}

#paragraph p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
	text-transform: none;
}
#paragraph p.small a {
	text-decoration: none;
	outline: none;	
}
#paragraph p.small a:hover {
	color: #ff009d;
}
#paragraph p.small {
	color: #fff;
	font-size: 10px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
}

#projects_nav {
	position: absolute;
	width: 100%;
	height: 110px;
	padding: 0px;
	margin: 0px;
	bottom: 27px;
	background: url(http://www.jaymclaughlin.co.uk/images/blackBack.png) repeat;
	z-index: 15;
}

#projects_nav p {
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

#footer {
	position: absolute;
	width: 100%;
	height: 27px;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	background: url(http://www.jaymclaughlin.co.uk/images/blackBack.png) repeat;
	z-index: 15;
}

#footer p {
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 140px 0px 10px;
	margin: 0px;
}

#footer p a {
	font-size: 10px;
	border: none;
	padding: 5px 4px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	background: none;
}

#footer p a:hover {
	background: #ff009d;
}

#ilike {
	position: absolute;
	display: block;
	width: 120px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 4px;
	z-index: 16;
}
#twitter {
	position: absolute;
	display: block;

	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 80px;
	bottom: 4px;
	z-index: 18;
}
#linkedin {
	position: absolute;
	display: block;

	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 395px;
	bottom: 4px;
	z-index: 19;
}
#google {
	position: absolute;
	display: block;

	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 475px;
	bottom: 4px;
	z-index: 19;
}