﻿html {
    margin: 0;
    padding: 0;
      /*  background-color: #4C4C4C;*/
}

body {
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #C5E18B;
}

a {
    color: #022800;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #023500;
    }

    a:hover {
      /*  background-color: #c7d1d6;*/
    }

.clear {
    clear: both;
}

header, footer, hgroup,
nav, section {
    
    display: block;
}

header {
    background-color: #95D11A;
    margin-left:-0px;
    padding-right:0px;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.green
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #2f2a26;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.lightgray {
    color: black;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 1060px;

}

#body {
   /* background-color: #4C4C4C;*/
    clear: both;
    padding-bottom: 35px;
}

header .content-wrapper {
    padding-top: 0px;
}

footer {
    clear: both;
    /* background-color: #e2e2e2;*/
    font-size: .8em;
    height: 22px;
    width: 1060px;
    margin : 0 auto;
}

.footer-bloc {
    border: #e2e2e2 2px solid;
    height: 150px;
    border-radius: 10px;
    margin-left: 2%;
    width: 30%;
    text-align: center;
    background-color: #fff;
    line-height:0.8em;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #ff0067;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    /*margin-left:-35px;*/
    height: 180px;
    width: 1060px;
    border-radius: 5px;
    /*background: url("../Design/logo_new.jpg") no-repeat bottom left #95D11A;*/
    background: no-repeat bottom left #95D11A;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #2f2a26;
        outline: none;
        text-decoration: none;
        
    }

        .site-title a img {
          
          /* width:50%;*/
          height:180px;
          left:0;
          margin-left:-3px;
        }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.6em;
    font-weight: 700;
    margin: -120px 25px 25px 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-right: 10px;
        height: 60px;
        width: 10%;
    }

        ul#menu li a {
            background: none;
            color: #022800;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #025300;
                text-decoration: none;
            }


        ul#menu li a img {
           /* height:100px;*/
           width:8%;
            padding:0;
            margin:75px 0 0 0px;
        }

ul#menuHelp {
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    text-align:center;
}


ul#menuHelp li {
    display: inline;
    list-style: none;
    padding-left: 10px;
   
}

    ul#menuHelp li a {
        background: rgba(255,250,250,0.7);
        color: #E3056A;
        text-decoration: none;
        border-radius: 50%;
        border: 1px #E3056A solid;
        padding:10px 20px;
    }

        ul#menuHelp li a:hover {
            color: #4C4C4C;
            text-decoration: none;
            border: 1px #4C4C4C solid;
        }

#footer-menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 5px 0 5px;
    padding: 0;
    text-align: right;
}

    #footer-menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        #footer-menu li a {
            background: none;
            color: #666;
            text-decoration: none;
        }

            #footer-menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured, .default-news {
    /*background-color: #4C4C4C;*/
}

    .featured .content-wrapper {
        background: #000;
        /*color: #ff0067;*/
        /*padding: 1px 55px 1px 55px;
        border-radius: 10px;*/
        height:0;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #ff0067;
        font-size: 3em;
    }

    .featured p {
        font-size: 2em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
      /*  display: inline;*/
      line-height:1em;
      height:6px;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

    /*default*/


    .default-news {
        background: url("../Design/bkgadopt.png") no-repeat bottom right #fff;
        color: #2f2a26;
        padding: 20px 40px 30px 40px;
        margin:20px -40px;
        border-radius:10px;
    }

.default-adoptions {
    background: url("../Design/mainadoptions.png") no-repeat bottom left #C5E18B;
    color: #2f2a26;
    padding: 0 20px 30px 20px;
    margin: 0px -40px;
    border-radius: 10px;
    height: 360px;
}

    .default-adoptions h1 {
        padding:5px;
    }

    .default-adoptions p {
        text-align: center;
    }

.default-pet {
    background: #E4E4E4;
    padding: 0 5px;
    margin: 4px;
    float: left;
    border-radius: 10px;
    width: 15%;
    text-align: center;
    height: 300px;
}
    .default-pet h3 {
        margin:-5px 0;
        padding:-5px 0;
    }
    .default-pet p {
        margin: -5px 0;
        padding: -5px 0;
    }

.adopted {
    background: url("../Design/bkg_adopt.png") no-repeat bottom center #fff;
    height: 300px;
    width: 18%;
}

.default-members {
    background: url("../Design/mainmembers.png") no-repeat bottom right #FFF;
    color: #2f2a26;
    padding: 0 20px 30px 20px;
    margin: 0px -40px;
    border-radius: 10px;
    height: 200px;
}

.default-help {
    background: url("../Design/mainhelp.png") no-repeat bottom right #C5E18B;
    color: #2f2a26;
    padding: 0 20px 30px 20px;
    margin: 0px -40px;
    border-radius: 10px;
    height: 260px;
}
    /* features */
    section.feature {
        width: 300px;
        float: left;
        padding: 10px;
    }



/*Sanctuary*/
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding: 15px;
    text-align: center;
}


.sanctuary-travaux {
    background: url("../Design/mainadoptions.png") no-repeat bottom left #C5E18B;
    color: #2f2a26;
    padding: 0 20px 30px 20px;
    margin: 0px -40px;
    border-radius: 10px;
    height: 420px;
}

.sanctuary-help {
    background: url("../Design/sanctuaryhelp.png") no-repeat bottom right #C5E18B;
    color: #2f2a26;
    padding: 0 20px 30px 20px;
    margin: 0px -40px;
    border-radius: 10px;
    height: 240px;
}

/*Agenda*/
.agenda {
    min-height:400px;
}

/*Adoptions*/
.top-adoptions {
    /* background: #C5E18B;*/
    color: #2f2a26;
    width: 1060px;
    padding: 0; /* 20px 30px 30px;*/
    margin-top: 20px;
    border-radius: 10px;
    min-height: 360px;
    text-align: center;
    overflow: hidden;
}

    .top-adoptions h1 {
        padding: 5px 25px;
        text-align:center;
    }

    .top-adoptions p {
        text-align: center;
    }

.adoptions-pet {
    background: #C5E18B;
    border: 1px #FF5A9A solid;
    padding: 0 5px;
    margin: 4px;
    float: left;
    border-radius: 10px;
    width: 156px;
    height: 308px;
    text-align: center;
}

    .adoptions-pet:hover {
        background: #ffd5e6;
    }

    .adoptions-pet h3 {
        margin: -5px 0;
        padding: -5px 0;
    }

    .adoptions-pet p {
        margin: -5px 0;
        padding: -5px 0;
    }

.pet-compat {
    margin: 2px;
    width: 25px;
}

.pet-img-big {
    margin-top: 5px;
    text-align: center;
    width: 300px;
    border-radius: 20px 40px;
    border: 5px #FF5A9A solid;
}

.pet-img-small {
    margin-top: 5px;
    text-align: center;
    height: 200px;
    border-radius: 25px 10px;
    border: 3px #FF5A9A solid;
}

.adoption-form {
    background: #C5E18B;
    border: 1px #FF5A9A solid;
    padding: 8px;
    margin: 4px;
    border-radius: 10px;
    text-align: center;
}
    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/*Aider*/
.help-bloc {
    width: 44%;
    margin: 5px;
    text-align: center;
    border-radius: 25px 10px;
    border: 3px #FF5A9A solid;
    background: #C5E18B;
    padding: 20px;
    float: left;
}
.helpdiv {

}

    .helpdiv h1 {
        color: #FF5A9A;
    }
    .helpdiv h2 {
        color: #FF7AAA;
    }

    .helpdiv h3 {
        color: #C5E18B;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

.contactForm {
    float: left;
    width: 60%;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/*WebProductControl*/



.WPCBlockProduct {
    background-color: white;
    min-width: 250px;
    width: 30%;
    margin: 10px;
    height: 300px;
    border-radius: 10px;
    font-size: 1.2em;
    float: left;
    padding: 15px 5px 10px 5px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*  .WPCBlockProduct a img {
            height:100px;
        }*/

.WPCBlockProductTitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    height: 75px;
    margin-top: 10px;
    color: #222c7a;
}

.WPCBlockProductDetailTitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    height: 75px;
    margin-top: 10px;
    color: #222c7a;
}

.WPCBlockProductPrice {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    color: #222c7a;
    margin-top: 15px;
}

.WPCBlockProductPromoPrice {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    color: #bf2542;
    margin-top: 15px;
}

.WPCBlockProductCategory {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bolder;
    color: #09C116;
}

.WPCBlockProductDetailCategory {
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bolder;
    color: #09C116;
}

.WPCImage {
    height: 100px;
    vertical-align: middle;
}



.BlockProductBasket {
    padding-left: 10px;
}

.BtnMoreLess {
    margin-top: 50px;
    margin-bottom: -5px;
    height: 15px;
    width: 15px;
}

/*WebCategoryControl*/

.WCCBlockCategory {
    background-color: lightgrey;
    min-width: 250px;
    width: 30%;
    margin: 10px;
    height: auto;
    border-radius: 10px;
    font-size: 1.2em;
    float: left;
    padding: 15px 5px 10px 5px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.BLCategory {
    margin: 10px;
    list-style: none;
    text-align: left;
}

.WCCBlockCategoryTitle {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bolder;
    height: 75px;
    margin-top: 10px;
    color: #222c7a;
}

li a {
    text-decoration: none;
}

.CategoryTitle {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bolder;
    height: 35px;
    margin-top: 10px;
    display: block;
    font-size: 25px;
    color: #222c7a;
}

/* External links*/

.paypalLink {
    text-decoration: underline;
    color: blue;
}




/********************
*   Mobile Styles   *
********************/
@media only screen and (orientation: portrait) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 0px 0 100px -20px;
        text-align: center;
    }



    /* menu */
    nav {
        margin-top:100px;
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    #body {
        margin-left:10%;
    }
    
   
    .featured {
     margin-left:-40px;
      width:100%;
    }

    .top-adoptions {
        /* background: #C5E18B;*/
        color: #2f2a26;
        width: 90%;
        padding: 0 10px 0 -10px; /* 20px 30px 30px;*/
        margin-top: 20px;
        border-radius: 10px;
        min-height: 360px;
        text-align: center;
        overflow: hidden;
    }

    .content-wrapper {
        /*
           padding-right: 10px;*/
         width: 100%;
    }
    .default-adoption {
        margin:0 0 0 auto;
    }
    /*
    .featured .content-wrapper {
        padding: 10px;
    }*/
    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }


    .help-bloc {
        width: 40%;
    }
        /* footer
    ----------------------------------------------------------*/
        footer .float-left {
        float: left;
        width:30%;
    }

    footer .float-right {
        float: none;
        width: 30%;
    }

    footer {
        text-align: center;
        padding: 10px 0 10px 0;
        overflow: hidden;
        clear:both;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */
