/* Main CSS for slashhome.org WordPress layout */

a {
	color: #567;
}

a img {
	border: none;
}

a:visited {
	color: #234;
}

a:hover {
	color: #89a;
}

acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #77a;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 0 0 2px 0;
	padding-bottom: 2px;
	padding-top: 1em;
}

h3 {
	font-family: "Times New Roman", Times, serif;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
}

.meta {
	font-size: .75em;
}

.meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	background: #fff;
	margin: 0;
	padding-left: 3em;
	padding-right: 15em; /* should be #sidebar padding + width + margin */
	padding-bottom: 1em;
}

#footer {
	background: #77a;
	border-top: double 3px #aba;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	text-align: center;
}

#header {
	border-bottom: double 3px #aba;
	background: #77a;
	margin: 0;
	padding: 1em 13em 0 0;
}

#header h1 {
	font: normal 230% Arial, sans-serif;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 0 0 2em;
}

#header h1 a {
	color: #99d;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: underline;
}

#header li {
	display: inline;
	margin-right: 0.5em;
}

#header li:before {
	content: "\2234";
}

#header li a {
	color: #aaf;
	text-decoration: none;
}

#header ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .menu {
	font-size: 110%; 
	border-top: dotted 1px #111;
	background: #77a;
	padding: 5px 13em 5px 1em;
	margin: 0;
}

#sidebar {
	background: #d83;
	border-left: 1px dotted #111;
	border-bottom: 3px double #111;
	padding: 1em 0 1em 2em;
	position: absolute;
	right: 0;
	top: 0;
	width: 11em;
}

#sidebar form {
	margin: 0 0 0 13px;
}

#sidebar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#sidebar ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#sidebar ul li {
	color: #b30;
	font: normal 110% Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

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

#sidebar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
