/* Cascading Style Sheet for 5jt.com  */

body {
  background: #78797D url(../images/sky2k.jpg) no-repeat 50% 0%;
	font-family: "Trebuchet MS",Arial,Helvetica,swiss,sans-serif;
	font-size: small;
}

h1, h2, h3 {margin: 2em 0 0.3em 0}
p {margin: 0 0 0.8em 0}

abbr, acronym {
	font-size: 90%;
	letter-spacing: 0.1em;
}
dt {
	color: #666;
	margin-top: 0.5em;
}
h1 {
	color: #448;
	font-size: 150%;
}
h2 {
	clear: both;
	color: #448;
	font-size: 100%;
}
img {border: none}

ul {list-style: none}

a			{text-decoration: none}
a:link  	{color: #338}
a:visited	{color: #838}
a:active	{color: #F82}

/* links with icons */
a.doc {background: url(../icons/doc.gif) no-repeat}
a.dws {background: url(../icons/dws.gif) no-repeat}
a.eml {background: url(../icons/eml.gif) no-repeat}
a.m4a {background: url(../icons/mp3.gif) no-repeat}
a.mp3 {background: url(../icons/mp3.gif) no-repeat}
a.pdf {background: url(../icons/pdf.gif) no-repeat}
a.ppt {background: url(../icons/ppt.gif) no-repeat}
a.ttf {background: url(../icons/ttf.gif) no-repeat}
a.wma {background: url(../icons/wma.gif) no-repeat}
a.zip {background: url(../icons/zip.gif) no-repeat}
a.doc, a.dws, a.eml, a.m4a, a.mp3, a.pdf, a.ppt, a.ttf, a.wma, a.zip {
	min-height: 16px;
	padding-left: 19px;
	white-space: nowrap;
}

/* list items with icons */
li.doc {list-style: url(../icons/doc.gif)}
li.dws {list-style: url(../icons/dws.gif)}
li.eml {list-style: url(../icons/eml.gif)}
li.m4a {list-style: url(../icons/mp3.gif)}
li.mp3 {list-style: url(../icons/mp3.gif)}
li.pdf {list-style: url(../icons/pdf.gif)}
li.ppt {list-style: url(../icons/pdf.gif)}
li.ttf {list-style: url(../icons/ttf.gif)}
li.wma {list-style: url(../icons/wma.gif)}
li.zip {list-style: url(../icons/zip.gif)}
li.doc, #component li.doc,
li.dws, #component li.dws,
li.eml, #component li.eml,
li.m4a, #component li.m4a,
li.mp3, #component li.mp3,
li.pdf, #component li.pdf,
li.ppt, #component li.ppt,
li.ttf, #component li.ttf,
li.wma, #component li.wma,
li.zip, #component li.zip {
	margin-left: 1em;
}



#WRAPPER {
	background: #E2CFCF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

/* banner across page top */

#BANNER {
	background: #CDF url(../images/summersky.jpg) no-repeat 50% 0%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid gray;
}
#MENU {
	margin: 1em 0 0 15em;
}
#MENU ul {
	color: #FD2;
	font-size: 120%;
	font-weight: bold;
}
#MENU li {
	display: inline;
	list-style: none;
}
#MENU a		{color: #FF8}
#MENU a:hover	{color: #Fb1}
.notA			{ }				/* not A link */

#LOGO {
	font-weight: normal;
}
#LOGO a {color: navy}
#LOGOTXT1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	letter-spacing: 0.1em;
}
#LOGOTXT2 {
	color:#AAA;
	font-size: 80%;
	vertical-align: 1.4em;
}
#LOGOTXT3 { /* ßeta */
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
}


/* principal content */

#MAIN, #WIDE {
	background: #FFE;
	border-left: 1px solid gray;
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 1.6em;
}
#MAIN blockquote,
#WIDE blockquote {
	background: url(../icons/quotes.gif) no-repeat 0 0.5em;
	clear: left;
	padding: 1em 2em 1em 50px;
}


/* blog classes */
h2.date {
	font-family: "Trebuchet MS",Arial,Helvetica,swiss,sans-serif;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 2em 0 0 0;
	text-transform: uppercase;
}
div#menu {
	background: #DDD;
	font-size: 80%;
	padding: 2px;
}
.blogbody {
	font-size: 90%;
	line-height: 1.8em;
}
.blogbody p {margin: 0 0 0.8em 0}
.blogbody h2 {font-size: 120%}
span.extended {
	display: block;
	font-size: 80%;
	margin: 0 0 0 1em;
}
span.extended:before {content: "» "}
.posted {
	font-family: "Trebuchet MS",Arial,Helvetica,swiss,sans-serif;
	font-size: 90%;
	margin: 0 0 1em 2em;
}
p.pix, p.strip {
    padding: 6px;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    margin: 20px 0;
}

/* typography for poems */
#POEM {
	line-height: 1.6em;
	margin: 0 0 2em 5em;
	min-height: 50em;				/* poems can be much shorter than the index in LEFT*/
}
#POEM p {
	clear: left;
	margin: 0 0 1em 0;
	white-space: pre;				/* poem paras as lineated */
}
#POEM h1 {margin: 1em 0 2em 0}
#POEM .icap {
	color: #533;
	display: block;
	float: left;
	font-size: 350%;
	margin: 0.25em 0.05em 0.2em -0.05em;
}
#POEM #notes {
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 8em;
}
#POEM #notes li {margin: 0 0 0.4em 2em}

/* styles for Links */
#LINKS h2, #LINKS h3 {
	font-family: Trebuchet,Trebuchet MS,Verdana,Geneva,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#LINKS h2 {
	background: #EEE;
	font-size: 120%;
	margin-bottom: 0.8em;
	padding: 2px 5px;
}
#LINKS h3 {font-size: 100%}
#LINKS li {margin: 0 0 0.4em 0}
#LINKS li a {font-weight: bold}
#LINKS ul {margin: 0}



/* LHS column */

#LEFT {
	color: gray;
}
#LEFT .liner {font-size: 85%}
#LEFT h1 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0.7em;
	margin: 1.4em 0 0.5em 0;
	text-align: center;
	text-transform: uppercase;
}
#LEFT li {
	margin-left: 0;
	margin-top: 3px;
}
/*
#LEFT ul {list-style: none}
*/

#CATLIST {
	margin: 1em 0;
	text-align: center;
}
#CATLIST li {
	display: inline;
	margin: 0.5em;
}



#CREDITS img {margin-bottom:1em}


/* RHS column */

#RIGHT {
	color: gray;
	font-size: 90%;
}
#RIGHT h1 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0.7em;
	margin: 1.4em 0 0.5em 0;
	text-align: center;
	text-transform: uppercase;
}
#RIGHT li {margin: 0.1em 0 0 0}
/*
#RIGHT ul {list-style: none}
*/

#CREDITS li {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom: 1em;
	text-align: center;
}

#LISTINGS {
	font-size: 85%;
	line-height: 1.3em;
}

/* quote box within RHS column */

#QUOTE {
	border: 1px dotted #88F;
	color: #333;
	font-family: "Trebuchet MS",Arial,Helvetica,swiss,sans-serif;
	padding: 5px;
}
#QUOTE blockquote {
	color: #533;
	font-family: "Courier New",Courier,monospace;
	margin: 0.5em;
}
#QUOTE p.q {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}

/* common tail to pages */

#TAIL {
	color: #444;
	background: #CDF;
	border-top: 1px solid gray;
	font-size: 70%;
	padding: 5px;
	text-align: center;
}

.catamazon img {
	border: 1px solid #AAA;
	float: left;
	margin: 0 0.5em 0 0;
}
.catamazon p {margin: 0 0 0.2em 45px}
.catamazon td {
	font-size: 90%;
	line-height: 1.4em;
	padding: 1.8em 2em 0 0;
	vertical-align: top;
}

#movies {list-style: none}

/*
	APL display classes for use with CODE KEYBD and PRE tags
 */
.apl		{font-family:"APL385 Unicode"}    /* default APL display font */
.dyalog 	{font-family:"Dyalog Std TT"; font-size:110% }
.unicode	{font-family:"APL385 Unicode"}

/* general display classes */
.album, a.album {
	color: #C63;
	font-style: italic;
}

.albumlist img {
	float: left;
	margin: 0 0 0.5em -83px;
	padding: 0.2em 0 0 0;
}
.albumlist li {
	clear: left;
	padding: 1em 0 0 83px;
}

.booklist img {
	background: #FFE;
	border: 1px solid #CCC;
	border-right: 3px solid #AAA;
	float: left;
	margin: 0 1em 0.5em -45px;
	padding: 0.2em 0 0 0;
}
.booklist {margin: 1em 0 0 80px}
.booklist li {margin: 0.8em 0 0 0}
.booklist td {
	padding: 0.5em 0 0 45px;
	vertical-align: top;
	width: 50%;
}

.bdr {border: 1px solid gray}
.book, a.book	{
	color: #66C;
	font-style: italic;
}
#MAIN .epigraph, #MAIN .epigrapa, #MAIN .epiauthr {
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,sans-serif;
	font-size: 80%;
	line-height: 1.4em;
}
#MAIN .epigraph {margin: 0 0 3em 20em}			/* epigraph */
#MAIN .epigrapa {margin: 0 0 0.3em 20em}		/* epigraph with author following */
#MAIN .epiauthr {margin: 0 0 3em 25em}			/* epigraph author */

.fade {							/* not in use */
	opacity: 0.5;				/* Safari 1.2, Firefox */
	filter: alpha(opacity=50);	/* IE */
}
.largetable {font-size: 90%}
.leadin {
	color: #533;
	font-size: 110%;
	font-weight: bold;
}
.movie, a.movie {
	color: #080;
	font-style: italic;
}
.person, a.person	{color: maroon}

.pic, .picb, .rpic, .rpicb {
		font-size: 85%;
		text-align: center;
    vertical-align: top;
}
.pic, .picb {
    clear: left;
    float: left;
    margin: 1em 2em 0.5em 0;
}
.rpic, .rpicb {
    clear: right;
    float: right;
    margin: 1em 0 0.5em 2em;
}
.picb, .rpicb {border: 1px solid gray}

.quote {font-style: italic}
.red	{color: red}
.small {
	font-size: 85%;
	}
.spaced {letter-spacing: 1em}
.suffix	{margin-top: 3px; margin-left: 5px; }

