/*
Fargo commmon to all pages
*/
body{
	margin-top:0px;
	margin-bottom:0px;
    background: url('../../images/community/fargo/floral_pattern1.png') repeat 0px 0px;
}
#wrapper {
    width: 983px;
    min-height: 780px;
    box-shadow: 0px 0px 12px 6px #000;
    -webkit-box-shadow: 0px 0px 12px 6px #000; 
    -moz-box-shadow: 0px 0px 12px 6px #000; 
    background-color:#FFF;
    margin: 0 auto;
}

#wrapperBottom {
}

#footer {
    width: 983px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 983px;
    height: 33px;
    background-image: url('../../images/community/fargo/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 {
    height: 15px;
    margin: 4px 0 0 0;
    padding: 0 10px;
    float: right;
    font-size: 8pt;
    text-align: center;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment {
    color: red;
    width: 80px;
    height: 25px;
    float: left;
    border-left: 0px;
}

#topNav .navItem a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    text-decoration: underline;
	text-shadow: 0px 0px 9px #FFF;
}

#logo_1,
#logo_2 {
    width: 983px;
    height: 128px;
/*
	background-image: url('../../images/community/fargo/field_header.jpg');
    background-repeat: no-repeat;
*/
    background-color: #e9f6fa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf7fb), to(#b4c6cb));
    background-image: -webkit-linear-gradient(top, #e9f6fa, #b4c6cb);
    background-image:    -moz-linear-gradient(top, #eaf7fb, #b4c6cb);
    background-image:     -ms-linear-gradient(top, #eaf7fb, #b4c6cb);
    background-image:      -o-linear-gradient(top, #eaf7fb, #b4c6cb);
    background-image:         linear-gradient(to bottom, #eaf7fb, #b4c6cb);
	
    margin: -41px auto 0;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 600px;
    height: 50px;
    cursor: pointer;
    margin: 10px 0 0 20px;
    float: left;
    font-weight : bold;
    color : #30416F;
    font-size: 28px;
    padding: 30px 0 0 0 ;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#AFlogo {
	background: url('../../images/community/fargo/areaFoundation_logo.png') no-repeat -3px -5px;
	width: 229px;
	height: 40px;
	float: right;
	margin: 55px 7px 0 0;
}
#States {
	background: url('../../images/community/fargo/states_graphic.png') no-repeat 6px 6px;
	width: 202px;
	height: 90px;
	float: left;
	margin: -91px 0 0 426px;
	
/* Small, stacked
	background: url('../../images/community/fargo/states_graphic.png') no-repeat -1px -1px;
	width: 99px;
	height: 43px;
	float: right;
	margin: 7px -169px 0 0;
*/
}
#connectingDots {
	background: url('../../images/community/fargo/connectingDots.png') no-repeat 6px 6px;
	width: 120px;
	height: 90px;
	float: left;
	margin: -40px 12px 0 -117px;
}
#headerTitles {
	margin-top: -35px;
	margin-left: -100px;	
}
#headerTitles h1, #headerTitles h2 {
	color: #386EE2 !important;
	text-shadow: 1px 1px 2px black;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: normal;
}

#headerTitles h1 {
	margin-bottom:5px;
	margin-top:0px;
	font-size:35px;
}
#headerTitles h2 {
	margin-top:5px;
	font-size:24px;
	padding:0;
	float:none;
}

#disclaimer {
	position: absolute;
	color: white;
	top: 106px;
	margin-left: 468px;
	font-size: 11px;
	text-shadow: 0px 0px 5px black;
	text-transform: uppercase;
}

#mainNav {
    width: 983px;
    height: 44px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #35511a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#35511a), to(#2c3719));
    background-image: -webkit-linear-gradient(top, #35511a, #2c3719);
    background-image:    -moz-linear-gradient(top, #35511a, #2c3719);
    background-image:     -ms-linear-gradient(top, #35511a, #2c3719);
    background-image:      -o-linear-gradient(top, #35511a, #2c3719);
    background-image:         linear-gradient(to bottom, #35511a, #2c3719);
}

#mainNav .navItem {
    /* width: 185px; */
    min-height: 30px;
    float: left;
    border-right: thin solid #35511a;
    border-left: thin solid #2c3719;
    margin:0px;
    border-top:3px solid #E3e3e3;
}

#mainNav .navItem:hover {
    border-top:3px solid #FFF;
    min-height:30px;
}

#mainNav .navItem:hover, #mainNav .selected {
    background-color: #2c3719;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c3719), to(#35511a));
    background-image: -webkit-linear-gradient(top, #2c3719, #35511a);
    background-image:    -moz-linear-gradient(top, #2c3719, #35511a);
    background-image:     -ms-linear-gradient(top, #2c3719, #35511a);
    background-image:      -o-linear-gradient(top, #2c3719, #35511a);
    background-image:         linear-gradient(to bottom, #2c3719, #35511a);
}

#mainNav .first {
    border-left:none;
}

#mainNav .last {
    border-right:none;
    /*width:166px;*/
}

/*
#mainNav .wide {
    width: 248px;
}

#mainNav .short {
    width: 108px;
}
*/

#mainNav .navItem a {
    display: block;
    float: left;
    padding: 9px 27px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainContent {
    /*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 960px;
    height: 55px;
    margin: 5px auto 0 auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo_white.png');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 80px;
    float: left;
    text-align: right;
	color:#FFF;
}

#footer .footerNav {
    width: 370px;
    float: left;
    margin: 5px 0 0 0;
}

#footer .footerNav .navItem {
    width: 95px;
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .small {
    width: 65px;
}

#footer .footerNav .navItem a {
	color:#FFF;
    text-decoration: none;
}

#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 {
    color: black;
    padding:13px 15px;
    background-color: #BEEBFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BEEBFF), to(#87C9E6));
    background-image: -webkit-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:    -moz-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:     -ms-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:      -o-linear-gradient(top, #BEEBFF, #87C9E6);
    background-image:         linear-gradient(to bottom, #BEEBFF, #87C9E6);
}

#divReports.hiliteBox2 {
	border:none;
	box-shadow: 0px 0px 6px 3px #E0E0E0;
	-webkit-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	-moz-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	background-color: #DCF3FD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCF3FD), to(#C4E4F1));
	background-image: -webkit-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:    -moz-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:     -ms-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:      -o-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:         linear-gradient(to bottom, #DCF3FD, #C4E4F1);
}

.breadcrumb, .breadcrumbs {
	font-size: 10px;
	color: #666;
	margin-bottom:10px;
	display:block;
	text-align: left;
}

.submitButton {
	color:#000;
	padding:10px;
	font-size:14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 3px #CCC;
	-webkit-box-shadow: 0px 0px 6px 3px #CCC; 
	-moz-box-shadow: 0px 0px 6px 3px #CCC;
	background-color: #FFF0CE;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF0CE), to(#F0D596));
	 background-image: -webkit-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:    -moz-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:     -ms-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:      -o-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:         linear-gradient(to bottom, #FFF0CE, #F0D596); 
}
.submitButton:hover {
	text-decoration: underline;
	background-color: #F0D596;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#F0D596), to(#FFF0CE));
	 background-image: -webkit-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:    -moz-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:     -ms-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:      -o-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:         linear-gradient(to bottom, #F0D596, #FFF0CE); 	
}

/********************/
/* Shared Resources */
/********************/

#mainContent #category_list {
	/* 
	border: thick solid #EEE; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}
#mainContent #category_list h4 {
	border-bottom: none;
	font-size:17px;
	padding: 10px 0px 10px 5px;
	letter-spacing:1px;
	text-transform: uppercase;
}
#mainContent #category_list ul {
	border: thin solid #999;
}
#mainContent #category_list ul li {
	border-bottom: 1px dotted #E1E1E1;
}
#mainContent #category_list a, #mainContent #category_list h4 a, #directory_content h3 {
	color:#003363;
}
#mainContent .listingHeaderLinks a {
	padding-right: 13px;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}

/********************/
/*  Nonprofit Needs   */
/********************/

#staticContent .col {
	width:46%;
	padding:0 4% 0 0;
	float:left;
}


/********************/
/*  Stories Admin   */
/********************/

#storyList table#dataTable tr.odd {
	background-color:#9ec4a3;
}

#storyList table#dataTable tr.even {
	background-color:#cbf2d0;
}
#storyList table#dataTable tr.even td.sorting_1, 
#storyList table#dataTable tr.odd td.sorting_1 {
	background-color:#92b396;
}

/********************/
/*  Stories    */
/********************/

#stories .story{
    background-color: #fffadc !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffadb)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #fffadb) !important;
    background-image:    -moz-linear-gradient(top, #ffffff, #fffadb) !important;
    background-image:     -ms-linear-gradient(top, #ffffff, #fffadb) !important;
    background-image:      -o-linear-gradient(top, #ffffff, #fffadb) !important;
    background-image:         linear-gradient(to bottom, #ffffff, #fffadb) !important;
    border: 1px solid #999;
}

#stories .story .storyName{
    background-color: #FAE285 !important;
    color:#000 !important;
}

/* Sign up */

#signup {
	margin: 0 30px;
}

/**/

.volunteerOpp {
	display:none;
}

/* Mobile */

.slicknav_menu {
    background-color: #35511A;
}

@media screen and (max-width : 600px) {
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        width: 95%;
        margin-left: 5%;
    }
    #connectingDots {
        margin: -40px 12px 0 -17px;
    }
    #headerTitles {
        margin-left: 120px;
    }
    #headerTitles h1 {
        font-size: 23px;
    }
    #headerTitles h2 {
        font-size: 19px;
    }
    #AFlogo {
        margin: -5px 7px 0 0;
    }
    #logo_1, #logo_2 {
        height: 190px;
    }
    div#slideshow div img {
        max-width: 100%;
    }
    div#slideshow {
        height: 160px;
    }
}


/* End Mobile */
