/* ----- DOCUMENT -----------------------------------------------------------*/

* {
	font-family: Georgia, Tahoma, Sans-Serif;
	font-size: 10pt;
	color: rgb(0, 0, 0);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

html, body {
	height: 100%;
}

body {
	/* margin: 1em; */
	background-color: rgb(255, 255, 255);
	background-image: url(images/background.gif);
}

/* ----- LISTS --------------------------------------------------------------*/

ul {
	list-style-type: none;
	padding: 0 0 0.5em 0.5em;
}

li:before {
	content: "- ";
}

li.Header {
	font-weight: bold;
	letter-spacing: 0.25em;
}

li.Header:before {
	content: "";
}

#Content li {
	letter-spacing: normal;
	padding: 0.1em 0 0.1em 0;
}

li > ul {
	padding: 0 0 0 1em;
}

/* ----- PARAGRAPH ----------------------------------------------------------*/

p {
	text-align: justify;
	margin: 0 0.5em 1em 0.5em;
}

p.code {
	padding: 0.25em;
	border: 1px solid rgb(100, 100, 100);
	background-color: rgb(245, 245, 245);
	text-align: left;
	line-height: 20px;
}

/* ----- HEADER -------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 8pt;
}

/* ----- AREAS --------------------------------------------------------------*/

#Main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 700px;
	margin: 0 auto;
	background-color: rgb(255, 255, 255);
	border: 0;
	border-right: 1px solid rgb(100, 100, 100);
	border-left: 1px solid rgb(100, 100, 100);
}

#Header {
	width: 100%;
	border-bottom: 1px solid rgb(100, 100, 100);
	background-color: rgb(239, 255, 255);
}

#Content {
	width: 75%;
	height: 50%;
	float: right;
}

#Menu {
	width: 25%;
	float: left;
}

.MenuBlock {
	width: 90%;
	border: 1px solid rgb(100, 100, 100);
	margin: 0.75em auto;
	line-height: 1.5em;
	background-color: rgb(239, 255, 255);
	padding: 0.25em 0 0.25em 0;
}

.MenuBlock a {
	color: rgb(0, 100, 165);
	text-decoration: none;
}

.MenuBlock a:hover {
	color: rgb(242, 137, 0);
	text-decoration: none;
}

.Block {
	width: 98%;
	border: 1px solid rgb(100, 100, 100);
	background-color: rgb(239, 255, 255);
	margin: 0.75em 0 0 0;
}

.BlockInline {
	padding: 0.25em 0.25em 0.25em 0.5em;
}

#Footer {
	clear: right;
}

/* ----- HYPERLINKS ---------------------------------------------------------*/

#Content a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}

#Content a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#Content a[rel~="friend"]:after {
	content: " *";
}

#Content a.pname {
	text-decoration: none;
}

/* ----- HIGHLIGHTING -------------------------------------------------------*/

span.Element {
	color: rgb(0, 0, 255);
	font-weight: bold;
}

span.Parameter {
	color: rgb(165, 40, 40);
	font-weight: bold;
}

span.Number {
	color: rgb(0, 0, 255);
}

span.PHP {
	color: rgb(0, 128, 128);
}

span.String {
	color: rgb(165, 40, 40);
}

span.Keyword {
	color: rgb(0, 0, 0);
	font-weight: bold;
}

span.Comment {
	color: rgb(150, 150, 150);
	font-style: italic;
}

/* ----- IMAGES -------------------------------------------------------------*/

img {
	border: 0;
}

div.Adsense {
	margin: 0.5em 0 1em 0;
	text-align: center;
}

/* ----- MISC ---------------------------------------------------------------*/

acronym {
	cursor: help;
}