@charset "iso-8859-1";

body {
	top: 0; left: 0;
	font-family: Arial,sans-serif;
	margin: 0;
	background: white url('../images/background.png') scroll no-repeat top left;
}

img a {
	border-width: 0px;
}

/*****************************************************************************/

#title {
	position: absolute; top: 0; left: 0;
	/*width: 800px;*/ height: 100px;
	padding-left: 10px; padding-right: 10px;
	width: auto;
}
#title p {
	color: black;
	font-weight: bold;
	font-size: 5em;
	font-variant: small-caps;
	font-family: Arial,sans-serif;
	margin: 0; padding: 0;
	vertical-align: middle;
}
#title p.tagline {
	color: black;
	font-weight: normal;
	font-size: 1.2em;
	font-variant: small-caps;
	font-style: italic;
	margin: 0 0 0 3em; padding: 0;
}

/*****************************************************************************/

#wrapper {
	position: absolute; top: 201px; left: 201px;
	width: auto;
	padding-left: 8px; padding-top: 8px;
}
#content {
	padding-right: 5px;
}
#footer {
	width: auto;
	border: 1px dotted blue;
	background-color: #777;
}
#footer p {
	margin-top: 0; margin-bottom: 0;
	color: white;
	font-weight: bold;
}
#footer p a {
	color: white;
	font-style: italic;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#menu {
	position: absolute;
	top: 215px; left: 10px;
	width: 171px;
	margin: 0; padding: 0;
}
body > #menu {
	position: absolute;
	top: 225px; left: 10px;
	width: 181px;
}
#menu ul {
	position: relative;
	top: 0; left: -10px;
	margin: 0; padding: 0;
}
#menu > ul {
	top: 0; left: 0;
}
#menu ul li {
	position: relative;
	top: auto; left: 0;
	margin-top: 5px; margin-bottom: 5px;
	width: 100%; height: 1.2em;
	background-color: white;
	list-style: none inside none;
	text-align: center; vertical-align: middle;
	-moz-border-radius: 8px;
}
#menu ul li p {
	vertical-align: middle;
	position: relative;
	margin-top: 0; margin-bottom: 0;
}
#menu ul li p a {
	color: blue;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 { font-variant: small-caps; }
h1 { color: #216e29; }
h2 { color: #65ABEC; }
h3 { color: #BC8838; }
h4 { color: #8838BC; }
h5 { color: #BC4638; }
h6 { color: #216e29; }

#content p {
	text-align: justify;
}

/*****************************************************************************/

.sidebar-right {
	width: 200px;
	float: right;
	border: 1px solid black; -moz-border-radius: 8px;
	margin-left: 5px; margin-top: 5px; margin-bottom: 5px;
	padding: 5px;
	background-color: #65ABEC; /*#176cbc;*/
}
#leftbar {
	position: absolute;
	top: 534px; left: 0;
	width: 189px;
	height: auto; /*height: 189px;*/
	border: 1px solid black;
	padding: 5px;
	-moz-border-radius: 8px;
}

/*****************************************************************************/

blockquote {
	border-left: 5px solid #CCC;
	padding-left: 5px;
}

/*****************************************************************************/

div.code { 
	background-color: #DDD;
	padding: 5px;
	border: 1px solid black;
	counter-reset: line;
	overflow: auto;
}
div.code code span.line {
	display: block;
	counter-increment: line;
	line-height: 1.2em;
	margin: 0; padding: 0;
}
div.code code span.line:before {
	content: counter(line, decimal-leading-zero) ': ';
}
div.code p.filename {
	margin: 0 0 10px 0;
	font: italic small-caps bold 1em/1em Arial,sans-serif;
	border-bottom: 1px solid black;
}

/*****************************************************************************/

#leftbar div.box { 
	border: 1px solid black;
	color: black; background-color: rgb(230,230,230);
	margin: 0 0 5px 0; 
	padding: 0;
}

#leftbar div.box p { 
	border-left: 5px solid rgb(191,191,191);
	font-size: 0.8em;
	margin: 0;
	padding: 1px 5px 1px 5px;
	/*text-align: justify;*/
	width: auto;
}

#leftbar div.box p.bartitle {
	top: 0; left: 0;
	margin: 0 0 0 0; padding: 0 0 0 5px;
	border-left: 5px solid rgb(51,51,51); background-color: rgb(191,191,191);
	font-weight: bold;
}

#leftbar div.box.humor { color: black; background-color: rgb(220,238,204); }
#leftbar div.box.humor p.bartitle { border-left: 5px solid rgb(79,168,0); background-color: rgb(167,211,127); }
#leftbar div.box.humor p { border-left: 5px solid rgb(167,211,127); }

#leftbar div.box.tech { color: black; background-color: rgb(222,220,242); }
#leftbar div.box.tech p.bartitle { border-left: 5px solid rgb(89,79,191); background-color: rgb(172,167,223); }
#leftbar div.box.tech p { border-left: 5px solid rgb(172,167,223); }

#leftbar div.box.personal { color: black; background-color: rgb(253,249,201); }
#leftbar div.box.personal p.bartitle { border-left: 5px solid rgb(247,224,23); background-color: rgb(251,239,139); }
#leftbar div.box.personal p { border-left: 5px solid rgb(251,239,139); }

#leftbar div.box.rpg { color: black; background-color: rgb(248,216,211); }
#leftbar div.box.rpg p.bartitle { border-left: 5px solid rgb(222,59,33); background-color: rgb(238,157,144); }
#leftbar div.box.rpg p { border-left: 5px solid rgb(238,157,144); }

.hide {
	display: none;
}