/* Per-tag attributes */
body {
	margin: 0px;
	padding: 3%;
	font-family: 'Verdana', 'Arial', sans-serif;
	background: url('../images/mainbg.gif') top left repeat;
}

td {
	padding: 4px;
	text-align: center;
	font-size: x-small;
}

a {
	color: rgb(40,50,70);
	text-decoration: none;
}

a:hover {
	color: rgb(90,100,120);
	text-decoration: underline;
}

dt {
	color: rgb(80,50,50);
	font-weight: bold;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dashed rgb(100,110,130);
	text-transform: uppercase;
	font-size: xx-large;
}

h2 {
	margin-top: 25px;
	font-size: x-large;
	clear: both;
	margin-bottom: 3px;
}

h3 {
	margin-top: 0px;
	font-size: large;
	clear: both;
}

p {
	text-align: justify;
}

img {
	border: 0px;
}

img.middle {
	vertical-align: middle;
}

img.bottom {
	vertical-align: text-bottom;
}

p.smallpara {
	margin-bottom: 2px;
	margin-top: 2px;
}

/* Class definitions */
.heading {
	font-size: xx-large;
	font-weight: 900;
	color: rgb(10,20,40);
}

.top {
	padding: 10px 2em 0px 2em;
	margin-bottom:  10px;
	background-color: rgb(130,140,160);
	border: 2px solid rgb(110,120,140);
	-moz-border-radius: 1em;
	border-radius: 1em;
}
/*
.content {
	position: relative;
}
*/
.main {
	//position: relative;
	padding: 2em;
	margin-left: 195px;
	background-color: rgb(180,190,210);
	border: 2px solid rgb(160,170,190);
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.leftbar {
	position: absolute;
	padding: 0px 10px 10px 10px;
	width: 160px;
	left:  3%;
	background-color: rgb(150,160,180);
	border: 2px solid rgb(130,140,160);
	-moz-border-radius: 1em;
	border-radius: 1em;

}

.imgright {
	position: relative;
	right: 0px;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 0.7em;
}

.imgleft {
	position: relative;
	left: 0px;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0.7em;
}

.janitor {
	clear: both;
}

.techinfo {
	text-align: center;
	margin-top: 10px;
}

.techinfo img {
	margin: 3px;
}

.patch {
	font-family: monospace;
	background-color: rgb(200,210,230);
	border: 1px solid rgb(160,170,190);
	padding: 10px;
	margin: 10px 10px 0px 10px;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}

.caption {
	margin-top: 0px;
	color: rgb(100,100,100);
	text-align: center;
}

.command {
	color: rgb(105,105,155);
	font-weight: bold;
}

.comment {
	color: rgb(100,100,100);
	font-style: italic;
}

.update {
	color: rgb(200,0,0);
	font-weight: bold;
}

.filename {
	color: rgb(55,55,105);
	font-weight: bold;
}

.center {
	text-align: center;
}

.docdesc {
	padding-left: 60px;
	background: url('../images/techdoc.png') top left no-repeat;
}

.softdesc {
	padding-left: 60px;
	background: url('../images/executable.png') top left no-repeat;
}

.docfiles {
	padding-left: 10px;
	margin-bottom: 3em;
}

@media print {
	body {
		background: none;
	}
	.top {
		display: none;
	}
	.leftbar {
		display: none;
	}
	.main {
		background: none;
		border: 0px;
	}
}


/***************
 * Blog entrys *
 ***************/

.blogentry {
	margin-bottom: 30px;
	margin-top: 20px;
}

.blogheader {
	padding: 0px;
	margin: 0px;
}

.blogtitle {
	border: 1px solid rgb(155,165,185);
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: large;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	background-color: rgb(170,180,200);
}

.blognav {
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 1px solid rgb(165,175,195);
	background-color: rgb(185,195,215);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
}

.blogwrap {
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	margin-top: -10px;
	margin-left: 20px;
	margin-bottom: -10px;
	margin-right: 20px;
	background: rgb(190,200,220);
	border: 1px solid rgb(170,180,200);
}

.blogbody {
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 60px;
	background: url('../images/blogpost.png') top left no-repeat;
}

.bloglinks {
	text-align: right;
	font-family: monospace;
}

/************************************************ 
 * Rollover effects for the top menubar buttons *
 ************************************************/

/* This is just a fallback for non-CSS browsers, remove it for CSS-enabled ones */
.topbuttonimg {
	visibility: hidden;
}

/* Common to all buttons */
div.topbutton a {
	display: block;
	text-decoration: none;
	color: rgb(70,80,100);
}

div.topbutton a:hover {
	background-image: none;
	text-decoration: none;
	color: rgb(40,50,70);
}

/* This is just a fallback for non-CSS browsers, remove it for CSS-enabled ones */
.micon {
	visibility: hidden;
}

/* Common to all buttons */
div.mrow a {
	display: block;
	background: url('../images/menu/menu-inactive.gif') center left no-repeat;
}
div.mrow a:hover {
	background-image: none;
}
.mrow {
	text-indent: 18px;
	background: url('../images/menu/menu-hover.gif') center left no-repeat;
}
.mrowa {
	text-indent: 18px;
	background: url('../images/menu/menu-current.gif') center left no-repeat;
}

.mrow1 {
	margin-left: 4px;
}

.mrow2 {
	margin-left: 8px;
}

.mrow3 {
	margin-left: 12px;
}

.mrow4 {
	margin-left: 16px;
}

.micon {
	vertical-align: middle;
}

.mheadpassive {
	margin-top: 10px;
	margin-bottom: 5px;
	color: rgb(10,20,40);
	font-weight: 700;
	padding: 3px;
	border-bottom: 1px dashed rgb(10,20,40);
}

.mheadactive {
	margin-top: 10px;
	margin-bottom: 5px;
	color: rgb(10,20,40);
	font-weight: 700;
	padding: 3px;
	border-bottom: 1px dashed rgb(10,20,40);
}

.mbottom {
	margin-top: 5px;
	margin-bottom: 0px;
	color: rgb(10,20,40);
	font-weight: 700;
	padding: 0px;
	border-top: 1px dashed rgb(10,20,40);
	text-align: center;
	font-size: x-small;
}

.mfooter {
	font-size: xx-small;
	font-family: monospace;
}

