/*
html {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
*/

body {
	margin: 0;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.7em;
	/*height: 100%;
	overflow: auto;
	*/
}

#main {
	margin-left: 170px;
	padding: 25px;
	margin-right: 170px;
	}

#valid p {
	text-align: center;
	width: 100%;
	margin-left: 10px;
}

#menu {
	top: 0px;
	padding-top: 25px;
	padding-right: 10px;
	font-size: 1em;
	right: 2px;
	width: 150px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 2px;
	margin-left: 10px;
	position: absolute;
	background: rgb(246,246,246);
}

#menu a {
	font-weight: bold;
}

#menu table { font-size: 0.8em; }

.chapo { font-style: italic; }
#content blockquote { border-left: 2px solid #4b0000; padding: 5px 7px; font-style: italic;}
#comments blockquote { border: 0; padding: 0; }
dl { border: 1px dashed gray; padding: 20px; }
dt { font-weight: bold; color: gray; }
dd { text-align: justify; }

#menu h2 {
	border-bottom: 1px solid gray;
	color: gray;
	text-align: right;
	font-size: 1.3em
}

#menu ul {
	list-style-type: square;
}

#prelude {
	font-size: 0.8em;
}

h1, #prelude {
	margin-left: 253px;
}

#footer {
	font-size: 0.8em;
	text-align: center;
}

a { color: #4b0000; text-decoration: none; }
a:hover { text-decoration: underline; }

p { text-align: justify; }

p.day-date {
	text-align: right;
	font-weight: bold;
	color: gray;
	font-size: 0.9em;
	border-right: 10px solid gray;
	border-bottom: 1px solid gray;
	padding-right: 5px;
}

h2 a {
	color: #4b0000;
	font-size: 1em;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid;
	border-left: 10px solid;
	padding-left: 5px;
	margin-top: 5px;
	width: 100%;
}


h2 a:hover {
	text-decoration: none;
}

h3 {
	border-left: 10px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
}

p.post-info, p.post-info-co {
	font-size: 0.8em;
	color: gray;
}

p.post-info {
	text-align: right;
}

p.post-info a {
	color: #789;
	font-weight: bold;
	text-decoration: none;
}

p.post-info a:hover {
	background-color: #F1F1F1;
}

.invisible { visibility: hidden; clear: both; }

#comments label { display: block; }

fieldset { border: 0; }
input, textarea { border: 1px solid #741; }
#comments label.inline { display: inline; }
.cal td { text-align: right; font-size: 1em;}

img {
	border: none;
}

