* { margin:0; padding:0; }

body {
	background-color: #456;
	font-family:"Open Sans", "Arial", "Verdana";
	font-size: 17px;
	color: #020;
	background-repeat:repeat-x;
}
	
.box2 { 
	margin: 0 auto;
	max-width: 1024px; 
	background-color:white; 
	margin-bottom:20px;
	margin-top:40px;
	border:1px #000 solid;
}

.atitle {
	color:white;
	margin-left:25px;
	line-height:200px;
	font-size:50px;
	text-shadow: 2px 2px 10px #000;
}

.smaller {
	font-size:30px;
}

.titlebar {
	background-color:#030;
	width:100%;
	height:64px;
	display:block;
	color: white;
	font-size:22px;
	line-height: 64px;
	text-align: center;
	overflow:hidden;
}

.content2 {
	margin-top:0px;
	padding:20px;
}


h1,h2,h3,p {
	margin-bottom: 20px; 
	max-width:620px;	
}

.left {
	float:left;
	max-width:600px;
	margin-left:20px;
}
	
.right {
	float:right;
	max-width:260px;
	margin-right:20px;
	position:relative;
	top:-5px;
}

.right h2 {
	margin-top:5px;
}

.right ul {
	list-style:none;
	margin-left:0px;
}

ul {
	margin-left:20px;
	margin-bottom: 20px;
}

b.current::after {
	content:"◀";
	margin-left:5px;
	font-size:9px;
	position:relative;
	top:-3px;

}

.title {
	font-size:30px;
	color:#fff;
	display:block;
	text-align:right;
	padding-top:90px;
	margin-right:40px;
	font-weight: bold;
	letter-spacing: -2px;
}

pre {
	background-color:#DDD;
	padding:20px;
	margin:20px;
	margin-left:0px;
	margin-right:0px;
}

.aboutme img {
	float:left;
	margin-right:40px;
	margin-left:20px;
}

.aboutme:after {
	content: "Website design by G.J.G.T. (Gabor) de Mooij © copyright 2015. Painting by: J.I. van Ruisdael.";
	font-size: 9px;
	color: #999;
	text-align:right;
	display:block;
}

a[target="_blank"]:after {
	display:inline-block;
	content: "↗";
	margin-left:5px;
	font-size:10px;
	position:relative;
	top:-5px;
	text-decoration:none;
	color:#030;
}

/* a little responsiveness but not too fancy.. */
/*
@media (max-width: 1000px) {
  .right {
    width:auto;
    margin-right:0px;
    margin-left:20px;
    float:none;
  }
}
*/
@media (max-width: 600px) {
	pre {
		font-size: 10px;
	}
	.right, .left { margin-left: 0px; }
}

@media (max-width: 400px) {
	pre {
		font-size: 9px;
	}
	.aboutme img {
		width:60px;	
	}
	.aboutme {
		font-size:10px;	
	}
}

table td { padding: 5px; }
table thead tr { background-color: #ccc; }
table th { text-align:left; height:60px; padding-left:15px; }
table tbody tr:nth-child(odd) { background-color: #eee; }



table tbody tr.gentoo, .gentoo { background-color: #dbf; }
table tbody tr:nth-child(odd).gentoo { background-color: #cae; }

table tbody tr.slackware, .slackware { background-color: #ffb; }
table tbody tr:nth-child(odd).slackware { background-color: #eea;}

table tbody tr.crux, .crux { background-color: #bff; }
table tbody tr:nth-child(odd).crux { background-color: #aee;}

table tbody tr.debian, .debian { background-color: #fbb; }
table tbody tr:nth-child(odd).debian { background-color: #eaa;}

.distfamily { width:12px; height:12px; border:1px black solid; display:inline-block;}

