{"id":25,"date":"2026-09-23T12:40:32","date_gmt":"2026-09-23T12:40:32","guid":{"rendered":"https:\/\/abstractartmendocino.com\/?page_id=25"},"modified":"2026-09-23T12:40:32","modified_gmt":"2026-09-23T12:40:32","slug":"statement","status":"publish","type":"page","link":"https:\/\/abstractartmendocino.com\/?page_id=25","title":{"rendered":"Statement"},"content":{"rendered":"\n<style>\n\/* RACHEL LAHN \u2014 ARTIST STATEMENT *\/\n\n#rachel-statement {\n  display: block;\n  width: 100%;\n  max-width: none;\n  min-height: 100vh;\n  margin: 0;\n  padding: 0 20px 40px;\n  background-color: #000;\n  background-image: url(\"https:\/\/web.archive.org\/web\/20150926095353im_\/http:\/\/www.abstractartmendocino.com\/grafs\/greybak.jpg\");\n  background-repeat: repeat;\n  color: #000;\n  font-family: \"Trebuchet MS\", Verdana, Arial, Helvetica, sans-serif;\n  font-size: 16px;\n  font-style: normal;\n  font-weight: 400;\n  line-height: 1.6;\n  letter-spacing: normal;\n  text-align: left;\n  text-transform: none;\n  color-scheme: light;\n  -webkit-text-size-adjust: 100%;\n}\n\n#rachel-statement,\n#rachel-statement *,\n#rachel-statement *::before,\n#rachel-statement *::after {\n  box-sizing: border-box;\n}\n\n\/* HEADER *\/\n\n#rachel-statement .rs-header {\n  display: flex;\n  position: static;\n  align-items: center;\n  justify-content: center;\n  float: none;\n  width: 100%;\n  min-height: 111px;\n  margin: 0;\n  padding: 0;\n  border: 0;\n  background: transparent;\n  box-shadow: none;\n}\n\n#rachel-statement .rs-signature {\n  display: block;\n  float: none;\n  width: 410px;\n  max-width: 100%;\n  height: auto;\n  margin: 0 auto;\n  padding: 0;\n  border: 0;\n  border-radius: 0;\n  box-shadow: none;\n}\n\n\/* NAVIGATION *\/\n\n#rachel-statement .rs-nav {\n  display: block;\n  position: static;\n  float: none;\n  width: 100%;\n  max-width: 1100px;\n  margin: 5px auto 10px;\n  padding: 5px;\n  border: 0;\n  border-radius: 0;\n  background: #000;\n  box-shadow: none;\n}\n\n#rachel-statement .rs-nav ul {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: space-between;\n  gap: 2px;\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n#rachel-statement .rs-nav li {\n  display: block;\n  flex: 1 0 auto;\n  float: none;\n  width: auto;\n  margin: 0;\n  padding: 0;\n  border: 0;\n  background: transparent;\n  list-style: none;\n}\n\n#rachel-statement .rs-nav li::before,\n#rachel-statement .rs-nav li::after {\n  content: none;\n}\n\n#rachel-statement .rs-nav li::marker {\n  content: \"\";\n}\n\n#rachel-statement .rs-nav a,\n#rachel-statement .rs-nav a:visited {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 40px;\n  margin: 0;\n  padding: 5px 9px;\n  border: 0;\n  border-radius: 0;\n  background: #000;\n  color: #dadada;\n  font-family: inherit;\n  font-size: 14px;\n  font-style: normal;\n  font-weight: 700;\n  line-height: 1.3;\n  letter-spacing: normal;\n  text-align: center;\n  text-decoration: none;\n  text-transform: none;\n  white-space: nowrap;\n  box-shadow: none;\n}\n\n#rachel-statement .rs-nav a[aria-current=\"page\"] {\n  font-size: 17px;\n  font-weight: 900;\n}\n\n#rachel-statement .rs-nav a:hover {\n  background: #fff;\n  color: #000;\n  text-decoration: none;\n}\n\n#rachel-statement .rs-nav a:focus-visible {\n  outline: 2px solid #fff;\n  outline-offset: 2px;\n}\n\n\/* MAIN CONTENT *\/\n\n#rachel-statement .rs-content {\n  display: block;\n  position: static;\n  float: none;\n  width: 100%;\n  max-width: 1000px;\n  min-width: 0;\n  margin: 0 auto 20px;\n  padding: 24px 36px 32px;\n  border: 7px solid #fff;\n  border-radius: 0;\n  background: #d5d8db;\n  color: #000;\n  box-shadow: none;\n  overflow-wrap: break-word;\n}\n\n#rachel-statement .rs-content h1 {\n  display: block;\n  margin: 0 0 28px;\n  padding: 0;\n  border: 0;\n  background: transparent;\n  color: #000;\n  font-family: inherit;\n  font-size: 30px;\n  font-style: normal;\n  font-weight: 400;\n  line-height: 1.3;\n  letter-spacing: normal;\n  text-align: center;\n  text-transform: none;\n  text-wrap: balance;\n}\n\n#rachel-statement .rs-content p {\n  margin: 0 0 20px;\n  padding: 0;\n  color: #000;\n  font-family: inherit;\n  font-size: 16px;\n  font-style: normal;\n  font-weight: 400;\n  line-height: 1.75;\n  letter-spacing: normal;\n  text-align: left;\n  text-transform: none;\n  text-wrap: pretty;\n}\n\n\/* ARTIST PHOTO *\/\n\n#rachel-statement .rs-photo {\n  display: block;\n  float: none;\n  width: fit-content;\n  max-width: 100%;\n  margin: 28px auto 10px;\n  padding: 0;\n  border: 0;\n  background: transparent;\n  text-align: center;\n}\n\n#rachel-statement .rs-photo img {\n  display: block;\n  float: none;\n  width: 600px;\n  max-width: 100%;\n  height: auto;\n  margin: 0 auto;\n  padding: 0;\n  border: 0;\n  border-radius: 0;\n  box-shadow: none;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 960px) {\n  #rachel-statement .rs-nav ul {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 4px;\n  }\n\n  #rachel-statement .rs-nav li {\n    min-width: 0;\n  }\n\n  #rachel-statement .rs-nav a {\n    min-height: 44px;\n    white-space: normal;\n  }\n\n  #rachel-statement .rs-content {\n    padding: 24px;\n  }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 640px) {\n  #rachel-statement {\n    padding: 0 12px 24px;\n  }\n\n  #rachel-statement .rs-header {\n    min-height: 0;\n    padding: 10px 0;\n  }\n\n  #rachel-statement .rs-nav ul {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  #rachel-statement .rs-nav a,\n  #rachel-statement .rs-nav a:visited {\n    padding: 10px 6px;\n    font-size: 14px;\n  }\n\n  #rachel-statement .rs-nav a[aria-current=\"page\"] {\n    font-size: 16px;\n  }\n\n  #rachel-statement .rs-content {\n    padding: 20px 14px;\n    border-width: 5px;\n  }\n\n  #rachel-statement .rs-content h1 {\n    margin-bottom: 24px;\n    font-size: 25px;\n  }\n\n  #rachel-statement .rs-content p {\n    line-height: 1.7;\n  }\n\n  #rachel-statement .rs-photo {\n    margin-top: 24px;\n  }\n}\n<\/style>\n\n<div id=\"rachel-statement\" lang=\"en\">\n\n  <!-- HEADER -->\n  <header class=\"rs-header\">\n    <img decoding=\"async\"\n      class=\"rs-signature\"\n      src=\"https:\/\/web.archive.org\/web\/20161013115310im_\/http:\/\/abstractartmendocino.com\/grafs\/signature-header.jpg\"\n      width=\"410\"\n      height=\"111\"\n      alt=\"Abstract Art by Rachel Lahn\"\n      fetchpriority=\"high\"\n    >\n  <\/header>\n\n  <!-- \u0e40\u0e21\u0e19\u0e39\u0e2b\u0e25\u0e31\u0e01: \u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19 # \u0e40\u0e1b\u0e47\u0e19 URL \u0e40\u0e15\u0e47\u0e21\u0e02\u0e2d\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e1e\u0e23\u0e49\u0e2d\u0e21 -->\n  <nav class=\"rs-nav\" aria-label=\"Main navigation\">\n    <ul>\n      <li><a href=\"#\">Home Page<\/a><\/li>\n      <li><a href=\"#\">Mixed Media<\/a><\/li>\n      <li><a href=\"#\">Watercolors<\/a><\/li>\n      <li><a href=\"#\">Acrylics<\/a><\/li>\n      <li><a href=\"#\">About the Artist<\/a><\/li>\n      <li>\n        <a href=\"#\" aria-current=\"page\">\n          <span aria-hidden=\"true\">\u00b7&nbsp;<\/span>\n          Statement\n          <span aria-hidden=\"true\">&nbsp;\u00b7<\/span>\n        <\/a>\n      <\/li>\n      <li><a href=\"#\">Links<\/a><\/li>\n      <li><a href=\"#\">Contact<\/a><\/li>\n    <\/ul>\n  <\/nav>\n\n  <main class=\"rs-content\">\n    <h1>Artist Statement by Rachel Lahn<\/h1>\n\n    <p>My paintings and relief constructions are about movement flowing into shapes of color and light .  They are reflections of my feelings, travels, and countless transitions. My work is influenced by  the beauty of the land and sea where I live, in Mendocino county, California and by the dramatic colors of Maui and the Big Island, where I visit.<\/p>\n\n    <p>I like my work to speak for itself&#8230; not too many words.  I build abstract relief constructions out of canvas, with mixed media on canvas.  I paint them with acrylic paint.   Once started they take on a life of their own.  They usually tell and show me what to do . When I need shape and color  inspiration for a  piece,  I go outside and absorb the life and light in the plants, Redwood trees, mountains, ocean and sunlight that surround me.  I paint and draw the energies and shapes that are nature. <\/p>\n\n    <p> I have been painting since my childhood.  I hold a BFA  in Painting and Printmaking  and an MAT from the Rhode Island School of Design, Providence RI. <\/p>\n\n    <figure class=\"rs-photo\">\n      <img\n        src=\"https:\/\/web.archive.org\/web\/20161013115310im_\/http:\/\/abstractartmendocino.com\/grafs\/rachellahn-studio.jpg\"\n        width=\"600\"\n        height=\"398\"\n        alt=\"Rachel Lahn in her studio\"\n        loading=\"lazy\"\n        decoding=\"async\"\n      >\n    <\/figure>\n  <\/main>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Home Page Mixed Media Watercolors Acrylics About the Ar [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-25","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25"}],"version-history":[{"count":1,"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions"}],"predecessor-version":[{"id":26,"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=\/wp\/v2\/pages\/25\/revisions\/26"}],"wp:attachment":[{"href":"https:\/\/abstractartmendocino.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}