/*
    Document   : cfm-awake MISC theme tweaks
    Created on : 21-Nov-2012
    Author     : Antony
    Description:
*/

/*
 * Home Page - start here link
 */
.startHereLink{
    /*
    border: 1px solid #FF5F00!important;
    padding: 4px 16px 4px 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    */

    color: #fff;
    text-shadow: none;

    background-color: #92B342;

/* see http://gradients.glrzad.com/ */
background-image: linear-gradient(bottom, rgb(145,179,66) 23%, rgb(209,209,205) 89%);
background-image: -o-linear-gradient(bottom, rgb(145,179,66) 23%, rgb(209,209,205) 89%);
background-image: -moz-linear-gradient(bottom, rgb(145,179,66) 23%, rgb(209,209,205) 89%);
background-image: -webkit-linear-gradient(bottom, rgb(145,179,66) 23%, rgb(209,209,205) 89%);
background-image: -ms-linear-gradient(bottom, rgb(145,179,66) 23%, rgb(209,209,205) 89%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.23, rgb(145,179,66)),
	color-stop(0.89, rgb(209,209,205))
);

    border: 0px solid #FF5F00;
    border-radius: 8px;
    
    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;

    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
}
a.startHereLink:hover{
    background-color: #FF5F00;
    
        background-image: linear-gradient(bottom, rgb(255,94,0) 8%, rgb(209,209,205) 92%);
        background-image: -o-linear-gradient(bottom, rgb(255,94,0) 8%, rgb(209,209,205) 92%);
        background-image: -moz-linear-gradient(bottom, rgb(255,94,0) 8%, rgb(209,209,205) 92%);
        background-image: -webkit-linear-gradient(bottom, rgb(255,94,0) 8%, rgb(209,209,205) 92%);
        background-image: -ms-linear-gradient(bottom, rgb(255,94,0) 8%, rgb(209,209,205) 92%);

        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.08, rgb(255,94,0)),
                color-stop(0.92, rgb(209,209,205))
        );

    color: #fff;
    text-shadow: none;
    text-decoration: none;


    border: 0px solid #FF5F00;
    border-radius: 8px;

    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;

    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
}



#cfmIntroBanner h1{
padding-top: 48px;
padding-left: 25px;
}

#breadcrumbs a{
font-size: 11px;
}

#sidebar_inner .widget a:hover {
color: black !important;
text-decoration: underline !important;
}

#body_inner{
/*see if this can be done via awake skin editor */
/*width: 100%;*/
background: transparent center top url(http://thechildrensfiremovement.com/wp-content/uploads/2012/08/cfm-bg-clouds-clean-nocfm-halo-wide.jpg);
background-position: center top;
background-repeat: no-repeat;
}



/* body,body.wp-admin{padding-top:0px!important;} */



.logo {
position: absolute;
top: -7px;
left: 370px;
line-height: 75px;
letter-spacing: .5px;
}


.divider.top a{
font-size: 18px;
color: #444;}

#header{
height: 160px;
}

#intro{
/* background-position: 220px 250px; */
}

#intro_inner { /* what was this for????  disabled as was moving intro banners down!! */
/*margin: 5px auto;*/
}


div.jtwd-centre{
text-align: center !important;
}

#sub_footer .copyright_text a{
	color: #4b7475;
}
#sub_footer .copyright_text a:hover{
	color: #77adbd;
}


div.toggle_frame {
background: none;
}


.featured_tabs a, .tabs a, .tabs_framed a, .tabs_button a, .tabs_vertical a {
text-transform: none;
font-size: 14px;
}
.tabs_vertical li a, .featured_tabs li a {
color: #888
}
.tabs_vertical a, .featured_tabs a {
color: #888;
}
.tabs_vertical a:hover, .featured_tabs a:hover {
color: #000;
}




/*SLIDES*/
#slider_module {
background-color: transparent;
}
#slider_module #fading_slides, #slider_module #scrolling_slides {
background: transparent url(http://thechildrensfiremovement.com/wp-content/themes/awake/styles/_rgba/white50.png);
background-repeat: repeat;
}

/* Place shadow on fancy boxes */
.myFancyBox {
padding: 20px;
background-color: #eeeeee;

 -moz-box-shadow:    0px 0px 10px 4px #778899;
 -webkit-box-shadow: 0px 0px 10px 4px #778899;
 box-shadow:         0px 0px 10px 4px #778899;
/*
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
*/
}

.DOP_ThumbnailScroller_ThumbContainer div.text {
text-shadow: none;
}







.supporterLink{ /*used for any links on the site that are highlighted as supporters*/
    color: #FF5F00 !important;
}
.supporterLink:hover{ /*used for any links on the site that are highlighted as supporters*/
    color: #000000 !important;
}

/**
 * MAIN MENU ITEMS ---------------------------------------------------------------------------------
 */


/* make "register your support" smaller so fits in menu */
#menu-item-1779 a{
     font-size: 12px;
     color: #FF5F00;
}

/* Color 'Supporters' in main menu Orange */
#menu-item-1634 > a{
    color: #FF5F00;
}

/* Color 'Get Involved' in main menu Green */
#menu-item-1271 > a{
    color: #92B342;
    font-weight: bold;
}

/* Color 'Community' (and all it's children) in main menu Orange */
/*#menu-item-1777 a{
    color: #FF5F00;
}*/




/* main menu hilite orange --> about/quick overview */
#menu-item-1079 a, #menu-item-1779 a{

    color: #fff;
    text-shadow: none;

    background-color: #FF5F00;
    background-image: url(http://thechildrensfiremovement.com/wp-content/themes/awake/images/opacity_strip.png);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;

    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
}
#menu-item-1079 a:hover, #menu-item-1779 a:hover {
    color: #FF5F00;
    background-color: #ddd; /* white; /*transparent;*/
}



/*
 * main menu hilite green --> Agree / Share IT / Live It
 */

#menu-item-2492 a:hover, #menu-item-2491 a:hover, #menu-item-2490 a:hover, #menu-item-2544 a:hover, #menu-item-2548 a:hover {

    color: #fff;
    text-shadow: none;

    background-color: #92B342;
    background-image: url(http://thechildrensfiremovement.com/wp-content/themes/awake/images/opacity_strip.png);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;

    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
}

#menu-item-2492 a, #menu-item-2491 a, #menu-item-2490 a, #menu-item-2544 a {
    color: #92B342;
    font-weight: bold;
    /*background-color: #ddd; /* white; /*transparent;*/
}
#menu-item-2548 a{ /* Life First */
    font-weight: bold;
}

/*
 * main menu hilite light green --> get involved->overview
 */
#menu-item-2573 a:hover {

    color: #fff;
    text-shadow: none;

    background-color: #92B342;
    background-image: url(http://thechildrensfiremovement.com/wp-content/themes/awake/images/opacity_strip.png);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;

    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
}

#menu-item-2573 a {
    color: #fff;
    text-shadow: none;

    background-color: #c5db8f;
    background-image: url(http://thechildrensfiremovement.com/wp-content/themes/awake/images/opacity_strip.png);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;

    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
}




/* main menu hilite gray */
#menu-item-1787 a{

    color: #222;
    text-shadow: none;

    background-color: #ccc;
    background-image: url(http://thechildrensfiremovement.com/wp-content/themes/awake/images/opacity_strip.png);
    background-origin: padding-box;
    background-size: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    margin-bottom: 0px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;

    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 6px;
}
#menu-item-1787 a:hover {
    color: #FF5F00;
    background-color: #ddd; /* transparent; */
}


















/* Facebook Members */

.phs {
padding-left: 0px !important;
}

.fan_box .connect_top {
padding: 5px 10px 8px 0px !important;
}

.fan_box .connections {
padding: 0px !important;
}

.fan_box .connections_grid .grid_item {
padding: 1px !important;
}

/*  Facebook Members  */