/*
-----------------------------------------------
snooch.org.uk/markboulton.co.uk
Stylesheet:  Typography.css
Author:   Mark Boulton
Version:  11 December 2004
Revision: 26 january 2006
----------------------------------------------- */
body {
	font: 76%/1.4em verdana, helvetica, arial, sans-serif;
	word-spacing: 0.05em;
	width: 750px;
}

#body {		
	margin: 0;
	padding: 0;
	width: 535px;
}

#footer {
	clear: both;
}

h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 260%;
	line-height: 1.1em;
	margin-bottom: 0px;
}

h2 {
	font-size: 200%;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 145%;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* H4 is used for article headers */
h4 {
	font-size: 118%;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 small {
	font-size: 85%;
	line-height: 1.2em;
}

/* Use H5 for links. */
h5 {
	font-size: 110%;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-size: 100%;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin-left: 0;
	padding-left: 15px;
}

li {
	margin-top: 0px;
	margin-bottom: 5px;
}

hr {
	margin: 0 0 5px 0;
	padding: 0;
}

pre {
	font-size: 120%;
}

/* Floating image to the left */
.imgleft {  
	float: left;
	margin: 5px 10px 5px 0;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
}

/* Floating image to the right */
.imgright {  
	float: right;
	margin: 0 0 5px 10px;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
}

/* Box around text */
.postbox {          
	border: 4px double black;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 5px 10px;
}

/* Gallery of images */
/* Use <hr> to clear float */
hr.gallery {    clear: left;
                color: #ffffff;
                background-color: #ffffff;
                height: 1px;
                margin: 0;
                padding: 0;
                width: 0%;
                border: 0px solid white;
                }
br.gallery {    clear: left;
                margin: 0;
                padding: 0;
				font-size: 1px;
                }


div.gallery {   float: left;
                text-align: center;
                font-size: 80%;
				padding: 4px 10px;
				line-height: 130%;
                }

/* Sitelinks styles */
#sidebar {
	margin: 0px 10px 10px 550px;
	position: absolute;
	top: 10px;
	width: 200px;
}

/* Decrease the width of the body slightly for printing */
@media print {
/*
#body {
	width: 60%;
}
#sidebar {
margin: 0 0 0 15px;
right: 10px;
width: 30%;
}
*/
}

#sitelinks {
	border: 1px solid red;
	/*width: 195px;*/
	padding: 5px;
	margin-bottom: 20px;
	/* font-family: georgia, serif; */
}

#sitelinks h1 {	
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
#sitelinks p {
	margin: 0; 
	padding: 1px 0 1px 20px;
	text-indent: -20px;
	font-variant: small-caps;
}

#sitelinks a {	
	text-decoration: none;
}
#sitelinks a:hover {
	text-decoration: underline;
	color: #cc0000;
}

#sitelinks p.sel {
	/*background-color: #cccccc;*/
	font-weight: bold;
}

#sitelinks p.sel a {
	color: #000000;
}

#sitelinks .personal {
	display: none;
}

/* Links */
/*
.amlinks {	font-family:	arial, sans-serif;
		font-size:	10pt;
		font-weight:	bold;
		}

a.amlinks {	text-decoration: none;
		}

a.amlinks:hover {	
		text-decoration: underline;
		color:		#CC0000;
		}
*/

div.makedonation {
	width: 500px;
	border: 4px double black;
	margin: 10px 0 0 10px;
	padding: 10px;
	font-size: 0.9em;
}
div.makedonation pre {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.4em;
}
