/*body, ol, ul, li, dd, dl, dt,
h1, h2, h2, h4, h5, h6,
div, p, pre, form, img, hr {
	padding: 0;
	border: 0;
	margin: 0;
}*/

html, body {
	background: rgb(55, 58, 61);
	font-family: "trebuchet ms", trebuchet, tahoma, verdana, arial, sans-serif;
}
body {
	font-size: 0.95em;
}

img {
	border: 0px;
}

.project ul ul li {
	margin-left: -15px;
	margin-right: -10px;
	font-size: 90%;
}

#globalContainer {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid silver;
	width: 900px;
	-moz-border-radius: 10px;
	line-height: 150%;
	background: white;
}
h1 {
	font-family: verdana;
	font-size: 75px;
	color: silver;
	padding-left: 20px;
	background: rgb(237, 236, 230);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

#mainmenu {
	background: #536376 url(title-bg.png) repeat-x top;
	padding-left: 78px;
	font-size: 1.4em;
	position: relative;
}
#mainmenu a {
	color: white;
	text-decoration: none;
	margin-right: 49px;
}

#mainmenu a.bloglink {
	position: absolute;
	margin-right: 0px;
	right: 20px;
}

#mainmenu a:hover {
	color: black;
}

#content {
	padding: 20px;
}

.project {
	margin-bottom: 20px;
	width: 400px;
	border: #536376 1px solid;
	-moz-border-radius: 6px;
	padding: 10px;
	padding-top: 0px;
	background: rgb(237, 236, 230);
}

.project:hover {
	border: 1px solid silver;
}

.project a {
	color: black;
	text-decoration: none;
}

.project a:hover {
	color: maroon;
}

.project:hover a {
	text-decoration: underline;
}

.project h2 {
	margin-top: 0px;
	line-height: 120%;
	background: #536376 url(title-bg.png) repeat-x top;
	font-size: 1.2em;
	color: rgb(237, 236, 230);
	margin-left: -10px;
	margin-right: -10px;
	padding: 1px 0 2px 10px;
}
.project:hover h2 {
	background: silver url(title-bg-hover.png) repeat-x top;
}

.leftbox {
	float: left;
}
.rightbox {
	float: right;
}

.contentBox {
	float: right;
	width: 600px;
	color: #222;
	border: 1px solid white;
	padding: 5px;
}

.contentBox:hover {
	color: black;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	background: rgb(237, 236, 230);
}

.contentBox h2 {
	color: rgb(55, 58, 61);
	font-size: 1.2em;
	margin-top: 2px;
}

.contentBox h3 {
	color: rgb(55, 58, 61);
	font-size: 1.1em;
	margin-top: 2px;
	margin-bottom: 0px;
}

.contentBox a {
	color: #435a70 /*black*/;
}

.contentBox a:hover {
	color: maroon;
}

#footer {
	clear: both;
	color: silver;
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: -3px;
}
#footer:hover {
	color: gray;
}

.geshi_code {
	margin-left: 10px;
	font-size: 85%;
	background: #eee;
}
.geshi_code li {
	background: white;
}
.geshi_code li:hover {
	background: rgb(255,255,224);
}
.geshi_code li > div {
	padding-left: 5px;
}

ul.dirs li {
	list-style-image: url("http://files.gluefish.net/folder.png");
}

ul.files li {
	list-style-image: url("http://files.gluefish.net/page_white_copy.png");
}

ul.files li .filesize {
	font-size: 80%;
}

ul.files li .filetime {
	font-size: 80%;
	color: silver;
}

code pre {
	background: #eee;
	border: silver 1px dashed;
	padding: 5px;
}

/*:mode=css:tabSize=4:indentSize=4:noTabs=false:folding=indent:encoding=UTF8:*/
