body
{
	background-color: #333333;
}

h1
{
	font-size: 32px;
}
h2
{
	font-size: 24px;
}
h3
{
	font-size: 18px;
}
h1, h2, h3
{
	line-height: 1.2em;
}


a.button
{
	padding: 5px 10px 5px 10px;
}

header
{
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	z-index: 99999;
	background-color: #ffffff;
	top: 0;
	left: 0;
}
header.light { background-color: #f8f8f8; color: #222222; }
header.dark { background-color: #333333; color: #f8f8f8; }

header.floating
{
}

header h1
{
	float: left;

	color: #335930;
	text-decoration: none;

	text-indent: -9999px;
	z-index: 1;

	padding: 15px;

	width: 200px;
	height: 22px;
}
header.dark h1 { background: url("/?originalUrl=https%3A%2F%2Fwww.allthingsgit.com%2Fimages%2Fheader-white.png") 15px 16px no-repeat; background-size: 152px 26px; }
header.light h1 { background: url("/?originalUrl=https%3A%2F%2Fwww.allthingsgit.com%2Fimages%2Fheader-black.png") 15px 16px no-repeat; background-size: 152px 26px; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
{
	header.dark h1
	{
		background: url("/?originalUrl=https%3A%2F%2Fwww.allthingsgit.com%2Fimages%2Fheader-white-2x.png") 15px 16px no-repeat;
		background-size: 152px 26px;
	}
	header.light h1
	{
		background: url("/?originalUrl=https%3A%2F%2Fwww.allthingsgit.com%2Fimages%2Fheader-black-2x.png") 15px 16px no-repeat;
		background-size: 152px 26px;
	}
}

header #links-button
{
	float: right;
	background: url("/?originalUrl=https%3A%2F%2Fwww.allthingsgit.com%2Fimages%2Fmenu-button-white.png") 0 0 no-repeat;
	margin: 16px 15px 0 0;
	text-indent: -9999px;
	z-index: 1;

	width: 20px;
	height: 20px;

	cursor: default;
}
header #links-button:hover
{
	cursor: pointer;
}

header nav#links > ul
{
	clear: both;

	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 99999;
	padding: 10px 15px;

	list-style-type: none;

	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: inset 0 1px 0 #ffffff, 0 8px 10px rgba(0, 0, 0, 0.4);

	font-size: 16px;

	visibility: hidden;
}
header.light nav#links > ul
{
	background-color: #f8f8f8;
	border-top: solid 1px #d8d8d8;
	box-shadow: inset 0 1px 0 #d8d8d8, 0 8px 10px rgba(0, 0, 0, 0.4);
}
header.dark nav#links > ul
{
	background-color: #333333;
	box-shadow: inset 0 1px 0 #444444, 0 8px 10px rgba(0, 0, 0, 0.4);
}
header nav#links > ul.visible
{
	visibility: visible;
}
header nav#links > ul li
{
	margin: 0;
	padding: 2px 0;
}
header nav#links > ul li a
{
	text-decoration: none;
	color: #404040;
}
header.light nav#links > ul li a { color: #444444; }
header.dark nav#links > ul li a { color: #c8c8c8; }

header nav#links li#link_subscribe > a
{
	display: none;
}
header nav#links ul#subscribe_links
{
	border-top: solid 1px #444444;
	margin-top: 5px;
	padding-top: 5px;
	list-style-type: none;
}

main
{
	margin-top: 65px;
	padding: 0 15px 20px 15px;
}

main.fullwidth
{
	margin-top: 52px;
}

main.fullwidth section
{
	padding: 20px 15px 20px 15px;
}

main.fullwidth section.image
{
	margin: 0;
	padding: 0;
	height: 100px;
}

div#intro .logo
{
	background-size: 49px 78px;
	width: 49px;
	height: 78px;
	margin: 0 0 20px 0;
}
div#intro .description
{
	margin-left: 25px;
	width: calc(100% - 83px);
}

nav#external
{
	padding-top: 15px;
}
main#frontpage nav#external ul li#rss a
{
    background-position: calc(100% - 10px) center;
    padding-right: 30px;
}
main#frontpage nav#external ul li#facebook,
main#frontpage nav#external ul li#rss
{
    display: none;
}

main#archives div.episode span.separator
{
    margin-left: 5px;
    margin-right: 5px;
}
main#archives div.episode div.main
{
	float: left;
	width: calc(100% - (90px + 8px + 22px));
}
main#archives div.episode div.picture
{
	float: left;
	width: calc(90px + 6px);
	margin: 32px 0 0 22px;
	padding: 0;
}
main#archives div.episode div.picture img
{
	border: solid 3px #333333;
	width: 90px;
}

section p:first-of-type
{
	margin: 0.5em 0 1em 0;
}

nav.linkbar ul li
{
	margin: 0 0 0 10px;
}
nav.linkbar ul li a
{
	font-size: 12px;
	padding: 5px 12px;
}

div.contact .logo
{
	width: 63px;
}
div.contact .description
{
	margin-left: 10px;
	width: calc(100% - 73px);
}

div#profile
{
	margin-left: 20px;
	border-left: solid 10px #e8e8e8;
	border-bottom: solid 10px #e8e8e8;
	width: 135px;
	height: 135px;
}
div#profile img
{
	border: solid 5px #333333;
	width: 125px;
	height: 125px;
}
blockquote.bio
{
	padding: 10px 15px;
}

footer
{
	padding: 20px 10px;
	font-size: 10px;
}

footer #follow
{
	position: absolute;
	top: 20px;
	left: 15px;
}
footer #follow .follow_link
{   
	float: left;
	margin-right: 15px;
	margin-left: 0;
}

footer #copyright
{
	position: absolute;
	font-size: 8px;
	top: 50px;
	left: 15px;
	padding-bottom: 20px;
}
