/*	TXP Plugins! 
	Credits: Check out the Single Page Anchor-Jump Résumé
	by Nathan Smith at http://sonspring.com
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML
----------------------------------------------------------------------*/
body {
	background: #fff;
	color: #555;
	font: 11px Verdana, sans-serif;
}
a {
	color: #33f;
	text-decoration: none;
}
a:hover {
	color: #f33;
}
#on-the-moon li {
	list-style: none;
}
p, ol, ul {
	letter-spacing: 1px;
	line-height: 150%;
	margin: 10px 0 0px;
	text-align: left;
}


/* =Container
----------------------------------------------------------------------*/
#container {
	background: url(../images/container-740px.gif) repeat-y;
	width: 740px;
}


/* =Head
*/
#head {
	display: inline;
	top: 0;
	background: white;
	height: 2.6em;
	width: 740px;
	border-bottom: 3px solid #ccc;
}
#head h1 {
	display: block;
	color: black;
	font: 20px Georgia, sans-serif;
	padding: 5px 20px 5px 32px;
	float:left;
}
#head ul {
display: block;
float: left;
list-style: none;
margin-left: 10px;
border-left: 1px solid #ccc;
}
#head ul li {
float: left;
padding: 0 10px;
border-right: 1px solid #ccc;
font-size: 1.1em;
text-align: center;
}
#head ul li a.active {
font-weight: bold;
}


/* =Side
----------------------------------------------------------------------*/
#side {
	display: inline;
	margin: 2em 0 0 20px;
	width: 150px;
}
#side h1 {
	color: black;
	font: 17px Georgia, sans-serif;
	padding: 0 0 12px;
}
#side ul {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 1px 1px;
}
#side li {
	list-style: none;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 0 0;
	text-align: right;
}
#side li a {
	display: block;
	font: normal 11px/20px Verdana, sans-serif;
	padding: 0 10px;
}
#side li a:hover {
	background: #eee;
}
#side p {
	font-family: Tahoma, sans-serif;
	padding: 2px 10px 0 0;
	text-align: right;
}


/* =Content
----------------------------------------------------------------------*/
#content {
	display: inline;
	margin: 0 30px 10px 0;
	width: 510px;
}
#content h1 {
	color: #369;
	font: 20px Georgia, sans-serif;
	padding: 2em 0 5px;
	margin: 0;
	text-align: center;
}
#content h2 {
	color: #369;
	font: 17px Georgia, sans-serif;
	padding: 2em 0 5px;
	margin: 0;
	clear: left;
	border-bottom: 1px solid #ccc;
}
#content h3 {
	color: #693;
	font: bold 12px Arial, sans-serif;
	letter-spacing: 1px;
	margin: 10px 0 0;
	text-transform: uppercase;
}
#content img.inset {
	border: 1px solid #ccc;
/*	float: left; */
	margin: 0 10px 0 0;
	padding: 2px;
}
#content li {
	margin-left: 20px;
	padding-left: 5px;
}
#content p img {
float: left; margin: 5px; border:1px solid black;
}
#content p, #content ol, #content ul {
clear: both;
}
#content dl {
width: 95%;
list-style: none;
}
#content dt, #content dd {
margin: 5px 0; 
padding: 5px;
display: block;
float: left;
border: 0 solid white;
clear:right;
}
#content dt {
border-width: 1px 0 0;
width: 120px;
text-align: right;
}
#content dd {
border-width: 0 0 1px 2px;
width: 340px;
}


/* =Contact Form
----------------------------------------------------------------------*/
#contact_form {
	padding: 10px 0 0;
}
label {
	display: block;
	float: left; 
	font: bold 11px/20px Arial, sans-serif;
	text-align: right;
	text-transform: none;
	width: 120px;
}
input {
text-align:center;
color: #999;
}
input, textarea {
	border: 1px solid #999;
	font: 11px Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 0 10px;
	padding: 3px;
	width: 200px;
}
#remember, #forget {
width:30px;
}
textarea {
	overflow: auto;
	width: 300px;
	height: 200px;
}
input:focus, textarea:focus {
	background: #ffc;
	color: #333;
}
#contact_form #zemSubmit {
/*	background: none; */
	border: 1px solid #333;
	color: #33f;
	cursor: pointer;
	font: bold 12px Arial, sans-serif;
	margin: 0 0 0 130px;
	padding: 0;
	text-transform: uppercase;
	width: 10em;
}
#contact_form #zemSubmit:hover {
	color: #f33;
}
ul.zemError, p.comments_error, p.sed_dc_error {
	border: 1px dotted red;
	background-color: #FFCCCC;
}
p.comments_error, p.sed_dc_error {
margin: 5px;
padding: 5px;
}

/* =Footer
----------------------------------------------------------------------*/
#footer {
	background: white;
	color: #999;
	font-size: 9px;
	line-height: 20px;
	letter-spacing: 2px;
	margin: 0;
	text-align: center;
	border-top: 3px solid #ccc;
}
#footer p {
text-align: center;
margin: 0 0 10px;
}


/* =Internet Explorer 6 Hacks
----------------------------------------------------------------------*/
* html {
	overflow: hidden;
}
* html body {
	height: 100%;
	overflow: auto;
}
* html #side {
	margin: 2.5em 0 0 20px;
}
* html #side li a {
	height: 25px;
}
* html #head {
/*	position: absolute;*/
}
* html .fixed {
	position: absolute;
}
* html ol, * html ul {
margin-left: 15px;
}
* html #content h1, * html #content h2  {
padding: 2.5em 0 5px;
}

/* Section variations
Colour variations by section of the site.
*/
#journal {
	border-color: blue;
}
#contact #head, #contact #footer, #contact #content h2 {
	border-color: green;
}
#contact #head h1 {
	color: green;
}
#contact div.highlight {
	border: 1px solid green;
	background-color: #CCFF66;
	padding: 0 10px 10px;
}
#default #head, #default #footer, #default #head h1, #default #content h2, #default dt, #default dd {
	border-color: #ffa500;
}
#default #head h1 {
	color: #ffa500;
}
#plugins #head, #plugins #footer, #plugins #content h2 {
	border-color: #9400d3;
}
#plugins #head h1 {
	color: #9400d3;
}
#resources #head, #resources #footer, #resources #content h2 {
	border-color: #9C9ACE;
}
#resources #head h1 {
	color: #9C9ACE;
}
#error #head, #error #footer, #error #content h2 {border-color: red;}
#error #head h1 {color: red;}
#error #content {
	margin: 0 40px 10px;
	width: 660px;
}
#error #container { background: url(../images/container-740px-1col.gif) repeat-y; }

code.sed_code_tag {
border:1px dotted #999;
background-color: #f0e68c;
display:block;
margin:10px 10px 20px;
padding:10px;
}

div.sed_dc_wrap {
font:1em/1.4em "Courier New", courier, monospace;
color:#333;
border:0 solid #999;
border-width:1px 0 0;
padding:0.5em 0;
margin:2em 0.5em 0.5em;
overflow: hidden;
}
table.sed_dc {
border-collapse:collapse; 
width:99%;
}
table.sed_dc caption, p.sed_dc {
text-align: center;
font: bold 12px Arial, sans-serif;
letter-spacing: 1px;
color: #693;
}
table.sed_dc caption {
text-align: left;
border:0;
margin:0;
text-transform: uppercase;
}
p.sed_dc {
margin-top:5px;
font-variant: small-caps;
}
table.sed_dc tr {
vertical-align:top; 
background: white; 
overflow: hidden;
}
table.sed_dc tr.odd { background: #e6e6fa; }
table.sed_dc tr.hi1, .hi1 { background-color: #006400; color: white; font-weight: bold; }
table.sed_dc tr.hi2, .hi2 { background-color: yellow;  color: black; font-weight: bold; }
table.sed_dc tr.hi3, .hi3 { background-color: #add8e6; color: black; font-weight: bold; }
table.sed_dc col.line-no	{ border-right:1px solid #999; }
table.sed_dc th { font-weight: bold; text-align: center; }
table.sed_dc td { padding:0 0.5em; }
table.sed_dc tr:hover td { background: #483d8b; color: white; font-weight: bold; }
table.sed_dc td.tab0 { padding-left:1.5em; }
table.sed_dc td.tab1 { padding-left:3em; }
table.sed_dc td.tab2 { padding-left:4.5em; }
table.sed_dc td.tab3 { padding-left:6em; }
table.sed_dc td.tab4 { padding-left:7.5em; }
table.sed_dc td.tab5 { padding-left:9em; }
table.sed_dc td.tab6 { padding-left:10.5em; }

.comments {
	font: 11px/1.5 Verdana, sans-serif;
}
.comment		{
border: 1px solid #eee; 
padding: 10px; 
margin: 5px 0; 
background-color: white;
}
div.odd  		{ background-color: #f0f0f0; }
div.even		{  }
div.author		{ 
	background-color: #ffe4e1;
	border: 1px dotted #9400d3; }
.comment h5 	{ margin-bottom: 0.1em; font-size: 1.1em; }
.comment:hover 	{ border: 1px solid #333; }
.author:hover	{ border:1px solid #9400d3; }
.comment-time 	{ text-align: right; color: #d2691e; }
.comment-no 	{ font: 1.2em "Trebuchet MS",verdana,sans-serif; color: #999; }
.author-string	{ font-variant: small-caps; font-weight: 100; }
.no_odd		div.odd {background-color: white;} 
div.culled		{ border: 1px solid red; }
div.delay_queue	{ background-color: khaki; }

.input_form 				{ 
font-size: 1em; 
background-color: white; 
border: 1px dotted #999; 
padding: 10px; 
margin-top: 10px; 
}

acronym						{ border-bottom: 1px dotted #333; }
del							{ color: #ccc; }

/* Common classes ...
*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.centered {
	margin: 0 auto;
}
.clear-both {
	clear:both;
}
.clear-right {
	clear:right;
}
.clear-left {
	clear:left;
}
.fixed {
	position: fixed;
}
.borderless { 
border-width: 0; 
}
