/*
Theme Name: DaisyChain
Description: Adds support for languages written in a Right To Left (RTL) direction.
*/

p, ul, ol, li, dl, address {
  text-align: right;
}
ul {
  margin-left: 0;
  margin-right: 16px;   
}
ol {
	margin-left: 0;
  margin-right: 20px;
}
table, td, th {
  text-align: right;
}
blockquote, q { 
  border-left: none;
  border-right: 1px solid #e3e3e3;
  padding-left: 0;
  padding-right: 10px;
}


/* basic structure
-------------------------------------------------------------- */

#content {
  float: right; 
  margin: 28px 0px 10px 0px;        
}
#sidebar {
  float: left;
  margin: 28px 20px 0 0;
}
.scroll-top {
  left: 10px;
  right: auto;           
}


/* menus
-------------------------------------------------------------- */

.menu-box ul {
  text-align: right;
}
.menu-box ul li {
  float: right;
}
.menu-box a,
.menu-box a:visited {
  border-left: 1px solid #eaeaea;
  border-right: none;
  float: right;
}
#container .menu-box ul ul a,
#container .menu-box ul ul a:visited {
  border-left: none;
  padding: 0 19px 0 0;
  text-align: right;
}
.menu-box ul ul {
  left: auto;
  right: 0;
}
.menu-box ul ul ul {
  left: auto;
  right: 212px;
} 
.top-navigation ul {
  float: right;
  z-index: 100;
}
.top-navigation ul li {
  float: right; 
}
.top-navigation a,
.top-navigation a:visited {
  float: right;
  margin: 0 0 0 20px;
}
#wrapper #top-navigation-wrapper .top-navigation ul ul a,
#wrapper #top-navigation-wrapper .top-navigation ul ul a:visited { 
  padding: 0 16px 0 0;
  text-align: right;
}
.top-navigation ul ul {
  left: auto;
  right: 0;
}
.top-navigation ul ul ul {
  left: auto;
  right: 250px;
}
.header-icons {
  left: 0;
  right: auto;              
}
.top-navigation .social-icon {
  float: right;
  margin: 0 5px 0 0;            
}
.header-icons {
    left: 0;
    right: auto;
}
#wrapper .sticky-social {
    left: 0;
    right: auto;
    width: 20px;
}

/* main content
-------------------------------------------------------------- */

.post-info .post-info-category,
.post-info .post-info-tags {
  background-position: right top;             
}
.post-info span { 
  padding: 0 22px 0 0;
}
#main-content .post-info .post-category,
#main-content .post-info .post-tags {
  float: right;                      
}
#main-content .post-info .post-tags {
  padding-left: 0;
  padding-right: 5%;
  text-align: left;                           
}
#main-content .nav-previous {
  float: right;                            
}
#main-content .nav-next {
  float: left;
  text-align: left;                            
}

/* default post entry */
.attachment-post-thumbnail { 
  float: right;
  margin-left: 15px;
  margin-right: 0;
}


/* sidebar
-------------------------------------------------------------- */

.sidebar-widget ul li {
  background: right top no-repeat url(http://www.mixedmigrationhub.org/wp-content/themes/daisychain/images/sidebar-li.png);
  padding-left: 0;
  padding-right: 14px;                       
} 


/* footer
-------------------------------------------------------------- */  

.footer-widget-area {
  float: right;
  margin-left: 29px;
  margin-right: 0;               
}
#footer .footer-widget-area-3 {
  margin-left: 0;                              
} 


/* default widgets
-------------------------------------------------------------- */

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


/* form fields
-------------------------------------------------------------- */

#searchform .searchform-wrapper #s {
  padding: 5px 3% 5px 0;
  left: auto;
  right: 0;              
}
#searchform .searchform-wrapper .send {
  left: 0;
  right: auto;
}
.header-content #searchform .searchform-wrapper {
  left: 0;
  right: auto;      
}
.header-content #searchform .searchform-wrapper #s {
  padding: 5px 4% 5px 0;                                                  
}


/* comments area
-------------------------------------------------------------- */

#comments ol {
  margin-left: auto;
  margin-right: 0;             
}
#comments .avatar,
#comments .fn {
  float: right;
  margin: 0 0 0 6px
}
#comments time,
#comments .edit-link {
  float: left;             
}


/* media queries
-------------------------------------------------------------- */

@media screen and (max-width: 1012px) { 
  .js .selectnav {
    float: right;
    margin: 7px 5% 0 0;
}
}

.fa_slider_simple .fa_slide_content,
.fa_slider_simple.default .fa_slide_content h2 {
    text-align: right !important;
}

.fa_slider_simple .fa_image {
    left: 5% !important;
    right: auto !important;
}