/* ==========================================================================
   JamieMcEwan.com — restored stylesheet
   Faithfully consolidated from the original TYPOlight CMS output:
     - typolight.css  (framework reset, © 2005-2010 Leo Feyer, LGPL)
     - xLayout.css    (site design)
   No design changes. Only: Wayback URL rewritten to a relative path,
   unused rules dropped, formatting expanded for legibility.
   ========================================================================== */

/* --- Framework reset (from typolight.css) ------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: left;
	position: relative;
}
select, input, textarea { font-size: 99%; }
form { margin: 0; padding: 0; }
img { border: 0; }

#left  { float: left; }
#right { float: right; }
#main  { width: auto; position: relative; }

.inside { position: relative; text-align: left; }
.block  { overflow: hidden; }

.clear, #clear {
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible {
	width: 0;
	height: 0;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

/* --- Site design (from xLayout.css) ------------------------------------- */
body {
	margin: 0;
	padding: 20px 0;
	background: url("../img/bodyBg.jpg") left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;          /* 1em = 10px baseline */
	color: #333333;
	line-height: 1.25em;
}

#wrapper {
	width: 834px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #ffffff;
}

#container {
	font-size: 1.2em;          /* 12px */
	line-height: 1.5em;
}

#left {
	width: 180px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}

#main {
	width: 570px;
	float: right;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
}

#mainnav ul { margin: 0; padding: 0 0 0 15px; }
#mainnav li { margin: 0; padding: 0; list-style-type: none; }

#mainnav .level_1 a {
	display: block;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;          /* 14.4px */
	color: #2e2e2e;
}

#mainnav a:hover { background-color: #f5eded; }

#mainnav .level_2 a {
	display: block;
	padding: 2px 5px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;          /* 13.2px */
	color: #525252;
}

h1 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.6em;          /* 26px */
	color: #3d5594;
	line-height: 1em;
}

.insidePage #left img {
	margin: 2px;
	padding: 5px;
}

.insidePage #main img {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0;
	padding: 5px;
	border: 1px solid #000000;
}
