html {
    height: 100%;
}

body { 
    background-color: [% site.col.page %];
    color: [% site.col.text %];
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    position: relative;
    min-height: 100%;
}     

* html #container {
    /* IE */
    height: 100%;
}     

#header {
    background-color: [% site.col.shead %];
    /*border-bottom: 0.1em solid [% site.col.sline %];*/
    color: [% site.col.stext %];
}

#header img {
    border: 0.1em solid [% site.col.sline %];
    float: right;
    padding: 0;
    margin: 0.5em;
}

#navigation {
    background-color: [% site.col.shead %];
    border-bottom: 0.1em solid [% site.col.sline %];
    text-align: center;
    padding: 0.1em;
    color: [% site.col.stext %];
}

#content {
    padding: 1em 1em 5.1em 1em; /* top right bottom left */
    max-width: 60em;
}

* html #content {
    /* IE */
    padding: 1em 1em 5.1em 1em; /* top right bottom left */
    width: 50em;
}

#footer {
    background-color: [% site.col.shead %];
    text-align: center;
    border-top: 0.1em solid [% site.col.sline %];
    position: relative;
    margin-top: -5.1em;
    width: 100%;
    padding: 0.5em 0 3.1em 0; /* top right bottom left */
    color: [% site.col.stext %];
}

#footer img {
    /*border: 0.1em solid [% site.col.sline %];*/
    border: 0;
    float: right;
    padding: 0;
    margin: 0.5em;
}

* html #footer {
    /* IE */
    position: absolute;
}

h1.title {
    padding: 0.5em;
    margin: 0;
}

hr {
    color: [% site.col.sline %];
    background-color: [% site.col.sline %];
    border: 0;
    height: 0.1em;
}

img {
    border: 0;
}

th {
    text-align: left;
}

strong {
    color: [% site.col.stext %];
    font-weight: bold;
}

.small {
    font-size: 0.7em;
}

.message {
    color: [% site.col.message %];
}

.error {
    color: [% site.col.error %];
}

.submit {
    /*padding-top: 1em;*/
    /*display: block;*/
}

.submit_inline {
   display: inline;
}

.comment {
    margin-bottom: 1em;
}

input, select, textarea, fieldset {
    display: block;
}

#city {
    float: left;
    margin-right: 1em;
}

.clearme {
    clear: both;
    display: block;
}

input, select, fieldset {
    margin-bottom: 1em;
}

input[type="checkbox"] {
    display: inline;
}

input.checkbox {
    /* for IE6 */
    display: inline;
    margin-bottom: 0;
}

label.checkbox {
    /* for IE6 */
    padding: 0;
}

input[name="searchterm"] {
    width: 30em;
}

#searchterm {
    /* for IE6 */
    width: 30em;
}

fieldset {
    width: 31em;
}

#searchterm_auto_complete ul {
    border: 2px solid [% site.col.stext %];
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

#searchterm_auto_complete ul li {
    margin: 0;
    padding: 3px;
    background-color: #fff;
    font-weight: bold;
}

#searchterm_auto_complete ul li.selected {
    background-color: [% site.col.shead %];
    color: [% site.col.stext %];
}

#searchterm_auto_complete ul strong.highlight {
    margin:0;
    padding:0;
}

a {
    color: [% site.col.stext %];
    text-decoration: underline;
}
