/*
Theme Name: Harshalom
Theme URI: http://www.harshalom.com/
Description: שחזור נאמן של אתר אברהם הרשלום (במקור נבנה ע"י כספית) כתבנית וורדפרס דו-לשונית (עברית/אנגלית). העיצוב המקורי מבוסס טבלאות נטען מ-uploads/legacy.
Author: Restoration
Version: 1.0
Text Domain: harshalom
*/

/* The faithful look comes from the original stylesheets loaded out of
   wp-content/uploads/legacy/ (style.css / style_eng.css). This file holds
   only small fixes layered on top. */

/* keep the fixed-width layout centered like the original */
html { background-color: #000; }

/* hide the WP admin bar gap influence on the fixed layout */
html { margin-top: 0 !important; }

/* language switcher in the top navigation — the original used black text which
   is invisible over the dark painting at the top; use a light, clearly visible
   style instead, on every page. */
.topnav { margin-top:6px; }
.topnav a {
	color:#efecd0;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 1px 2px rgba(0,0,0,0.8);
}
.topnav a:hover { color:#ffffff; text-decoration:underline; }
.topnav a.hs-current { color:#e8c900; }

/* English header painting: the original mainbg1_eng.jpg was missing from the
   backup, so it has been reconstructed as a horizontal mirror of the Hebrew
   mainbg1.jpg (matches the mirrored English side-bars and the LTR menu squares). */
html[dir="ltr"] .maintd {
	background-image: url(/wp-content/uploads/legacy/images/mainbg1_eng.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
