@charset "utf-8";
/* CSS Document for nickdew.com */

/* Reset Styles */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* Main Styles  */
body {
	background:#003 url(../images/sky.png) left bottom repeat-x;
}

#wrapper {
	background:url(../images/stars.png) center top repeat-x;
	margin:0 auto;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}

#content-wrapper {
	margin:0 auto;
	width:960px;
	text-align:center;
}

#header {
	background:url(../images/moon.png) -10px -40px no-repeat;
	height:280px;
	width:99%;
	position:absolute;
	top:0;
	left:1%;
}

.logo {
	background:url(../images/spaceship.png) top right no-repeat;
	width:200px;
	height:200px;
	position:absolute;
	top:80px;
	right:10%;
}

#content {
	background:url(../images/clouds.png) left 480px no-repeat;
	text-align:left;
	padding:200px 0 0;
}

#footer {
	background:url(../images/bike-mountains.png) center bottom repeat-x;
	padding:480px 0 50px;
	color:#999;
	text-transform:uppercase;
	font-size:0.7em;
	position:relative;
	clear:both;
}

.contact {
	background:url(../images/board.png) left bottom no-repeat;
	position:absolute;
	bottom:15px;
	left:5%;
	width:200px;
	height:250px;
}

.contact span {
	padding:92px 40px 0 42px;
	text-align:left;
	color:#000;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	text-transform:none;
	display:block;
}

.contact a {
	color:#c00;
}

.contact a:hover {
	text-decoration:none;
}

.socialmedia {
	background:url(../images/signpost.png) right bottom no-repeat;
	position:absolute;
	bottom:15px;
	right:5%;
	width:300px;
	height:350px;
	text-indent:-9999px;
}

.socialmedia ul li {
	position:absolute;
}

.socialmedia ul li a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/social-media.png) -28px -23px no-repeat;
}

.lastfm {
	margin:30px 0 0 30px;
	width:100px;
	height:50px;
}

.lastfm a:hover {
	background-position:-328px -23px;
}

.spotify {
	margin:115px 0 0 40px;
	width:80px;
	height:40px;
}

.spotify a {
	background-position:-38px -109px !important;
}

.spotify a:hover {
	background-position:-338px -109px !important;
}

.linkedin {
	margin:65px 0 0 155px;
	width:110px;
	height:60px;
}

.linkedin a {
	background-position:-153px -58px !important;
}

.linkedin a:hover {
	background-position:-453px -58px !important;
}

.clear {
	clear:both;
}

h1 {
	display:none;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	padding:0 160px 1em;
	text-shadow:#036 1px 1px 1px;
}

h3 {
	font-size:1.2em;
	line-height:1.2em;
	padding:0 0 1.2em;
	text-shadow:#036 1px 1px 1px;
}

p {
	font-size:1.1em;
	line-height:1.4em;
	padding:0 160px 1.4em;
	text-shadow:#036 1px 1px 1px;
}

a {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

ul.key-skills {
	padding:0 160px;
	text-align:center;
}

ul.key-skills h3 {
	background:url(../images/cog.png) -4px center no-repeat;
	padding:40px 0;
	margin:0 0 10px;
}

ul.key-skills li {
	float:left;
	padding:0 3% 0 0;
	width:30%;
	text-align:left;
}

ul.key-skills li ul li {
	float:none;
	width:100%;
	padding:0 0 0.5em;
	font-weight:bold;
	color:#e7f1f9;
	text-shadow:#036 1px 1px 1px;
}


/* Nivo Slider Styles */
#slider-wrapper {
    background:url(../images/gallery-frame.png) center -50px no-repeat;
    width:960px;
    height:520px;
    margin:0 auto;
    padding-top:230px;
}

#slider {
	position:relative;
    width:580px;
    height:380px;
    margin-left:190px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	font-size:0.7em;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0;
	bottom:-80px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* Other Styles */

