/* The Hebrew team developed their own set of classes for Articles.  In truth, they really could be phased out.  But Tzaruch Iyun.  */
@import url("hebrew-legacy.css");

#logo {
	background: url(http://media.aish.com/designimages/logo-aish.co.il-homepage.gif) no-repeat;
	width: 215px;
	height: 72px;
}

#footer .logo	{  background: url(http://media.aish.com/designimages/logo-aish.co.il-footer.gif) no-repeat;  width:264px;  height:43px;  }

/* HEBREW FONTS:  Per Nir, the ONLY font we may use is Arial, and it may never be italicized. */
*	{  font-family: Arial !important;  font-style: normal !important;  }

/* Hebrew articles use a larger font size than does English (14px).  Note this obsoletes .ArticleText in hebrew-legacy.css  */
.article-content p    {  font-size: 16px;  }

/* Spacing of navbar items */
#navbar-sideshows ul li a	{  padding: 0 40px;  }
#navbar-core ul li a		{  margin: 0 21px;  }

/* For various search forms: */
#footer .searchResultsPane form input[type="text"] { width: 528px; }
.searchResultsPane form input[type="text"] { width: 565px; }
.searchtopline .searchResultsPane input[type="text"] { width: 192px; }
