/*
style.rtl.css -- CSS adjustments for right-to-left languages.

Copyright (C) 2014, 2015, 2016 Free Software Foundation

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.  */

html, body, .nocenter, .edu-breadcrumb {
   text-align: right;
}
/* lists: indentation on both sides for occasional ltr. */
ol li { margin: 1em 1em 0 1em; } 
ul li, ul ol li { margin: .5em 1em 0 1em; }

.imgright { float: left;  margin: .3em 1.5em 1em 0; }
.imgleft  { float: right; margin: .3em 0 1em 1.5em; }
.photo { float: right; }

#fsf-frame { float: left; }

#searcher, .back, #backtotop { text-align: left; }

#toplinks, #mission-statement img { float: right; }

.big-section { clear: right; float: right; }
.big-section h3 { margin: 1em 0 .5em .3em; }

#toplinks a, #toplinks a:visited {
  margin-right: 0; margin-left: 1em
}
#gnu-banner img {
   margin-left: .15em; margin-right: 0; top: .3em;
}
.announcement {
   border-left: 0;
   border-right: .3em solid #fc7;
   background: linear-gradient(to left, #f3f3f3, white);
}
@media (min-width: 43em) {
   .pict.narrow {
       float:right; margin: .3em 1.5em 1em 0;
   }
}
@media (min-width: 48em) {
   .pict.medium {
       float:right; margin: .3em 1.5em 1em 0;
   }
   .note, .summary {
      clear: left;
      float: left;
      margin: .3em 2em 1em 0;
   }
}
@media (min-width: 55em) {
   .pict.wide {
       float:right; margin: .3em 1.5em 1em 0;
   }
}
@media (min-width: 60em) {
   #gnu-banner { float: right; }
}
