/* Originally based on Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
*/

a {
	color: #006;
}

a img {
	border: 4pt;
	border-color: #006;
        object-fit: contain;
}

img {
	border: 4pt;
	border-color: #006;
	object-fit: contain;
}

a:visited {
	color: #600;
}

a:hover {
	color: #C60;
}

acronym, abbr {
	border-bottom: 2pt dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border: 1px dashed black;
        background: #ff8;
	margin-left: 2.5em;
	margin-right: 2.5em;
	padding: 8pt;
}

body {
	background: #000;
	border-left: solid 6pt #000;
	border-right: solid 6pt #000;
	border-bottom: solid 6pt #000;
	border-top: solid 6pt #000;
	color: #ffc;
	font-family: 'Book Antiqua', 'Palatino', 'Georgia', serif;
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	background: #000;
	color: #FF0;
	font-weight: bold;
	font: 16pt 'Comic Sans MS', 'Monaco', 'Trebuchet MS', sans-serif;
}

h2 {
	border-bottom: 1px solid #AFA;
	letter-spacing: 0.2em;
	margin: 15pt 0 2pt 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: 1px dashed #444;
	font: 95% 'Comic Sans MS', 'Monaco', 'Trebuchet MS', sans-serif;
	margin-bottom: 1pt;
}

td {
        color: #000;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 'Book Antiqua', 'Palatino', 'Georgia', serif;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #060;
	color: #ffff60;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover, .credit a:visited  {
	color: #6f6;
}

.feedback {
	font-size: 80%;
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .85em;
}

.meta li, ul.post-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 {
        color: #006000;
	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: #ffc;
	color: #000;
	padding: 6pt;
}

#header {
	color: #FF0;
	background: #000;
	font-weight: normal;
	margin: 0;
        padding: 3pt;
}


#header a {
	color: #ee0;
	text-decoration: underline;
}

#header a:hover {
	color: #ee0;
	text-decoration: underline;
}

#menu {
	padding: 20px 0 10px 30px;
	position: absolute;
        top: 25px;
        right: 13px;
        background: #efd;
	width: 11em;
        border: solid 2px #060;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #484;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	font: bold 95% 'Comic Sans MS', 'Verdana', sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 80%/115% 'Book Antiqua', 'Palatino', 'Georgia', serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
