Twenty Fourteen Theme – Moving left sidebar to the right

try editing the current css stlyes to this

/* moves side block right */
.site::before {
   right: 0;
 }
/* moves sideblock conent right*/
#secondary {
float: right;
}
/* pushes body content left  */
.site-content {
margin-left: -221px;
 }