/*@import url( reset.css );  Reset browser defaults */

/* > Global Elements
-------------------------------------------------------------- */

/*body {
        background: #eaeaea url( ../images/background.gif ) top left repeat-x;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana, sans-serif;
        line-height: 170%;
        color: #555;
        width: 90%;
        min-width: 960px;
        max-width: 1250px;
        margin: 0 auto;
        padding-top: 0 !important;
    }
        body.activity-permalink {
                min-width: 960px;
                max-width: 960px;
        }*/

/*h1,*/ h2, h3, h4, h5, h6 {
    margin: 5px 0 15px 0;
}

/*h1 { font-size: 28px; margin-bottom: 25px; }*/
h2 { font-size: 24px; margin-bottom: 20px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; margin-bottom: 15px; }
h5 { font-size: 14px; margin-bottom: 0; }
h6 { font-size: 12px; margin-bottom: 0; }

/*a { color: #1fb3dd; }
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; } */

/*.padder { padding: 19px; }*/
.clear { clear: left; }

hr {
    background-color:#E7E7E7;
    border:0 none;
    clear:both;
    height:1px;
    margin: 20px 0;
}

img.avatar {
    float: left;
    margin-right:5px;
}

/* > Admin Bar
-------------------------------------------------------------- */

#wp-admin-bar .padder {
    width: 90% !important; /* Line up the admin bar with the content body in this theme */
}

/* > Header
-------------------------------------------------------------- */
/*#header {
        position: relative;
        color: #fff;
        background: url( ../images/default_header.jpg);
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        margin-bottom: 20px;
        height: 100px;
        padding-top: 25px;
}
        #header #search-bar {
                position: absolute;
                top: 25px;
                right: 0;
                width: 100%;
                text-align: right;
        }

                #header h1 {
                        line-height: 230%;
                }

                #header #search-bar .padder {
                        padding: 10px 20px;
                }

                #header #search-bar input[type=text] {
                        -moz-border-radius: 3px;
                        -webkit-border-radius: 3px;
                        border-radius: 3px;
                        border: 1px inset #888;
                        padding: 2px;
                        margin-right: 4px;
                }

                #header #search-bar input[type=submit] {
                        font-size: 11px;
                        padding: 1px 4px;
                        margin-left: 4px;
                }

        #header h1 {
                position: absolute;
                bottom: 0;
                left: 20px;
                width: 44%;
                margin: 0 0 -5px 0;
        }
                #header h1 a {
                        color: #fff;
                        font-size: 26px;
                        text-decoration: none;
                }
*/

/* > Navigation
-------------------------------------------------------------- */

ul#nav {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    list-style: none;
    bottom: 0;
    max-width: 65%;
}
ul#nav li {
    float: left;
    margin: 0 5px 0 0;
}
ul#nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    background: url( ../images/60pc_black.png );
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}
ul#nav li.selected a, ul#nav li.current_page_item a {
    background: #f5f5f5;
    color: #555;
}
ul#nav a:focus { outline: none; }

/* > Container
-------------------------------------------------------------- */

div#container {
    position: relative;
    width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    overflow: hidden;
}
body.activity-permalink div#container {
    background: none;
    border: none;
}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
    float: left;
    width: 224px;
    margin-left: -226px;
    margin-top: 1px;
    border-left: 1px solid #ddd;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    background: url( ../images/sidebar_back.gif ) top left repeat-x;
}
div#sidebar div#sidebar-me img.avatar {
    float: left;
    margin: 0 10px 15px 0;
}

div#sidebar div#sidebar-me h4 {
    font-size: 16px;
    margin: 0 0 8px 0;
    font-weight: normal;
}


div#sidebar ul#bp-nav {
    clear: left;
    margin: 15px -16px;
}
div#sidebar ul#bp-nav li {
    padding: 10px 15px;
}

div#sidebar h3.widgettitle {
    margin: 25px -20px 10px -19px;
    background: #eaeaea;
    padding: 5px 15px;
    font-size: 12px;
    clear: left;
}

div#sidebar .widget_search {
    margin-top: 20px;
}
div#sidebar .widget_search input[type=text] {
    width: 110px;
    padding: 2px;
}

div#sidebar ul#recentcomments li, div#sidebar .widget_recent_entries ul li {
    margin-bottom: 15px;
}

div#sidebar ul.item-list img.avatar {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
div#sidebar div.item-avatar img {
    width: 40px;
    height: 40px;
    margin: 1px;
}

div#sidebar .avatar-block { overflow: hidden; }

div#sidebar ul.item-list div.item-title {
    font-size: 12px;
}

div#sidebar div.item-options {
    margin: -10px -20px 0 -19px;
    background: #f8f8f8;
    padding: 5px 15px;
    font-size: 11px;
}

div#sidebar div.item-meta, div#sidebar div.item-content {
    margin-left: 38px;
    font-size: 11px;
}

div#sidebar div.tags div#tag-text {
    font-size: 1.4em;
    line-height: 140%;
    padding-top: 10px;
}

/* > Content
-------------------------------------------------------------- */

div#content {
    /*float: left;
        width: 100%;
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;*/
}

div#content .padder {
  /*  margin-right: 225px;
    border-right: 1px solid #ddd;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;*/
}
/*div#content .left-menu {
    float: left;
    width: 170px;
}

div#content .main-column {
    margin-left: 190px;
}*/
.action a.remove {
    clear: both;
    display: block;
}

/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

div#item-header {
    overflow: hidden;
}
div#item-header div#item-header-content { margin-left: 170px; }

div#item-header h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 120%;
}
div#item-header h2 a {
    text-decoration: none;
    color: #777;
}

div#item-header img.avatar {
    float: left;
    margin: 0 15px 25px 0;
}

div#item-header h2 { margin-bottom: 5px; }

div#item-header span.activity, div#item-header h2 span.highlight, h3 span.bp_highlight {
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
    line-height: 170%;
    margin-bottom: 7px;
}

div#item-header h2 span.highlight { font-size: 16px; }
h3 span.bp_highlight { font-size: 16px; }

div#item-header h2 span.highlight span {
    position: relative;
    top: -2px;
    right: -2px;
    font-weight: bold;
    font-size: 11px;
    background: #CC6633;
    color: #fff;
    padding: 1px 4px;
    margin-bottom: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;

    cursor: pointer;
    display: none;
}

h3 span.bp_highlight span {
    position: relative;
    top: -2px;
    right: -2px;
    font-weight: bold;
    font-size: 11px;
    background: #CC6633;
    color: #fff;
    padding: 1px 4px;
    margin-bottom: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;

    cursor: pointer;
    display: none;
}

div#item-header div#item-meta {
    font-size: 14px;
    color: #aaa;
    padding-bottom: 10px;
    overflow: hidden;
    margin: 10px 0 5px 0;
}

div#item-header div#item-actions {
    float: right;
    width: 20%;
    margin: 0 0 15px 15px;
    text-align: right;
}
div#item-header div#item-actions h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

div#item-header ul {
    overflow: hidden;
    margin-bottom: 15px;
}

div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
    display: none;
}

div#item-header ul li {
    float: right;
}

div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
    width: 30px;
    height: 30px;
    margin: 2px;
}


div#item-header div#message.info div#message_explain.info {
    line-height: 80%;
}


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
    width: 100%;
    list-style:none;
    padding:0px;
    margin:0px;
}
ul.item-list li {
    position: relative;
    padding:8px;
    clear: left;
    min-height: 50px;
    /*padding: 15px 0;
                border-bottom: 1px solid #eaeaea;*/
}

.item-desc {
    padding-right: 140px;

}

ul.single-line li { border: none; }
.item-list li:nth-child(odd) {
    background:#faf5f2;
}

ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 10px 0;
}

ul.item-list li div.item-title, ul.item-list li h4 {
    font-weight: normal;
    font-size: 14px;
    width: 75%;
    margin: 0;
}
ul.item-list li div.item-title span {
    font-size: 12px;
    color: #999;
}
ul.item-list li div.item-desc {
    /*margin:0px 0 0 64px;
                        width: 50%;*/
    font-size: 12px;
}
ul.item-list li div.item-desc p {margin:0px;padding:0px;}

span.activity {
    font-size:11px;
    color:#888;
}

ul.item-list li div.action {
    position: absolute;
    top: 10px;
    right: 8px;
    text-align:right;
    line-height:12px;
    min-width: 140px;
}

div.action .blog-button{
    display: inline-block;
    float: right;
}

ul.item-list li div.meta {
    margin-top: 0px;
    margin-right: 0px;
    color: #888;
    font-size: 11px;
    max-width: 300px;
    padding: 0 8px;
}

ul#blogs-list li div.meta {
    padding: 0 20px !important;
    text-align: left !important;
}

ul.item-list li h5 span.small {
    font-weight: normal;
    font-size: 11px;
}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
    clear: left;
    /*overflow: hidden;*/
    margin: 15px -10px 2px -10px;
    background: #ffe083;
    display:inline-block;
    display:block;
}
div.item-list-tabs:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html div.item-list-tabs { height:1px;}


div.item-list-tabs ul li a {
    text-decoration: none;
}

div.item-list-tabs ul {
    width: 100%;
    list-style:none;
    padding:0px;
    margin:0;
}
div.item-list-tabs ul li {
    float: left;
    margin:8px 0 0 3px;
    font-weight:bold;
    white-space:nowrap;
}
div.item-list-tabs#subnav ul li,div.item-list-tabs#subnav_top ul li  {
    margin: 7px 10px 0 11px;
}
div.item-list-tabs#subnav ul li.last{
    margin: 7px 10px 0 0;
}


#activity_all{
   float: right;
   margin-right: 4px;
}
#subnav.item-list-tabs,#subnav_top.item-list-tabs {
    border-bottom:1px solid #f5e2d9;
    margin-bottom:10px;
}

div.item-list-tabs ul li:first-child {
    margin-left: 0px;
}

div.item-list-tabs ul li.last,.last-of-breadcrumb {
    float: right;
    margin: 7px 10px 0 0;
}
div.item-list-tabs#subnav ul li.last,.last-of-breadcrumb {
    /*	margin-top: 4px;*/
}

div.item-list-tabs ul li.last select {
    max-width: 175px;
}

div.item-list-tabs ul li a,.no-link,
div.item-list-tabs ul li span {
    display: block;
    padding: 5px 6px 7px 6px;
    text-decoration: none;
    color: #563b26;
    font-size:12px;
}
/*div.item-list-tabs ul li span {
                                color: #aaa;
                        }*/

div.item-list-tabs ul li a span {
    display: inline;
    padding: 0;
    color: inherit;
}

div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
    background-color: #fff;
    font-weight: bold !important;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}
ul li.loading a {
    background-image: url( ../images/ajax-loader.gif );
    background-position: 92% 50%;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}
div#item-nav ul li.loading a {
    background-position: 88% 50%;
}

#object-nav.item-list-tabs {
    margin-top: 0;
	padding-left:10px;
}

div.item-list-tabs#subnav,div.item-list-tabs#subnav_top {
    background: #fff;
    /*margin: -15px -19px 15px -19px;
    border-bottom: 1px solid #eaeaea;*/
    min-height: 35px;
    /*overflow: hidden;*/
}
div.item-list-tabs#subnav h3,div.item-list-tabs#subnav_top h3 {padding-left:10px;}
div.item-list-tabs#subnav li a,div.item-list-tabs#subnav_top li a  {
    color:#cf7041;
    font-weight: normal;
}

div.item-list-tabs ul li.feed a {
    background: url( ../images/rss.png ) center left no-repeat;
    padding-left: 20px;
}

/* > Item Body
-------------------------------------------------------------- */


/*span.activity,*/ div#message p {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    /*background: #FFF9DB;
        border-bottom: 1px solid #FFE8C4;
        border-right: 1px solid #FFE8C4;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;*/
    color: #ffa200;
    padding: 1px 8px;
    margin-top: 6px;
    text-decoration: none;
}

div#message_explain p {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    color: #ffa200;
    padding: 1px 8px;
    margin-top: 6px;
    text-decoration: none;
}


/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

 /*.dir-search {
   position: relative;
    right: 120px;
    vertical-align: top;
    display: inline-block;
    width: 161px;
    background: url(../images/search.gif) no-repeat;
    left:355px; 
    margin-top:-32px; 
}*/
 
 .dir-search, .dir-search-hierarchy {
    vertical-align: top;
    display: inline-block;
    width: 160px;
    left:355px; 

}
.dir-search label input, .dir-search-hierarchy label input {
    font-size: 12px !important;
    color:#000 !important;
    line-height: 14px;
    height: 12px;
    background: none;
    padding:5px 0 4px 6px !important;
    float: left;
    width: 155px;
	
	border:1px solid #f1c7b7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.dir-search #groups_search_submit,
.dir-search #members_search_submit,
.dir-search #forums_search_submit,
.dir-search #blogs_search_submit,
.dir-search #listings_search_submit,
.dir-search #dogs_search_submit,
.dir-search #favorits_search_submit,
.dir-search-hierarchy #groups_search_submit,
.dir-search-hierarchy #members_search_submit,
.dir-search-hierarchy #forums_search_submit,
.dir-search-hierarchy #blogs_search_submit,
.dir-search #search_submit{
    float: right;
    background:url(../images/sprites/forms.png) 0px -53px no-repeat;
    width:23px;
    height:22px;
    border:none;
    radius:0;
    font-size:0px;
    margin:-23px 0 0 0;
    position:relative;
    cursor: pointer;
}

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
    /*margin: -20px -20px 9px -20px;
        border-bottom: 1px solid #eaeaea;
        padding: 10px 20px 10px 20px; */
    padding:10px 8px;
    color: #656565;
    font-size: 11px;
    height: 16px;
}
div.pagination#user-pag, .friends div.pagination,
.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
    background: #f8f8f8;
    border: none;
    padding: 8px 15px;
    /* margin: 0 -10px;*/
}

div.pagination .pag-count {
    float: left;
}

div.pagination .pagination-links {
    float: right;
}
div.pagination .pagination-links span,
div.pagination .pagination-links a {
    font-size: 12px;
    padding: 0 5px;
}
div.pagination .pagination-links a:hover {
    font-weight: bold;
}

div#pag-bottom {
    margin-top: 0;
}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
    margin: 15px 0;
    padding: 5px -10px;
    clear: right;
}

div#message_explain {
    margin: 15px 0;
    padding: 5px -10px;
    clear: both;
}
div#message_explain p {
    padding: 20px 10px;
    font-size: 16px;
    display:block;
}

div#message_explain.info p {
    color: #FF9600;
    border-color: #fffcf2;   
    background: #fffcf2;
    line-height: 100% !important;
}

div#message.updated { clear: both; }

div#message p {
    padding: 20px 10px;
    font-size: 16px;
    display:block;
    clear: both;
}
div#message.error p {
    color: #e41717;
    border-color: #ffe9e9;   
    background: #ffe9e9;
}

div#message.info p {
    color: #FF9600;
    border-color: #fffcf2;   
    background: #fffcf2;
}


div#message.updated p {
    background: #dffcd9;
    color: #1a9b00;
    border-color: #c4e9bd;
}



form.standard-form#signup_form div div.error {
    color: red;
    background: #ffe9e9;
    border: 1px solid  #ff5e5e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px;
    width: 90%;
    margin: 0 0 10px 0;
}

/* > Buttons
-------------------------------------------------------------- */

.column-m a.button,
.column-m input[type=submit],
.column-m input[type=button],
.column-m input[type=reset],
.column-m ul.button-nav li a,
.column-m div.generic-button a {
    font:bold 12px/15px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    background:#fff0d2;
    border:1px solid #ffd699;
    display:inline-block;
    padding: 2px 3px;
    margin:1px 6px 6px 0px;
    float:right;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;

}

/* Buttons that are disabled */
div.pending a, a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: default;
}
div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

div.accept, div.reject {
    float: left;
    margin-left: 10px;
}

ul.button-nav li {
    float: left;
    margin: 0 10px 10px 0;
}
ul.button-nav li.current a {
    font-weight: bold;
}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
    background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
    padding: 8px;
    display: none;
}

#validator-loader {
   position: absolute;
   top: 8px;
   right: 4px;

}

a.loading {
    background-image: url( ../images/ajax-loader.gif ) !important;
    background-position: 95% 50% !important;
    background-repeat: no-repeat !important;
    padding-right: 25px !important;
}
#j-loader{
    background-image: url( ../images/page-loader.gif ) !important;
    background-position: 0% 50% !important;
    background-repeat: no-repeat !important;
    padding: 15px 15px 15px 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

/*form.standard-form {

}
        form.standard-form textarea, form.standard-form input[type=text],
        form.standard-form select, form.standard-form input[type=password],
        .dir-search input[type=text] {
                border: 1px inset #ccc;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                padding: 6px;
                font: inherit;
                font-size: 14px;
                color: #888;
        }
                form.standard-form select {
                        padding: 3px;
                }

                form.standard-form input[type=password] {
                        margin-bottom: 5px;
                }
*/
/*
form.standard-form label, form.standard-form span.label {
    display: block;
    font-weight: bold;
    color:#cc6633;
    margin: 15px 0 5px 0;
}*/
form.standard-form div.checkbox label,
form.standard-form div.radio label {
    font-weight: normal;
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #888;
}

form.standard-form#sidebar-login-form label {
    margin-top: 5px;
}

/*form.standard-form input[type=text] {
                width: 75%;
        }*/
/*form.standard-form#sidebar-login-form input[type=text],*/
form.standard-form#sidebar-login-form input[type=password] {
    padding: 4px;
    width: 95%;
}

/*form.standard-form #basic-details-section input[type=password],*/
form.standard-form #blog-details-section input#signup_blog_url {
    width: 35%;
}

/*form.standard-form#signup_form input[type=text],*/
form.standard-form#signup_form textarea {
    width: 90%;
}
form.standard-form#signup_form div.submit { float: right; }
div#signup-avatar img { margin: 0 15px 10px 0; }

/*form.standard-form textarea {
                width: 75%;
                height: 120px;
        }
                form.standard-form textarea#message_content {
                        height: 200px;
                }

                form.standard-form#send-reply textarea {
                        width: 97.5%;
                } */

form.standard-form p.description {
    font-size: 11px;
    color: #666;
    margin: 5px 0;
    width: 292px;
}

form.standard-form div.submit {
    padding: 0px;
   
}
form.standard-form div.submit input {
    margin-right: 15px;
}

form.standard-form div.radio ul {
    margin: 10px 0 15px 38px;
    list-style: disc;
}
form.standard-form div.radio ul li {
    margin-bottom: 5px;
}

form.standard-form a.clear-value {
    display: block;
    margin-top: 5px;
    outline: none;
}


form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
    background: #fff;
    color: #555;
}

form#send-invite-form {
    margin-top: 20px;
}
div#invite-list {
    max-height: 300px;
    overflow: auto;
    padding: 5px;
    width: 560px;
    margin: 10px 0;
}


/* > Data Tables
-------------------------------------------------------------- */

/*table {
        width: 100%;
}
        table thead tr {
                background: #eaeaea;
        }*/

table#message-threads {
    margin: 0 -10px;
    width: auto;
}

table.profile-fields { margin-bottom: 20px; }

div#sidebar table {
    margin: 0 -16px;
    width: 117%;
}

table tr td, table tr th {
    padding: 8px;
    vertical-align: middle;
}
table tr td.label {
    border-right: 1px solid #eaeaea;
    font-weight: bold;
    width: 25%;
}

table tr td.thread-info p { margin: 0; }

table tr td.thread-info p.thread-excerpt {
    color: #888;
    font-size: 11px;
    margin-top: 3px;
}

div#sidebar table td, table.forum td { text-align: center; }

table tr.alt {
    background: #f4f4f4;
}

table.notification-settings {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}
table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
table.notification-settings th.title { font-size: 16px; font-weight: bold; text-align: left; width: 80%; }
table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: left; }

table.forum {
    margin: 0px;
    width: auto;
}
table.forum tr.sticky td {
    background: #FFF9DB;
    border-top: 1px solid #FFE8C4;
    border-bottom: 1px solid #FFE8C4;
}

table.forum tr.closed td.td-title {
    padding-left: 35px;
    background-image: url( ../images/closed.png );
    background-position: 15px 50%;
    background-repeat: no-repeat;
}

table.forum td p.topic-text {
    color: #888;
    font-size: 11px;
}

table.forum tr > td:first-child, table.forum tr > th:first-child {
    padding-left: 15px;
}

table.forum tr > td:last-child, table.forum tr > th:last-child {
    padding-right: 15px;
}

table.forum tr th#th-title, table.forum tr th#th-poster,
table.forum tr th#th-group, table.forum td.td-poster,
table.forum td.td-group, table.forum td.td-title { text-align: left; }

table.forum td.td-freshness {
    font-size: 11px;
    color: #888;
}

table.forum td img.avatar {
    margin-right: 5px;
}

table.forum td.td-poster, table.forum td.td-group  {
    min-width: 130px;
}

table.forum th#th-title {
    width: 40%;
}

table.forum th#th-postcount {
    width: 1%;
}

/* > Activity Stream Posting
-------------------------------------------------------------- */

/*form#c-whats-new-form {
        margin-bottom: 5px;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
        padding-bottom: 0px;
}
form#c-whats-new-form .frame {padding-top:10px;}*/
#item-body form#c-whats-new-form {
    margin-top: 20px;
    border: none;
}

.home-page form#c-whats-new-form {
    border-bottom: none;
    padding-bottom: 0;
}

/*form#c-whats-new-form h5 {
                margin: 0;
                font-weight: normal;
                font-size: 12px;
                color: #888;
                margin-left: 76px;
                padding: 0 0 3px 0;
        }*/

form#c-whats-new-form #whats-new-avatar {float:left;}
/*form#c-whats-new-form #whats-new-avatar img {border:1px solid #d6995a;}*/

form#c-whats-new-form #whats-new-content {
    display:inline-block;
    display:block;
}
#whats-new-content:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html #whats-new-content { height:1px;}

form#c-whats-new-form #whats-new-textarea {
    /*padding: 8px;
                margin-left: 54px;
                margin-bottom: 10px;*/
    float:right;
    width: 210px;
}

form#c-whats-new-form #whats-new-options {
    padding-top:2px;
    color:#6d4927;
    float:left;
    width:100%;
}

form#c-whats-new-form #whats-new-submit {display: block;float: right;margin:2px 0 0 0;}
form#c-whats-new-form #whats-new-post-in-box {
    width:274px;
    float:left;
    padding-top:4px;
    font:bold 12px/20px Arial;
    color: #C63;
}
#whats-new-post-in-box .logout {
    width: 85px;
    padding-left:3px;
    padding-right:15px;

}
#whats-new-post-in-box .unread {
    padding-left:20px;
    width: 30px;
    font: bold 14px Arial;
    background: url(../images/ico-mail.png) 0px 3px no-repeat;
    padding: 1px 10px 1px 20px;

}
#whats-new-post-in-box .requests {
    padding-left:20px;
    width: 30px;
    font: bold 14px Arial;
    background: url(../images/ico-user.png) 0px 3px no-repeat;
    padding: 1px 10px 1px 20px;

}

#whats-new-post-in-box span a{
    color: #199A09;
}

form#c-whats-new-form #whats-new-post-in-box strong {float:left;}

form#c-whats-new-form .msgs p {font-size:12px;clear:both;margin:9px 7px;}
form#c-whats-new-form #sidebar_nav {
    list-style:none;
    padding:0px 0px 0px 0px;
    margin:0px 0 0 0px;
    clear:both;
    display:inline-block;
    display:block;
}

form#c-whats-new-form #sidebar_nav:after{
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .form#c-whats-new-form #sidebar_nav { height:1px;}

form#c-whats-new-form #sidebar_nav li {
    float:left;
    width:113px;
    font: bold 12px Arial;
    background:url(../images/paw.gif) 0px 3px no-repeat;
    padding:1px 3px 1px 20px;
}
form#c-whats-new-form #sidebar_nav li a {color:#199a09;}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
    padding: 20px 0 0 0;
    overflow: hidden;
}
ul.activity-list > li:first-child {
    padding-top: 5px;
}

ul.activity-list li.has-comments {
    padding-bottom: 20px;
}

.activity-list li.mini {
    position: relative;
    font-size: 11px;
    min-height: 35px;
    padding: 12px 0 0 0;
}
.activity-list li.mini div.activity-meta {
    margin: 0;
}

.activity-list li.mini div.activity-meta a {
    padding: 3px 8px;
}
.activity-list li.mini .activity-avatar img.avatar,
.activity-list li.mini .activity-avatar img.FB_profile_pic {
    width: 20px;
    height: 20px;
    margin-left: 36px;
}
.activity-list li.activity_comment .activity-avatar img.avatar,
.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

body.activity-permalink .activity-list li .activity-avatar img.avatar,
body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
    width: 100px;
    height: 100px;
    margin-left: 0;
}

.activity-list li.mini .activity-content {
    /*margin-right: 175px;*/
}

.activity-list li.mini .activity-content p {
    margin: 0;
    /*float: left;*/
}

.activity-list li.mini .activity-meta {
    position: absolute;
    right: 0;
}
body.activity-permalink .activity-list li.mini .activity-meta {
    position: absolute;
    right: 15px;
}

.activity-list li.mini .activity-comments {
    clear: left;
    font-size: 12px;
    /*margin-top: 30px;*/
}

.activity-list li .activity-inreplyto {
    font-size: 11px;
    color: #888;
    margin-left: 70px;
    margin-bottom: 15px;
    padding-left: 25px;
    background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
}
.activity-list li .activity-inreplyto > p {
    margin: 0;
    display: inline;
}

.activity-list li .activity-inreplyto blockquote,
.activity-list li .activity-inreplyto div.activity-inner {
    background: none;
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.activity-list .activity-avatar {float:left;}
.activity-list .mini .activity-avatar {margin-left:30px;}
.activity-list .mini .activity-avatar img {margin-left:0px !important;}
.activity-list .activity-avatar img {
    width: 50px;
    height: 50px;
}
body.activity-permalink .activity-list .activity-avatar img {
    width: 100px;
    height: 100px;
}

.activity-list .activity-content {
    margin-left: 70px;
}
body.activity-permalink .activity-list li .activity-content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: 135px;
    font-size: 16px;
    line-height: 150%;
    min-height: 35px;
    margin-right: 0;
}
body.activity-permalink .activity-list li .activity-header > p {
    background: url( ../images/activity_arrow.gif ) top left no-repeat;
    margin-left: -35px;
    padding: 5px 0 0 38px;
    height: 35px;
    margin-bottom: 0;
}

.activity-list .activity-content .comment-header {
    font-size: 11px;
    color: #888;
    line-height: 220%;
}
.activity-list .activity-content .activity-header {
    font-size:11px;
    color:#999;
    margin-right: 180px;
}
.activity-list .activity-content .activity-header p {
    font-size:14px;
    color:#000;
    margin:0px;
}

/*.activity-list .activity-content .activity-header img.avatar {
    float: none !important;
    margin: 0 5px -8px 0 !important;
}*/

.activity-list .activity-header a:first-child, span.highlight {
    /*background: #EBF7FF;
                border-bottom: 1px solid #a1dcfa;
                border-right: 1px solid #a1dcfa;
                color: #059AE7;
                padding: 3px 8px;
                text-decoration: none;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                margin-right: 3px;*/
}
.activity-list .activity-header a:first-child:hover {
    background: #059AE7 !important;
    color: #fff !important;
}
.activity-list .activity-content a:first-child:focus { outline: none; }

.activity-list .activity-content span.time-since {
    color: #999;
    font-size:12px;
    display:block;
}
.activity-list .activity-content .view,
.activity-list .activity-content .delete-activity {
    font-size:11px;
}

.activity-list .activity-content span.activity-header-meta a {
    background: none;
    padding: 0;
    font-size: 11px;
    margin: 0;
    border: none;
    color: #aaa;
    text-decoration: underline;
}
.activity-list .activity-content span.activity-header-meta a:hover {
    color: inherit;
    text-decoration: none;
}

.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
    /*margin: 15px 0 15px 5px;*/
    margin:0px;
    overflow: hidden;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
    margin-top: 5px;
}

/* Backwards compatibility. */
.activity-inner > .activity-inner { margin: 0 !important; }
.activity-inner > blockquote { margin: 0 !important; }

.activity-list .activity-content img.thumbnail {
    float: left;
    margin: 0 10px 5px 0;
    border: 2px solid #eee;
}

.activity-list li.load-more {
    margin: 15px  0 !important;
    padding: 10px 15px !important;
    background: #f0f0f0 !important;
    text-align: center;
    font-size: 1.2em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.activity-list li.load-more a {
    color: #555;
}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
    margin: 0 0 20px 3px;
    clear: left;
}

.activity-list div.activity-meta a ,.acomment-options a {
    font:bold 11px Tahoma;
    background:#fff4d7;
    border: 1px solid #fcd092;
    color: #ff9c03;
    padding: 4px 8px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 3px;
    position:relative;
}
.activity-list div.activity-meta a.acomment-reply,.acomment-options a.acomment-reply {
    background: #d7eccf;
    border-color:#aad092;
    color: #1f9708;
}

.acomment-options a.acomment-delete {
   background-color: #ffd3c8;
   border: 1px solid #c63;
    color: #c63;
}

div.activity-comments {
    position: relative;
    margin: 5px 0 0 70px;
    width: auto;
    overflow: hidden; /* IE fix */
}
.acomment-options{
    margin: 5px 0 5px 0;
    clear: both;
    float: left;
}


body.activity-permalink div.activity-comments {
    width: auto;
    margin-left: 135px;
    background: none;
}

div.activity-comments > ul {
    /*background: #f5f5f5;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 0 10px 0;*/
    padding:0px;
}
div.activity-comments ul, div.activity-comments ul li {
    border: none;
    list-style: none;
}

div.activity-comments ul {
    clear: left;
}

div.activity-comments ul li {
    border-top: 2px solid #fff;
    padding: 10px !important;
}
body.activity-permalink div.activity-comments ul li {
    border-width: 1px;
    padding: 10px 0 0;
}

div.activity-comments ul li p:last-child {
    margin: 0;
}

div.activity-comments > ul > li:first-child {
    border-top: none;
}

div.activity-comments ul li:last-child {
    margin-bottom: 0;
}

div.activity-comments ul li > ul {
    margin-top: 0;
    margin-left: 20px;
}
body.activity-permalink div.activity-comments ul li > ul {
    margin-top: 15px;
}

div.activity-comments ul li ul li ul  {
    margin-left:0px !important;
    padding-left:0px !important;
}

div.activity-comments div.acomment-avatar {float: left; }
div.activity-comments div.acomment-avatar img {
    /*border-width: 2px !important;
                margin-right: 10px;*/
    float: left;
}

div.activity-comments div.acomment-content {
    font-size: 12px;
  /*  margin-left: 30px; */
    margin-top: 5px;
    clear: right;
    float: left;
   
}

div.acomment-content .time-since { display: none; }
div.acomment-content .activity-delete-link { display: none; }
div.acomment-content .comment-header { display: none; }

body.activity-permalink div.activity-comments div.acomment-content {
    font-size: 14px;
    clear: right;
    float: left;
}

div.activity-comments div.acomment-meta {
    font-size: 11px;
    color: #888;
}

div.activity-comments form.ac-form {
    display: none;
    margin:0px;
    background: #fffcf2;
    border: 1px solid #ffeeb8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
 
}
div.activity-comments li form.ac-form {
    margin-right: 15px;
       clear: both;
}

div.activity-comments form.root {
    margin-left: 0;
}

div.activity-comments div#message div#message_explain {
    margin-top: 15px;
    margin-bottom: 0;
}

div.activity-comments form.loading {
    background-image: url( ../images/ajax-loader.gif );
    background-position: 2% 95%;
    background-repeat: no-repeat;
}


#breeds_list.loading {
    background-image: url( ../images/ajax-loader.gif );
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

div.activity-comments form .ac-textarea {
    padding: 8px;
    border: 1px inset #ccc;
    background: #fff;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div.activity-comments form textarea {
    width: 100%;
    font-family: inherit;
    font-size: 11px;
    color: #555;
    height: 60px;
    border: none;
    padding: 0;
}
div.activity-comments form input {
    margin-top: 5px;
}

div.activity-comments form div.ac-reply-avatar {
    float: left;
}
div.ac-reply-avatar img {
    border: 2px solid #fff !important;
}

div.activity-comments form div.ac-reply-content {
    margin-left: 50px;
    padding-left: 15px;
    color: #888;
    font-size: 11px;
}

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
    background: #FFF9DB;
    border-top: 1px solid #FFE8C4;
    border-bottom: 1px solid #FFE8C4;
    font-weight: bold;
}
table#message-threads tr.unread td span.activity {
    background: #fff;
}

li span.unread-count, tr.unread span.unread-count {
    background: #dd0000;
    padding: 2px 8px;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
    color: #fff;
}

div.messages-options-nav {
    font-size: 11px;
    background: #eee;
    text-align: right;
    margin: 0 -10px;
    padding: 5px 15px;
}

div#message-thread div.message-box {
    margin: 0 -10px;
    padding: 15px;
}
div#message-thread div.alt {
    background: #f4f4f4;
}

div#message-thread p#message-recipients {
    margin: 10px 0 20px 0;
}

div#message-thread img.avatar {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

div#message-thread strong {
    margin: 0;
    font-size: 16px;
}
div#message-thread strong a {
    text-decoration: none;
}

div#message-thread strong span.activity {
    margin: 4px 0 0 10px;
}

div#message-thread div.message-metadata {
    overflow: hidden;
}

div#message-thread div.message-content {
    margin-left: 45px;
}

div#message-thread div.message-options {
    text-align: right;
}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
    margin-top:4px;
    width: auto;
}
ul#topic-post-list li {
    padding: 15px;
    position: relative;
}

ul#topic-post-list li.alt {
    background: #f4f4f4;
}

ul#topic-post-list li div.poster-meta {
    margin-bottom: 10px;
    color: #888;
}

ul#topic-post-list li div.post-content {
    margin-left: 54px;
}

div.admin-links {
    position: relative;
    /*top: 15px;*/
    right: 0px;
    color: #888;
    font-size: 11px;
}
div#topic-meta div.admin-links {
    bottom: 0;
    right: 0px;
    top: auto;
}

div#topic-meta {
    position: relative;
    padding: 5px 0;
}
div#topic-meta h3 {
    font-size: 20px;
}

div#new-topic-post {
    padding:10px 12px;
    border-top:1px solid #f6e6de;
    width:619px;
    margin:10px -11px;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
    margin: 0 0 40px 0;
    overflow: hidden;
}
div.post h2.pagetitle, div.post h2.posttitle {
    margin: 0;
    line-height: 120%;
}
div.post h2.pagetitle a, div.post h2.posttitle a {
    color: #666;
    text-decoration: none;
}

.navigation, .paged-navigation, .comment-navigation {
    overflow: hidden;
    font-family: georgia, times, serif;
    font-style: italic;
    font-size: 14px;
    padding: 2px 0;
    margin: 2px 0 2px 0;
}
.alignright {
    float: right;
    margin-left: 15px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

div.post p { margin: 0 0 20px 0; }
div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
div.post ul { list-style: square; }
div.post ol { list-style: decimal; }
div.post ol ol { list-style: upper-alpha; }
div.post dl { margin-left: 0; }
div.post dt { font-size: 14px; font-weight: bold; }
div.post dd { margin: 0 0 15px 0;}

div.post pre, div.post code p {
    padding: 15px;
    background: #f4f4f4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.post code { font-family: "Monaco", courier, sans-serif; }
div.post blockquote {
    quotes: none;
    font-style:italic;
    padding:0 3em;
    font-family: georgia, times, serif;
    font-size: 16px;
    line-height: 150%;
}

div.post table {
    border-collapse:collapse;
    border-spacing:0;
    border: 1px solid #eee;
}
div.post table th { border-top: 1px solid #eee; text-align: left; }
div.post table td { border-top: 1px solid #eee; }

div.post div.author-box, div.comment-avatar-box {
    background: #f0f0f0;
    padding: 10px;
    float: left;
    margin: 0 15px 15px 0;
    font-family: georgia, times, serif;
    font-style: italic;
    text-align: center;
    width: 70px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div.author-box p, div.comment-avatar-box p { margin: 5px 0 0; }
div.author-box a, div.comment-avatar-box a { text-decoration: none; }

div.post div.author-box img, div.comment-avatar-box img {
    float: none;
    border: 4px solid #fff;
    margin: 0;
}

div.post div.post-content, div.comment-content {
    margin-left: 105px;
}

div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
    /*color: #888;
                font-size: 12px;
                font-family: Georgia, times, serif;*/
    font-size:11px;
    color: #999;
    padding: 3px 0 6px 0;
    margin-bottom:6px;
    /*margin: 10px 0;*/
    border-bottom: 1px dotted #ebd2c7;
    border-top: 1px solid #e4e4e4;
}
/*.fn {display:block !important;}
.fn a {font:24px Arial !important;color:#cc6633 !important;}
*/
#item-header-content .activity {font-size:12px !important;}
.comment-meta a {color: #999;}

div.post p.postmetadata {
    margin-top: 15px;
    clear: left;
    overflow: hidden;
}

div.post .tags { float: left; }
div.post .comments { float: right; }

div.post img { margin-bottom: 15px; }
div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

div.post img.centered, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.post img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

div.post img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

div.post .aligncenter, div.post div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.post .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.post .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    padding: 0 4px 5px 0;
    margin: 0;
}

/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
    margin-top: 30px;
}
#comment {
    /*margin-top:10px;*/
}
#comments {
    font:bold 18px Arial;
    color:#5c3e26;
    clear:both;
}
#comments h3, #trackbacks h3, #respond h3 {
    font:bold 18px Arial;
    margin: 5px 0 15px 0;
    color:#5c3e26;
}
#comments span.title, #trackbacks span.title {
    color:#5c3e26;
}
ol.commentlist {
    padding-left:0px;
    margin:2px;
}

ol.commentlist div.reply{
    display: none;
}

ol.commentlist li {
    margin:0px;
    list-style:none;
    padding:0px;
}

div.comment-meta {
    border-top: none;
    padding-top: 0;
}

div.comment-meta h5 {
    font-weight: normal;
}

div.comment-meta em {
    float: right;
}

div.comment-options {
    border-bottom: none;
}

.filter {
    font-size:12px;
    color:#616564;
    width:200px;
    position:relative;
    padding-top:3px;
}
.filter .jNiceSelectWrapper {position:absolute;right:0px;top:0px;margin-top:0px;}

#whats-new-form {margin-top:15px;}
#whats-new-form #whats-new-avatar {float:left;}
#whats-new-form #whats-new-content {margin-left:65px;margin-top:10px;}
/*#whats-new-form h5 {margin-left:65px !important;}*/

#activity-stream {margin-top:15px;}
#activity-stream .activity-inner p {margin:0px; padding:10px 0;}
#activity-stream li {
    padding:8px 20px 8px 8px;
    position:relative;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
#activity-stream li ul li {padding:0px;}
#activity-stream .activity-meta {position:absolute;  top:10px;right:8px; }
#item-header #item-header-avatar {float:left;}

/* > Footer
-------------------------------------------------------------- */

/*#footer {
        padding: 25px;
        text-align: center;
        color: #bbb;
        text-shadow: #fafafa 1px 1px 0;
}
        #footer a {
                color: #bbb;
        }*/
#topic-post-list{
    padding-top: 10px;
}
#item-actions ul{
    list-style: none;
}


#item-buttons .generic-button{
    float:left;
    padding-top:15px;
    display:  block;
}

/* Profile Progress Bar--------------------------------------- */

.progress-profile {padding: 10px 0; clear:both;width:280px; }
.progress-profile b {
	float: left; 
	color: #CC6633;
        width: 60px;
	text-shadow: 1px 1px 1px #fcf4c6;
	}
.progress-profile a {
	float: right; 
	font-size: 12px; 
	font-weight: bold;
	text-shadow: 1px 1px 1px #fcf4c6;
        color: #199A09;
	}
.progress-profile .progress {
	float:left;
	border: 1px solid #d49957;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:165px;
	height:18px;
	overflow: hidden;
	background:#ffc728;
	-webkit-box-shadow: inset 1px 1px 4px #e1b025;
        -moz-box-shadow: inset 1px 1px 4px #e1b025;
        box-shadow: inset 1px 1px 4px #e1b025;
}
.progress-profile .progress div {
	height:18px;
	background:#62c02e;
	background: -moz-linear-gradient(top, #76d344 0%, #4cb01c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76d344), color-stop(100%, #4cb01c));
        background: -webkit-linear-gradient(top, #76d344 0%, #4cb01c 100%);
        background: -o-linear-gradient(top, #76d344 0%, #4cb01c 100%);
        background: -ms-linear-gradient(top, #76d344 0%, #4cb01c 100%);
        background: linear-gradient(top, #76d344 0%, #4cb01c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76d344', endColorstr='#4cb01c',GradientType=0 );
	color: #fff;
	font-size: 12px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-align: right;
}
.progress-profile .progress div span {padding:0 7px;}

.join-group{
    margin-left: 5px !important;
}

.padding-left-avatar{
    padding-left: 150px;
}

 .toggled .subhead{
    background: url( ../images/minus.gif ) 380px 6px no-repeat;
    background-color: #f6ece3;
}
 .toggled .plus{
    background: url( ../images/plus.gif ) 380px 6px no-repeat;
    background-color: #f6ece3;
}

.selector .toggled .subhead{
    width: 50px; height: 20px;
    background: url( ../images/minus.gif ) 0px 6px no-repeat;
    background-color: #f6ece3;
}
.selector .toggled .plus{
    width: 50px; height: 20px;
    background: url( ../images/plus.gif ) 0px 6px no-repeat;
    background-color: #f6ece3;
}