<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="http://njcweb.org/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://njcweb.org</link>
	<description></description>
	<lastBuildDate>Sun, 08 Jan 2012 03:53:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>NJC Website</title>
		<link>http://njcweb.org/index.php/2010/10/27/njc-website/</link>
		<comments>http://njcweb.org/index.php/2010/10/27/njc-website/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 20:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://njcweb.org/?p=499</guid>
		<description><![CDATA[Important Message from the Nominating Committee NJC Men&#8217;s Club Renaissance Take a Look Several of the Men&#8217;s Club members recently met and put together a variety of events that should appeal to the Men&#8217;s Club Membership. The events fall into &#8230; <a href="http://njcweb.org/index.php/2010/10/27/njc-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><!--<br />
<!<br />
body {<br />
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;<br />
background: #4E5869;<br />
margin: 0;<br />
padding: 0;<br />
color: #000;<br />
}</p>
<p>/* ~~ Element/tag selectors ~~ */<br />
ul, ol, dl { /* Due to variations between browsers, it&#8217;s best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */<br />
padding: 0;<br />
margin: 0;<br />
}<br />
h1, h2, h3, h4, h5, h6, p {<br />
margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */<br />
padding-right: 15px;<br />
padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */<br />
}<br />
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */<br />
border: none;<br />
}</p>
<p>/* ~~ Styling for your site&#8217;s links must remain in this order &#8211; including the group of selectors that create the hover effect. ~~ */<br />
a:link {<br />
color:#414958;<br />
text-decoration: underline; /* unless you style your links to look extremely unique, it&#8217;s best to provide underlines for quick visual identification */<br />
}<br />
a:visited {<br />
color: #4E5869;<br />
text-decoration: underline;<br />
}<br />
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */<br />
text-decoration: none;<br />
}</p>
<p>/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */<br />
.container {<br />
width: 80%;<br />
max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */<br />
min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */<br />
background: #FFF;<br />
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container&#8217;s width to 100%. */<br />
overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */<br />
}</p>
<p>/* ~~ These are the columns for the layout. ~~</p>
<p>1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any &#8220;box model math&#8221;. Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.</p>
<p>2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you&#8217;re floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a &#8220;display:inline&#8221; declaration to the div&#8217;s rule to tame a bug where some versions of Internet Explorer double the margin.</p>
<p>3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that&#8217;s your preference, as long as you&#8217;ll only be using them once per document.</p>
<p>4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they&#8217;ll render in reverse order. There&#8217;s no need to move the divs around in the HTML source.</p>
<p>*/<br />
.sidebar1 {<br />
float: right;<br />
width: 20%;<br />
background: #93A5C4;<br />
padding-bottom: 10px;<br />
}<br />
.content {<br />
padding: 10px 0;<br />
width: 80%;<br />
float: right;<br />
}</p>
<p>/* ~~ This grouped selector gives the lists in the .content area space ~~ */<br />
.content ul, .content ol {<br />
padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */<br />
}</p>
<p>/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */<br />
ul.nav {<br />
list-style: none; /* this removes the list marker */<br />
border-top: 1px solid #666; /* this creates the top border for the links &#8211; all others are placed using a bottom border on the LI */<br />
margin-bottom: 15px; /* this creates the space between the navigation on the content below */<br />
}<br />
ul.nav li {<br />
border-bottom: 1px solid #666; /* this creates the button separation */<br />
}<br />
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */<br />
padding: 5px 5px 5px 15px;<br />
display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */<br />
text-decoration: none;<br />
background: #8090AB;<br />
color: #000;<br />
}<br />
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */<br />
background: #6F7D94;<br />
color: #FFF;<br />
}</p>
<p>/* ~~ miscellaneous float/clear classes ~~ */<br />
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */<br />
float: right;<br />
margin-left: 8px;<br />
}<br />
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */<br />
float: left;<br />
margin-right: 8px;<br />
}<br />
.clearfloat { /* this class can be placed on a<br />
or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */<br />
clear:both;<br />
height:0;<br />
font-size: 1px;<br />
line-height: 0px;<br />
}<br />
.blk {	text-align: justify;<br />
}<br />
.blk {	text-align: justify;<br />
}<br />
.blk {	text-align: justify;<br />
}<br />
.blk {	text-align: justify;<br />
}<br />
.blk {	text-align: justify;<br />
}<br />
.blk {	text-align: justify;<br />
}<br />
&#8211;><br />
&#8211;&gt;<!--[if lte IE 7]><br />
<mce:style><!<br />
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */<br />
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */<br />
--><br />
<!--[endif] --></p>
<table border="1" cellspacing="5" cellpadding="5" width="640">
<tbody>
<tr>
<td>
<div class="container">
<div class="content">
<ul class="nav">
<li><a title="NC" href="http://njcweb.org/wp-content/uploads/2012/01/Blast-Nominating Committee.jpg" target="_self"><br />
<h2><span style="color: #ff0000;"><blink>Important Message from the Nominating Committee</blink></span></h2>
<p></a></li>
<h2>NJC Men&#8217;s Club Renaissance</h2>
<p></a><a title="NC" href="http://njcweb.org/wp-content/uploads/2012/01/Blast-Nominating Committee.jpg" target="_self"></a><a title="jfs" href="http://njcweb.org/wp-content/uploads/2012/01/newmc.pdf#zoom=100" target="_self">Take a Look</a><br />
<span class="blk">Several of the Men&#8217;s Club members recently met and put together a variety of events that should appeal to the Men&#8217;s Club Membership.  The events fall into two categories; One for members only and other events that are sponsored by the Men&#8217;s Club for the entire Congregation.  Check out the Men&#8217;s Club tab for more details about what&#8217;s planned. </span></p>
<h2>What’s New on the Website</h2>
<p class="blk">If you haven’t visited the web-site  lately, there are some new features and new announcements. Check out the CALENDAR page and the Simchat Torah slideshow . The calendar shows the planned events and activities in a month-format display. As you roll your mouse over the calendar date, more information about the events of that day are displayed and if you click on a calendar date, the announcement with more detailed information will be displayed.There is also a form that can be printed and mailed with your donation. The page is titled “Honorable Menschen” and can be reached from the donation page by a link to the “Honorable Menschen” page. Simply print the page, fill it out and mail with your check. Easy? The details and opportunities are all on the page. The site was dormant but now that we’re ramping up for “The Season”, the calendar doesn’t look so naked.</p>
<p><span class="blk"> The announced events have a  how to “sign-up” to attend the event. And for all you Snowbirds, you can sign-up before you get here. <em>(naplesjewishcongregation.org)</em> We will continue to add new functions and of course continue to keep you well informed about what is being planned. If any of you want to request new features or comment on what is presented, send a comment from the website or send an email to </span><em>njcweb@gmail.com</em></p>
<ul>
<h2>We have Pictures</h2>
<h3>For best viewing &#8230;</h3>
<li>click on the &#8220;Slide Show&#8221; link below</li>
<li>view in full screen mode by clicking on the icon in the lower right corner of the viewing box</li>
<li>use the [ESC] key (left, top row of keyboard) to exit full screen mode</li>
<li>use your browser&#8217;s Back Button to return to the Website</li>
</ul>
<p>ENJOY! <a href="http://youtu.be/CqitcGFFSb8">Slide Show</a><br />
<a href="http://youtu.be/CqitcGFFSb8">More pictures &#8230; </a></p>
<p class="blk">The website contains contact information about your NJC management,Yahrzeits, birthdays, anniversaries and donations. There is a page to facilitate making contributions to NJC. Other pages are constantly being upgraded and updated. We try to keep the Website current in both content, appearance and utility. Your comments are welcome, please send your comments directly from the website page or email to njcweb@gmail.com.<br />
So, Come for the first time or come back, stuff is always changing</p>
<h5>www.naplesjewishcongregation.org</h5>
<p>Bookmark it as one of your favorites</p>
<p><!-- end .content --></p>
</div>
<p><!-- end .container --></p>
</div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://njcweb.org/index.php/2010/10/27/njc-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

