/*
 * Copyright (c) Simon Crosland, 2005
 * All rights reserved.
 *
 * CSS for crosland.org
 *
 * margin/padding: top right bottom left
 */
body {
	margin: 0 0 0 0;
	padding: 0;
	padding: 0 10px 0 10px;
	font-family: helvetica, sans-serif;
	color: #333333;
	background-color: white;
	}

p {
	font-family: helvetica, sans-serif;
	/* margin: 0 0 1em 5px; */
	padding: 0 20px 0 20px;
	}

h1 {
	font-size: large;
	margin-bottom: 0.25ex;
	}

a {
	text-decoration: none;
	font-family: helvetica, sans-serif;
	color: blue;
	}
/* a:link a:visited a:active { text-decoration: none; } */
a:hover { text-decoration: underline overline; }

a.logo {
	text-decoration: none;
	margin: 0 0 0 20px;
	font-size: x-large;
	color: #333333;
	}
a.logo:hover { text-decoration: none; }

a.none {
        text-decoration: none;
        color: blue;
        }
a.none:hover { text-decoration: none; }

img.none {
        padding: 3px;
        text-decoration: none;
        border-width: 0px;
        }

img.smbox {
	padding: 3px;
	border-width: 3px;
	border-color: black;
	border-style: solid;
	text-decoration: none;
	}

img.lgbox {
	padding: 5px;
	border-width: 5px;
	border-color: black;
	border-style: solid;
	text-decoration: none;
	}

#Header {
	font-weight: 500;
	/*margin: 5px 0 10px 0;*/
	padding: 0.3ex 20px 0.3ex 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0;
	background-color: #eee;
	}

	#Header .left {
		text-align: left;
		}

#Footer {
	font-size: 75%;
	font-style: italic;
	color: #909090;
	margin: 20px 0 10px 0;
	padding: 0.3ex 20px 1.3ex 20px;
	border-top-style: solid;
	border-color: black;
	border-width: 1px 0;
	clear: both;
	}

	#Footer .left {
		float: left;
		text-align: left;
		}

	#Footer .right {
		float: right;
		text-align: right;
		}

/* For convenience */
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.notebox {
	background-color: #eee;
	border: 1px dashed #999;
	margin: 15px;
	font-size: small;
	text-indent: 0;
	}
