/*
        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
*/

.credits{
	font-size: 80%;
	text-align:center;
	margin-top:3em;
	font-style:italic;
}

#cast h2, #crew h2{
	color: #000095; 
	background: transparent;
	margin-bottom:0;
}
#cast ul{
	list-style-type:none;
	margin-top:0.5em;
}
#cast ul span {
	font-style:italic;
}
#cast em{
	font-weight:bold;
}
li{
	margin-bottom:0.2em;
}
dt{
	font-weight:bold;
	margin-left:1em;
}
dd{
	font-weight:normal;
	margin:0 0 0.7em 2em;
}
.attribute{
	text-align:right;
	font-size:0.8em;
	font-style:italic;
	margin-top:-1em;
}

/* DWCon page */
#dwcon-list li {
	margin-bottom:1.5em;
}
#dwcon-list li li {
	margin:0.5em 0;
}

/* DWCon photo archives */
#photo-archives li {
	margin-bottom:1em;
}

/* Con Retrospectives */
#con-title-bar {
	text-align:center;
}
#con-title-bar img {
	border:none;
}
h2.date {
	background:transparent;
	color:#800000;
}
.con-quote {
	font-style:italic;
	width:99%;
	margin-bottom:1em;
}
.con-quote span.speaker {
	font-style:normal;
	font-size:90%;
}
.con-footnotes li {
	margin-bottom:1em;
}
.con-programme dt {
	font-weight:bold;
	margin-top:1em;
}
dt span.time {
	font-weight:normal;
	font-style:italic;
}
.committee li {
	width:20em;
	float:left;
	margin-bottom:1em;
	list-style:none;
}
.committee-role {
	font-weight:bold;
}
.con-headline {
	font-weight:bold;
	font-size:110%;
}
.con-subheadline {
	font-weight:bold;
}
img.left-side {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
img.right-side {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

/* General */
.float-left {
	float:left;
}
.float-right {
	float:right;
}
