File: /home/mmickelson/martyknows.com/wp-content/themes/fruit-shake/rtl.css
/*
Theme Name: Fruit Shake
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
http://codex.wordpress.org/Right_to_Left_Language_Support
*/
body {
	direction: rtl;
	unicode-bidi: embed;
}
/* =Structure
----------------------------------------------- */
#colophon {
	clear: left;
}
/* Secondary */
.secondary #primary {
	float: right;
	margin: 0 0 0 -36.5%;
}
.secondary #content {
	margin: 0 4% 0 36.5%;
}
.secondary #main .widget-area,
.secondary #colophon {
	float: left;
	margin: 0 0 0 4%;
}
/* =Global
----------------------------------------------- */
/* Text elements */
ul, ol {
	margin: 0 2.5em 1.5em 0;
}
/* =Header
----------------------------------------------- */
.secondary #site-title a {
	border-left: 1px solid #e4e0d5;
	border-right: none;
	margin: 0 0 0 300px;
}
.secondary #branding #searchform {
	top: 3.1em;
	left: 40px;
}
#branding #s {
	float: left;
}
/* =Menu
----------------------------------------------- */
#access div {
	float: right;
}
#access ul {
	border-right: 1px solid #e4e0d5;
	border-left: none;
	float: right;
}
#access li {
	float: right;
}
#access a {
	border-left: 1px solid #e4e0d5;
	border-right: none;
	float: right;
}
#access ul ul {
	-moz-box-shadow: 0 2px 2px rgba( 191, 191, 182, 0.5 );
	-webkit-box-shadow: 0 2px 2px rgba( 191, 191, 182, 0.5 );
	box-shadow: 0 2px 2px rgba( 191, 191, 182, 0.5 );
	right: -1px;
	float: right;
}
#access ul ul ul {
	right: 100%;
	left: auto;
}
/* =Content
----------------------------------------------- */
#author-info .avatar {
	float: right;
	margin: 4px 0 30px -107px;
}
#author-description {
	float: right;
	margin-right: 107px;
	margin-left: 0;
}
.entry-meta .entry-date {
	left: 0;
	right: auto;
}
.comments-link.fruity a {
	right: 30px;
	background-image: url("images/comment-arrow-rtl.png");
}
.edit-link.fruity {
	left: 30px;
	right: auto;
}
/* =Gallery Posts
----------------------------------------------- */
.format-gallery .gallery-thumb {
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
}
/* =Quote Posts
----------------------------------------------- */
.format-quote blockquote cite {
	text-align: left;
}
/* =Status Posts
----------------------------------------------- */
.format-status .avatar.fruity {
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
}
/* =Navigation
-------------------------------------------------------------- */
#content-nav .nav-previous {
	float: right;
}
#content-nav .nav-next {
	float: left;
	text-align: left;
}
/* =Widgets
----------------------------------------------- */
.widget ul {
	margin-right: 1.25em;
	margin-left: 0;
}
.widget ol {
	margin-right: 1.5em;
	margin-left: 0;
}
.widget ul ul,
.widget ol, ol,
.widget ul ol,
.widget ol, ul {
	margin-right: 1.5em;
	margin-left: 0;
}
/* Authors Widget */
.widget_authors img {
	float: right;
	margin: 0 0 1em 1em !important;
}
/* RSS links Widget */
.widget_rss_links p img {
	margin: 0 0 0 1em;
}
/* Calendar Widget */
#wp-calendar caption {
	text-align: right;
}
#wp-calendar tfoot #next {
	text-align: left;
}
/* Footer Widgets */
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: right;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: right;
}
/* =Comments
----------------------------------------------- */
#comments-title {
	text-align: left;
}
.commentlist .avatar {
	right: auto;
	left: 25px;
}
/* =Footer
----------------------------------------------- */
.secondary #site-info {
	text-align: right;
}
/* =404
----------------------------------------------- */
.error404 .widget {
	float: right;
	margin-left: 30px;
	margin-right: 0;
}
.error404 .widget_archive {
	margin-left: 0;
}