/* ----- qdltheme.css ----- */
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* YOUR CSS RULES START HERE */

.hiddenStructure, #portal-column-one,
#portal-siteactions, .netscape4,
#portal-colophon, .documentActions,
#portal-searchbox, #portal-breadcrumbs {
    display: none;
}

body {
    margin: 0px;
    padding: 0px;
    background: url(http://www.quartierdeslibertes.be/fdgauche.jpg) repeat-y;
    font: 79% Verdana, sans-serif;
}

#visual-portal-wrapper {
    background: url(http://www.quartierdeslibertes.be/fdgauche_panneau.jpg) no-repeat;
    padding-left: 227px;
}

#portal-header {
    background-color: #f1f1f1;
}

#portal-logo {
    background: url(http://www.quartierdeslibertes.be/quartier_des_libertes.jpg) no-repeat;
    display: block;
    height: 100px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: white;
    width: 485px;
}

#portal-logo a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 100px;
    height: 0px !important;
    width: 485px;
    cursor: pointer;
}


#portal-globalnav {
    background-color: #660000;
    color: white;
    font-family: Times New Roman, Times, Serif;
    font-size: 117%;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0.25em;
}

#portal-globalnav li {
    display: inline;
    padding-left: 0.5em;
}

#portal-globalnav li a {
    color: white;
    text-decoration: none;
    padding: 0.25em;
}

#portal-globalnav li a:hover {
    background-color: white;
    color: #660000;
    text-decoration: none;
}

#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #A9B9F6;
    color: #000;
    font-family: Times New Roman, Times, Serif;
    font-size: 117%;
    border-top: none;
    border-bottom-color: #660000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    line-height: 1.6em;
    padding: 0em 1.5em 0em 3em;
    margin: 0;
    text-align: right;
    list-style: none;
}

#portal-personaltools .portalUser {
    background: transparent url(http://www.quartierdeslibertes.be/user.gif) center left no-repeat;
    padding-left: 18px;
}

#portal-personaltools li {
    color: #000;
    font-family: Times New Roman, Times, Serif;
    margin-left: 1em;
    display: inline;
}

#portal-personaltools li a {
    text-decoration: none;
    color: #000;
    font-family: Times New Roman, Times, Serif;
}

#portal-personaltools .visualIconPadding {
    padding-left: 10px;
}

#content {
    padding: 3em;
}


#portal-footer {
    background-color: #660000;
    color: white;
}

#portal-footer a {
    background-color: #660000;
    color: white;
}

#portal-footer p {
    margin: 0;
    text-align: center;
}

/* Headlines & other basics */

h1 {
    font-size: 117%;
    font-family: Times New Roman, Times, Serif;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}

h2, h3, h4 {
    font-size: 110%;
    font-family: Times New Roman, Times, Serif;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.2em;
    text-transform: uppercase;
}

h2 {
    text-transform: capitalize;
    font-size:117%;
    font-weight: bold;
}

a {
    color: #666666;
}

a:hover, a:visited, a:active {
    color: #999999;
}

.documentFirstHeading a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.documentFirstHeading, .documentDescription {
    font-weight: bold;
}

p, .documentContent li {
    font-size: 92%;
    line-height: 1.3em;
    text-align: justify;
}

.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
}

.image-inline {
float: none;
}

.image-right {
float: right;
clear: both;
margin: 0.5em 1em;
}

body.kupu {
    background: none !important;
    font-size: 120%;
}

/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */



