/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


/* MARTINJOSEFSSON.SE */

html{
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body{
	font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
}

a img{
	border: none;
}

#wrapper{
	width: 710px;
	margin: 0 auto;
}

#header{
	font-size: 12px;
	text-align: center;
	margin: 20px 0 0;
}
#menu{
	display:table;
	margin: 10px auto 0;
	text-align: center;
}
#menu a{
	text-decoration: none;
	color: #AAA;
}
#menu li.active a, #menu a:hover{
	color: #666;
}
#menu ul{
	list-style: none;
	display:inline-block;
	margin: 0;
	padding: 0;
}
#menu ul {
	display:inline;
}
#menu ul li{
	float: left;
	margin: 0;
	padding: 5px 10px;
}

#menu ul li.first{
	padding: 5px 10px 5px 0;
}

#menu ul li.last{
	padding: 5px 0 5px 10px;
}

#contents{
	margin: 40px 0 0 0;
}

#photoList ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 186px;
}

#photoList{
	float: left;
	width: 186px;
	margin: 0 24px 0 0;
}

#photoList ul li{
	float: left;
	width: 54px;
	margin: 0 6px;
}
#photoList ul li.first{
	margin: 0 6px 6px 0;
}
#photoList ul li.last{
	margin: 0 0 6px 6px;
}

#photo{
	float: left;
}
	#photoDesc{
		font-size: 11px;
		color: rgb(128, 128, 128);
	}

.listContents ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	.listContents ul li{
		float: left;
		line-height: 1.5;
		font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
		font-weight: 300;
		font-size: 11px;
		margin: 0;
	}
	li.info{
		width: 300px;
		padding: 0 80px 10px 0;
	}
	li.headline{
		width: 130px;
		padding: 0 30px 0 170px;
	}
	li.headline h1{
		font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
		font-weight: 100;
		font-size: 21px;
		line-height: 1;
		color: rgb(128, 128, 128);
	}
	li.headline h2{
		font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 1;
		color: rgb(128, 128, 128);
	}

