/*
Capecod Common

Branding Colors, Blues - from Dark to Light
#004A8E
#008FD0
#51B0DF
#8DC4E7

*/

.capecodShow {
	display: block !important;
}

body {
    font-size: 62.5%;
    font-family:'abel',Arial,sans-serif;
    background-color: #004A8E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004A8E), to(#008FD0));
    background-image: -webkit-linear-gradient(top, #004A8E, #008FD0);
    background-image:    -moz-linear-gradient(top, #004A8E, #008FD0);
    background-image:     -ms-linear-gradient(top, #004A8E, #008FD0);
    background-image:      -o-linear-gradient(top, #004A8E, #008FD0);
    background-image:         linear-gradient(to bottom, #004A8E, #008FD0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004A8E', endColorstr='#008FD0');
/*
	background:url('/communityplatform/public/images/community/capecod/bgtile.png') repeat-y center top #26933a;
*/
}
div#wrapper {
    font-size: 1.6em;
}
h1 {
    font-size: 1.4em;
}

@font-face {
    font-family: 'abel';
    src: url('/communityplatform/public/includes/capecod/type/Abel-Regular-webfont.eot');
    src: url('/communityplatform/public/includes/capecod/type/Abel-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/communityplatform/public/includes/capecod/type/Abel-Regular-webfont.woff2') format('woff2'),
    url('/communityplatform/public/includes/capecod/type/Abel-Regular-webfont.woff') format('woff'),
    url('/communityplatform/public/includes/capecod/type/Abel-Regular-webfont.ttf') format('truetype'),
    url('/communityplatform/public/includes/capecod/type/Abel-Regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreyabold';
    src: url('/communityplatform/public/includes/capecod/type/alegreya-bold-webfont.eot');
    src: url('/communityplatform/public/includes/capecod/type/alegreya-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/communityplatform/public/includes/capecod/type/alegreya-bold-webfont.woff2') format('woff2'),
    url('/communityplatform/public/includes/capecod/type/alegreya-bold-webfont.woff') format('woff'),
    url('/communityplatform/public/includes/capecod/type/alegreya-bold-webfont.ttf') format('truetype'),
    url('/communityplatform/public/includes/capecod/type/alegreya-bold-webfont.svg#alegreyabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreyaregular';
    src: url('/communityplatform/public/includes/capecod/type/alegreya-regular-webfont.eot');
    src: url('/communityplatform/public/includes/capecod/type/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/communityplatform/public/includes/capecod/type/alegreya-regular-webfont.woff2') format('woff2'),
    url('/communityplatform/public/includes/capecod/type/alegreya-regular-webfont.woff') format('woff'),
    url('/communityplatform/public/includes/capecod/type/alegreya-regular-webfont.ttf') format('truetype'),
    url('/communityplatform/public/includes/capecod/type/alegreya-regular-webfont.svg#alegreyaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya_scregular';
    src: url('/communityplatform/public/includes/capecod/type/alegreyasc-regular-webfont.eot');
    src: url('/communityplatform/public/includes/capecod/type/alegreyasc-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/communityplatform/public/includes/capecod/type/alegreyasc-regular-webfont.woff2') format('woff2'),
    url('/communityplatform/public/includes/capecod/type/alegreyasc-regular-webfont.woff') format('woff'),
    url('/communityplatform/public/includes/capecod/type/alegreyasc-regular-webfont.ttf') format('truetype'),
    url('/communityplatform/public/includes/capecod/type/alegreyasc-regular-webfont.svg#alegreya_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrapper {
    width: 981px;
    min-height: 800px;
    background-color:#FFF;
    box-shadow: 0px 0px 20px 1px #000;
    -webkit-box-shadow: 0px 0px 20px 1px #000; 
    -moz-box-shadow: 0px 0px 20px 1px #000;
    margin: 0 auto;
}

#wrapperBottom {
    width: 981px;
    height: 0px;
    margin: 0 auto;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}
#footer #partnerLogos a,
#footer #funderLogos a {
	text-decoration: none;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    position:relative;
    width: 981px;
    height: 33px;
    background-image: url('../../images/community/capecod/topNav.jpg');
    background-repeat: repeat-x;
    margin: 0 auto;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem,
#topNav .notLoggedIn {
    height: 15px;
    margin: 4px 0 0 0;
    padding: 0 8px;
    float: right;
    font-size: 0.8em; /*10pt;*/
    text-align: center;
    color: #000000;
}

div#fontChanger {
    font-size: 16px;
    font-family: Arial;
    position: absolute;
    right: 21px;
    top: 83px;
}
div#fontChanger span {
    padding: 3px 8px;
    line-height: 21px !important;
    border: 1px solid #000;
    background-color: #FFF;
    margin-left: -1px;
    min-height: 22px;
    display: block;
    float: left;
}
div#fontChanger span:hover, div#fontChanger span.current {
    cursor: pointer;
    background-color: #e3e3e3;
}
div#fontChanger #size1 {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}
div#fontChanger #size2 {
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 2px;
}
div#fontChanger #size3 {
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#topNav .notLoggedIn {
	font-weight: bold;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment {
    color: red;
    width: 80px;
    height: 25px;
    float: left;
    border-left: 0px;
}

#topNav .last {
    border-left: none;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 981px;
    height: 85px;
    margin: -3px auto 0;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 450px;
    min-height: 50px;
    cursor: pointer;
    margin: 0 0 0 20px;
    float: left;
    font-weight: bold;
    color: #30416F;
    font-size: 3.8em; /*38px;*/
    padding: 0 0 0 0;
}
#logo_1 .clickAreaLeft img,
#logo_2 .clickAreaLeft img {
    max-width: 430px;
    margin-top: -5px;
    margin-bottom: -10px;
}
#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#logo_1 .title {
    line-height: normal;
    margin: 0 0 3px;
}
#logo_1 .tagline {
    font-size: 1.6em; /*16px;*/
    line-height: normal;
    margin: 0 0 0 2px;
}

#topRight {
	float: right;
	width: 400px;
}
#gmuLogo {
	float: right;
	margin: -5px 20px 0 0;
}
    div.social {
        float: left;
        margin: 46px 0 -47px -30px;
    }
#searchBox {
	margin-top: 10px;
}
img.social {
	float: right;
	margin: 0 3px 0 0;
}

#mainNav {
    width: 981px;
    min-height: 66px;
    margin: 0 auto;
    font-size: 1.4em; /*14pt;*/
    text-align: center;
    color: #333;
    clear: both;
}


#mainNav .navItem {
    min-width: 4%;
    width: 18%;
    min-height: 71px;
    float: left;
    margin:0;
    font-size: 1.8em; /*18px;*/
    background: url(/communityplatform/public/images/community/capecod/nav-middle.png) repeat-x center center;

}

#mainNav .navItem.left, #mainNav .navItem.left:hover, #mainNav .navItem.left.selected, #mainNav .navItem.left.curIndicator {
    background: url(/communityplatform/public/images/community/capecod/nav-left.png) no-repeat 5px center;
    margin-left: 1%;
    max-width: 4%;
    min-width:2%;
    width:2%;
}

#mainNav .navItem.right, #mainNav .navItem.right:hover, #mainNav .navItem.right.selected, #mainNav .navItem.right.curIndicator {
    background: url(/communityplatform/public/images/community/capecod/nav-right.png) no-repeat right center;
    max-width: 4%;
    min-width:2%;
    width:2%;
}

#mainNav li.navItem#issues {
    width: 20%;
}

#mainNav .navItem:hover, #mainNav .selected, #mainNav .curIndicator {
    /*background-color: #81F7BE;*/
    background: url(/communityplatform/public/images/community/capecod/nav-selected.png) repeat-x center center;
}

#mainNav .last {
    border-right:none;
}
#mainNav .navItem .navTitle {
    font-family:'alegreya_scregular',Arial,sans-serif;
	color:#636366;
	margin-top:0px;
	font-size: 0.5em; /*20px;*/
}
#mainNav .navItem .navDesc {
	font-size: 0.3em; /*11px;*/
	margin-top: 2px;
	color:#636366;
}

#mainNav .navItem a {
    display: block;
    float: left;
    padding: 9px 8% 12px;
    color: #636366;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainNav .navItem a div {
    white-space: nowrap;
}

#mainNav .navItem .hoverDiv {
	display:none;
	background-color:#333;
	color:#FFF;
	padding:10px;
	position: absolute;
	margin: 17px 0 0 -8px;
	width: 140px;
	font-size: 1.2em; /*12px;*/
	box-shadow: 0px 0px 15px -1px #000;
	-webkit-box-shadow: 0px 0px 15px -1px #000; 
	-moz-box-shadow: 0px 0px 15px -1px #000; 
	z-index: 10;
}
#mainNav .navItem:hover .hoverDiv {
	display:block;
}
#mainNav .navItem#community .hoverDiv {
	margin-left: 43px;
}
#mainNav .navItem#issues .hoverDiv {
	margin-left: -42px;
}
#mainNav .navItem#maps .hoverDiv {
	margin-left: -49px;
}
#mainNav .navItem#library .hoverDiv {
	margin-left: -41px;
}
#mainNav .navItem#classifieds .hoverDiv {
	margin-left: -36px;
	margin-top: 27px;
}
.arrow {
	border-bottom: 20px #333 solid;
	width: 0px;
	margin: -25px auto 4px;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

#mainContent {
    /*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 981px;
    height: 100%;
    margin: 0 auto;
    font-size: .9em; /*9pt;*/
    clear: both;
    border-top: none;
    padding-top:20px;
}

#footer #partnerLogos,
#footer #funderLogos {
	width: 94%;
	background-color: #FFF;
	text-align: center;
	padding: 0 3%;
}
#footer #partnerLogos img,
#footer #funderLogos img {
	margin:10px 15px;
	vertical-align: middle;	
}
#footer #partnerLogos .title,
#footer #funderLogos .title{
	border-bottom:2px dotted #333;
	padding: 0 0 5px 5px;
	text-align: left;
	font-size: 2.0em; /*20px;*/
}
#footer .logo {
    width: 354px;
    height: 57px;
    background: url('../../images/community/common/clp_logo_white.png') no-repeat center center;
    float: left;
    background-color: rgba(0, 0, 0, .1);
}

#footer .footerText {
    width: 110px;
    margin: 20px 0 0 40px;
    float: left;
    text-align: right;
    color: #FFF;
    font-weight: bold;
    font-size: 1.3em; /*13px;*/
}

#footer .footerNav {
    width: 475px	;
    float: left;
    margin: 22px 0 0 0;
}

#footer .footerNav .navItem {
    width: 116px;
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .navItem.large {
    width: 135px;
} 

#footer .footerNav .small {
    width: 90px;
}

#footer .footerNav .navItem a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em; /*13px;*/
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/* th used in heading for knowledgebase detail.php items (tom): options:
light blue: 92CAF0 
dark blue on light blue: background-color: #C2EFEF; color: #003964;
dark blue background: 0865AB
*/
th, .headingReverse, #mainContent th {
    background-color: #C4DCEE;
    color: black;
}

#searchTheCommunity #search .tabRow .tab {
	font-size: 1.3em; /*13px;*/
}
#searchTheCommunity #search {
	height: 103px;
	margin: 2px 15px 3px;
}

#about {
	padding: 0 15px;
	text-align: center;
	font-size: 2.0em; /*20px;*/
}

.sidebarSection {
	margin: 0 0 15px;
	padding: 17px;
}
.sidebarSection b, .sidebarSection>h4 {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-bottom: dotted 2px #666;
    color: #333;
    font-size: 1.4em; /*14px;*/
    padding-bottom: 3px;
    margin: 0;
}
.sidebarSection div {
	font-size: 13px;
}
.sidebarSection div a {
	text-decoration: none;
	font-weight: bold;
	color:#2E3192;
}
#container {
	width: auto;
	margin: auto;
}
.plainTextWidget p {
	line-height: 114%;
	margin: 12px 0;
}

/* Hide items on the KB menubar */

.SimpleHorizMenu .list, 
.SimpleHorizMenu .search, 
.SimpleHorizMenu .browse1 {
	display: none;
}

/**************************/
/** Classifieds Override **/ 
/**************************/

.issueArea.row,
.greatFor.row,
.street.row,
.minimumNumber.row,
.maximumNumber.row,
.virtualOpp.row {
	display: none;
}

#locationDetails {
	display:block !important;
}

h3.requirements, 
div.requirements.fold,
h3.skills,
div.skills.fold {
	display: none !important;
}

#classifiedsPage #rightSidebar .classifiedsCategories .title {
    font-size: 1.0em; /*13px;*/
    height: 23px;
    padding: 5px 0 2px;
}

#classifiedsPage #rightSidebar .classifiedsCategories ul li {
    font-size: .8em;
}
.postingItem .buttons input {
    font-size: 1.1em;
}

#volunteers.classifiedsCategories a:hover {
	text-decoration: underline;
}
#volunteers.classifiedsCategories a#volBtn {
	margin: 5px;
	width: 84%;
	border-top: 0;
}

#detailDialog #postingDetail, 
#editDialog #postingDetail, 
#noAssociation {
	background-color: #FFFFFF;
}
#postingDetail #detailAccordion {
	border: 2px solid #466846;
}
#postingDetail #detailAccordion h3 {
	background-color: #466846;
}
#classifiedsPage .ui-button.ui-widget.ui-button-text-only span {
	background-color: #466846 !important;
}
#classifiedsPage .ui-multiselect.ui-widget, 
#classifiedsPage .ui-multiselect-menu.ui-widget-content .ui-widget-header, 
#classifiedsPage .ui-multiselect-menu.ui-widget-content, 
#classifiedsPage .ui-datepicker.ui-widget-content {
	border: 1px solid #6E806E!important;
	background-color: #EDF1ED !important;
}
#classifiedsPage .ui-multiselect-menu.ui-widget.ui-widget-content.ui-multiselect-single .ui-widget-header.ui-multiselect-header {
	border: 1px solid #6E806E!important;
}
.postingItem .buttons input {
	background-color: #466846;
}
.postingItem .buttons input:hover {
	background-color: #739d73;
}

/* Advertisements */

#columnRight .ad {
	margin-bottom: -410px;
	margin-top: 60px;
	float: left;
}
.ad #slideshowWidget {
	width: 300px;
	height: 330px;
}

#widgetEvent.mainColumnSection {
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 580px;
}
.mainColumnSection #sidebarCalendar {
	width: 98%;
}
#widgetEvent.mainColumnSection h4 {
	width: 95%;
}
#widgetEvent.mainColumnSection #toggleEventWidget {
	margin-top: -20px;
	margin-right: 26px;
}
#widgetEvent.mainColumnSection #sidebarCalendar .fc-event-title {
	font-size: 1.2em; /*12px;*/
	line-height: 14px;
}
#widgetEvent.mainColumnSection .fc-grid .fc-event-time {
	font-size: .8em;
	text-align: left;
	float: left;
}
.plainTextWidget.widgetContainer,
.commentWidget.widgetContainer {
	float: left;
	width: 100%;
}

#topNav #feedbackItem {
	/*background-color: #2E3192;*/
	/*color: #FFF;*/
	/*padding: 3px 8px;*/
	/*margin-top: 1px;*/
	/*border-radius: 0 0 3px 3px;*/
	/*height: 17px;*/
}
#topNav #feedbackItem a {
	/*color: #FFF;*/
	/*letter-spacing: 1px;*/
	/*font-size: 13px;*/
}
#topNav #feedbackItem a img {
	/*margin-bottom: -6px;*/
    display:none;
}


.secondaryButton a {
    color: #265676;
    font-weight: bold;
}
.secondaryButton {
    background-color: #81F7BE;
    float: right;
    padding: 4px 6px;
    border-radius: 5px;
    border: 1px solid #999;
    margin: 5px 0 0;
}
div#slideshowWidget {
    border: 3px solid #008FD0;
}
input.custStyle {
    border: 3px solid #008FD0;
    border-radius: 0;
    background-color: #C3E3F4;
    box-shadow: 3px 3px 0 #8CC4E7;
}

div#columnRight,
#divReports.libraryHome {
    background-color: #FAF2DD;
    border-radius: 0;
    box-shadow: 4px 4px 0 #0694d7;
    -moz-box-shadow: 4px 4px 0 #0694d7;
    -webkit-box-shadow: 4px 4px 0 #0694d7;
    -o-box-shadow: 4px 4px 0 #0694d7;
}
#layout1 div#columnRight {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

#layout1 h4 {
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px dotted #888;
    font-size: 13px;
    font-family: 'DroidSansRegular', arial, sans-serif;
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 0 0;
    font-size: 1em;
}


/* Hiding Event Type Row on Create New Event dialog */

#eventTypeRow {
	display:none;
}

/*********** NOVA Media Queries ************/

.slicknav_menu {
    background-color: #004A8E;
}
@media screen and (max-width : 1000px) and (min-width : 600px) {
    #wrapper #mainNav .navItem a {
        padding-right: 15px;
        padding-left: 15px;
    }
    #wrapper #mainNav .navItem a .navTitle {
        /*font-size: 1.4em; *//*14px;*/
    }
    #wrapper #mainNav .navItem a .navDesc {
        /*font-size: .9em; *//*9px;*/
    }
}
@media screen and (max-width:800px) {
    div#lowerSection .row #pov, #lowerSection .row #featuredIssues {
        width: 87%;
        clear: both;
        min-height: 0px;
    }
}
@media screen and (max-width : 600px) {
    #topNav .notLoggedIn {
        width: 100%;
        text-align: right;
    }
    #mainContent #homepage #slideshow {
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media screen and (max-width : 480px) {
    #footer #partnerLogos img, #footer #funderLogos img {
        max-width: 330px;
    }
    div#lowerSection .row #pov, #lowerSection .row #featuredIssues {
        margin: 0;
        width: 94%;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px dotted #333;
    }
    #funderLogos .title {
        float: left;
        width: 100%;
        clear: both;
    }
    div#funderLogos span {
        display: block;
        float: left;
    }
    #footer #partnerLogos img, #footer #funderLogos img {
        max-width: 350px;
    }
    div#logo_1>a {
        clear: both;
        display: block;
        margin-bottom: 10px;
        height: 100%;
    }
    div.social {
        float: left;
        margin: 3px 0 -47px 50px;
    }
    #mainContent .loudoun.happening .widgetContainer {
        min-height: inherit;
        width: 100%;
        margin-bottom: 15px;
    }
    #mainContent #columnRight .ad {
        margin: 20px 5%;
        width: 90%;
    }
    #footer #partnerLogos, #footer #funderLogos {
        clear: both;
        padding-top: 15px;
    }
    .row #pov, .row #featuredIssues {
        background-color: rgba(0, 0, 0, 0);
    }
}

#layout2 #columnLeft {
    padding-right: 4% !important;
    width: 61% !important;
}
#layout2 #columnRight {
    width: 28% !important;
}
.slideshowWidget {
    width: 556px !important;
}

#pageMap #pageMapControls #pageMapFilters{
    min-height : 100px;
    height : auto;
}
#pageMap #pageMapControls #mapItButton{
    font-size : 3.0em; /*20px;*/
    padding : 6px 0;
}
#pageMap #pageMapControls .needsChosen{
    width : 142px;
}


/* Changable font size - custom styles to make that work */

body.size3 #mainNav .navItem a {
    padding: 9px 0% 12px;
}
body.size3 #mainNav .navItem {
    width: 20%;
}
body.size3 li.navItem#classifieds {
    width: 12%;
}
body.size3 #mainNav .navItem.left, body.size3 #mainNav .navItem.right {
    max-width: 3%;
    min-width: 2%;
    width: 1%;
}
input.custStyle {
    font-size: .8em;
}
.chzn-container {
    font-size: .8em;
}
input.custStyle.big {
    font-size: .9em;
}
body.library h1.libTitle {
    font-size: 1.3em;
}
body.library h2.libTitle {
    font-size: .8em;
}
body.library #addlLinks {
    font-size: .8em;
}
body.library h2 {
    font-size: 1.0em;
}
body.library #divReports h4 {
    font-size: 1.1em;
}
.ui-widget {
    font-size: 1.6em;
}

.industryRow {
    display:none !important;
}
#googleTranslateWrapper {
	float:right;
	border-bottom: none;
	height:35px;
    margin-left: 700px;
    margin-top: -30px;
    padding: 2px 4px 0;
    position: absolute;
    z-index: 1000;
    opacity: .5;
    font-size: 14px;
}
