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;
 }

404 Not Found

Not Found

The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.