#unstoppabot {
	background: url("/_share/imgs/urn-bg.png") repeat-x;
	margin: 0;
}

#unstoppabot a {
	background: url("/_share/imgs/urn.png") no-repeat 50% 0;
	display: block;
	height: 175px;
	text-indent: -1000em;
}

#unstoppabot a:hover {
	background-position: 50% -175px;
}


#container-inner {
	position: relative;
}

#aea {
	margin-left: 20px;
	margin-bottom: 20px;
}

body {
	background-color: #FFF;
	color: #555;
	font-size: 76%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Helvetica, sans-serif;
}

/* links */
a {
	color: #57A;
	text-decoration: underline;
}

a:visited {
	color: #69C;
}

a:hover {
	color: #F60;
	text-decoration: none;
}

a img {
	border: none;
}
/* end links */

/* structural crutches! yay! */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.ineffable {
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	overflow: hidden;
	width: 0;
}
/* END structural crutches! yay! */

/* inline stuff */
abbr, acronym {
	border-bottom: none;
	cursor: help;
}

:hover>abbr, :hover>acronym {
	border-bottom: 1px dotted;
}

code, pre {
	color: #C74;
	font-family: Profont, "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-size: .9em;
}

a code, abbr code, acryonym code {
	color: inherit;
}

del {
	color: #CCC;
}

ins {
	text-decoration: none;
}

span.lead {
	letter-spacing: .1em;
	text-transform: uppercase;
}
/* END inline stuff */

/* form elements */
form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	font-size: 1em;
}

input+input {
	margin-top: .5em;
}

input[type=button], input[type=submit] {
	border-color: #999 #333 #333 #999;
	border-width: 1px;
}

input[type=button]:hover, input[type=submit]:hover {
	border-color: #333 #999 #999 #333;
	border-width: 1px;
}

input[type=text], textarea {
	border: 1px solid #999;
	width: 80%;
}

input[type=text]:focus, textarea:focus {
	border-color: #444;
}

label {
	display: block;
	font-weight: bold;
}

label.required {
	content: "";
}

label.error {
	color: #911;
	text-transform: uppercase;
}

/* comment form */
html>body form#commentform p {
	margin-left: -1em;
	margin-right: -1em;
}

html>body form#commentform fieldset {
	border-top: 1px solid #CCC;
	padding: 1em;
}

form#commentform legend {
	border-bottom: 1px solid #CCC;
	color: #C74;
	font-size: 1.25em;
	line-height: 1.5em;
	text-transform: lowercase;
}
/* END comment form */
/* END form elements */

/* images! with! borders! */
img.border {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
/* END images! with! borders! */

#navigation ul, #navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
	height: 16px;
	margin-bottom: 8px;
	text-decoration: none;
}

#content dl.block dt {
	border-bottom: 1px solid #CCC;
	color: #555;
	font-family: Geneva, Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: .05em;
	text-transform: lowercase;
}

#content dd.block-content dl.dialogue dt {
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	line-height: 1.5em;
}

#content dl.block dt a {
	color: #C74;
	text-decoration: none;
}

#content dl.block dt a:hover {
	background: none;
	color: #F60;
	text-decoration: none;
}

#content dl.block dd {
	font-size: .95em;
	line-height: 1.5em;
}

#content dd.block-content blockquote {
	color: #333;
	padding: .5em 1em;
}

#content dd.block-content blockquote address {
	text-align: right;
}

#content dd.block-content dl {
	margin-left: 2em;
}

#content dd.block-content dl dt {
	border-bottom: none;
	font-size: 1.2em;
}

#content dd.block-content dl dd {
	margin-left: 2em;
	font-size: 1em;
}

#content dd.block-data {
	clear: both;
	color: #999;
	text-align: right;
	padding-bottom: 2em;
}

#content dd.block-data ul {
	font-size: .85em;
	line-height: 1.5em;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: right;
	text-transform: lowercase;
}

#primary dd.block-data {
	border-top: 1px solid #CCC;
}

#primary dd.block-content dd.block-data {
	border-top: none;
}

#primary dt {
	font-size: 1.8em;
}

#secondary {
	border-top: 1px solid #CCC;
}

#secondary dt {
	font-size: 1.2em;
}

/* comments */
li.comment p.comment-numba {
	font-family: Profont, "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-size: .9em;
}
/* END comments */

/* sidebar */
#sidebar {
	font-size: .9em;
	line-height: 1.5em;
}

#sideblog h4, #search h4, #search label {
	border-bottom: 1px solid #CCC;
	color: #C74;
	font-family: Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#search label {
	border-bottom: none;
}

#sideblog dd.block-data {
	text-align: right;
}

ul#select-skin li img {
	border: 1px solid #CCC;
	padding: 2px;
}

ul#select-skin li.now img {
	border: 1px solid #777;
}

ul#select-skin a:hover img {
	border: 1px solid #B00;
}
/* END sidebar */

/* footer */
#footer {
	font-size: .9em;
}
/* END footer */
