@charset "ISO-8859-1";


body {
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
}

a, a:active, a:visited, a:focus, a:hover {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

a {
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	color:#FF0000;
	}

h1 {
	font-size: 84px;
	letter-spacing: -7px;
	margin-bottom: 40px;
	line-height: 84px;
}
	
h2 {
	font-size: 36px;
	margin-top: 0px;
	letter-spacing: -2px;
}

h4 {
	font-size: 18px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 a {
	color: #999999;
	text-decoration: none;
	}
h5 {
	font-size: 14px;
	letter-spacing: -1px;
}

.wrapper, .wrapper-black {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.white {
	background-color: #ffffff;
	color: #000000;
}

.black {
	background-color: #000000;
	color: #FFFFFF;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
}



/*------------------------------------NAVIGATION-----------------------------------*/

.nav-link {
	font-size: 24px;
}

.nav-link a {
	color: #999999;
	margin-left: 20px;
	text-decoration: none;
}

.nav-link a:hover {
	color: #FF0000;
	}

.scroller {
	display: block;
	height: 40px;
	width: 100%;
}

.about-wrapper, .work-wrapper, .contact-wrapper {
	padding-bottom: 1000px;
	}



/*------------------------------------ABOUT ME-----------------------------------*/

.about-me {
	background-image: url(images/martin.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.about-me-inner {
	padding-right: 380px;
	padding-bottom: 40px;
}

.about-me h1 {
	margin-bottom: 20px;
	line-height: 84px;
}

.about-me h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.about-me-boxes {
	clear: both;
	float: left;
	width: 960px;
	display: block;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 18px;
}
.box-01, .box-02 {
	float: left;
	width: 220px;
	margin-right: 25px;
}
.box-04 {
	float: left;
	width: 220px;
	}
	
a.pdf-white {
	background-image: url(images/pdf-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	padding-left: 50px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-indent: -1px;
	margin-top: 40px;
}

span.download {
	float: left;
	color: #000000;
}
span.pdf {
	clear: both;
	float: left;
}

a.pdf-black {
	background-image: url(images/pdf-black.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	padding-left: 50px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-indent: -1px;
	margin-top: 40px;
}

a.pdf-black span.download {
	color: #FFFFFF; 
	}
/*------------------------------------WORK-----------------------------------*/


.thumbs {
	display: block;
	padding-bottom: 40px;
	margin-top: 40px;
}

.thumbs-inner {
	display: block;
	padding-bottom: 40px;
}

.thumbs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 12px;
	margin-left: 12px;
}

.thumbs img.first {
	margin-left: 0px;
	}
.work-wrapper {
}
/*------------------------------------CONTACT-----------------------------------*/

.wrapper-black .scroller {
}

.contact-wrapper h1 {
	}

.contact-wrapper a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	}


/*------------------------------------FLICKR-----------------------------------*/


.flickr {
	clear: both;
}
#flickr_badge_wrapper {}
.flickr_badge_image  {
	}
.flickr_badge_image img {
	float: left;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #bebebe;
	}
