
body {
	font-size:13px;
}

h1,
h1 a,
nav,
section,
footer {
	display:block;
}

h1 span { display:none; }

em {
	font-style:italic;
}

a {
	color:#0000FF;
}

a.tag,
a.date {
	color:#999;
}

h2,
p,
div.release,
h4 {
	margin:0 0 25px 0;	
	line-height:16px;
}

h2 {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	line-height:20px;
	margin:10px 0;
}

h4 {
	font-weight:bold;
}

div.release {
	display: -webkit-flex;
	display: flex;
}

div.release img {
	width:100px;
	height:100px;
	border:1px solid #ccc;
	margin:0 10px 0 0;
}

div.release div {
  	-webkit-flex: 1;
    flex: 1;
}

div.release-large {
	width:100%;
	max-width:600px;
}

div.release-large img {
	width:100%;
}

footer {
	line-height:16px;
}

@media only screen and (min-width: 601px) { 

	h1,
	nav,
	footer {
		position:fixed;
	}

	h1 {
		margin:0 auto;
		background:url("../img/logo200.png") center center no-repeat;
		left:0;
		top:0;
	}

	h1,
	h1 a {
		width:250px;
		height:250px;
	}

	nav,
	footer {
		left:25px;
	}

	nav {
		top:250px;
		width:200px;
	}

	footer {
		bottom:25px;
	}

	section {
		margin:25px 25px 25px 275px;
	}

}

/* mobile */

@media only screen and (max-width: 600px) and (min-width: 0px) { 
 
 	h1,
	h1 a,
	nav, 
	footer {
		width:100%;
		text-align:center;
	}
	
	h1,
	h1 a {
		height:100px;
	}

	h1 {
		margin:20px 0;
		background:url("../img/logo100.png") center center no-repeat;
	}
	
	footer {
		margin:0 0 20px 0;
	}
	
	nav {
		border-bottom:1px solid #000;
	}
	
	section {
		padding:25px 0 0 0;
	}
	
	h2,
	h4,
	nav p,
	section p,
	section div.release {
		padding:0 25px;
	}
}