/*
Copyright (c) 2013 Clyde Thomas Zuber.
Note: utf-8 web pages must be copied without ftp ascii translation.
*/

/* Allow for different language style quotes (and embedded quotes). */
:lang(en) > q { quotes: '“' '”' '‘' '’'; }
:lang(en-GB) > q { quotes: '‘' '’' '“' '”'; }
:lang(fr) > q { quotes: '«' '»' '“' '”'; }
:lang(de) > q { quotes: '„' '“' '‚' '‘'; }

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}

p, h1, h2, h3, h4, h5, h6, ol, ul, li { 
	margin: 30pt; 
	}
	
li { 
	margin-left: 2em; 
	}

p {
    line-height: 1.5;
    color: black;
	}

h1, h2, h3, h4, h5, h6 {
    
    font-weight: bold;
	clear: both;
	}

h1 { 
	font-size: 240%; 
	text-align: center;
	line-height: 1.5;
	}
	
h2 { 
	font-size: 180%; 
	text-align: center;
	line-height: 0;
	}
	
h3 { 
	font-size: 140%; 
	text-align: center;
	line-height: 0;
	}
	
h4 { 
	font-size: 160%;
	text-transform: uppercase;
	}
	
h5 { 
	font-size: 140%; 
	}
	
h6 { 
	font-size: 120%; 
	}

a {
	font-size: 140%;
	}
	
.gallery {
	text-align: center;
	}
	
.index {
	text-align: left;
	}	
		
.titleBar {
	padding: 10px 0;
	min-width: 100%;
	background-color: black;
	color: white;
	}	
	
.clear { 
	clear: both;
	}

.textleft {
	float: left;
	width: 30%;
	}
	
.textright {
	float: right;
	width: 30%;
	}

.outer {
	width: auto;
	}
	
.pic3 {
	text-align: center;
	left: 30%;
	margin-left: auto;
	margin-right: auto;
    border: solid blue 2px;
    padding: 3px;
	}	
	
.pic2 {
	float: left;
    margin-right: 12px;
    margin-bottom: 7px;
    border: solid blue 2px;
    padding: 3px;
	}	
	
.pic1 {
	float: right;
    margin-left: 12px;
    margin-bottom: 7px;
    border: solid blue 2px;
    padding: 3px;
	}	
	
.width80 {
	width: 80%;
	}
	
.width60 {
	width: 60%;
	}
	
.width40 {
	width: 40%;
	}