@charset "utf-8";
/*
    Document   : style.css
    Created on : 28-Aug-2008, 15:09:34
    Author     : Nicholas Wilson
    Description:
        All the formatting stuff (including ultimately all images) is unceremoniously dumped in here.
*/

.foreign {font-style: italic;}
.noindent {text-indent: 0;}
#main {text-align: justify; text-indent: 2em;}
#main p {margin: 0 0.5em 0.5em 0; display: block;}
a {text-decoration: none}
a:link, a:visited {color: #963213;}
a:hover, a:active {color: black;}
a:before {content: "»"; color: #963213; padding-right: 0.2em;}
a:hover:before {color: black;}
a>img {border: none;}
a.no-ornament:before {content: ""; padding-right: 0;}
a.raven-link {padding-left:25px; background:url(pictures/raven.png) left center no-repeat;}
#credits a:link, #credits a:visited {color: white;}
#credits a:hover, #credits a:active {color: gray;}
#credits a:before {color: white;}
#credits a:hover:before {color: gray;}

html, body {
	padding: 0;
	margin: 0;
    font-family: "Bernhard Modern", "Garamond Pro", "Garamond", serif;
}

#header.front {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 100px;
    bottom: 55%;
    margin-bottom:177px;
    text-indent: -10000px;
    background: url(pictures/top.jpg) bottom center black no-repeat;
    z-index: 1;
}
#header.front h1 {
    margin: 0;
}
#skipnavi {
    margin-left: -10000px;
}
#skipnavi:focus, #skipnavi:active {display: block; color: white !important; margin: 0; text-indent: 0;position:fixed; top: 0; left: 0; border: 2px red dashed;}
.front #curtain {
    position: fixed;
    top: 45%;
    left: 0;
    margin-top: -177px;
    width: 100%;
    height: 130px;
    background: url(pictures/curtain.png) top center no-repeat;
    z-index: 3;
}
#main.front {
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -177px;
    width: 100%;
    height: 100%;
    background: url(pictures/bottom.jpg) black top center no-repeat;
    z-index: 1;
}

#header.shield h1 {display: none;}
#main.shield {
	width:499px; height:249px;
	background: url(pictures/shield.png) no-repeat;
	padding:194px 132px 74px 149px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -390px;
    font-size: 110%;
    font-weight: bold;
}
.shield #scrollwrapper {height: 249px; overflow:auto;}

#header.curtain {display: none;}
#main.curtain {margin: 0 auto 0 auto; padding: 175px 0 150px 0; width: 80%; text-align: center; font-size: 115%; text-indent: 0; color: white;}
#main.curtain a:link, #main.curtain a:visited {color: white;}
#main.curtain a:hover, #main.curtain a:active {color: gray;}
#main.curtain a:before {content: ""; color: white; padding-right: 0;}
.curtain table div {margin-bottom: 1em; font-size: 120%;}

#header.ticket h1 {display: none;}
#main.ticket { position: fixed; top: 10%; left: 10%; right: 10%; bottom: 50px;
    font-size: 110%;
    font-weight: bold;}
.ticket #scrollwrapper {background: url(pictures/transback.png);
    position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    overflow: auto;
    padding:0 1em;}
.ticket #scrollwrapper p, .ticket #scrollwrapper form {padding: 0 1em 0.5em 1em; margin:0;}
.ticket #scrollwrapper h2 {padding: 1em 1em 0.5em 1em;}

#nav {
    position: fixed;
	height: 100%;
	width: 100%;
    left: 0;
	background: black url('pictures/popup.jpg') bottom center no-repeat;
	top: 100%;
	z-index:8;
}
#navup {position: absolute; bottom: 100%; width: 100%;
    background: url(pictures/popup-fade.png) top center repeat-x;
	color: #fd5c29; font-size: 150%;
	text-align: center; padding-top: 20px; min-height: 10px;max-height:80px}
#navdown {position: absolute; bottom: 0; width: 100%;min-height:100px;}
#nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
	text-align: center;
	width:750px;
	color:yellow;
	font-size: 160%;
	border-top: #fd5c29 1px solid;
	padding-top:20px;
}
#nav ul li {
    display:inline;
    margin: 0 0.5em 0 0.5em;
}
#nav a:before {content: ""; padding-right: 0;}
#nav li.inactive a {color: #ffd412 !important;}
#nav li.active a, #nav li a:hover{color: #fd5c29 !important;}

#login {
    text-indent: 0;
    float: right;
    margin: 0 -1em 1em 0;
    padding: 0.25em;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}
#login span {
    font-style: italic;
}
#login + * {clear: right;}

#pool, #extra, #pay {
    border-top: 1px solid black;
    margin-top: 1em;
    padding-top: 1em;
    text-indent: 0;
}

.error {color: #ad0008;}
.success {color: #1a6708;}

.ticket .requests td {padding: 0 1em; border-right:1px solid black;}

