/*
Theme Name: Preference Child
Version: 1.0
Description: A child theme of Preference Lite - use for ltr alignment
Author: Eyal Koren
Template: preference-lite
*/

@import url("../preference-lite/style.css");
@import url("../../../../wp-content/themes/preference-child/style.css");

/*--------------------------------*/
/* A side column                  */
/*--------------------------------*/
#component {
	float: right;
}

#right-column {
	direction: rtl;
	padding-top: 0px;
	margin-top: -3px;
}

.iphone #right-column { margin-top: 0; }

/*--------------------------------*/
/* Content - internal pages       */
/*--------------------------------*/

#page-content {
	margin-left: auto;
	margin-right: 120px;
}

.iphone #page-content {
	margin-left: auto;
	margin-right: 0;
}

#page-content ul, 
#page-content ol { margin: 10px 0 12px 55px; }

/* דף שירותים */
#post-17 #page-content ul { margin-right: 0; }

/* דף צור קשר */

/* טופס צור קשר */
div.wpcf7 { direction: ltr; }
.form-contact-cell-r { width: 89px; }

/* דף בסינית */
/* #post-42 h1.entry-title   { margin-bottom: 0;     } /* נא לא למחוק, אם יימחק הדפדפן לא יכיר את השורה הבאה */
#post-42 #page-content p  { font-size    :  14px; }
#post-42 #page-content ol { line-height  :  19px; }