File: /home/mmickelson/martyknows.com/wp-content/themes/chaoticsoul/rtl.css
/*
Theme: ChaoticSoul
RTL: Yoav Farhi, yoav@automattic.com
*/
/*  -----|  Globals  |------------------------------------------------------  */
body {
	direction:rtl;
	unicode-bidi:embed;
	}
	th {  text-align: right; }
/*  -----|  Structure  |----------------------------------------------------  */
#wrapper { background: url('images/content_bkg-rtl.gif') repeat-y top right;}
#header-overlay {
	left: auto;
	right:0;
	}
	#content { float: right;}
	#sidebar { border-left: auto; float: left; border-right:0; }
.goleft { float: right; }
.goright { float: left; }
/* Comments Structure */
	#commentform p { float: right; margin: 0 0 10px 10px; }
/* =Menu
-------------------------------------------------------------- */
#access li {
	float: right;
}
#access ul ul {
	float: right;
	left: auto;
	right: 0;
}
#access ul ul ul {
	left: auto;
	right: 100%;
}
/*  -----|  Miscellaneous  |------------------------------------------------  */
.commentmetadata .avatar {
	float: left;
}
.navigation .left { float: right; }
.navigation .right { float: left; }
#respond label {
	clear: left;
}
#respond input[type="text"] {
	float: right;
	margin-right: auto;
	margin-left: 6px;
}