html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Palatino",  "Palatino Linotype", "Bitstream Vera Serif", serif;
	font-family: "Trebuchet MS";
	xpadding: 5px;
	line-height: 1.5em;
}
body {
	font-size: 10pt;
}

BODY {
	xbackground: #8e8a61;
	background: #bbb;
	color: black;
}
H1,H2,H3,H4 {
	xfont-family: serif;
}
H3,H4 {
	xpadding-top: 0px;
	xmargin-top: 0px;
}
HR {
	background: white;
	border: 1px #aaa solid;
}
THEAD {
	background: #eee;
}
TEXTAREA, INPUT {
}
textarea:focus, input:focus, input:hover {
	background: beige;
}


/* Links */
A, A:link {
	xcolor: #090;
	xcolor: #00f;
	xtext-decoration: underline;
}
A:hover, A:visited:hover, A:active {
	color: black;
	background: #ffe;
	text-decoration: underline;
	
}

IMG {
	border:0px;
}

A:visited {
	xcolor: #650;
	xcolor: #00a;
	/*#300000;*/
}

.selected, A.selected {
	font-weight: bold;
}

.border {
	border: 1px solid #aa0;
}

.locell {
	background: beige;
}

.googlebar {
	background: #eee;
}

.googlebar_info {
	border-top: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
	padding-left:45px;
	background:#eee url(/images/32/info.png) no-repeat left center;

}
.googlebar_info > H1, .googlebar_info > H2, .googlebar_info > H3 {
	padding: 0px;
	margin: 0px;	
}


.code_project_summary {
	border-top: 1px dotted #aaa;
}


.infobox {
	padding:10px;
	margin-left: 20px;
	border: 1px dashed #aaa;
}
.downloadbox {
	padding:10px;
	margin-left: 20px;
	border: 1px dashed #aaa;
}
.downloadbox .head {
	font-size: large;
	font-weight: bold;
	background: #eee;
	padding: 7px;
	margin: -10px;
	margin-bottom: 10px;
	
}


DIV.note {
	background: url(/images/greyfade1.jpg) repeat-x;
	background: #eee url(/images/48/info.png) no-repeat left center;
	background-padding:20px;
	border: 1px dashed #ccc;
	padding: 5px;
	padding-left: 64px;
	padding-right: 20px;
	font-style: italic;
	font-size: 95%;
	xmargin: 5px;
	display:table;
	margin-bottom: 5px;
}

div.note-center {
	margin-left:auto;
	margin-right:auto;
	
	background: url(/images/greyfade1.jpg) repeat-x;
	background: #eee url(/images/48/info.png) no-repeat left;
	border: 1px dashed #ccc;
	padding: 5px;
	padding-left: 64px;
	padding-right: 20px;
	font-style: italic;
	font-size: 95%;
	margin-bottom: 5px;

	xdisplay:table;
	min-height: 40px;
}

DIV.comment {
	background: #eee url(/images/48/forward.png) no-repeat left;
	border: 1px solid #ccc;
	padding: 5px;
	padding-left: 64px;
	padding-right: 20px;
	xfont-style: italic;
	xfont-size: 95%;
	xmargin: 5px;
	margin-bottom: 5px;

	xdisplay:table;
	min-height: 40px;
}

DIV.warn {
	background: #eee url(/images/48/error.png) no-repeat left;
	border: 1px dashed #ccc;
	padding: 5px;
	padding-left: 64px;
	padding-right: 20px;
	font-style: italic;
	font-size: 95%;
	xmargin: 5px;
	margin-bottom: 5px;

	display:table;
	min-height: 40px;
}



H2.sect, H3.sect {
	padding: 5px;
	border-top: 1px solid #aaa;
	margin-bottom: 5px;	
	background: beige;
	blah: url(/images/greyfade1.jpg) repeat-x;
}

CODE {
	background: black;
	display: block;
	color: white;
	font-family: monospace, "Monaco";
	padding-left: 5px;
	padding-right: 5px;
	xmargin-left: 25px;
	display: inline;	
}
PRE CODE {
	display:  table;
}

PRE {
	border: 1px solid #ddd;
	color: black;
	background: #eee;
	display: table;
	xpadding: 5px;
	margin-left: 50px;
}



/* Page Tables */
#site_container {
	width: 725px;
	padding: 0px;
	margin: 10px;
	border: 1px solid #777;
	xborder-top: none;
	background: white;
	xfloat: left;
	margin-left: auto;
	margin-right: auto;
	xborder: 1px dotted #770;
}

#body_container {
	border: 0px;
	background: white;
	padding: 10px;
	padding-top: 15px;
	background: url(/images/greyfade1.jpg) repeat-x;
	
	xmargin-left: 130px;
	xpadding-right: 135px;
}

#footer_container {
	background: #eee;
	padding: 10px;
	xfont-style: italic;
	font-size: small;
	text-align: center;
}

.pageheader {
	xfont-size: large;
	line-height: 1.25em;
	xfont-family: serif;
}


#user_bar {
	background-color: #eee;
	padding:10px;
	xtext-align: right;	
}

#header_container {
	background-color: #eee;
/*	text-align: center;*/
	xfont-style: italic;
	padding: 10px;
	xtext-align: right;
}

/* Sitemap */

#sitemap_container {
	background: #eee;

	xfloat: left;
	xmargin: 10px;
	
	xtext-align: right;
/*	text-align: center;
*/		
	padding: 0px;
	border-bottom: 1px solid #777;
}

#sitemap {
	list-style: none;
}

#sitemap li {
	line-height: 2.0em;
	display: inline;
	margin-left: 10px;
}

#home, #resume, #code, #howto, 
#software, #screenshots, #writing,
#scott, #contact,
#theme, #stuff, #album
{
	
}

