@import url("custom/default.css");

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

body {
	min-width: 38em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #808080;
	background: #e0e0e0;
	-webkit-text-size-adjust: 100%;
}

#header {
	position: relative;
	height: 4.5em;
	background: #e0e0e0;
}

#content {
	background-color: #fff;
	padding: 1.5em 0 1px;
	width: 100%;
	overflow: hidden;
}

h1 {
	padding: 1.5em 0 0 5.5em;
	font-size: 200%;
	text-transform: uppercase;
	white-space: norap;
}

h1 a:hover,
h1 a:focus,
h1 a:active {
	color: #c0c0c0;
	text-decoration: none;
}

#prefs-link {
	position: relative;
	background: #f0f0f0;
	text-indent: 0;
}

#prefs-link a {
	display: block;
	color: #c0c0c0;
	width: 8em;
	background: #fff;
	padding: 0 0.5em 0 1.5em;
	outline: none;
	text-decoration: none;
	text-align: right;
}

#prefs-link a:hover,
#prefs-link a:focus,
#prefs-link a:active {
	color: #808080;
}

h3 {
	margin-bottom: 1.5em;
	padding: 0 3em 0 11em;
	background: #e0e0e0;
	white-space: nowrap;
}

h3 span {
	font-weight: normal;
}

dl {
	max-width: 48em;
	padding: 0 3em 0 0;
}

a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a img {
	vertical-align: text-bottom;
	border: 0;
	line-height: 1em;
	margin: 0 -1px;
}

a.img span {
	display: none;
}

dt {
	float: left;
	width: 10em;
	height: 1.5em;
	text-align: right;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	padding-left: 0.25em;
	margin-left: -0.25em;
	overflow: hidden;
}

dt span {
	display: block;
	margin-left: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
}

dt.comments span {
	padding-right: 0;
	margin-right: 0.5em;
}

dt a {
	display: block;
}

dt.weblog,
dt.tumblr		{ background-color: #808080; }
dt.weblog a,
dt.tumblr a		{ color: #fff; }

dt.twitter {
	height: 1.4167em; 
	background: #e0e0e0; 
	border-bottom: 0.0833em solid #a0a0a0; 
	border-right: 0.0833em solid #c0c0c0; 
	margin-left: -0.3333em; 
}

dt.twitter a { 
	color: #707070; 
	margin-right: -0.0833em; 
}

dd {
	margin-left: 10.5em;
	padding-left: 0.5em;
	margin-bottom: 1.5em;
}

dd a {
	padding: 0.25em 0;
}

dt.twitter + dd a {
	font-weight: normal;
}

dd span.time {
	font-size: 75%;
	line-height: 1;
	white-space: nowrap;
	margin-left: 0.6667em;
}

dd span.dquo {
	margin-left: -0.5em;
}

dt.twitter + dd span.dquo,
dd + dd span.dquo {
	margin-left: -0.4167em;
}

dd + dd {
	margin-top: -1.5em;
	overflow: hidden;
}

dt.comments + dd {
	text-indent: -1.0833em;
}

#debug {
	padding: 3em 0 1.5em;
	color: #c0c0c0;
	background: #404040;
}

#debug p {
	max-width: 37em;
	padding: 0 3em 0 11em;
}

#debug dt {
	width: 9.5em;
	font-weight: bold;
}

#debug dd {
	margin-bottom: 0;
}

#footer {
	position: relative;
	margin-top: -1px;
	padding: 1.5em 3em 3em 0;
	height: 1.5em;
	background: #e0e0e0;
}

#footer p {
	position: relative;
	max-width: 37em;
	margin: 0 0 0 11em;
}

#footer p a {
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
}

a.prev { left: 0; }
a.next { right: 0; }

#footer p + p {
	position: absolute
	max-width: 37em;
	top: 0;
	left: 0;
	color: #a0a0a0;
	text-align: center;
}

#prefs {
	display: none;
	position: fixed;
	z-index: 2;
	top: 20%;
	left: 50%;
	width: 16em;
	margin-left: -8.5em;
	padding: 0.5em;
	color: #c0c0c0;
	background: rgba(0,0,0,0.875);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

#prefs h2 {
	margin: 0;
	padding: 0em 1em 0.5em;
	color: #fff;
	background: transparent;
}

#prefs form {
	padding: 0.75em 1em 0.25em;
	background: #404040;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

*:first-child + html #prefs form  {
	background: none;
}

#prefs fieldset {
	border: 0;
	width: 14em;
}

#prefs ul ul {
	margin: 0.75em 0 0 0.75em;
}

#prefs p,
#prefs li {
	margin-bottom: 0.75em;
}

#prefs p {
	padding-left: 0.75em;
	text-indent: -0.75em;
}

#prefs li li {
	margin-bottom: 0;
}

#prefs li input {
	margin-right: 0.1667em;
}

#prefs input[type="text"] {
	margin: 0;
	padding: 0 0.0833em;
	border: 0;
	width: 2.1667em;
	color: #404040;
	background: #fff url("images/inputshadow.gif") top repeat-x;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#prefs input[type="text"][disabled] {
	background: #c0c0c0;
}

#prefs span.input {
	border: 1px solid #c0c0c0;
	padding: 1px;
}

#prefs .error {
	color: #ff4040;
}

#prefs .disabled {
	color: #808080;
}

#prefs .disabled span.input {
	border-color: #808080;
}

#prefs p.error + p.error {
	margin-top: -0.75em;
}

#prefs .error span.input {
	border: 1px solid #ff4040;
}

#prefs span.help {
	position: relative;
	cursor: help;
	color: #808080;
}

#prefs span.help span {
	display: none;
	position: absolute;
	z-index: 10;
	top: 1.3333em;
	left: 0;
	background: rgba(0,0,0,0.875);
	padding: 0.75em 1em;
	width: 14em;
	border: 0;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	white-space: normal;
}

#prefs span.help:hover span {
	display: block;
}

#submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em;
	text-align: right;
}

#submit button,
#submit span {
	color: #404040;
	background: #fff;
	border: 0;
	font-weight: bold;
	line-height: 1.25em;
	padding: 0.0833em 1em 0.1667em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	cursor: pointer;
}

#submit button:hover,
#submit button:focus,
#submit button:active,
#submit span:hover,
#submit span:focus,
#submit span:active {
	color: #fff;
	background: #0080c0;
}

#submit button:active,
#submit span:active {
	position: relative;
	top: 1px;
}

.clear {
	clear: both;
}