/* the pre markup was derived from rubyStyle.css, the rest is from previous
iterations of my website http://repose.cx/. help yourself to bits you like. */

div.ctable {
	text-align: center;
}

div.ctable table {
	margin: auto;
	text-align: left;
}

div.subtitle {
	text-align: right;
}

body {
 font: 14px/1.2 Arial, Helvetica, sans-serif;
 background:#fff;
 width: 50em;
 margin: 0 auto 0;
 padding: 2em 0 6em 0;
 text-align: left;
}
 
a {
 text-decoration:none;
 font-weight:bold;
 color:#c00;
}

a:hover {
 background:#000000;
 color:#FFFFFF;
}

h1 a {
 color:#666;
}

h2 a {
 color:#666;
}

h3 a {
 color:#666;
}

h4 a {
 color:#666;
}

h1 { 
 font-size: 36px;
 color:#666;
 background-color:#B4EEB4;
 border-bottom: 5px solid #000;
 padding: 2px;
 margin: 0px;
 margin-bottom: 8px;
}

h2 { 
 color:#666;
 background-color:#B4EEB4;
 font-size: 22px;
 padding: 2px;
 margin-top: 45px;
 margin-left: 5px;
 border-bottom: 2px solid #000000;
}

h3 { 
 color:#666;
 font-size: 18px;
 background-color:#C1FFC1;
 padding: 2px;
 margin-top: 30px;
 margin-left: 10px;
 border-bottom: 1px dashed #000;
}

h4 { 
 color:#666;
 font-size: 15px;
 background-color:#D1FFD1;
 padding: 2px;
 margin-top: 20px;
 margin-left: 10px;
 border-bottom: -3px double #000;
}

h5 { 
 color:#000;
 padding: 2px;
 margin-top: 5px;
 margin-left: 10px;
 margin-bottom: -5px;
}

img {
    float: none;
    margin: 10px;
    border-style:solid; border-width:2px;
}

#im { 
    clear: right;
}

pre {
    border: #777777 1px solid;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    white-space: pre;
    background-color: #e6e6e6;
    color: black;
}

.verse {
    white-space: pre;
    margin-left: 1em;
}

dt { 
     font-weight: bold;
	 margin-left: 10px;
}

li {
     margin-top: 1ex;
     margin-bottom: 2ex;
}

p {
	margin-left: 1em;
}

table {
	border: 0px #ffffff;
	border-collapse:collapse;
	border-spacing: 0;
	empty-cells:show;
}

td {
	border: 0px #ffffff;
}

th {
	border: 2px #a0a0a0 solid;
	font-weight: bolder;
	text-align: center;
	background-color:#c0c0c0;
}

.lth {
	text-decoration: line-through;
}

.red {
	color: #FF0000;
}
