/**
* Theme Name: AMAP Doulon-Toutes Aides
* Theme URI: 
* Description: Theme for AMAP Doulon-Toutes Aides
* Template: organic_natural
* Version: 1.0.0
* Author: Jean-Yves BURGAUD
* Author URI: http://rezonable.fr/
* Tags: 
* Text Domain: 
* Copyright: (c) 2018 Jean-Yves BURGAUD, Nantes, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* 20180226-183050 - Jean-Yves BURGAUD 
*/


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

a.mailto {                                      /* jyburgaud 20140411 */
    font-weight: bold;
    border-bottom: 1px dashed;
}


/************************************************
*    Headings                                   *
************************************************/
h1, 
h2, h2 a, h2 a:link, h2 a:visited, 
h3 {
    color: #99cc00 !important;                  /* jyburgaud 20180226 */
}


/************************************************
*    Homepage                                   *
************************************************/
.commenticon {
    display: none;                              /* jyburgaud 20140401 */
}


/************************************************
*    Content                                    *
************************************************/
.pagecontent a img, 
.postcontent a img, 
.postarea a img {                               /* jyburgaud 20180226 */
    border: 2px solid #99cc00 !important;
    -moz-border-radius:10px;                    /* Firefox */
    -webkit-border-radius:10px;                 /* Safari and chrome */
    -khtml-border-radius:10px;                  /* Linux browsers */
    border-radius:10px;                         /*CSS3 */
    padding: 0px !important;
    margin: 10px auto 5px !important;
}
.pagecontent a img:hover, 
.postcontent a img:hover, 
.postarea a img:hover {
    box-shadow: 3px 3px 8px Gray;               /* jyburgaud 20180226 */
}
.postcomments {
    display: none;                              /* jyburgaud 20140401 */
}

.postmeta {
    display: none;                              /* jyburgaud 20140401 */
}


/************************************************
*    Portfolio                                  *
************************************************/
.portfoliopost {
    min-height: 12em;                           /* jyburgaud 20140401 */
}


/************************************************
*    Sidebar Widgets                            *
************************************************/
#sidebar_right .widget ul li.cat-item a,
#sidebar_right .widget ul li.cat-item a:hover { /* jyburgaud */
    display: inline;
    border-bottom: 0px;
}
#sidebar_right .widget ul li.cat-item {         /* jyburgaud */
    display: block;
    padding: 5px 0px 4px 0px;
    margin: 0px 0px 2px 0px;
    border-bottom: 1px solid #DDDDDD;
}


/************************************************
*    Footer Widgets                             *
************************************************/
#footertop {
    display: none;                              /* jyburgaud 20140401 */
}
#footerwidgets {
    display: none;                              /* jyburgaud 20140401 */
}


/************************************************
*    Footer Bottom                              *
************************************************/
#footerbottom {
    display: none;                              /* jyburgaud 20140401 */
}
#footer {
    display: none;                              /* jyburgaud 20140401 */
}

#pagination {
    display: none;                              /* jyburgaud 20140514 */
}
