/*
    Document   : mens
    Created on : Feb 2, 2012, 10:55:57 AM
    Author     : mcrawford
    Description:
        Styles specific to the Engaging Men website.
*/

/* section 508 text compliance */
h2, h3, h4, h5, h6, p, li,
#content blockquote p, 
.post {
color:black !important;
}
body {
    background:url("images/bg-men-sub.jpg") no-repeat 50% 0 #456792;
    margin-bottom: 20px;
}
body.homepage_layout {
    background:url("images/bg-men-home.jpg") no-repeat 50% 0 #456792;
}

a, a:visited {
    color: #5e8dc7;
}
.post a {
color:#000;
text-decoration:underline;
}
.catalyst-excerpt-widget .entry-content a, .catalyst-excerpt-widget .entry-content a:visited {
color: #000 !important;
text-decoration: underline !important;
}
#container-wrap {
    -webkit-box-shadow: 0px 0px 3px #416692;
    box-shadow: 0px 0px 3px #416692;
    display:inline-block;
}

#container-wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #container-wrap { height: 1%; }
#container-wrap { display: block; }

/* links */
.entry-content a, .entry-content a:visited,
#nav-1 li a, #nav-1 li a:link, #nav-1 li a:visited,
#sidebar-1 a, #sidebar-1 a:visited, #sidebar-2 a, #sidebar-2 a:visited, #ez-home-sidebar-1 a, #ez-home-sidebar-1 a:visited {
    color: #000;
    text-decoration: underline;
}
.entry-content a:hover,
 #nav-1 li a:hover,
 #sidebar-1 a:hover, #sidebar-1 a:hover, #ez-home-sidebar-1 a:hover {
    color: #000 !important;
}
.entry-content a.grey, .entry-content a.grey:visited,
#nav-1 li a.grey, #nav-1 li a.grey:link, #nav-1 li a.grey:visited,
#sidebar-1 a.grey, #sidebar-1 a.grey:visited, #sidebar-2 a.grey, #sidebar-2 a.grey:visited, #ez-home-sidebar-1 a.grey, #ez-home-sidebar-1 a.grey:visited {
    color: #000;
}

#content h1 a.backToSearch {
    background: url("images/orange-arrow.png") no-repeat scroll right center transparent;
    float:right;
    font-size:16px;
    font-weight:bold;
    padding-right:13px;
    text-transform:none;
}

/* header */
#header-wrap {
    height:137px;
}
.logo-image #header-left, .logo-image #header-left #title, .logo-image #header-left #title a {
    width: 535px;
    height: 137px;
    overflow: visible;
}

#title { left: 0; top: 0;}
.searchsubmit:hover { color:#FFF; }

.nivo_slider .nivo-caption h2, .nivo_slider .nivo-caption h4 {
color:black;
}
.nivo_slider .nivo-caption a {
color:black;
text-decoration: none !important;
}
/* main nav */
#navbar-1-wrap {
    background: url("images/bg-men-navbar.jpg") top left repeat-x #e6e6e6;
}
#navbar-1 {
    background: url("images/menu-men_bkd.png") bottom left repeat-x #e6e6e6;
}
#navbar-1-left, #navbar-2-left {
    height: 67px;
}
#nav-1 {
    overflow: visible;
    z-index:100;
}
#nav-1 li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 18px;
    list-style: none outside none;
    padding-left: 0;
    position: relative;
    z-index: 1000;
}
#nav-1 > li, #nav-2 > li {
    height: 67px;
    line-height: 22px;
}
#nav-1 li.first {
    width:210px;
}
#nav-1 li.second {
    width:245px;
}
#nav-1 li.third {
    width:160px;
}
#nav-1 li.fourth {
    width:180px;
}
#nav-1 li.fifth {
    width:165px;
}
#nav-1 a:hover, #nav-1 > li.current-menu-item > a, #nav-1 > li.current-page-ancestor > a, #nav-1 > li.hover > a {
    color: #005596;
    text-decoration: none;
}
#nav-1 > li.menu-item a {
    padding: 10px 37px;
    font-weight: bold;
    color: #000;
    text-decoration:none;
    font-size:16px;
}
#nav-1 > li.menu-item > a {
    border-left: 1px solid #ccc;
}
#nav-1 > li.menu-item:first-child > a {
    border-left:none;
}
#nav-1 > li.menu-item.singleline a {
    padding: 21px 37px;
}
#nav-1 ul {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0;
    overflow: visible;
    padding: 5px 5px 10px;
    position: absolute;
    text-transform: none;
    top: -99999px;
}
#nav-1 ul li {
    background: none repeat scroll 0 0 transparent;
    float: none;
    margin: 0;
    padding-left: 0;
}
#nav-1 li:hover ul {
    top: auto;
}
#nav-1 li.first ul {
    width: 230px;
}
#nav-1 li.second ul {
    width: 234px;
}
#nav-1 li.third ul {
    width: 149px;
}
#nav-1 li.fourth ul {
    width: 200px;
}
#nav-1 li.fifth ul {
    right:0;
    width: 230px;
}
#nav-1 > li.menu-item ul li {
    text-align:left;
}
#nav-1 ul li a {
    color: #000;
    display: block;
    padding: 5px 5px 7px;
    text-decoration: none;
}
#nav-1 ul.sub-menu li a:hover {
    color: #5E8DC7;
}
#nav-1 > li.menu-item ul.sub-menu {
    background-color: #ffffff;
    margin-top:3px;
}
#nav-1 > li.menu-item ul.sub-menu a {
    background: url("../../themes/futureswithoutviolencebase/images/ic.png") no-repeat scroll 0 -501px transparent;
    color: #000;
    font-size:13px;
    font-weight: normal;
    padding:0 15px;
    z-index:100;
}
#nav-1 > li.menu-item ul.sub-menu a:hover {
    color: #005596 !important;
}


/* homepage */
.homepage_layout #content-wrap {
    background: #D8E9FD;
}
.homepage_layout #sidebar-1 h4 {
    background: #5e8dc7;
    color:#fff !important;
}

.homepage_layout #sidebar-1 .widget,
.homepage_layout #content-sidebar-wrap {
    background: #f7f7f8;
}

#slider_container #slider {
    border:4px solid #f3f7ea;
}
.nivo_slider .nivo-controlNav a,
.nivo_slider .nivo-controlNav a.active {
    background-image: url("images/ic-men-rotate.gif");
}

.homepage_layout #content h2,
#content .home_feature {
	border-bottom:1px solid #fff;
}


/* content */
#content blockquote {
    background: #EAF4F7;
}

#content h1 {
    color:#5e8dc7;
}




/* footer */
#footer-wrap {
    margin-top: 0px;
    padding: 0 0 10px 0;
}
#footer .menu-primary-nav-container,
#footer #menu-primary-nav > li {
    border-color: #5e8dc7;
}
#footer .global_footer_bottom {
    background:transparent;
    padding:10px 30px 20px;
}

#footer #menu-primary-nav > li {
    background: url("images/bg-ftblend-bl.jpg") repeat-x scroll left top transparent;
    height:165px;
}

#footer ul.logos {
margin-left:80px;
}

#footer ul.logos li {
    border:none;
margin-left:20px;
margin-right:20px;
}
#footer #menu-primary-nav li a {
color: #000;
}
#footer .global_footer_partners a {
color: #000;
text-decoration:underline;
}
#footer ul.logos img {
    vertical-align:top;
}

.program_layout #sidebar-1-wrap {
    margin-top: 110px;
}

.program_layout div.org_details img.org-img {
    float:left;
    margin: 0 35px 35px 0;
    width:170px;
}

.program_layout div.program_details {
    clear:both;
}

#sidebar-1 h5 {
    color:#335588;
}

#sidebar-1 ul ul span {
    color:#5E8DC7;
}
#sidebar-1 #sub-page-menu li a, #sidebar-1 h4 a, #sidebar-2 h4 a, #ez-home-sidebar-1 h4 a, #sidebar-1 h4 a:visited, #sidebar-2 h4 a:visited, #ez-home-sidebar-1 h4 a:visited, .resources_sidebar_wrap h4 a:visited {
color: #000;
text-decoration:none;
}
#sidebar-1 #sub-page-menu li a:hover, #sidebar-1 h4 a:hover, #sidebar-2 h4 a:hover, #ez-home-sidebar-1 h4 a:hover {
    color:#5E8DC7 !important;
}
#sidebar-1 div.post {
    background: #f7f7f7;
}
body.page-id-92 li.current_page_item ul.children {
display:none !important;
}

#sidebar-2 .widget-wrap {
    background: none;
}
#sidebar-2 h4.resources,
.program_layout #sidebar-1 h4.resources,
.resources_sidebar_wrap h4.resources,
#sidebar-2 h4, .program_layout #sidebar-1 h4 {
    background: #5E8DC7;
    color:white !important;
    padding: 10px;
}
#sidebar-2 p, .program_layout #sidebar-1 p {
    padding:10px 15px;
}
#sidebar-2 .widget-wrap,
.program_layout #sidebar-1 .program_sidebar_wrap,
.resources_sidebar_wrap {
    background: #FFFFFF;
    padding-bottom:0;
}
#sidebar-2-wrap #sidebar-2 .php-textwidget,
.program_layout #sidebar-1-wrap #sidebar-1 .program_items,
.resources_sidebar_wrap .resource_items {
    background: #F7F7F7;
    padding:0 15px;
}
#sidebar-2 div.item,
.program_layout #sidebar-1 div.item,
.resources_sidebar_wrap div.item {
    border-bottom: 1px solid #5e8dc7;
    margin:0;
}
#sidebar-2 div.item.last,
.program_layout #sidebar-1 div.item.last,
.resources_sidebar_wrap div.item.last {
    padding-bottom:10px;
}
#sidebar-1 a, #sidebar-1 a:visited, #sidebar-2 a, #sidebar-2 a:visited, #ez-home-sidebar-1 a, #ez-home-sidebar-1 a:visited, .resources_sidebar_wrap a, .resources_sidebar_wrap a:visited {
color: #000;
}
#sidebar-2 .alignright, .program_layout #sidebar-1 .alignright, .resources_sidebar_wrap .alignright {
background: #000;
}
.tellus {
    background: url("images/ic-pen.png") no-repeat scroll 118px center #c4d5e9;
    border: 4px solid #eaf4f7;
    margin: 10px 10px 0 0;
    padding: 0 50px 0 10px;
}
.tellus p {
    font-weight: bold;
    padding: 10px 15px;
}
.tellus p a {
    color: black;
    text-decoration:underline;
}

.callout {
    background: #eaf4f7;
    margin-right:250px;
    padding:10px 20px;
}
.callout img {
    float:left;
    margin-bottom:20px;
    margin-right:20px;
}
#content .callout h6 {
    font-weight:bold;
}

.solr_current_facets ul li:first-child {
    background-color: #5E8DC7;
}
.solr_current_facets ul li a.link-clear-all {
    background: url("images/ic.png") no-repeat scroll 250% -1099px #5E8DC7;
}
.solr_current_facets {
    background: #D8E9FD;
}

.solr_results_header_num {
    border-color: #5e8dc7;
    color: #5e8dc7;
}

.search_result {
    border-bottom-color: #5E8DC7;
}
.green_hilite {
    background: #D8E9FD;
    border-color: #5e8dc7;
}

.program_layout #content h4 {
    color:#5e8dc7;
}
.program_layout #content h5 {
    font-weight:bold;
}

table.program_info td {
    border-color:#5e8dc7;
}