* {
margin: 0;
padding: 0;
}
body {
color: #444;
background: #aa9975 url(./images/back.png) left bottom repeat-x;
background: #4b7795 url(./images/footer-logo.png) center bottom no-repeat;
background-attachment: fixed;
font-family: Verdana, Arial, sans-serif;
font-size: 62.5%;
margin: 20px 0 120px;
}
img {
border: none;
}
a {
color: #00a;
text-decoration: underline;
}
a:hover {
color: #00f;
background: #f6f6f6;
text-decoration: none;
}
a:focus, a:active {
color: #fff;
background: #006;
}
#skiplinks {
text-align: right;
width: 770px;
margin: 5px auto;
}
#skiplinks li {
display: inline;
list-style-type: none;
}
#skiplinks li a {
color: #fff;
padding: 2px 3px;
background: #1b6785;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
#skiplinks li a:hover, #skiplinks li a:active, #skiplinks li a:focus {
color: #000;
background: #ffe;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
h1 {
padding: 10px;
font-size: 2.5em;
font-weight: 100;
letter-spacing: 4px;
line-height: .9;
margin-left: 220px;
}
h1 span {
color: #141445;
font-weight: 700;
}
#header {
text-transform: lowercase;
color: #fff;
background: #4b7795;
border-top: 2px solid #faac56;
border-bottom: 2px solid #faac56;
color: #fff;
font-family: Georgia, 'Arial Narrow', Arial;
padding: 10px 0;
margin: 15px -10px;
}
#outer {
width: 760px;
margin: 0 auto;
font-size: 1.2em;
background: #fffafa url(./images/left-col.png) repeat-y;
padding: 15px 10px;
border: 2px solid #faac56;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
#inner {
padding: 15px 0;
}
#logo {
float: left;
width:200px;
text-align: center;
background: #f6f6f6;
padding: 0 9px;
margin-left: -10px;
}
#navigation {
width: 184px;
padding: 8px;
float: left;
clear: left;
font-size: 1.1em;
}
#navigation li {
list-style-type: none;
}
#navigation li a, #navigation li span, #navigation li.active {
text-decoration: none;
padding: .25em 2px .25em 5px;
display: block;
width: 177px;
}
#navigation li.active {
color: #000;
background: #fff url(./images/active.png) left 50% no-repeat;
}
#navigation li a:hover {
background: #ded5be;
color: #22f;
text-decoration: underline;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#navigation li a:focus, #navigation li a:active {
background: #ddf;
}
#navigation ul ul {
font-size: .9em;
}
#navigation ul ul li a {
padding: .2em;
padding-left: 2em;
width: 157px;
}
#content {
margin-left: 220px;
font-size: 1.2em;
}
#content p, h2, h3{
padding: 10px 0;
line-height: 1.5;
}
h2, h3 {
padding-bottom: 0;
font-family: Georgia, Garamond, 'Times New Roman', serif;
}
h2 {
font-size: 1.3em;
color: #000;
border-bottom: 2px solid #4b8795;
}
h3 {
margin-bottom: -10px;
font-size: 1.2em;
}
#content ul, #content ol, #content dl {
padding: .5em 3em;
}
#footer {
clear: both;
text-align: center;
padding: .5em 0 .5em 0;
margin: 0 -10px -15px;
}
#footer {
background: #faac56 url(./images/footer-orn2.png) 70px 0 repeat-y;
color: #210;
border-top: 1px solid #775553;
border-bottom: 1px solid #775553;
margin-top: 20px;
}
.floatright {
float: right;
padding: .1em;
margin: .25em;
}
fieldset {
padding: 0;
margin: 1em 0;
border: none;
}
fieldset fieldset {
padding: 10px 0;
}
#formwrap {
margin: 0;
}
input, select {
font-size: 1em;
height: 1.1em;
border: 1px solid #ccc;
background: #fff;
padding: .2em;
}
select {
height: 1.6em;
}
legend {
font-weight: 700;
border-bottom: 1px solid #aaa;
}
textarea {
border: 1px solid #ccc;
background: #fff;
width: 90%;
}
.button {
height: 1.8em;
font-weight: 700;
margin: .75em 0;
}
input:hover, select:hover, textarea:hover {
background: #f3f3f3;
}
input:focus, select:focus, textarea:focus {
background: #fff;
border: 2px solid #999;
}
.button:hover {
background: #666;
color: #fff;
}
.button:focus {
color: #f3f3f3;
background: #999;
}
#mainlegend {
display: none;
}
blockquote {
border-left: 5px solid #88a;
padding-top: 10px;
margin: 10px;
background: #f6f6f6;
}
#content .board, #content #execboard {
padding: 0;
margin: 0;
list-style-type: none;
}
.board li, #execboard li {
padding: 10px 0;
display: block;
font-size: .9em;
}
#execboard li {
padding: 10px 0;
}
.whythis a {
text-decoration: none;
}
.whythis a:hover {
color: #00b;
background: none;
}