/*
        The L-Space Default Stylesheet.
*/

body {
        background: #efefde url("/images/LightTerry.jpg");
        color: black;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        font-family: "DejaVu Serif", georgia, serif;
}

a:link {
        color: #3333dd;
}
a:visited {
        color: #606060;
}
a:hover,a:active,a:focus {
	text-decoration:none;
}
a:active,a:focus {
	background:#80804D;
    color: #fff;
}
h1 {
        font-size: 200%;
}
h1,h2,h3,h4,h5,h6 {
        color: #000095;
}
h4,h5 {
	margin-bottom:0;
}

.center {
        text-align: center;
}

.right  { 
	text-align: right; 
}

hr {
        clear: both;
}

.red {
        color: #880000; background: transparent;
}

.blue {
        color: #000095; background: transparent;
}

.nav {
        color: #efefdf;
        background: inherit;
        border:0;
}

.smaller {
        font-size: 80%;
}

.larger {
        font-size: 120%;
}

.local-credits {
        font-size: 80%;
        text-align: center;
}

.global-credits {
        font-size: 80%;
        text-align: center;
}

.toolbar {
        text-align: center;
}
.styled-list {
	margin:0;
	padding:0;
	list-style:none;
}
.styled-list li {
	margin-bottom:5px;
}
.padded-list li {
	margin-bottom:5px;
}
#signing-tour h3 {
	margin-bottom:0;
}
/* supresses auto quote marks in Gecko browsers */
q:before, q:after {
    content:"";
}


.copyright {
   font-size: 80%;
   vertical-align: super;
}


/*
        Lspace Default Stylesheet ends
*/

h1.blue {
	margin-bottom:0;
	font-style:normal;
}
h2 {
	font-size:1.3em;
}
h2 span {
	font-style:italic;
	font-weight:normal;
	display:block;
}
body {
	line-height:1.3em;
}
a sup {
	font-size:70%;
}
a.footnote {
	text-decoration:none;
}
a.footnote:hover,a.footnote:active,a.footnote:focus {
	text-decoration:underline;
}
a img {
	border-color:#efefde;
}
a:hover img,a:active img,a:focus img {
	border-color:#80804D;
}
blockquote.pterry-quote {
	color: #000095; 
	margin:0 25px;
}
#CopyrightNotice {
	border:2px solid #800000;
	padding:1em;
	margin:1.5em;
}
#CopyrightNotice h2 {
	margin:0;
	color: #880000; 
}
#intro {
	padding:10px 0 15px;
}
.editorial-comment {
	color: #880000; 
}
.author,.author-sig {
	font-style:italic;
	padding-bottom:10px;
}
.author {
	text-align:center;
}
ul.story-list li,ol.chapter-list li {
	margin-bottom:10px;
}
ol.chapter-list li {
	list-style:none;
}
ol.footnotes {
	margin-left:2%;
	margin-right:2%;
	padding:0;
}
.footnotes li {
	font-size:80%;
	margin-bottom:10px;
}
hr.invisible {
	display:none;
}
.italic,.thoughts,.aside,.fx {
	font-style:italic;
}
/* Specific stories */
.diary-date {
	color:#800000;
}
address span {
	display:block;
}
.memo,.cutting {
	padding:0 15px;
}
.memo {
	background:#F1F1E5;
	border:1px solid #D9D9D1;
}
.cutting {
	background:#f8f8f8;
	color:#404040;
	border:1px dashed #C9C9BC;
}
.transcript dt {
	font-weight:bold;
	clear:left;
	float:left;
	margin-right:1em;
}
.transcript dd {
	margin:0 0 10px;
}
