menu/* Font definitions*/
@font-face {
	font-family: "Eagle-Light";
	
  src: url('/style/font/eagle-light-webfont.eot');
  src: url('/style/font/eagle-light-webfont.eot?#iefix') format('embedded-opentype'),
       /*url('/style/font/eagle-light-webfont.woff') format('woff'),*/
       url('/style/font/eagle-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: "Eagle-Book";

  src: url('/style/font/eagle-book-webfont.eot');
  src: url('/style/font/eagle-book-webfont.eot?#iefix') format('embedded-opentype'),
       /*url('/style/font/eagle-book-webfont.woff') format('woff'),*/
       url('/style/font/eagle-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Eagle-Bold';
  src: url('/style/font/eagle-bold-webfont.eot');
  src: url('/style/font/eagle-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/style/font/eagle-bold-webfont.woff') format('woff'),
       url('/style/font/eagle-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Eagle-Black';
  src: url('/style/font/eagle-black-webfont.eot');
  src: url('/style/font/eagle-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('/style/font/eagle-black-webfont.woff') format('woff'),
       url('/style/font/eagle-black-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/*Added 7-7-14 *****/
/* Webfont: JCCEagle-Medium */@font-face {
    font-family: 'JCCEagleMed';
    src: url('/style/font/JCCEagle-Medium1.eot'); /* IE9 Compat Modes */
    src: url('/style/font/JCCEagle-Medium1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        /* url('/style/font/JCCEagle-Medium1.woff') format('woff'),  Modern Browsers */
         url('/style/font/JCCEagle-Medium1.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/style/font/JCCEagle-Medium1.svg#JCCEagle-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.eagle-med { font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif; }



/* utility font classes */
.eagle-light { font-family: "Eagle-Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.eagle-book  { font-family: "Eagle-Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.eagle-bold  { font-family: "Eagle-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.eagle-black { font-family: "Eagle-Black", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* fonts specified */
/* commented out 6-12-14
#site {
  font-family: "Eagle-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .03em;

}


/*
  #site p {
    font-family: "Verdana", Arial, sans-serif !important;
	font-size: 0.875em;
	letter-spacing: .01em;
  }
 

 
.always {
	font-family: "Eagle-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
*/

/* Font sizing */
/* 1 pt = 1/72 inch, most monitors are 96px per inch, 11 pt = 11 / 72 * 96 = 14.6666667px */
html { font-size: 14.70px; } /* 11 pt */
/*	
.caption  >.title {font-size: 1.4em;  }
.caption > .blurb {
font-family: "Eagle-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
*/

/*commented out 6-12-14
	#menu, .nav, #links { font-size: 1.2em; } 
	#menu2 { font-size: 0.875em; }
*/

/*#menu li +li {line-height: .02em;}*/
/*
.section .title, .caption .title { font-size: 20.533px; } */
/*

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6,
.textonly h1, .textonly h2, .textonly h3, .textonly h4, .textonly h5, .textonly h6 { font-size: 1.5em; }
*/

p { line-height: 160%; }

.red a{
    color:red!important; 
       font-weight:700; 
       padding-left: 4px;}
/*

ul > li{
padding-bottom: 10px;

}

li > a{
text-decoration: underline;
} 

*/

.ul_with_bullets > li{
padding-bottom: 10px;
}

.ul_with_bullets li > a{

text-decoration: underline;
}

.ul_no_bullets{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.staff_lists{
 width:50%;
 margin-bottom:15px;
}

.two_col_lists{

}

.float-left{

	float:left;
}

.clear-both{
	clear:both;
}

.ul_col_left{
	padding-right:20px;
	
}
/*
.base_text{
    font-family: "Verdana", Arial, sans-serif !important;
	font-size: 0.875em;
	letter-spacing: .01em;
	line-height: 160%;
}
*/

.flickr_slideshow{
	height:201px;
	padding-right:20px;
	margin-bottom: 20px;
}

.slideshow_textbox
{
 width:360px;
}

.articleImgLeft{
	margin-right: 15px;
	margin-bottom: 10px;
	height: 150px;
	width: 150px;
	border: 0px;
}

/*** 6/12/14 cloud.typography additions ******/
h1, h4 , h5, h6 {
	font-size: 1.2em; font-family: "Eagle-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight:normal;
}

/*** 8_25_14 Spun off h3 tag LQ******/
 h3 {
	font-size: 1.2em; font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight:normal;
}


/*** 10-7-16 spun off KA ****/
 h2 {
	font-size: 1.2em; font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}


  
#site {
	font-family: 'Whitney A', 'Whitney B', sans-serif; font-weight: 400; font-style: normal;
	/*letter-spacing: .03em; */

}

.always {
	font-family: "Eagle-Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:300;
}

/*#menu, .nav, #links { font-size: 1.2em; font-family: "Eagle-Light", "Helvetica Neue", Helvetica, Arial, sans-serif; } */
#menu2, #links, .nav {  font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif; } 

#address, #phone { font-size: 0.845em;} 

#menu2, .footer_links{ font-size: 0.875em;} 
.footer_links { font-size: 0.9em;} 
.uja { font-size: 0.775em;}
/*#menu, #links { font-size: 1.2em; }*/
/*.nav{  font-size: .98em; } */

/*
.base_text{
	font-family: 'Whitney A', 'Whitney B'; font-weight: 400; font-style: normal;
  
	font-family: "Verdana", Arial, sans-serif !important;
	font-size: 0.875em;
	letter-spacing: .01em;
	line-height: 160%;
	
}
*/

#carousel {
 /*font-family: "Eagle-Light", "Helvetica Neue", Helvetica, Arial, sans-serif; */
 
	
 font-family: 'Whitney A', 'Whitney B'; font-weight: 400; font-style: normal;
}

 #today, #donate_now {
  font-size: 0.875em;
 text-transform: uppercase;
	font-family: JCCEagleMed, "Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 
 #donate_now{
 
 padding-top: 4px;
 }


.m_badge,  #badge{
font-size: 1.2em; font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif;

}



.centered, #links, #footer  , #progbox{
	font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

#links{
text-transform: uppercase;
}
/*added 7-9-14*/
#links a:hover{
	text-decoration: underline;
}

.footer_links {
	font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer_links a:hover{
	text-decoration: underline;
}

/*
#links a:visited{
font-weight: bold;
}
*/

#right_nav_links{
text-transform: uppercase;
padding-bottom:10px;
}

.main_nav, .footer_links, #programs, #address{

  text-transform: uppercase;
}
/*
#links > .current a{

	font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif;
border-bottom: 1px solid #000;
}*/



.current a{
/*border-bottom: 1px solid #000;*/
text-decoration:underline;
}

/*
.current{

	font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
*/

#arts_ideas_header, #health_wellness_header, #family_life_header,#jewish_living_header, #special_needs_header, #communities_header, #israel_header, #social-action_header{
	font-family: "JCCEagleMed", "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: .05em;
	padding-bottom:10px;
} 

/*
.center_header_menu > a:hover
{
	color:#333333;
	border-bottom: 1px solid #333333;
}

*/


#arts_ideas_header > a{
	color: #006f62;

}



#family_life_header > a {
	color: #66435a;
	
}


#health_wellness_header > a {
	color: #787121;
	
}


#jewish_living_header > a {
	color: #7d2248;
	
}


#special_needs_header > a {
	color: #be4d00;
	
}

#communities_header > a {
	color: #616265;
	
}
#israel_header > a {
	color: #006a8e;
	
}
#social-action_header > a {
	color: #a63935;
	
}


#arts_ideas_header > a:hover, #health_wellness_header > a:hover, #family_life_header > 
a:hover, #jewish_living_header > a:hover, #special_needs_header > a:hover , #communites_header > a:hover, #israel_header > a:hover, #social-action_header > a:hover {
	color: #333;
	border-bottom: 1px solid #333;
	/*text-decoration:underline;*/
}

/***** Added Sidbar 'a' tag LQ 8_25_14*****/
.sidebar_link {color:white; text-decoration: underline;}
.sidebar_link:hover {color:grey; text-decoration: underline;}




/*
#header_container{
padding-bottom:10px;

}
*/

/* Keep header text, used for page jumps, from looking like normal link text -- 9-17-14 PW */
h3 > .headerlink {
	color: #333333;
	text-decoration: none;
}
.blockquote{
    display: block; 
    margin-top: 1em; 
    margin-bottom: 1em; 
    margin-left: 40px; 
    margin-right: 40px;
    font-weight: 500;
    font-style: italic;
    font-size: 1.06em;
}
.menu{
    font-size:15.4px;
  /*  margin-left: 7px;*/
  margin-left: 1px !important;
  margin-right: 1px !important;
  padding-left: 7px !important;
  padding-right:7px !important;
}
.nonp{
    line-height:2.2em;
}
.programs{
    font-weight:800;
    font-size:16.4px;    
    margin-top: -2px;
}