/*
Style Sheet for eBooks@Adelaide web books
This work is licensed under the Creative Commons
Attribution-NonCommercial-ShareAlike 2.5 Australia Licence
(http://creativecommons.org/licenses/by-nc-sa/2.5/au/)
Author: Steve Thomas, stephen.thomas@adelaide.edu.au
Version: 2013.02.16
*/

/* base styles applicable to all media */

body	{
	background-color:#fcfff6;
	color:#000;	font-family:Arial, Verdana, serif;

	margin: auto;
	max-width:33em;
	}
@media screen and (orientation:landscape) {
    html {
	background:#234c53;
	}
    body {
	-moz-box-shadow: 5px 5px 25px 10px #25383C;
	-webkit-box-shadow: 5px 5px 25px 10px #25383C;
	box-shadow: 5px 5px 25px 10px #25383C;
    }
}
@media screen {
    body {
	margin:1em auto;
	max-width:37em;
	padding:1em 2em;
    }
}
@media print {
    body {
	font-size:11pt;
    }
}

p	{
	line-height:140%;
	margin:0 auto .1em;
	text-align:justify;
	text-indent:0;
	}
p+p	{
	text-indent:0em;
	}
	p + p { margin-top: 0.5em; }

span.first {
	text-indent:0;
	text-transform:uppercase;
	}


@media screen {
	#cover {
		clear:both;
		width:39em;
		margin:-3em -3em 3em -3em;
		padding:0;
	}
	.titlepage {
		clear:both;
		margin-top:1em;
		margin-bottom:1em;
		padding-bottom:1em;
	}
{
			clear:both;
			margin-top:1em;
			margin-bottom:1em;
			padding-bottom:1em;
	}

		}

	.dochead {
		border-bottom:1px solid gray;
		margin:0 0 1em 0!important;
		text-align:center!important;
		}
	.dochead h1 {
		color:gray;
		font-family:Helvetica, Verdana, sans-serif;
		font-size:1em;
		font-style:normal;
		font-weight:normal;
		margin:0!important;
		}
	.dochead h2 {
		color:gray;
		font-family:Helvetica, Verdana, sans-serif;
		font-size:1em;
		font-style:normal;
		font-weight:normal;
		}


	.nav, .navigation {
		border-top:1px solid gray;
		clear:both;
		padding:2em 0 1em;
		text-align:center!important;
		text-indent:0;
		}
	.nav a, .nav a:visited,
	.navigation a, .navigation a:visited {
		background-color:#ddd;
		border-right:2px solid gray;
		border-bottom:2px solid gray;
		color:#333;
		font-family:Verdana, sans-serif;
		font-size:.7em;
		padding:3px;
		text-decoration:none;
		}
	.nav a:hover { font-weight:bold; }
	.docinfo {
		color:#666;
		font-family:Verdana, sans-serif;
		font-size:.7em;
		text-align:center!important;
		}
	.docinfo p {
		text-align:center!important;
		text-indent:0;
		}
	.docinfo p a:visited { color:#666; }
	.docinfo p a:hover { color:#f00; }
}
/* End of this style sheet */
