A beautiful peice I recently purchased for stupid cheap. Someone had thos saddle on their wall as decor. It’s a WWI Canadian cavelry saddle in remarkable condition. It needs to be oiled and it’s tree has a crack to be repaired but it’s so pretty.
seen from T1
seen from United States
seen from T1

seen from Canada
seen from United States
seen from United States
seen from Russia

seen from Germany
seen from United Kingdom

seen from T1
seen from Ukraine
seen from United States
seen from United States

seen from United States
seen from China
seen from China
seen from Argentina
seen from United Arab Emirates

seen from United States

seen from United Kingdom
A beautiful peice I recently purchased for stupid cheap. Someone had thos saddle on their wall as decor. It’s a WWI Canadian cavelry saddle in remarkable condition. It needs to be oiled and it’s tree has a crack to be repaired but it’s so pretty.
"The group of armored equestrian figures forming the centerpiece of the permanent arms and armor exhibition has, for almost a century, been one of the most popular and dramatic areas of the Metropolitan Museum. Aside from the bards (complete horse armors of plate) displayed on the figures, the Museum has many important examples in its reserve collection that are rarely shown, often unpublished, and largely unknown even to specialists. In fact, armor for the horse has generally received much less scholarly attention than that designed for the rider, this volume being the first exclusively devoted to the subject." "The forty objects presented here comprise all the main types of horse defense, each intended to protect a different part of the animal's body: shaffron (head), crinet (neck), peytral (breast and shoulders), flanchard (ribs and abdomen), and crupper (hindquarters). Their range is broad - from a set of rudimentary peytral and crupper plates made of leather (the only examples of this kind in the United States) to an elaborately decorated steel shaffron produced for the Polish prince Nikolaus "the Black" Radziwill. A carved ivory chess piece from about 1370, one of the earliest three-dimensional representations of a European horse in a full bard; an armored saddle with its original velvet upholstery; whimsical ear guards in the shape of dolphins; and a "blind" shaffron made without eye openings to prevent a horse from shying during a joust - all cast light on the various forms and styles developed by armorers of the period. Also revealed is the evolving complexity of the decorative techniques and motifs employed, as horse armor was embossed, etched, gilded, and painted, and ornamentation evolved from simple foliate scrolls to fully realized figural scenes derived from classical mythology." "Placing these objects in context is an essay tracing the history of European horse armor from its revival in the twelfth century (after its disappearance with the fall of Rome) through its flowering in the Renaissance to its eventual obsolescence in the early 1600s. Other texts include a discussion of the featured objects in relation to those in the Museum's permanent display and an overview of armored saddles and saddle steels." "Symbol of a romantic age of chivalry, the knight was inseparable from his horse. This invaluable study reveals another aspect of that interdependence: as armorers devised protective coverings for both rider and animal, they also created lasting works of art." "This catalogue is issued in conjunction with an exhibition held at The Metropolitan Museum of Art, New York, from February 15, 2005, to January 15, 2006."--BOOK JACKET.Title Summary field provided by Blackwell North America, Inc. All Rights Reserved
Total War: Attila
Mariusz Kozik
Training the new horse last week
hello^^, in your cavelry theme how can i make the bottom title bar transparent?
to make the bottom title bar transparent first look for:
ul#drawers li h4 { font-size: 16px; font-family: 'The Girl Next Door', cursive; text-align: center; -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out; background-color:{color:bottom title bar}; background-image: url('{image:bottom title bar}'); display:block; color: {color:title}; padding:3px; margin-bottom:0px; -moz-border-radius: 20px 20px 0px 0px; -webkit-border-radius: 20px 20px 0px 0px; border-radius: 20px 20px 0px 0px;} ul#drawers:hover li h4 { background-color:{color:bottom title bar}; cursor:crosshair;}
Now change the background-color to background-color:transparent;