/*
    Theme Name: LDN-timeline
    Description: Initialement basé sur Vertigo Squared Enhanced 2.0 de Brian Gardner (http://www.briangardner.com/themes/vertigo-squared-wordpress-theme.htm)
    Author: Julien VAUBOURG et nah
    Version: 0.1.1

    Modification 2015-10-26 par nah : Ajout de la timeline.
*/

body {
    background: #2f3b3b url(images/bg.gif) repeat-x;
    color: #000000;
    font-size: 12px;
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    }

#wrap {
    background: #FFFFFF;
    width: 720px;
    margin: 0px auto 0px;
    padding: 0px;
    }

/************************************************
*   Hyperlinks                                  *
************************************************/

a, a:visited {
    color: #88093c;
    text-decoration: underline;
    }

a:hover      {
    text-decoration: none;
    }

/************************************************
*   Navbar                                      *
************************************************/

#navbar {
    background: transparent url(images/header.png) no-repeat top right;
    width: 93%;
    height: 148px;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: hidden;
    }

#navbar img a{
    margin: 0px;
    border: none;
    }

#navbarleft {
    background: transparent url(images/logo.gif) no-repeat;
    height: 160px;
    width: 630px;
    float: left;
    margin: 0px;
    padding: 0px;
    }

#blogdescription {
    padding: 80px 0 0 300px;
    font-size: 24px;
    color: #ccc;
}

#navbarright {
    width: 340px;
    float: right;
    text-align: right;
    margin: 0px;
    padding: 14px 0px 0px 0px;
    }

#navbarright li {
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

#navbarright ul {
    margin: 0px;
    padding: 0px;
    }

#navbarright a, #navbarright a:visited {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #444;
    }

#navbarright a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    }

/************************************************
*   Content                                     *
************************************************/

#content {
    width: 97%;
    margin: 0px auto 0px;
    padding: 0px;
    }

#content p{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 20px;
    }

#content h1 {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0px 10px 0px;
    }

#content h1 a  {
    color: #000000;
    text-decoration: none;
    }

#content h1 a:hover {
    color: #88093c;
    text-decoration: none;
    }

#content p img{
    float: left;
    border: none;
    margin-right: 15px;
    margin-bottom: 10px;
    }

#content h2 {
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0px 10px 0px;
    margin: 0px;
    border-bottom: 1px solid #C0C0C0;
    }

#content h3 {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    margin: 25px 0px 0px 0px;
    padding: 20px 0px 10px 0px;
    }

#content img.wp-smiley {
    float: none;
    border: none;
    padding: 0px;
    margin: 0px;
    }

#content img.wp-wink {
    float: none;
    border: none;
    padding: 0px;
    margin: 0px;
    }

#contentleftwrapper {
    float: left;
    width: 100%;
}

#contentleft {
    background: #fff url(images/logo_fond.png) no-repeat right bottom;
    border: 2px solid #999;
    margin-bottom: 20px;
    margin-right: 273px;
    padding: 20px;
    min-height: 1420px;
    }

#contentleft table {
    border: 1px solid #999;
}

#contentleft th {
    background-color: #999;
}

#contentleft td {
    padding: 5px 15px;
}

#contentleft img {
    /*border: 1px solid #000;*/
    border: 0px solid #000;
    margin: 10px 0;
    }

#contentleft img.noborder {
    border: 0;
}

#contentleft ol{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 10px 0px;
    }

#contentleft ol li{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    }

#contentleft ul{
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 10px 0px;
    }

#contentleft ul li{
    list-style-type: square;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    }

blockquote{
    margin: 0px 25px 15px 25px;
    padding: 0px 25px 0px 10px;
    background: #E8E8E8;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    }

#content blockquote p{
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    }

/************************************************
*   Right Sidebar                               *
************************************************/

#r_sidebar {
    margin-top: 25px;
    width: 255px;
    float: left;
    margin-left: -255px;
    color: #fff;
    padding-bottom: 20px;
    }

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

#r_sidebar ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    }

#r_sidebar ul li a {
    color: #fff;
    text-decoration: none;
    }

#r_sidebar ul li a:hover {
    text-decoration: underline;
    }

#r_sidebar p{
    padding: 3px 0px 0px 0px;
    margin: 0px;
    line-height: 20px;
    }

/************************************************
*   Footer Background                           *
************************************************/

#footerbg {
    background: #BABABA;
    color: #000;
    }

/************************************************
*   Footer                                      *
************************************************/

#footer {
    height: 360px;
    text-align: left;
    position: relative;
    line-height: 17px;
    }

#footer p {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    }

#footer h2 {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #666666;
    padding: 0px 0px 2px 0px;
    margin: 15px 0px 0px 0px;
    text-transform: uppercase;
    color: #2f3b3b;
    }

#footer h3 {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid #666666;
    padding: 0px 0px 2px 0px;
    margin: 15px 0px 3px 0px;
    text-transform: uppercase;
    }

#footer a {
    color: #000;
    text-decoration: none;
    }

#footer a:hover {
    text-decoration: none;
    }

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

#footer ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
    }

#footer ul li a {
    display: block;
    text-decoration: none;
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #666666;
    }

#footer ul li a:hover {
    background: #648bb1;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #537493;
    }

#footerleft {
    float: left;
    width: 225px;
    margin-left: 55px;
    }

#footermiddle {
    float: left;
    width: 245px;
    margin-left: 55px;
    }

#footerright {
    float: left;
    width: 225px;
    margin-left: 55px;
    }

/************************************************
*   Search Form                                 *
************************************************/

#searchdiv {
    margin: 0px;
    padding 0px;
    }

#searchform {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    }

#s {
    background: #EFEFEF url(images/search.gif);
    color: #333333;
    font-size: 11px;
    padding: 2px;
    margin: 4px 0px 0px 0px;
    border: 1px solid #C0C0C0;
    }

#sbutt {
    background: #878787;
    color: #FFFFFF;
    font-size: 11px;
    padding: 1px;
    margin: 0px 0px 0px 5px;
    border: 1px solid #333333;
    }

/************************************************
*   Comments                                    *
************************************************/

#commentblock {
    background: #E8E8E8;
    color: #000000;
    padding: 20px 20px 10px 20px;
    margin: 10px auto 0px;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    }

#commentblock ol{
    list-style-type: square;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    }

.commentdate {
    font-size: 12px;
    padding-left: 0px;
    }

#commentlist li p{
    margin-bottom: 8px;
    line-height: 20px;
    padding: 0px;
    }

.commentname {
    color: #333333;
    margin: 0px;
    padding: 5px 5px 5px 0px;
    }

.commentinfo{
    clear: both;
    }

.commenttext {
    clear: both;
    margin: 3px 0px 10px 0px;
    padding: 20px 10px 5px 10px;
    width: 380px;
    background: #FFFFFF url(images/comment.gif) no-repeat top;
    }

.commenttext-admin {
    clear: both;
    margin: 3px 0px 10px 0px;
    padding: 20px 10px 5px 10px;
    width: 380px;
    background: #FFFFFF url(images/comment.gif) no-repeat top;
    }

#commentsformheader{
    padding-left: 0px;
    }

#commentsform{
    margin: 0px;
    padding: 0px;
    }

#commentsform form{
    text-align: left;
    margin: 0px;
    }

#commentsform textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 5px;
}

#commentsform input {
    border: 1px solid #2F3B3B;
    padding: 5px;
    background-color: #2F3B3B;
    color: #fff;
    font-weight: bold;
}

#commentsform p{
    margin: 0px;
    }

p.comments_link  img{
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }

#r_sidebar p.imgmenu {
    text-align: center;
}

#r_sidebar p.imgmenu img {
    border: 3px solid #1b2121;
    box-shadow: 1px 1px 5px #000;
}

#r_sidebar h2, #blogdescription {
    text-shadow: 1px 1px 1px #000;
}

#contentleft h2, #contentleft h3, #contentleft h1.homenews {
    text-shadow: 1px 1px 1px #999;
    border-bottom: 1px solid #C0C0C0;
    font-size: 20px;
}

#contentleft h3 {
    margin: 20px 0 5px;
    padding: 0;
}

#contentleft h1 {
    margin-top: 10px;
    text-align: center;
}

#contentleft h2, #contentleft h1.homenews {
    font-variant: small-caps;
    font-size: 25px;
    background-color: #eee;
    padding: 10px;
    margin: 20px 0;
    font-weight: bold;
    text-align: left;
}

#contentleft #status h2 {
    font-variant: normal;
    font-size: 22px;
    background-color: transparent;
    padding: 0;
    margin: 0 0 10px;
    font-weight: normal;
}

#contentleft #status img {
    margin: 0;
}

span.time {
    background-color: #878787;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    margin-right: 5px;
}

ul#r_sidebarwidgeted h2.widgettitle {
    padding-top: 0;
}

#contentleft .topmenuperso .widgettitle, #contentleft .topmenuperso br {
    display: none;
}

#contentleft .topmenuperso, #contentleft #status {
    padding: 10px;
    margin: 0;
    background-color: #ccc;
    border: 1px solid #999;
    clear: both;
}

#contentleft .topmenuperso ul {
    margin: 0;
    padding: 0;
}

#contentleft .topmenuperso li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 30px 0 0;
}

#contentleft .topmenuperso li li {
    float: inherit;
    list-style-type: square;
    padding: 3px;
}

#contentleft .topmenuperso li li a {
    color: #000;
    text-decoration: none;
}

#contentleft .topmenuperso li li a:hover {
    text-decoration: underline;
}

#contentleft table.em-calendar {
    background-color: #eee;
    border: solid 1px #999;
    font-size: 11px;
}

    #contentleft table.em-calendar thead td a.em-calnav {
        text-decoration: none;
    }

    #contentleft table.em-calendar thead td a.em-calnav:hover {
        text-decoration: none;
        color: #000;
    }

    #contentleft table.em-calendar td {
        padding: 1px 3px;
    }

    #contentleft table.em-calendar tbody td {
        color: #444;
        background-color: #ddd;
    }

    #contentleft table.em-calendar tbody td.event-pre, #contentleft table.em-calendar tbody td.event-post, #contentleft table.em-calendar tbody td.eventless-pre, #contentleft table.em-calendar tbody td.eventless-post {
        border: 0;
        padding: 1px 3px;
        color: #999;
    }

    #contentleft table.em-calendar tbody tr.days-names td {
        font-weight: bold;
        padding: 0;
        margin: 0;
        background-color: #999;
        color: #fff;
        border: 2px solid #999;
    }

    #contentleft table.em-calendar tbody td.eventful, #contentleft table.em-calendar tbody td.eventful-today {
        border: 1px solid #88093c;
        background-color: #88093c;
    }

    #contentleft table.em-calendar tbody td.eventful a, #contentleft table.em-calendar tbody td.eventful-today a {
        color: #fff;
        text-decoration: none;
    }

    #contentleft table.em-calendar tbody td.eventful a:hover {
        text-decoration: none;
        color: #000;
    }

    #contentleft table.em-calendar tbody td.eventful:hover, #contentleft table.em-calendar tbody td.eventful-today:hover {
        border: 1px solid #fff;
        background-color: #ddd;
        box-shadow: 1px 1px 2px #000;
    }

    #contentleft table.em-calendar tbody td.eventful a, #contentleft table.em-calendar tbody td.eventful-today a {
        display: block;
    }

    #contentleft table.em-calendar tbody td.eventful:hover a, #contentleft table.em-calendar tbody td.eventful-today:hover a {
        color: #000;
    }

    #contentleft table.em-calendar tbody td.eventful:active, #contentleft table.em-calendar tbody td.eventful-today:active {
        box-shadow: 0 0 0 transparent;
    }

#contentleft #status {
    margin: 10px 0 10px;
}

#status li {
    list-style-type: none;
}

#status a, #topmenuperso a {
    color: #000;
    text-decoration: none;
}

#status a:hover, #topmenuperso a:hover {
    text-decoration: underline;
}

#status h2, #status ul {
    margin: 0;
    padding: 0;
    text-shadow: none;
}

#status h2 {
    border: 0;
    padding-bottom: 10px;
}

#contentleft p.noarticle {
    text-align: center;
    font-style: italic;
    padding: 50px;
    font-size: 20px;
    font-weight: bold;
}

#rss-news {
    display: block;
    background: url(../../../wp-includes/images/rss.png) no-repeat left 10px;
    padding: 10px 0 0 20px;
    text-decoration: none;
    font-weight: bold;
    width: 170px;
    color: #000
}

#rss-news:hover { text-decoration: underline }

#navstyle {
    text-align: center;
}

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


#navstyle a:hover {
    text-decoration: underline;
}

#contentleft ul.locationAddr, #contentleft ul.locationAddr li {
    list-style-type: none;
    font-style: italic;
    padding: 0;
    margin: 0;
}

#contentleft ul.locationAddr {
    margin-left: 20px;
}

div.locationwrapper {
    float: left;
    width: 100%;
}

div.locationLeft {
    margin-right: 450px;
}

div.locationMap {
    float: left;
    width: 400px;
    margin-top: -40px;
    margin-left: 30px;
    border: 1px solid #999;
}

div.locationMap noscript {
    text-align: center;
    vertical-align: center;
    font-style: italic;
}

#contentleft table.tableborders {
    border-spacing: 0;
    border-collapse: collapse;
}

#contentleft table.tableborders td, table.tableborders th {
    border: 1px solid #000;
}

#contentleft table.tableborders th {
    background-color: #eee;
    padding: 3px;
}


