
html, body
{
    font-size: 12px;
    font-family: Verdana, Geneva, Arial, sans-serif;
}

body
{
    background: url('images/body_bg.png') repeat-x #33334c;
    margin: 10px 5px 5px 5px;
}

a:link, a:visited, a:active
{
    color: inherit;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    color: #55556e;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#container
{
    left: 50%;
    margin-left: -480px;
    position: relative;
    width: 960px;
}

#subcontainer, #content
{
    background: #fff;
    margin-top: 10px;
}

#header
{
    background: url('images/header_bg.png') 50px 0 no-repeat #44445d;
    height: 32px;
    position: relative;
}

.radius
{
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

#header a
{
    text-decoration: none;
}

#header_name
{
    color: #fff;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 42px;
    left: 12px;
    position: absolute;
    top: 6px;
}

#header_menu
{
    color: #fff;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 20px;
    line-height: 20px;
    left: 12px;
    position: absolute;
    top: 6px;
}

#header_menu ul li, .menu
{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}

#header_menu a
{
    display: block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ddddf6;
}

#header_menu a:hover
{
    color: #ddd;
}

#header_description
{
    color: #fff;
    font-size: 12px;
    left: 12px;
    top: 52px;
    position: absolute;
}

#header_login
{
    background: #fafafa;
    font-size: 12px;
    font-weight: bolder;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url('/wp-content/themes/forum/border-radius.htc');
    border: 1px solid #999;
    height: 63px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0 5px;
    line-height: 21px;
    width: 225px;
}

#header_login input
{
    position: absolute;
    width: 100px;
    left: 125px;
}

#header_links
{
    font-size: 12px;
    font-weight: bolder;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url('/wp-content/themes/forum/border-radius.htc');
    height: 25px;
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 0 5px;
    line-height: 21px;
    width: 25px;
}

#header_links a
{
    float: left;
    display: block;
    width: 25px;
    height: 25px;
}

#header_links_en
{
    background: url('images/flag_en.png') no-repeat;
}

#header_links_nl
{
    background: url('images/flag_nl.png') no-repeat;
}

#header_img
{
    /*background: url('images/fr_header.png') no-repeat;
    position: absolute;
    top: 75px;
    height: 100px;
    width: 100%;*/
}

#logo
{
    background: url('images/ff_logo.png') no-repeat;
    float: left;
    clear: left;
    width: 230px;
    height: 100px;
    margin-top: 13px;
}

#logo a
{
    display: block;
    height: 100%;
    width: 100%;
}

#leaderboard
{
    float: right;
    clear: right;
    padding-top: 20px;
    padding-bottom: 18px;
}

#navigation
{
    height: 35px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 16px;
    font-weight: bolder;
    width: 740px;
}

#navigation ul
{
    list-style: none;
    padding: 0;
    margin: 5px 5px 0 0;
}

#navigation li
{
    background: url('images/navigation_bg.png') #66667f;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    height: 30px;
    width: 105px;
}

#navigation li:hover
{
    background-color: #44445d;
}

#navigation a
{
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

#content
{
    
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url('/wp-content/themes/forum/border-radius.htc');
    background: #fff;
    float: left;
    width: 745px;
    padding: 10px;
    margin: 0 5px 5px 0;
}

.sidebar
{
    background: #eee;
    clear: right;
    float: right;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url('/wp-content/themes/forum/border-radius.htc');
    font-size: 10px;
    margin-bottom: 10px;
    padding: 5px;
    width: 175px;
}

.sidebar h2
{
    text-align: center;
}

.sidebar ul
{
    padding: 0;
    list-style: none;
}

#flickrrss img
{
    margin: 5px;
    border: 1px solid #ccc;
}












.table
{
    border: 1px solid #ccc;
    font-size: 11px;
    width: 100%;
}

.table th
{
    background: #9393ac;
}

.table td
{
    padding: 1px 3px;
}

.table th
{
    padding: 3px 3px;
}

.table tr:hover td
{
    background: #ccc;
}

#forum ol
{
    list-style: none;
    padding: 0;
}

#thread li
{
    padding: 5px;
}

.post
{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.posts-wrap .post
{
    border: none;
}

.num
{
    text-align: center;
}

.alt
{
    background: #e8e8ff;
}

.page-numbers
{
    padding: 0 2px;
}

.current
{
    font-weight: bolder;
}

a.rss-link
{
    background: url('/wp-includes/images/rss.png') no-repeat;
    padding-left: 20px;
}

#quick_user_login, #quick_password, #q
{
    width: 169px;
}

.sidebar .submit
{
    width: 100%;
}

.sidebar label
{
    clear: both;
}

#copyright
{
    width: 100%;
    color: #ccc;
    font-size: 10px;
    clear: both;
}

.wysiwyg
{
    width: 100%;
}

.threadpost img
{
    max-width: 100%;
}

