/* CSS for Kathy's site


*/

a {
	color: #0099ff;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #99ccff;
	text-decoration: none;
}

a:hover {
	color: #66ccff;
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
        font-style: italic;
}

body {
	background: #000000;
	border: solid 2px #333399;
	border-bottom: solid 1px #333399;
	border-top: solid 3px #333399;
	color: #3399FF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}


h2 {
	border-bottom: 3px solid #cccccc;
	font: 125% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #3399FF;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 15px 60px 0 0;
	padding-left: 60px;
	padding-bottom: 2px;

}

h3 {
	border-top: solid 3px #333399;
	color: #cccccc;
	font: 80% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 3px 30px 0px 60px;
	padding-right: 25px;
	text-align: right
}

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

p {
	font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0px;
}

/* classes used by the_meta() */

.lyrics {
        text-align: center;

}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


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

.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;
}

.credit {
	background: #000000;
	border-top: solid 4px #cccccc;
	border-bottom: solid 4px #cccccc;
	color: #cccccc;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 60px;
	padding: 15px 15px 15px 90px;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#header {
	background: #000000;
	border-bottom: double 3px #333399;
	border-left: solid 1px #333399;
	border-right: solid 1px #333399;
	border-top: solid 1px #333399;
	font: italic normal 230% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #0066CC;
	text-decoration: none;
}

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

#menu {
	background: #000000;
	border-left: 1px solid #333399;
	border-top: solid 3px #333399;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
	padding-bottom: 75px;
}

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

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

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

#menu ul li {
	font: italic normal 110% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #333399;*/
}

#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 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #808080;
	text-decoration: none;
}

#menu ul ul li a:visited {
	color: #cccccc;
}

#menu ul ul li a:hover {
	color: #66ccff;
}

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

#credits {
	
	margin: 30px 18em 0 3em;
	padding-right: 60px;
	align: center;
}