/* css document */

body {
color:#000;
background:#fff;
margin:2em;
font-family:"Georgia", "Times New Roman", "MS Serif", serif;
}

a {
color:#00a;
}

a:visited {
color:#606;
}

a:hover {
color:#00f;
}

/* accessability */

.hide {
display:none;
}

/* title */

#title a, #title img {
border:none;
text-decoration:none;
color:#358;
}

h1 {
font-family:"Georgia" !important;
font-weight:bold;
font-style:italic;
font-size:3em;
margin:0 !important;
}

#head1 {
font-size:1.2em;
font-weight:bold;
color:#b94;
}

#head2 {
font-size:1.2em;
font-weight:bold;
font-style:italic;
color:#aaa;
}

#badge {
position:absolute;
top:2em; right:3em;

}

/* content */

#main {
}

h1, h2, h3, h4 {
font-family:"Verdana", "Arial", "MS Sans Serif", "sans serif";
margin:0.5em 0;
}

#main p {
text-align:justify;
}

dt {
margin-top:0.5em;
}

dd {
text-indent:2em;
}

.error {
color:#f00;
font-weight:bold;
}

.ok {
color:#0a0;
font-weight:bold;
}

/* tables */

table {
border:1px solid #eee;
}

th {
border:1px solid #ccc;
text-align:center;
background:#eee;
}

td {
text-align:right;
}

tr td:first-child {
text-align:left;
}

table ul {
margin:0 0 0 1.5em;
padding:0;
text-align:left;
}

/* menu */

#menu {
float:left;
margin:0 1em 1em 0;
}

#menu ul {
padding:0;
margin:0;
list-style-type:none;
border:1px solid #ccc;
border-width:0 1px 1px 0;
}

	/* Fix IE */
	* html #menu ul li a { width: 4.5em; }
	/* End */

#menu ul li a {
display:block;
height:2em;
padding:0.25em 1em;
line-height:2em;
font-family:"Verdana";
text-decoration:none;
background:#eee;
color:#000;
font-weight:bold;
border-left:0.3em solid #a80;
}

#menu a:hover {
background:#ffe;
border-left:0.3em solid #358;
}

#menu a:active {
background:#ffa;
}

/* search */

#search {
display:none;
position:absolute;
top:1em;
right:12em;
}

/* toolbar */

#topbar {
background:#EFCE6B;
padding:1em 0;
border-bottom:0.3em solid #a80;
border-top:1px solid #feb;
}

#topbar div { /* toolbar */
background:#F3E1AF;
line-height:2em;
padding:0 0.5em;
border-bottom:1px solid #a80;
border-top:1px solid #ffd;
}

#topbar ul {
padding:0;
margin:0;
}

#topbar li {
display:inline;
list-style-type:none;
}

/* footer */

#footer {
padding-top:6px;
background:url('images/footer_top.jpg') repeat-x top;
text-align:right;
font-size:0.8em;
color:#666;
/* font-family:"Courier New", "Courier", "monospace";*/
}

#footer address {
white-space:pre;
}

/* forms */

label {
cursor:pointer;
}

input, textarea {
vertical-align:middle;
}

textarea {
width:80%;
height:5em;
}

/* buttons */

.button {
border:1px outset;
text-decoration:none;
padding:0 0.25em;
margin-right:0.15em;
color:#eee !important;
font-family:"Verdana", "MS sans serif", "sans serif";
font-weight:bold;
}

.button:hover {
color:#fff !important;
}

.button:active {
border-style:inset;
}

#login {
background:#B99A58;
border-color:#ca6;
}

#email {
background:#76d;
border-color:#76d;
}

#feedback{
background:#6E951B;
border-color:#6E951B;
}

#rss {
background:#F18E1A;
border-color:#F18E1A;
}

#site {
background:purple;
border-color:purple;
}

#map {
background:#6bf;
border-color:#6bf;
}

#access {
background:#d75;
border-color:#d75;
}

#admin {
background:#a64;
border-color:#a64;
}

