/*
 Theme Name:   r17
 Theme URI:    http://www.resistance2017.net/
 Description:  Adaptation du thème Canvas
 Author:       r17
 Author URI:   http://www.resistance2017.net/
 Template:     wp-canvas
 Version:      1.0.9
 Text Domain:  r17
*/

* {
    font-family: Arial, sans-serif;
}

body {
    background-color: #1d85ba;
    line-height: 21px;
}

h3 {
    font-family: Arial, sans-serif;
}

b {
    font-weight: bold;
}

input[type="submit"] {
    color: #222 !important;
    border-color: #999 !important;
}

input, textarea {
    border: 1px #222 solid;
}

a:link, a:visited {
    color: #275ba6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF4800;
}

#inner-wrapper {
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    padding: 0;
}

#header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 35px;
}

#logo .site-title a {
    font-weight: bold;
    font-size: 40px;
    font-family: Helvetica, Arial, sans-serif;
    color: #222;
}

#navigation {
    margin-bottom: 0;
    background-color: #888;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

#navigation ul.nav > li a:hover {
    background: #e6e6e6;
    color: #333;
}

ul.nav li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
    color: #333;
}

.searchform, #searchform {
    background: #fff;
}

/* colonne de gauche */
body.three-col-middle-1150 #sidebar-alt {
    width: 17%;
    background: #f5f5f5;
    padding: 20px 15px 10px;
    border-right: 1px solid #222;
}

/* colonne du milieu + colonne de droite */
body.three-col-middle-1150 #main-sidebar-container {
    width: 80%;
}

/* colonne du milieu */
body.three-col-middle-1150 #main-sidebar-container #main {
    width: 73%;
    background: #fff;
    border-bottom: 0;
    padding: 20px 15px 10px;
}

/* colonne de droite */
body.three-col-middle-1150 #main-sidebar-container #sidebar {
    background: #f5f5f5;
    padding: 20px 15px 10px;
    width: 19%;
    border-left: 1px solid #222;
}

@media only screen and (max-width: 980px) {
    /* colonne de gauche */
    body.three-col-middle-1150 #sidebar-alt {
        display: none;
    }

    /* colonne du milieu + colonne de droite */
    body.three-col-middle-1150 #main-sidebar-container {
        width: 95%;
    }

    /* colonne du milieu */
    body.three-col-middle-1150 #main-sidebar-container #main {
        width: 100%;
    }

    /* colonne de droite */
    body.three-col-middle-1150 #main-sidebar-container #sidebar {
        display: none;
    }
}

#footer {
    padding: 20px;
    border-top: 1px solid #222;
    display: none;
}

.post {
    margin-bottom: 20px;
    border-bottom: 1px #333 solid;
}

.post .title {
    line-height: 1.1em;
}

.post-meta {
    margin-bottom: 1.2em;
    font-size: 15px;
    color: #666;
    line-height: 1.5em;
}

.post-entries {
    font-size: 15px;
}

.post-entries a,
.post-entries a:link,
.post-entries a:visited {
    color: #555;
}

.post-entries a:active,
.post-entries a:hover {
    text-decoration: underline;
}

.post-edit-link {
    display: block;
    float: none;
    margin-top: 15px;
}

.post-comments.comments {
    display: block;
    font-size: 1.2em;
}

.comment-subscription-form {
    margin-bottom: 5px;
}

#comments .reply {
    position: relative;
}

#respond label, .comment-subscription-form label {
    vertical-align: text-bottom;
    font-size: 15px;
    color: #555;
}

.entry p {
    font-family: Arial, sans-serif;
}

.widget h3 {
    border-color: #222;
    padding-bottom: 5px;
    line-height: 1.2em;
    color: #002b86;
}

.widget .textwidget {
    font-size: 1.1em;
}

.listeArticles {
    padding: 0;
    width: 100%;
}

.titre1 {
    cursor: pointer;
    min-height: 20px;
    max-height: 60px;
    border-bottom: #ccc 1px solid;
}

.pucefermee {
    width: 20px;
    min-height: 20px;
    max-height: 60px;
    background: url(images/arrow_mainlevel.png) no-repeat 0 5px;
    float: left;
}

.puceouverte {
    width: 20px;
    min-height: 20px;
    max-height: 60px;
    background: url(images/arrow_enbas.png) no-repeat 0 5px;
    float: left;
}

.cachee {
    padding-left: 20px;
    height: 0;
    width: 0;
    visibility: hidden;
}

.decachee {
    padding-left: 20px;
    width: 163px;
    visibility: visible;
}
