File: /home/mmickelson/martyknows.com/wp-content/themes/yoko/rtl.css
@import url("rtl-original.css");
/**
 * Main menu
 */
#branding #mainnav ul ul{
	right: 0pt;
}
/* END Main menu */
/**
 * Post Typography
 */
#site-title h1, #site-title h2 {
	float: right;
} 
#site-title div#site-name {
	float: right;
	margin: 0pt 0pt 0pt 10px;
}
#site-title div#site-description {
	float:right;
}
#secondary {
	margin-right: 4.331%;
	margin-left: 0%;
}
#tertiary {
	margin-right: 0pt;
}
div.two-columns-one {
	float: right;
	margin-left: 4%;
	margin-right: 0%;
}
div.two-columns-one.last {
	margin-left: 0%;
	clear: left;
}
 
#content .single-entry-content blockquote {
	margin: 20px 20px 10px;
}
#content img.alignleft, #content .wp-caption.alignleft {
	margin: 10px 20px 10px 0pt;
}
#content img.alignright, #content .wp-caption.alignright {
	margin: 10px 0pt 10px 20px;
}
/* The original rtl.css did not had the "!important".
 * As a result, when using <ol>, numbers where invisible.*/
#content .post ol, #content .page ol { 
	padding: 7px 30px 7px 0px !important;
}
/* END Post Typography */
/**
 * Align
 * Should not be different than left-to-right
 */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* END Align */
/**
 * Social links
 */
.widget_sociallinks a.rss {
	background-position: right center;
}
.widget_sociallinks a.twitter {
	background-position: right center;
}
.widget_sociallinks a.facebook  {
	background-position: right center;
}
.widget_sociallinks a.googleplus  {
	background-position: right center;
}
.widget_sociallinks a.flickr {
	background-position: right center;
}
.widget_sociallinks a.vimeo  {
	background-position: right center;
}
.widget_sociallinks a.linkedin {
	background-position: right center;
}
.widget_sociallinks a.delicious  {
	background-position: right center;
}
/* END Social links */