/*
 * General
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0pt none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	padding: 0pt;
	vertical-align: baseline;
	background-color: transparent;
}

html,body {
	min-height: 100%;
}

body
{
	background: url('./snowman.png') no-repeat;
	background-position: bottom right;
}

body {
	background: url('./plant.png') no-repeat;
}

img, img:link, img:visited {
	border: 0px;
}

div, a, p, h1, h2, h3, h4, h5, h6 {
	font-family: georgia,times,serif;
	font-weight: normal;
}

a {
	color: #090;
	text-decoration: underline;
/*	outline: none;*/
}
a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

ul, ol, dl {
	margin-left: 2em;
	margin-bottom: 10px;
}
ol {
	margin-left: 2.5em;
}

dl {
	display: block;
	margin: 5px 0px 5px 0px;
}

dt {
	float: left;
	display: inline;
	font-style: italic;
	width: 23%;
	margin-left: 1em;
}

dd {
	margin-left: 25%;
}

dl.function dt {
	display: block;
	font-family: courier, monospace;
	color: #00b;
	float: none;
	font-style: normal;
	width: 100%;
}

dl.function dd {
	margin-left: 10%;
	margin-bottom: 5px;
}

dl.linkset dt {
	display: block;
	float: none;
	font-style: normal;
	width: 100%;
}

dl.linkset dd {
	margin-left: 5%;
	margin-bottom: 15px;
}

q {
	font-style: italic;
}

q.big {
	display: block;
	margin: 10px;
	margin-bottom: 15px;
}

code {
	font-family: courier, monospace;
	line-height: 1.2em;
	word-spacing: -2px;
	color: #00b;
}

code.parsed {
	font-family: courier, monospace;
	overflow: visible;
	display: block;
	width: 900px;

	color: #000;

	background: url('./code.png') repeat-y;
	border: 0px solid #eee;
	border-width: 2px 2px 0px 0px;
	padding: 10px;
	margin: 0px 0px 10px 0px;

	font-size: 96%;
	letter-spacing: -0.3px;
}

strong {
	font-weight: bold;
	color: #59b;
}

em {
	font-style: italic;
}

.blue {
	background-color: #eef;
	padding: 4px;
}

.small {
	font-size: 70%;
	line-height: 140%;
}

/* Search results */
a.search {
	color: #00b;
	display: block;
	font-weight: bold;
}
p.searchDescription {
	margin: 0px;
	font-style: italic;
}
p.searchMatches {
	margin: 0px 0px 13px 0px;
}
span.searchMatches {
	font-weight: bold;
}



h1 {	/* Page header */
	font-size: 200%;
/*	margin-top: 40px; */
	margin-bottom: 10px;
	padding-bottom: 3px;

	width: 100%;
	padding-right: 20%;

	line-height: 110%;
	border-bottom: 1px solid #000;
	text-align: left;
	overflow: visible;
}

h2 {	/* Section header */
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {	/* Subtitle */
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}

h6 {	/* Second Page header */
	font-size: 150%;
	margin-bottom: 10px;
	padding-bottom: 3px;

	width: 100%;
	padding-right: 20%;

	line-height: 110%;
	border-bottom: 1px solid #000;
	text-align: left;
	overflow: visible;
}

p.search {		/* Search results header */
	border-bottom: 2px solid #bbd;
	width: 100%;
	font-weight: bold;
	margin-top: 5px;
}

p.date {
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: 90%;
}



/*
 * IE Fixes
 */
 /*
img { behavior: url("../system/iepngfix.htc"); }
a { behavior: url("../system/click.htc"); }
*/



/*
 * Layout
 */
#top {
	background: url('./top.png') no-repeat;
	background-position: 65px;
	width: 750px;
	height: 150px;
	display: block;
}

#left {
	background: url('./left.png') no-repeat;
	background-position: right;
	width: 250px;
	height: 450px;
	position: absolute;
	top: 150px;
	left: 0px;
}

#logo {
	background: url('./logo.jpg') no-repeat;
	width: 80px;
	height: 26px;
}

#content {
	width: 500px;
	margin-left: 265px;
	margin-bottom: 50px;
	/*display: block;*/

	line-height: 140%;
	font-size: 12pt;
	text-align: justify;

	padding-top: 40px;

	overflow: visible;
	clear: none;
}

#content img {
	display: block;
	margin: 0 auto;
}

/*
 * Happy little features of the main template
 */
#searchbar, #navbar, #articlebar {
	margin: 15px;
	float: right;
	text-align: right;
	display: inline;
}

#searchbar {
	margin-top: 50px;
	margin-bottom: 0px;
}

#navbar {
	margin: 15px;
	margin-top: 10px;
	text-align: right;
}

#articlebar {
	margin-top: 30px;
}


#searchField {
	width: 110px;
	float: left;
	margin: 0px;
	font-family: georgia, times, serif;
	height: 16px;
	border: 1px solid #ccd;
}

#searchButton {
	margin: 0px;
	margin-top: -1px;
	vertical-align: top;
	outline: none;
}

a.navbar, a.navbarPHP, a.navbarJava, a.navbarGeneral {
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

a.navbar {
	margin-top: 11px;
	color: #006;
	font-weight: bold;
}
a.navbar:hover {
	border-bottom: 1px solid #006;
}

a.navbarPHP, a.navbarJava, a.navbarGeneral {
	font-size: 90%;
	font-family: arial, sans-serif;
	color: #070;
}
a.navbarPHP:hover, a.navbarGeneral:hover {
	border-bottom: 1px solid #070;
}

a.navbarJava {
	color: #603;
}
a.navbarJava:hover {
	border-bottom: 1px solid #603;
}


#rss
{
	display: block;
	margin-top: 10px;
	width: 16px;
	height: 16px;
	float: right;
	background: url('rss_blue.png') no-repeat 100% 0;
	cursor: pointer;
	border: 0px;

	text-decoration: none;
	text-indent: -9999em;
}
#rss:hover
{
	background-image: url('rss_blue_highlight.png');
	text-decoration: none;
}


/*
 * COMMENTS
 */
#comments {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 150px;
}

div.comment {
	padding-top: 5px;
	margin-bottom: 10px;
}

p.commentName, p.commentText, p.commentDate {
	font-family: helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: 0px;
	line-height: 120%;
}

p.commentName {
	font-size: 96%;
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #aaa;
}

span.commentName {
	color: #163;
	font-weight: bold;
	margin-right: 2px;
}

p.commentDate {
	font-size: 80%;
	text-align: right;
}

#commentForm {
	margin-top: 50px;
}

#commentText {
	width: 100%;
	height: 8em;
	margin-bottom: 10px;
}

#commentName label {
	font-weight: bold;
}

#commentName {
	width: 100%;
	margin-bottom: 15px;
}

#commentImage {
	vertical-align: middle;
	width: 130px;
	height: 50px;
	float: left;
}

#commentVerification {
	float: left;
	margin-top: 14px;
	margin-left: 17px;
	width: 50%;
}

#commentSubmit {
	margin-top: 13px;
	float: right;
}

#commentError {
	color: #f00;
}

/*
 * Projects page
 */
#projects
{
	//
}
	#projects ul
	{
		list-style: none;
		width: 480px;
	}
	
	#projects span.version
	{
		font-family: courier new, monspace;
		font-size: 12px;
		display: block;
		margin-left: 10px;
	}

	#projects li
	{
		height: 10em;
		border-bottom: 2px ridge #bbb;
		padding: 1em;
		position: relative;
	}

	#projects a.download
	{
		display: block;
		position: absolute;
		bottom: 1.5em;
		right: 1.5em;
		color: #e14015;
		text-decoration: underline;
		font-family: courier new, monospace;
		font-size: 14px;
	}
	#projects a.download:hover
	{
		text-decoration: none;
	}
	
	#projects p
	{
		margin: 10px 0px 10px 0px;


