* {
    margin: 0;
    padding: 0;
}

html {
    font: 0.8em Verdana, sans-serif;
    height: 100%;
}

body {
    margin: 0em 1em 0em 1em;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

form div {
    padding: 0.2em;
    min-height: 1.8em;
}


fieldset {
    border: solid #BBBBBB 1px;
    padding-left: 0.5em;
    padding-top: 0.5em;
    width: 35em;
    position: relative;
    top: -0.5em;
}

label {
    margin-right: 1em;
    text-align: right;
    height: 1.8em;
    width: 8em;
    float: left;
    clear: left;
}

input[type="text"], input[type="password"], textarea {
    padding: 0.15em;
    border: solid #AAAAFF 1px;
}
input.text, textarea.text {    padding: 0.15em;
    border: solid #AAAAFF 1px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border: solid blue 1px;
}
input.focused, textarea.focused {
    border: solid blue 1px;
}
input.required label {
    font-weight: bold;
}

.invalid {
    background: #FF5555;
}

label.invalid {
    background: white;
    color: #FF5555;
}

label.focused {
    color: blue;
}

option {
    padding-left: 0.15em;
    padding-right: 0.15em;
}

span.message {
    color: #FF5555;
}

fieldset hr {
    border: 0px;
    margin: 1em 2em 1em 5em;
    height: 1px;
    color: #DAA520;
    background-color: #DAA520;
}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

#navigation, #footer {
    margin: 0em 0em 1em 0em;
    height: 2em;
    width: 100%;
}

#navigation {
    position: relative;
    border-bottom: solid #DAA520 1px;
}

#footer {
    border-top: solid #DAA520 1px;
    position: absolute;
    bottom: 0;
}

#navigation .left, #footer .left {
    text-align: center;
    float: left;
    padding: 0.4em 1em 0.5em 0.1em;
}

#navigation .right, #footer .right {
    text-align: center;
    float: right;
    padding: 0.4em 0.1em 0.5em 1em;
}

#navigation a, #footer a {
    text-decoration: none;
    color: #C00000;
}

#navigation a:hover, #footer a:hover {
    text-decoration: underline;
}

#messages {
    position: relative;
    top: -1em;
    z-index: 1;
    padding: 0.3em 0.0em 0.1em 0.5em;
    height: 1.5em;
}

#messages.error {
    background: #DAA520;
    color: white;
}

#messages.update {
    background: #FFFF00;
}

form {
    padding-bottom: 5em;
}

select {
    width: 12em;
}

#postcode {
    width: 11.55em;
}

.left-column, form {
    width: 60%;
    padding-left: 1em;
    padding-bottom: 3em;
}

.right-column {
    padding: 0em 1em 3em 1em;
    width: 18em;
    float: right;
    position: relative;
}

#contact-form fieldset {
    width: 40em;
}

div.place {
    position: relative;
    top: -1.5em;
    width: 70%;
}

div.place img {
    border: none;
    margin-right: 1.5em;
    float: left;
}

td.place {
    vertical-align: middle;
    padding-right: 1em;
    padding-bottom: 1em;
}

ul.place {
    list-style: none;
    padding-bottom: 1em;
}

.right-column ul.place {
    position: relative;
    top: -1.5em;
}

div.rating {
    padding-top: 1em;
}

ul.tag-place {
    float: left;
    list-style: none;
    padding-right: 1em;
    width: 8em;
    height: 6em;
}

ul.components {
    list-style: none;
    margin-bottom: 1em;
    padding-left: 2em;
}

ul.tag {
    list-style: none;
}

.right-column ul.tag {
    position: relative;
    top: -1.5em;
}

h1 {
    background: #AAAAFF;
    color: white;
    -moz-border-radius: 30px;
    width: 65%;
    font-size: 140%;
    margin-bottom: 0.5em;
    padding: 0.1em 0em 0.1em 0.5em;
    position: relative;
    top: -1em;
}

h2 {
    font-size: 120%;
    position: relative;
    top: -3em;
}


h3 {
    font-size: 110%;
    padding-bottom: 0.5em;
}

p {
    margin-bottom: 1em;
}

.tag-column {
    position: relative;
    top: -1.5em;
    left: 0em;
    float: right;
}

div.background {
    position: absolute;
    right: -0.5em;
    height: 100%;
    width: 22em;
    background: #EEEECC;
    border-left: solid #BBBB99 1px;
}

form.settings {
    position: relative;
    top: 2em;
    left: -1.5em;
}

form.settings label {
    width: 4em;
}

form.settings p {
    margin-left: 5em;
    margin-bottom: 0;
}

h3.yahoo {
    font-weight: normal;
    color: #777777;
    font-size: 80%;
    position: relative;
    top: -4em;
    padding: 0em;
    margin: 0em;
}

div.fans {
    padding-top: 1em;
}

div.fans a {
    padding-right: 1em;
}

table {
    width: 100%;
}

table.browse td {
    padding-right: 2em;
}

div.page-nav {
    position: absolute;
    bottom: 4em;
}

div.news {
    border: solid #DAA520 1px;
    background: #FFEB66;
    padding: 0.2em 1em 0.2em 1em;
}

div.news ul {
    padding: 0.5em 0.5em .5em 2.5em;
}

#map {
    margin-left: 0.5em;
    width: 550px;
    height: 450px;
}

div.info-box {
    border: solid #DAA520 1px;
    padding-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}