/**
 * @author              Steven Palmer and Bradley Silk
 * @author url          http://coalaweb.com
 * @author email        support@coalaweb.com
 * @version             Version 0.0.1 January 2013
 * @copyright           Copyright (c) 2013 Steven Palmer and Bradley Silk All rights reserved.
 */

 /* K2
------------------------------------------------------------------------------*/
   
div.k2UsersBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.itemAuthorLatest ul, div.k2LatestCommentsBlock ul li, 
div.k2LatestCommentsBlock ul {

 list-style: none outside none;
 padding-left:10px;
}

span.itemEditLink a:hover,
span.catItemEditLink a:hover {
background: none repeat scroll 0 0 #EEEEEE;
}

/* Styling for the Edit Item button in K2 */
span.catItemEditLink a, span.itemEditLink a {
    background-color: #F5F5F5;
    background-image: -webkit-linear-gradient(#FFFFFF, #E6E6E6);
    background-image: linear-gradient(#FFFFFF, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6');
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    margin: 0 5px;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

span.catItemEditLink a:hover, span.itemEditLink a:hover {
    background-color: #E6E6E6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#E6E6E6');
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    transition: background-position 0.1s linear 0s;
    cursor:pointer;
}

/* Background for K2 Users box, removed due to clashes with template */
.even {
    background: none;
}

/* Joomsocial 
------------------------------------------------------------------------------*/

body #community-wrap div.greybox a#joinButton {
    color: #444;
    padding: 5px 12px !important;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius:1px;
    margin:2px;
    background: #fff url(../images/modulebg.png) repeat-x top left;
    border: 1px solid #C7C9CE;
}

body #community-wrap div.greybox a:hover#joinButton {
    color:#444;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor:pointer;
    background: #fff url(../images/modulebg.png) repeat-x top left;
}

body #community-wrap div.greybox div div div.loginform input.frontlogin {
    font-weight:normal;
}

body #community-wrap ul#featurelist li {
    color: #444444;
}

#community-wrap .cFrontPageLeft {
    min-height: 300px;
}
