/* -- STARTING CSS REVISITED -- */

/* background border color cursor font line-height list-style letter-spacing outline text-align text-decoration text-indent white-space  */

/*
24px -- 1.5 em    (150%)
22px -- 1.375 em  (137.5%)
20px -- 1.25 em   (125%)
18px -- 1.125 em  (112.5%)
16px -- 1 em      (100%) -- base size
14px -- 0.875 em  (87.5%)
12px -- 0.75 em   (75%)
11px -- 0.6875 em (68.75%)
10px -- 0.625 em  (62.5%)
 */

html, body, form, fieldset, input, select, textarea {
    font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

acronym {
    border-bottom: 1px dotted black;
    cursor: help;
}

body {
    background-color: white;
}

code {
    font-size: 125%;
}

fieldset {
    border: 1px solid #CCC;
}

fieldset label {
    font-size: 75%;
}

fieldset legend {
    color: #222;
    font-family: arial, verdana, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
}

h1 {
    font-size: 125%
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 87.5%;
}

input.button {
    color: #222;
    font-size: 91.66%;
    font-weight: bold;
}

input.cancel {
    color: #444;
    font-weight: normal;
}

input.small {
    font-size: 91.66%;
}

input.important {
    color: #900;
}

input.text {
    border: none;
    background: url('../../images/input-text.png') no-repeat left top;
    color: #333;
    font-size: 100%;
}

.validation-error input.text {
    background-image: url('../../images/input-text-error.png')
}

input.short {
    background: url('../../images/input-text-short.png') no-repeat left top;
}

.validation-error input.short {
    background-image: url('../../images/input-text-short-error.png')
}

label {
    color: #222;
    cursor: pointer;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
}

.validation-error label {
    color: #B00;
}

p input,
p select,
p textarea {
    font-size: 100%;
}

td, th, p, ul li {
    font-size: 75%;
}

textarea {
    background: #fffded;
    border: 1px solid #e8dda7;
    line-height: 145%;
}


/* -- GENERAL OUTLOOK -- */

a {
    color: #800;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #600;
}

a:hover {
    color: #D00;
}

h2 {
    font-family: arial, verdana, sans-serif;
    font-size: 87.5%;
    color: #222;
}

p {
    color: #333;
}

p.help {
    color: #888;
    font-size: 62.5%
}

#header {
    background: url('../../images/header-background.jpg') repeat-x top center;
}

#header-bottom {
    background: url('../../images/header-bottom-background.png') no-repeat top center;
}

#container {
    background: url('../../images/container-background.png') repeat-x top center;
}

#logo {
    background: url('../../images/logo-background.png') no-repeat top center;
}

#logo img {
    border: none;
}

#content {
    background: url('../../images/content-background.png') repeat-y top center;
    text-align: left;
}

#middle {
    background: url('../../images/content-middle-background.png') no-repeat top center;
}

#footer-top {
    background: url('../../images/footer-top-background.png') repeat-x bottom center;
}

#bottom {
    background: url('../../images/content-bottom-background.png') no-repeat bottom center;
    text-align: right;
}

#footer {
    background: url('../../images/footer-background.jpg') repeat-x top left;
}

.development-mode-warning {
    background-color: rgba(255, 50, 50, 0.7);
    border: 1px solid #200;
    color: #111;
    font-size: 68.75%;
    font-weight: bold;
}


/* -- FLASH -- */

.success {
    border: 2px solid #d9f4b3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #e9f6d7 url('../../images/success-icon.png') no-repeat 19px center;
}

.error {
    border: 2px solid #f9e9cc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #fef3de url('../../images/error-icon.png') no-repeat 19px center;
}

.success p {
    color: #6cac57;
    font: 81.25% verdana, arial, sans-serif;
}

.error p {
    color: #b9863c;
    font: 81.25% verdana, arial, sans-serif;
}

.error ul li {
    color: #c79041;
    font-size: 68.75%;
}


/* -- MENU -- */

#menu p,
#administrator-menu p {
    font: bold 75% arial, verdana, sans-serif;
    text-align: right;
}

#administrator-menu p {
    font-size: 68.75%;
}


/* -- BOX -- */

.box .header {
    background: url('../../images/box-header.png') no-repeat top center;
}

.box h1 {
    color: #fff9d9;
    font: bold 68.75% arial, verdana sans-serif;;
    text-align: center;
}

.box .content {
    background: url('../../images/box-content.png') repeat-y top center;
}

.box .footer {
    background: url('../../images/box-footer.png') repeat-y bottom center;
}


/* -- CATEGORIES -- */

.box ul {
    list-style: none;
}

.box li {
    color: #333;
    font: bold 75% arial, verdana, sans-serif;
    line-height: 120%;
}

.box em {
    color: #BBB;
    font: normal 91.66% arial, verdana, sans-serif;
}


/* -- HEADING -- */

.heading {
    background: url('../../images/heading-background.png') no-repeat top center;
}

.heading h1 {
    color: #fff9d9;
    font: bold 68.75% arial, verdana sans-serif;
}


/* -- WISHES -- */

#wishes {
    list-style: none;
}

#wishes a {
    font-weight: bold;
}

.wish .header {
    background: url('../../images/wish-header.png') no-repeat top center;
    padding-bottom: -5px;
}

.wish .content {
    background: url('../../images/wish-content.png') repeat-y top left;
}

.wish .content textarea {
    font-size: 110%;
}

.wish .content p {
    color: #333;
    font-size: 91.66%;
    line-height: 140%;
}

.wish .content .rating-message {
    color: #AAA;
    font: bold 75% arial, sans-serif;
    text-align: right;
}

.rating-stars,
.rating-stars .current-rating,
.rating-stars .selected-rating {
    background: url('/images/rating-stars.gif') top left repeat-x;
    cursor: pointer;
    line-height: 11px;
}

.rating-stars .current-rating {
    background-position: center left;
}

.rating-stars .selected-rating {
    background-position: bottom left;
}

.rating-stars {
    background-position: top left;
    list-style: none;
}

.rating-stars span,
.rating-stars .current-rating,
.rating-stars .selected-rating {
    border: none;
    line-height: 11px;
    outline: none;
    text-indent: -1000em;
}

.wish .content .ratings-count {
    color: #AAA;
    font: 75% arial, sans-serif;
}

.wish .footer {
    background: url('../../images/wish-footer.png') no-repeat bottom left;
}

.wish .footer p {
    color: #4f4f4f;
    font: 75% verdana, sans-serif;
}

p.more {
    text-align: right;
}

p.add {
    background: url('../../images/wish-add-button.png') no-repeat top left;
}

p.add a {
    font-size: 91.66%;
    font-family: arial, verdana, sans-serif;
}


/* -- PAGINATION -- */

.pagination {
    font-size: 68.75%;
}

.pagination span {
    color: #B7B7B7;
    border: 1px solid #B7B7B7;
}

.pagination a, .pagination strong {
    border: 1px solid #8D5D22;
}

.pagination strong {
    background: #8D5D22;
    color: white;
}

.pagination a, .pagination span {
    font-weight: normal;
    text-decoration: none;
}

.pagination a:hover {
    color: white;
    background-color: #8D5D22;
}


/* -- USERS -- */

#users {
    list-style: none;
}
