/*  projection.css - MoinMoin Slide Styles

Copyright (c) 2003 by Juergen Hermann
*/

@import url("screen.css");

html {
    font-size: 22pt;
    background: black url(../img/Autumn-Stripe.jpg) 0 0 repeat fixed;
}

#page {
    background: #468 url(../img/Autumn-Stripe.jpg) 0 0 repeat fixed;
    margin: 10px;
    padding: 10px;
    border: solid white 2px;
    -moz-border-radius: 10px 10px 10px 10px;
    z-index: 2;
}


/* Page name */
h1 {
    font-size: 14pt;
    margin: 0;
    color: #606060;
}

/* Slide heading */
h2 {
    font-size: 32pt;
    margin-top: 0.5em;
    border-bottom: 4px solid blue;
}


/* Slide content */

#content {margin-left: 40pt;}
#content[dir="rtl"] {margin-left: 0; margin-right: 40pt;}

h3 { font-size: 24pt; }
h4 { font-size: 18pt; }
h5 { font-size: 16pt; }
h6 { font-size: 14pt; }

tt, pre { font-size: 18pt; }
sup, sub { font-size: 14pt; }

/* Navigation */

#navigation {
	position: fixed;
    background: black url(../img/Autumn-Stripe.jpg) 0 0 repeat fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	color: #606060;
	font-size: 13pt;
}

#navigation ul {
    margin: 0;
    padding: 6pt;
    text-align: center;
}

#navigation li {
    display: inline;
	margin: 0 2pt;
	padding: 0;
}

#navigation a {
 	text-decoration: none;
}

#navigation .current {
    color: white;
}

