/* 
    Document   : cfm-awake
    Created on : 08-Aug-2012, 14:41:27
    Author     : Antony
    Description:
        Purpose of the stylesheet follows.
*/








/**
* BuddyPress ----------------------------------------------------------------------------------------------
*/


.profile .profile-fields .label{
    width: 106px;
}

.profile h4{
    margin-top: 10px;
    border-bottom: 2px solid #444;
}


/**
 * Hide the wordpres
 */
.menu-cfm-community-main-container{
    /*background-image: url(http://thechildrensfiremovement.com/wp-content/plugins/cfm-functions-bpress/images/bg-supp-community-menu.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ccc;*/
    background-color: #fff;
    
    padding: 12px;
    padding-top: 30px;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/*    */
#sidebar_inner .widget .menu-cfm-community-main-container a{
    /*color: #fff !important;*/
    color: #555 !important;
    font-size: 20px;
    font-family: TABU, Trebuchet, Arial;
    text-decoration: none !important;
}
#sidebar_inner .widget .menu-cfm-community-main-container a:hover{
    color: #d1731b !important;
    text-decoration: none !important;
}


/**
* REGISTRATION FORM ----------------------------------------------------------------------------------------------
*/

/*.standard-form #cfm-security-section{float:left;width:48%;} /* my security section on reg form */
/*.standard-form #cfm-security-section{float:right;}/**/

.standard-form p.description {
	color: #153F0D ; /* #060277 or #AF0202 */
}

/* Reg Form AND Profile Edit Form */
.field-visibility-settings-toggle, .field-visibility-settings-notoggle{
	margin-bottom: 0px;
        font-size: 11px;
	color: #691B1B; /* #060277 or #AF0202 */
        font-weight: bold;
}
.current-visibility-level {
    color: #000;
}


/* place vertical divider between account details and profile details */
#signup_form #basic-details-section{
    padding-right: 16px;
    border-right: 1px solid #ccc;
}

#signup_form label{
    color: #666; /*#000;*/
}



.cfm-reg-required{
    font-size: 14px;
    color: red;
}
.cfm-reg-optional{
    font-size: 14px;
    color: blue;
}

#signup_submit{
    padding: 12px 28px!important;
    color: #fff!important;
    background: none!important;
    background-color: rgb(214, 140, 30) !important;
    font-weight: bold!important;
    font-size: 16px!important;
}
#signup_submit:hover{

    background-color: #ccc!important;
    color: #444!important;
}