/* @override http://24ways.org/css/master.css */

#jump,
#year,
#day,
#navigation,
.meta ul,
#related,
.more,
#unnecessary,
#comments {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

#article {
	display: block !important;
	border-top: 1px solid #000;
}

#article a {
	border-bottom: 1px dotted #000;
}

#article a:after {
	content: " [" attr(href) "] ";
}

#article a[href^="/"]:after {
   content: " (http://24ways.org" attr(href) ") ";
   }

body {
	font: 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.meta { 
	font-style: italic;
}

.meta p {
	margin-top: 0;
}

h1 {
	font-size: 16px; 
	text-transform: uppercase;
	float: right;
	margin-top: 0;
}

h1 em {
	display: none;
}

h2 strong {
	display: none;
}

h2 {
	font-size: 32px;
	margin-bottom: 5px; 
	text-transform: uppercase;
}

h2 * {
	font-style: normal;
}

#author {
	border-top: 1px solid #000;
}

#author img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 20px 20px 0;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
	padding-top: 20px;
	padding-left: 0;
	font-size: 12px;
}

#footer li {
	display: inline;
	list-style: none;
}
