	/*

NOVA Common

*/

.novaShow {
	display: block !important;
}

body {
	background:url('/communityplatform/public/images/community/nova/bgtile.png') repeat-y center top #26933a;
/*
	background-color: #ebca70;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebca70), to(#E0AA0F));
	background-image: -webkit-linear-gradient(top, #ebca70, #E0AA0F);
	background-image:    -moz-linear-gradient(top, #ebca70, #E0AA0F);
	background-image:     -ms-linear-gradient(top, #ebca70, #E0AA0F);
	background-image:      -o-linear-gradient(top, #ebca70, #E0AA0F);
	background-image:         linear-gradient(to bottom, #ebca70, #E0AA0F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebca70', endColorstr='#E0AA0F');
*/
}

#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 {
    width: 981px;
    height: 33px;
    background-image: url('../../images/community/nova/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: 8pt;
    text-align: center;
    color: #000000;
}

#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: 320px;
    min-height: 50px;
    cursor: pointer;
    margin: 0 0 0 20px;
    float: left;
    font-weight : bold;
    color : #30416F;
    font-size: 28px;
    padding: 0 0 0 0 ;
}
#logo_1 .clickAreaLeft img,
#logo_2 .clickAreaLeft img {
	max-width: 320px;
	margin-top: -5px;
}
#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#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: 14pt;
    text-align: center;
    color: #333;
    clear: both;
    background-color: #339052;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#339052), to(#257640));
    background-image: -webkit-linear-gradient(top, #339052, #257640);
    background-image:    -moz-linear-gradient(top, #339052, #257640);
    background-image:     -ms-linear-gradient(top, #339052, #257640);
    background-image:      -o-linear-gradient(top, #339052, #257640);
    background-image:         linear-gradient(to bottom, #339052, #257640);
}


#mainNav .navItem {
    min-height: 56px;
    float: left;
    border-right: thin solid #f8e9d6;
    margin:0px;
}

#mainNav .navItem:hover, #mainNav .selected {
    background-color: #257640;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#257640), to(#339052));
    background-image: -webkit-linear-gradient(top, #257640, #339052);
    background-image:    -moz-linear-gradient(top, #257640, #339052);
    background-image:     -ms-linear-gradient(top, #257640, #339052);
    background-image:      -o-linear-gradient(top, #257640, #339052);
    background-image:         linear-gradient(to bottom, #257640, #339052);
}

#mainNav .last {
    border-right:none;
}
#mainNav .navItem a .navTitle {
    color:#FFF;
    margin-top:1px;
	text-shadow: 1px 1px 1px #000;
	font-size: 17px;
}
#mainNav .navItem .navDesc {
	font-size: 11px;
	margin-top: 2px;
	color:#FFF;
    font-weight: normal;
}

#mainNav .navItem a {
    padding: 10px 18px 9px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display:block;
    float:left;
}

#mainNav .navItem .hoverDiv {
	display:none;
	background-color:#333;
	color:#FFF;
	padding:10px;
	position: absolute;
	margin: 17px 0 0 -8px;
	width: 140px;
	font-size: 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: 25px auto 0;
    font-size: 9pt;
    clear: both;
    border-top: none;
    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;
    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: 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: 13px;
    text-shadow: 0 0 15px black;
    -webkit-text-shadow: 0 0 15px black;
    -moz-text-shadow: 0 0 15px black;
}

#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: 13px;
    text-shadow: 0 0 15px black;
    -webkit-text-shadow: 0 0 15px black;
    -moz-text-shadow: 0 0 15px black;
}

#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:13px;
}
#searchTheCommunity #search {
	height: 103px;
	margin: 2px 15px 3px;
}

#about {
	padding: 15px;
	text-align: center;
	font-size: 20px;
}

.sidebarSection {
	margin: 0 0 15px;
	padding: 17px;
}
.sidebarSection b {
	display:block;
	width:100%;
	text-transform: uppercase;
	border-bottom: dotted 2px #666;
	color: #333;
	font-size: 14px;
	padding-bottom: 3px;
}
.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: 13px;
	height: 23px;
	padding: 7px 0 0px;
}

#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: 12px;
	line-height: 14px;
}
#widgetEvent.mainColumnSection .fc-grid .fc-event-time {
	font-size: .8em;
	text-align: left;svn update
	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;
}


/* Hiding Event Type Row on Create New Event dialog */

#eventTypeRow {
	display:none;
}

/*********** NOVA Media Queries ************/

.slicknav_menu {
    background-color: #339052;
}
@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: 14px;
    }
    #wrapper #mainNav .navItem a .navDesc {
        font-size: 9px;
    }
    #mainNav {
        min-height: 58px;
    }
}
@media screen and (max-width:800px) {
    div#lowerSection .row #pov, #lowerSection .row #featuredIssues {
        width: 87%;
        clear: both;
        min-height: 0px;
    }
    #wrapper #mainNav .navItem a {
        padding-right: 8px;
        padding-left: 8px;
    }
    #topRight {
        width: 330px;
    }
    div.social {
        margin-top: 3px;
    }
}
@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);
    }
}
