﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    margin: 0;
    padding: 0;
    background: white; /*#9900CC; /* url(img01.jpg);*/
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
}

form
{
    margin: 0;
    padding: 0;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea
{
    font: bold 1em "Trebuchet MS" , Arial, Helvetica, sans-serif;
}

h1, h2, h3
{
    margin: 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: normal;
    color: #FFFFFF;
}

h1
{
    letter-spacing: -1px;
    font-size: 2.6em;
}

h2
{
    font-size: 1.8em;
}

h3
{
    font-size: 1em;
    font-weight: bold;
}

p, ul, ol
{
    margin-bottom: 1.6em;
    line-height: 180%;
}

p
{
}

blockquote
{
    font-style: italic;
}

ul
{
}

ol
{
}

a
{
    color: #FFFFFF;
}

a:hover
{
    text-decoration: none;
}

small
{
}

hr
{
    display: none;
}

img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 15px 0 0;
}

img.right
{
    float: left;
    margin: 0 0 0 15px;
}

/* Header */

#header
{
    width: 779px;
    height: 230px;
    margin: 0 auto;
    background: #990099 url(en-banner.png) no-repeat center;
}

#fr_header
{
    width: 779px;
    height: 230px;
    margin: 0 auto;
    background: #990099 url(fr-banner.png) no-repeat center;
}

#de_header
{
    width: 779px;
    height: 230px;
    margin: 0 auto;
    background: #990099 url(de-banner.png) no-repeat center;
}
#es_header
{
    width: 779px;
    height: 230px;
    margin: 0 auto;
    background: #990099 url(es-banner.png) no-repeat center;
}
#header h1, #fr_header h1, #de_header h1, #es_header h1
{
    padding: 25px 0 0 30px;
    visibility: hidden;
}

#header h2, #fr_header h2, #de_header h2, #es_header h2
{
    padding: 0 0 0 30px;
    visibility: hidden;
}

#header a
{
    text-decoration: none;
}

/* Search */

#search
{
    float: right;
    width: 200px;
    padding: 150px 0 0 0;
}

#search legend
{
    display: none;
}

#searchfield
{
    width: 140px;
}

#searchsubmit
{
    display: none;
}

/* Page */

#page
{
    width: 779px;
    margin: 0 auto;
}

/* Content */

#content
{
    float: left;
    width: 400px;
}

#content_page, #navigaton
{
    float: left;
    width: 779px;
    background: #FF99CC; /* url(img03.jpg);*/
}

.post
{
    padding: 0px 20px 0px 40px;
}
.post_right
{
    padding: 0px 20px 10px 40px;
    text-align: right;
}

.post_left
{
    padding: 0px 20px 0px 40px;
    text-align: left;
}

.post .title
{
    margin: 0;
    padding-left: 0px; /*background: url(img06.gif) no-repeat left center;*/
    font-size: 2em;
    width: 100%;
}

.post .meta
{
    margin: 0 0 15px 0;
    padding-top: 5px;
    border-top: dotted 1px white;
    line-height: normal;
}

.center
{
    text-align: center;
    width: 100%;
}

.post .entry
{
}

/* Sidebar */

#sidebar
{
    float: right;
    width: 300px;
    padding: 8px 0 0 0;
}

#sidebar ul
{
    margin: 8px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#sidebar li
{
    margin-bottom: 0px;
    padding: 0px 20px 0px 20px;
}

#sidebar li ul
{
    line-height: 2em;
}

#sidebar li li
{
    margin: 0;
    padding: 0;
}

#sidebar h2
{
    margin-top: 14px;
    margin-bottom: 14px;
    letter-spacing: -1px;
}

#sidebar a
{
    border: none;
}

/* Footer */

#footer
{
    clear: both;
    width: 779px; /*	height: 80px;*/
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #990099; /* url(img04.jpg);*/
    color: white;
    vertical-align: middle;
}

#footer p
{
    margin: 0;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

#footer a
{
    color: white;
}
#navigation
{
    background-color: #990099;
}

