/* CSS rules for color-coding the various site sections */


/* Section Sub-Navigation */
.news     .subnav {background:#53565d url(../images/subnav/news.jpg) no-repeat left top;}
.about    .subnav {background:#374c85 url(../images/subnav/about.jpg) no-repeat left top;}
.torah    .subnav {background:#c60    url(../images/subnav/torah.jpg) no-repeat left top;}
.alumni   .subnav {background:#983    url(../images/subnav/alumni.jpg) no-repeat left top;}
.apply    .subnav {background:#53565d url(../images/subnav/apply.jpg) no-repeat left top;}
.siteinfo .subnav {background:#6d4735 url(../images/subnav/siteinfo.jpg) no-repeat left top;}

/* Left-Column Coloring */
.news     .entry600 .entryTitle {background: #F0F2F6 url(../images/entryTitle_bg.gif) no-repeat right bottom;}
.about    .entry600 .entryTitle {background: #F0F2F6 url(../images/entryTitle_bg.gif) no-repeat right bottom;}
.torah    .entry600 .entryTitle {background: #ffff80 url(../images/entryTitle_bg.gif) no-repeat right bottom;}
.alumni   .entry600 .entryTitle {background: #ffff80 url(../images/entryTitle_bg_alumni.gif) no-repeat right bottom;}
.apply    .entry600 .entryTitle {background: #F0F2F6 url(../images/entryTitle_bg.gif) no-repeat right bottom;}
.siteinfo .entry600 .entryTitle {background: #F0F2F6 url(../images/entryTitle_bg.gif) no-repeat right bottom;}

/* Right-Column background Coloring */
.news     .rightcol .listing {background:#d3d7e1 url(../images/rightcol/bg_news.gif) no-repeat right bottom;}
.about    .rightcol .listing {background:#d3d7e1 url(../images/rightcol/bg_about.gif) no-repeat right bottom;}
.torah    .rightcol .listing {background:#fc3    url(../images/rightcol/bg_torah.gif) no-repeat right bottom;}
.alumni   .rightcol .listing {background:#cc6    url(../images/rightcol/bg_alumni.gif) no-repeat right bottom;}
.apply    .rightcol .listing {background:#d3d7e1 url(../images/rightcol/bg_apply.gif) no-repeat right bottom;}
.siteinfo .rightcol .listing {background:#d3d7e1 url(../images/rightcol/bg_siteinfo.gif) no-repeat right bottom;}

/* Right-Column Text Coloring */
.news     .rightcol .listing p,    .news     .rightcol .listing p.older a {color:#1d2b4c;}
.about    .rightcol .listing p,    .about    .rightcol .listing p.older a {color:#1d2b4c;}
.torah    .rightcol .listing p,    .torah    .rightcol .listing p.older a {color:#c60;}
.alumni   .rightcol .listing p,    .alumni   .rightcol .listing p.older a {color:#552;}
.apply    .rightcol .listing p,    .apply    .rightcol .listing p.older a {color:#1d2b4c;}
.siteinfo .rightcol .listing p,    .siteinfo .rightcol .listing p.older a {color:#1d2b4c;}
