/*
 * Left-to-right overrides for the English side of the site.
 * style.css is written right-to-left first; this file mirrors only the rules
 * that are direction-sensitive. Loaded by zbench_enqueue_styles() when the
 * active language is not right-to-left.
 */

body {
	direction: ltr;
	text-align: left;
}

#menus ul,
#menus li {
	float: left;
}

#menus ul ul {
	float: right;
}

#menus ul ul li {
	float: none;
}

#top_image {
	text-align: right;
}

#header .site-title,
#header .site-tagline {
	float: right;
}

.entry th,
.entry td {
	text-align: left;
}

.post-info-date,
#sidebar-border,
.fb-like {
	float: right;
}

#gotocomments,
#addcomment,
h2#comments {
	float: left;
}

#comments-div,
.navigation {
	text-align: left;
}

.nav-previous {
	float: right;
}

.nav-next {
	float: left;
	text-align: left;
}

#wp-calendar caption,
#wp-calendar td#prev {
	text-align: right;
}

#wp-calendar td#next {
	text-align: left;
}

/* The catalogue card arrow points the way the text runs. */
.new-shredder-catalog .card-link:before {
	content: "→";
}

/* style.css indents lists from the right only, which hides the bullets in LTR. */
.entry ul,
.entry ol,
.home .entry ul {
	margin-right: 0;
	margin-left: 28px;
}
