/*
Theme Name: Flowercup
Theme URI: http:/flowercup.nl/
Description: The theme for the flowercup.nl website
Version: 1.0
Author: Rolf den Hartog
Author URI: http:/rolfdenhartog.nl/
Tags: blue, trampoline
*/

/* reset */
a, body, h1, h2, h3, img, li, ol, p, table, td, th, ul {
    border: 0px;
    color: #333;
    font-family: 'lucida grande', 'lucida sans unicode';
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

/* html tags */
a:link, a:visited {
    color: #333;
    outline: none;
    text-decoration: underline;
}
a:hover, a:active {
    color: #688db1;
    text-decoration: none;
}
body {
    background: #688db1 url('/wp-content/themes/flowercup/gfx/body-background.png') repeat-x center center;
    font-size: 75%;
    height: 100%;
    overflow: auto;
}
h1, h2, h3 {
    margin-bottom: 10px;
}
h1 {
    font-size: 180%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
html {
    height: 100%;
}
ol {
    margin-bottom: 10px;
}
ol li {
    margin-left: 25px;
}
p {
    margin-bottom: 10px;
}
pre {
}
table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 10px;
    margin-left: 1px;
    width: 555px;
}
td, th {
    padding: 2px;
}
th {
    border-bottom: 1px solid #688db1;
}
ul {
    margin-bottom: 10px;
}
ul li {
    margin-left: 25px;
}

/* main divs */
#wrapper {
    background: transparent url('/wp-content/themes/flowercup/gfx/wrapper-background.png') no-repeat center center;
    height: 575px;
    left: 50%;
    margin-top: -312px;
    margin-left: -485px;
    padding: 25px;
    position: absolute;
    top: 50%;
    width: 920px;
}

#column-left {
    background: transparent url('/wp-content/themes/flowercup/gfx/column-left-background/5.png') no-repeat center center;
    float: left;
    height: 575px;
    width: 300px;
}
#column-right {
    background: #fff;
    float: left;
    height: 535px;
    margin: 20px;
    overflow: auto;
    padding-right: 10px;
    width: 570px;
}

#logo {
    float: left;
    margin: 20px;
    width: 160px;
}

#navigation {
    float: left;
    margin: 20px 0px;
    width: 100px;
}
#navigation ul {
    list-style: none;
    margin: 0px;
}
#navigation li {
    margin: 0px;
}
#navigation-top {
    background: transparent url('/wp-content/themes/flowercup/gfx/navigation-top.png') no-repeat left;
    height: 10px;
}
#navigation a:link, #navigation a:visited {
    background: transparent url('/wp-content/themes/flowercup/gfx/navigation-background.png') repeat-y;
    display: block;
    padding: 3px;
    text-align: right;
}
#navigation a:hover, #navigation a:active, #navigation a.active {
    background: #fff;
}
#navigation a.active {
    background: #fff;
    color: #333;
    text-decoration: none;
}
#navigation-bottom {
    background: transparent url('/wp-content/themes/flowercup/gfx/navigation-bottom.png') no-repeat left;
    height: 10px;
}


/* tables with 1px border */
.border {
    border-top: 1px solid #688db1;
    border-right: 1px solid #688db1;
}
.border td, .border th {
    border-bottom: 1px solid #688db1;
    border-left: 1px solid #688db1;
}

/* hotels table */
#hotels td {
    border-bottom: 1px solid #688db1;
    text-align: center;
}

/* location */
#iframe-location {
    border: 0px;
    height: 480px;
    width: 100%;
}

.results
{
    text-align: right;
}
.results td
{
    padding-bottom: 9px;
}
td.competitor-name,
th.competitor-name
{
    padding-left: 10px;
    text-align: left;
}

/* pictures */
.picture-caption {
    margin: -10px 0px 20px 0px;
}

/* other styles */
.display-none {
    display: none;
}
.font-weight-bold {
    font-weight: bold;
}
.text-align-center {
    text-align: center;
}
img.alignleft {
    float: left;
    margin: 0px 10px 5px 0px;
}