/*
	$Id: diary.css,v 1.5 2004/06/09 15:16:48 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; }

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; }
table.menu { margin-left:5px; }
td a { font-weight:normal;}
a { font-weight:bold; text-decoration: none; font-size: 10pt; }
b small { border-bottom:1px dashed black; }

blockquote { font-size:smaller; border-radius: 20px; -moz-border-radius: 20px; }
blockquote h5 { border-radius: 20px; -moz-border-radius: 20px; margin: 0; }
blockquote a { font-style: italic; }
blockquote p { text-indent: 0px; text-align: left; font-style: italic; padding-left: 10px; padding-right: 10px; }
blockquote p.author { padding-bottom: 5px; }
blockquote hr { display: none; }

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

#spacer { margin-left: 8%; margin-right: 8%; }

.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%; }

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

#head {
    display: none;
}

#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;
}
								    
/* Green colors */
body { background-color: #305A7A; color: #EEEEEE; }
h5 { color:#CCCCDD; background-color: #3E7096; }
#menu { border:3px solid #3E7096; background-color:#2E6086; }

blockquote { border:3px solid #3E7096; background-color: #2E6086; }
.cmtlinks { background-color: #3E7096; }

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

a { color:#AABBE0; }
a:hover{ color:#AACCEE; }

hr { color: #000000; }
