/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/


/********************************************************************************
	         Body
********************************************************************************/

body {
	background:#c3b6da;	
/*		background:url('i/background.jpg') top center repeat-y #e9e9e9;	*/
}


.meta-container {

/*background:url('i/background-overlay.png') top center repeat-x ; */
}

/* SEEMS it's the .png backgrounds that lock IE 6 */

#main {
	background:url('i/body-box.png') top center no-repeat; padding-bottom:0px;
	 }


/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {

   color:#444; /*#626262; */
}

h1,h2,h3,h4,h5,h6 { 
  color:#000;
  font-family:Helvetica, arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
  letter-spacing:-1px;
  font-weight:900;
  
}

#content h2 {
	
}


#content b, #content strong {
	  color:#000;
	font-weight:900;
  
}


#content p {
	font-size:13px;
	letter-spacing:.2px;
}



#sidebar h2 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:17px !IMPORTANT;
	letter-spacing:1px;
	font-weight:100 !IMPORTANT;
	margin-bottom:20px !IMPORTANT;
}

#sidebar p {
	font-size:12px;
		line-height:1.1;
}

#sidebar .post-title, .sidebar-cat ul li a {
		font-size:12px;
		font-weight:900;
		line-height:1;
}

.sidebar-cat ul li {
	margin-bottom:14px;
	
}


#sidebar ul {
	margin-left:0px;
}


#sidebar li {
	list-style:none;
}


.retreat-title {
	font-size:16px;
	line-height:1.3;


}

.retreats {

}

.retreats ul {
	margin-left:0px;
}

.retreats li {
	margin-left:0px;
	list-style:none;
}


/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a, strong a, a strong, a:visited { color: #0060c3 !IMPORTANT; text-decoration: none; }


a:focus, a:hover { border-bottom:1px dashed #007eff; color:#007eff; }


/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, .nolink, .tabbertab a, .icon, a img,  img a {
   border: none !IMPORTANT;
   color:0060c3; /* #005e9d; */
   text-decoration:none !important;
}


/* Removes unwanted hover decoration
***************************************/
a.nohover:hover  { background: none;}


li { list-style: square inside url(http://www.nehirim.org/wp-content/themes/nehirim/images/bullet.gif);}

.fancybullet li {
      list-style: none;
	background: url(http://www.nehirim.org/wp-content/themes/nehirim/images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}




/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/



/********************************************************************************
                Images
********************************************************************************/

.alignleft {
   float: left;
   padding-right:15px;
   padding-bottom:5px;
}

.alignright, .headshot {
   float: right;
   padding-left:15px;
   padding-bottom:5px;   
}

/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.border-bottom{
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

div.border{
  border: 1px solid #ddd;
}


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
		background:url('i/nav-bar.png') top center no-repeat;	
   margin: 0px auto 0px;
   padding: 10px 0px 10px 0px;

}
	
#navbar li {
   display: inline;
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px;
   padding: 0px;
}
	
#navbar ul li a { 
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
  font-weight:100 !IMPORTANT;
  padding:0px 30px;
  font-size:14px;
  color:#000 !IMPORTANT; /*was 333 */

}



#navbar ul li a:hover, a:active {
   text-decoration: underline;
}

#current_page_item a {
   text-decoration: underline;
}


/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {}


/********************************************************************************
                Footer
********************************************************************************/

#footer {
   text-align: left;
   font-weight: normal;
}

#search-form {
	float:right;
	margin-top:40px;
	margin-right:15px;

}

#news-meta {
	font-size:16px;
	font-weight:100;
	color:#666;

}

#news-pub {
	font-weight:900;
	letter-spacing:.4px;
}

.blurb {}

.city-state {	  color:#333 !IMPORTANT;
font-size:10px;
	font-weight:900;  }
	
	object { padding:5px 10px 5px 10px; }