/*
Theme Name: Peavi.ca
Theme URI: http://peavi.ca
Description: This theme is a custom child theme built for peavi.ca
Author: border-color: 
Version: 1.0
Template: twentyten

*/

@import url("../twentyten/style.css");


/* PEAVI CHILD THEME */

.left{
    float: left;
}
.clearboth{
    clear:both;
}

#responsive-header{
    display: block;
    background-image: url('/wp-content/themes/twentyten-child/img/PEAVI-Logo-940w.png');
    height: 198px;
    max-width: 940px;
    background-repeat: no-repeat;
    background-position: center center;
    clear:both;
}


#wrapper{
    margin-top: 0px;
}

#header{
    padding: 10px 0 0 0;
}

#site-title{
    width:35% !important;
}

#site-description{
    width: 45% !important;
    float: left;
    margin-top: 0px;
    clear:left;
}

form#searchform.searchform{
    float:right;
    margin-top: 10px;
    clear:right;
}

#short_code_si_icon {
    float:right;
    margin-top: 5px;
} 

#buddypress span.activity {
    display:none !important;
}

.one-column #content{
    width: 100%;
}

#content .profile p {
    margin-bottom:5px;
}

#content .entry-content .profile input{
    margin-bottom: 5px;
}

#buddypress table.profile-fields p:nth-child(-n+5){
    margin-bottom: 15px;
}

#buddypress table.profile-fields p:only-child, #buddypress table.profile-fields p:last-child{
    margin-bottom:0px;
}

#buddypress div.pagination .pag-count,
#buddypress div.pagination .pagination-links span.page-numbers,
#buddypress div.pagination .pagination-links a.page-numbers{
    font-size: 130%;
}

.column-three {
    -moz-column-count: 3;
    -moz-column-gap: 55px;
    -webkit-column-count: 3;
    -webkit-column-gap: 55px;
    column-count: 3;
    column-gap: 55px;
}

.column-four {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

ul.keyword{
    list-style: none;
}

#buddypress ul.item-list li.memberslist{
    padding: 8px 0;
    border-bottom: none;
}

/* END OF PEAVI CHILD THEME */


/* RESPONSIVE TWENTY TEN */

@media screen and (max-width: 360px) {

    #responsive-header {
        background-image: url('/wp-content/themes/twentyten-child/img/PEAVI-Logo-290w.jpg');
        max-width: 290px;
        height: 156px;
    }

    .column-three {
        -moz-column-count: 1;
        -moz-column-gap: 1px;
        -webkit-column-count: 1;
        -webkit-column-gap: 1px;
        column-count: 1;
        column-gap: 1px;
    }

}

@media screen and (min-width: 361px) and (max-width: 520px) {


    #responsive-header{
        background-image: url('/wp-content/themes/twentyten-child/img/PEAVI-Logo-450w.jpg');
        max-width: 450px;
        height: 156px;
    }

    .column-three {
        -moz-column-count: 1;
        -moz-column-gap: 1px;
        -webkit-column-count: 1;
        -webkit-column-gap: 1px;
        column-count: 1;
        column-gap: 1px;
    }

}

@media screen and (min-width:521px) and (max-width: 810px) {
    #responsive-header{
        background-image: url('/wp-content/themes/twentyten-child/img/PEAVI-Logo-740w.jpg');
        max-width: 740px;
        height: 156px;
    }

    .column-three {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
    }

}

/* END OF RESPONSIVE TWENTY TEN */
