/*
	$Id: diary.css,v 1.8 2005/09/26 11:55:43 gf Exp $
*/

/* Fonts */
body { font:normal 12pt Verdana,Arial,Sans-Serif; }
td { font:normal 12pt Verdana,Arial,Sans-Serif; }
h4 { font:bold 14pt Verdana,Sans-Serif; }
h5 { font:bold 13pt Arial,Verdana,Sans-Serif; }

form { padding: 10px; }

p { text-indent: 2%; text-align: justify; }
p.noindent { text-indent: 0px; text-align: justify; }
p.title { text-align: center; font-weight: bold; }
p.date { font-style: italic; }

hr { margin:5px; }

h4 { padding-bottom: 0; margin-bottom: 0; text-align: center; }
h5 { text-indent: 8px; text-align: left; padding: 3px 10px 3px 0px; margin-bottom: 0px; }
strong { font-weight:bold; }
td a { font-weight:normal; }
a { font-weight:bold; text-decoration: underline; }
b small { border-bottom:1px dashed black; }

blockquote { font-size:smaller; border-radius: 10px; -moz-border-radius: 10px; }
blockquote h5 { border-radius: 10px; -moz-border-radius: 10px; }
blockquote a { font-style: italic; }
blockquote p { text-indent:0px; padding-left:10px; padding-right:10px; margin-top:5px; margin-bottom:5px; }
blockquote div p { font-style:italic; padding-left:15px; padding-right:15px; }
blockquote div p.author { padding-left:10px; padding-bottom:10px; font-size: smaller; font-style:normal; }
blockquote hr { display: none; }
div.commentbody { overflow: auto; }

.cmtlinks { padding-left: 10px; padding-right: 10px; }
.formerr { color: red; font-style: italic; }

#copyright { font-style:italic; font-size:smaller; text-align: center; margin-left: 4%; margin-right: 4%; }
#copyright hr { margin:5px; }
#buttons { margin-left: 4%; margin-right: 4%; text-align: right; }
#archive {font-size:smaller; padding: 0px 0px 0px 10px}

.ie { background-color:red; color:yellow; font-weight:bold; }
.ie A { color:white; }
.ie A:hover { color:silver; }
.ie P { margin-left: 5%; margin-right: 5%; }


/* Hide */
#head { display:none; }
#foot { display: none; }

#main {
	margin-left: 4%;
	margin-right: 4%;
}

#head {
	margin: 5px;
	padding: 20px 20px 5px 20px;
	height: 80px;
}

#head h1 {
	margin: 0px;
}

#head p {
	margin: 0px 0px 0px 0px;
	font-size: 13pt;
	text-align: left;
	letter-spacing: 2px;
}

#cont {
	margin-right: 0px;
	padding: 0px;
	width:99%;
}

#menu {
	float: right;
	width: 15%;
	margin: 3px;
	padding: 5px;
	list-style-type: none;
}

#menu li a {
    padding: 0px 0px 0px 10px;
	font-weight:normal;
}

#foot {
    text-align: right;
    padding: 10px 0 0 0;
}

#foot p {
    text-align: right;
    margin: 0px;
}

#archive li a {padding:0px 0px 0px 2px;}

/* Green colors */
body { background-color: #A3FF91; color: #000000; }
h5 { color:#032C43; background-color: #36FF4c; }

blockquote { background-color: #93EF81; }
.cmtlinks { background-color: #93EF81; }

blockquote h5 { background-color:#26eF3c; }
blockquote p.author { border-bottom:1px solid #578E4D; }

a { color:#000000; }
a:hover{ color:#1d1ddc; }

#head { background-color: #A0F081; border: 2px solid #505051; }
#menu { border:2px solid #36FF4c; background-color:#A3FF91; }

code,pre{background-color:black;color:silver;padding:2px;}
