html {
	background-color: #c7ae75;
	height:100%;
	font-size:70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20pt;
	color: #332117; /* a color to match the eraser */
/* 	color: #46201d;*/ /* a color to match the sharpener */
	position: relative;
}
html.plain {background-color:#fff;}
body {
	margin: auto;
	width:780px;
	padding: 0 0 0 180px;
	height:100%;
	background: #fff url(../images/tony-breed-web-design.jpg) top left no-repeat;
	position: relative;
}
html.plain body {background: #fff url(none); padding:0; margin:5px;}
#header {height: 120px}
#nav {
	display:block;
	list-style:none;
	float:left;
	text-align:left;
	padding: 2px;
	width: 745px;
	margin: 0 0 0 0;
	letter-spacing: .5em;
/*	border: 1px solid #508aca;*/
	background-color: #d9ebf4;
}
#nav li {
	list-style:none;
	display: block;
	float:left;
	padding: 2px;
	margin: 0 2px 0 0;
}
#nav a {
	text-decoration:none;
	padding: 5px .5em 5px 1em;
	margin: 0;
	height:1em;
	display:block;
	float:left;
	line-height:1em;
}
#nav a:visited {color: #0477ba;}
#content {
	display: block;
	background : transparent;
	position: absolute;
	/*top: 15em;*/
	bottom: 0;
	left:180px;
	right:0px;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
	top: 180px;
}
#home #content {
	font-size:180%;
	font-weigh:bold;
	top: 200px;
}
#logo {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} /* hide from visual browsers but still available to screen readers */
a:link {
	color: #0477ba;
	background-color : transparent;
}
a:visited {
	color: #402b64;
	background-color : transparent;
}
a:hover {
	color: #0477ba;
	background-color : #bee8f6;
}
a:active {
	color: #0477ba;
	background-color : #bee8f6;
}
/* #main {
	width: 700px;
	display: block;
	margin: 25px;
	background : #FFFFFF;
	position:absolute;
	top:25px;
	left: 25px;
}
*/


p  { margin: 0 0 1em 0;} 
ul { margin: 0 0 1em 1em;}
li { margin: 0 0 0 1em;}
blockquote {margin: 1em;}


h1 {
	font-size: 170%;
	margin: 0 0 1em 0;
	padding: 0;
}
h2 {
	font-size: 150%;
	margin: 0 0 1em 0;
	padding: 0;
}
h3 {
	font-size: 100%;
	line-height: 100%;
	margin: 0 .5em 1em 0;
	padding-bottom: .25em;
	border-bottom: .25em solid #c7ae75;
}
.portfolio p, .portfolio h3 {clear:right;}
.portfolio img, .portfolio div img {
	float:right;
	margin:.5em;
}
span.portfolio, a span.portfolio, a:link span.portfolio, a:visited span.portfolio, a:hover span.portfolio, a:active span.portfolio {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #60563e;
	text-decoration: none;
	background: transparent;
}
.round {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.code {
	font-family: Monaco, 'Lucida Console', 'Courier New', Courier, monospace;
	line-height:normal;
	font-size: 80%;
}
.code div {margin: 0 0 0 10px;}
.code .comment { color: #666; font-weight: bold;}
.code .tag {color: #f60; font-weight: bold;}
.code .script {color: #900;}
.code .value {color: #00c;}
.code .comment .tag {color: #f96;}
.code .comment .script {color: #966;}
.code .comment .value {color: #36c;}
