/* CSS for HA */

* {
  /* use sensible settings */
  box-sizing: border-box;
}

body {
background-color: white;
font-size: 100%;    /* for browser compatibility */
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
width: 90%;
}

a:link {color: red; text-decoration: underline;}
a:visited {color: #a02a0c; text-decoration: underline;}
/* a:hover {color:blue; text-decoration:none;}
a:active {color:red; text-decoration:underline;} */

p, h1, div#links {
font-family: Palatino, "Times New Roman", serif;
font-size: 1em;
color: black;
}
p {
text-align:justify;
}
h1 {
font-size: 1.5em;
font-weight: heavy;
color: #181868;
}

#pageheader {
font-weight: heavy;
text-align: center;
margin: 0px 0px 10px 0px;
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
width: 100%;
background-color: #efefef;
position: fixed;
top: 0px;
left: 0px;
}
#headerlinks {
list-style-type: none;
margin: 0;
padding: 0;
}
#linklist li {
display: inline;
padding: 0px 20px 0px 20px;
}

#pagefooter {
clear: both;
}

div#logo {
text-align: left;
margin: 0px;
padding: 50px 0px 10px 0px;
}

span.firstLetter {
float: left;
width: .7em;
font-size: 300%;
line-height: 80%;
}

.formEntry {
padding: 5px 0 15px 0;
clear: both;
}
.fieldDescription {
font-family: Palatino, serif;
font-size: 1.1em;
font-style: italic;
width: 150px;
float: left;
border: 1px solid #dfdfff;
border-width: 1px 0 0 0;
padding: 2px 0 0 0;
margin: 0;
}
.formField {
display: inline;
font-family: sanserif;
font-size: 1.05em;
margin: 0;
}
input, textarea {
border: 1px solid #bfbfff;
padding: 5px;
margin: 0;
}
input:focus, textarea:focus {
outline: 2px solid orange;
}
input[type=submit] {
background-color: #dde;
font-family: serif;
font-style: italic;
font-size: .8em;
}

.copyright {
clear: both;
margin: 50px 0 25px 0;
/* padding: 5px 0 0 0;
border-top: 1px solid #c04a1c; */
}
.small-center, .small-right, .small-left {
font-size: .8em;
text-align: center;
margin: 0px;
}
.small-right {
float: right;
}
.small-left {
float: left;
}

.float-right {
margin: 0px 0px 20px 30px;
float: right;
}
.float-left {
margin: 0px 30px 20px 0px;
float: left;
}

div.nogo {
    visibility: hidden;
}
