html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #e1ddd9;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial, Sans-Regular, Sans-Serif;
  color: #564b47;
  margin: 0px;
  padding: 0px;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/wallpaper-300x343.jpg?f207e9ff90e1');
  background-repeat: repeat;
}

@font-face {
  font-family: 'deveron-arts';
  src: url('/web/20150403013533im_/https://deveron-arts.com/font/deveron-arts.eot?11854457&8a29c4031779');
  src: url('/web/20150403013533im_/https://deveron-arts.com/font/deveron-arts.eot?11854457&8a29c4031779#iefix') format('embedded-opentype'),
       url('/web/20150403013533im_/https://deveron-arts.com/font/deveron-arts.woff?11854457&f9784ef56cfb') format('woff'),
       url('/web/20150403013533im_/https://deveron-arts.com/font/deveron-arts.ttf?11854457&8a29c4031779') format('truetype'),
       url('/web/20150403013533im_/https://deveron-arts.com/font/deveron-arts.svg?11854457&f9784ef56cfb#deveron-arts') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'deveron-arts';
    src: url('/web/20150403013533im_/https://deveron-arts.com/font/deveron-arts.svg?11854457&f9784ef56cfb#deveron-arts') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "deveron-arts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter-squared:before {
  content: '\e800';
}

/* '' */

.icon-flickr:before {
  content: '\e801';
}

/* '' */

.icon-facebook-squared:before {
  content: '\e802';
}

/* '' */

body.walkinginstitute {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/splash/the-walking-institute-background.jpg?95a10dc4b083');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

img {
  border: 0px;
}

a {
  color: #af1c23;
}

a:hover {
  color: #564b47;
}

p,
pre,
h1 {
  margin: 0 0 20px 0;
}

p:last-child {
  margin-bottom: 0;
}

figure {
  padding: 0px;
  margin: 0px;
}

header {
  position: relative;
  margin-bottom: 13px;
}

h1,
h2,
h3,
h4 {
  color: #d2222a;
}

h1 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 13px;
}

h2 {
  line-height: 20px;
  font-size: 17px;
  margin: 10px 0 5px 0;
}

h3 {
  line-height: 17px;
}

header h1,
header h2 {
  margin: 0 0 5px 0;
}

header h2 {
  margin-bottom: 0px;
}

header h3 {
  margin: 0px;
}

aside h2 {
  margin: 0px;
}

a h1,
a h2,
a h3,
a h4 {
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #d2222a;
  text-decoration: none;
}

section>header {
  margin-bottom: 0px;
}

/** navigation styles **/

nav.primary {
  background-color: #af1c23;
  color: #ffffff;
  left: 0px;
  padding: 0px 4px;
  position: fixed;
  right: 0px;
  top: 0px;
  white-space: nowrap;
  z-index: 10000;
  box-shadow: 3px 3px 7px #000;
}

nav.primary .items {
  position: relative;
  width: 1156px;
  max-width: 98%;
  min-width: 940px;
  margin: 0px auto;
}

nav.primary .items .wrapper {
  float: right;
  background-color: #af1c23;
  right: 0px;
  top: 0px;
  width: 940px;
}

nav.primary a {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_9_white.png?f207e9ff90e1');
  background-repeat: no-repeat;
  background-position: 5px 8px;
  clear: none;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 14px;
  padding-right: 2px;
  text-decoration: none;
  text-align: left;
}

nav.primary a.current {
  background-color: #771318;
}

nav.primary div.drop:hover,
nav.primary a:hover {
  background-color: #771318;
}

nav.primary div.drop {
  position: relative;
  float: left;
}

nav.primary div.drop nav.sub {
  background-color: #af1c23;
  display: none;
  left: 0px;
  position: absolute;
  top: 25px;
  z-index: 5;
  box-shadow: 3px 3px 7px #000;
}

nav.primary div.walkinginstitute nav.sub,
nav.primary div.walkinginstitute:hover {
  background-color: #43b649;
}

nav.primary div.walkinginstitute a.current,
nav.primary div.walkinginstitute a:hover {
  background-color: #205723;
}

nav.primary div.drop:hover nav.sub {
  display: block;
}

nav.primary div.drop nav.sub a {
  float: none;
  width: auto;
  white-space: nowrap;
}

nav.primary form.search {
  display: block;
  background-repeat: no-repeat;
  background-position: 5px 8px;
  float: right;
  margin: -1px 0;
  padding: 0 0 0 13px;
  position: relative;
}

nav.primary form.search input.text {
  border: 0px;
  font-family: Arial, Sans-Regular, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  height: 15px;
  margin: 4px 3px;
  padding: 3px 4px 1px 4px;
  width: 120px;
}

nav.primary form.search .button {
  border: 0px;
  font-family: Arial, Sans-Regular, Sans-Serif;
  font-size: 13px;
  line-height: 15px;
  background-color: #af1c23;
  font-weight: bold;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

nav.primary .items .social {
  float: left;
  left: 0px;
  z-index: -1;
}

nav.primary .social-icon {
  font-weight: normal;
  font-size: 175%;
  display: inline-block;
  width: 27px;
  overflow: hidden;
  background-image: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 1px;
}

/** page footer */

footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
  line-height: 25px;
  padding-left: 14px;
  padding-right: 2px;
  background-color: #af1c23;
  color: #ffffff;
  z-index: 100;
  box-shadow: -3px -3px 7px #000;
}

footer .items {
  width: 1156px;
  max-width: 98%;
  min-width: 940px;
  margin: 0px auto;
}

footer .items .contact {
  background-color: #af1c23;
  display: block;
  float: right;
  width: 940px;
}

footer .contact .slash {
  width: 9px;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_9_white.png?f207e9ff90e1');
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: 5px 3px;
}

footer a:link,
footer a:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

footer .share {
  float: left;
  margin-top: -5px;
  white-space: nowrap;
  width: 110px;
}

/** content container layout styles **/

.container {
  position: relative;
  margin: 70px auto;
  padding: 0px;
  width: 1156px;
  min-width: 940px;
  max-width: 98%;
}

.content_box {
  position: relative;
  background-color: #F5EFE9;
  padding: 15px;
}

.content_full {
  position: relative;
  float: right;
  z-index: 2;
  margin-left: 7px;
  padding: 15px;
  width: 909px;
  margin-bottom: 40px;
}

.content_two {
  width: 946px;
  padding: 0px;
}

.content_full .content_primary {
  position: relative;
  float: left;
  margin-left: 7px;
  margin-right: 20px;
  padding: 15px;
  width: 635px;
}

.content_full .content_secondary {
  position: relative;
  float: left;
  width: 230px;
  padding: 12px;
}

.textbox_right a:link,
.textbox_right a:visited {
  text-decoration: none;
}

.content_primary div.left {
  float: left;
  width: 400px;
  margin-right: 10px;
}

.content_primary div.right {
  float: left;
  width: 225px;
}

.content_primary a.current {
  font-weight: bold;
}

.content_full .columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}

.home .full {
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.home .two-thirds {
  box-sizing: border-box;
  width: 66.6%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.home .half {
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.home .third {
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.home .quarter {
  box-sizing: border-box;
  width: 25%;
  float: left;
  margin: 0px;
  padding: 0px;
}

.home .feature a:link,
.home .feature a:visited {
  text-decoration: none;
  color: inherit;
}

.home .full .feature,
.home .two-thirds .feature,
.home .half .feature {
  min-height: 80px;
}

.home .third .feature,
.home .quarter .feature {
  min-height: 110px;
}

.home .introduction a.internal:link,
.home .introduction a.internal:visited {
  display: block;
  margin: 10px 0px 7px 0px;
  color: #af1c23;
  text-decoration: underline;
}

.home .introduction a.internal:hover {
  color: #000000;
}

.home .feature p {
  margin-bottom: 0px;
}

.home .feature p.introduction {
  font-weight: bold;
}

/** masthead styles **/

.container .masthead {
  position: absolute;
  padding: 0;
  top: 0px;
  left: 0px;
  width: 210px;
  clear: both;
}

.container .fg,
.container .bg {
  position: absolute;
  top: 0px;
  left: 0px;
}

.container .fg {
  position: absolute;
  opacity: 0.75;
  z-index: 5;
}

.container .masthead .bg {
  opacity: 1;
  z-index: 1;
}

.masthead h1 {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/deveron-arts_the-town-is-the-venue.png?f207e9ff90e1');
  background-position: 0px 70px;
  background-repeat: no-repeat;
  position: fixed;
  margin-left: -800px;
  top: 0px;
  text-indent: -100000px;
  width: 1000px;
  height: 5000px;
}

.masthead a.home {
  position: absolute;
  display: block;
  width: 200px;
  height: 180px;
  text-indent: -100000px;
}

.masthead .bubble_bg {
  position: fixed;
  top: 270px;
  margin-left: -805px;
  width: 1000px;
  height: 5000px;
  z-index: 0;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/bubble.png?f207e9ff90e1');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bubble_bg .bubble {
  color: #d2222a;
  position: relative;
  display: block;
  width: 144px;
  min-height: 76px;
  padding: 10px;
  overflow: hidden;
  top: 1px;
  left: 854px;
  background-color: #FFFFFF;
  font-size: 14pt !important;
  font-weight: bold;
  margin: 0px;
  text-decoration: none;
}

/** secondary content styles **/

.content_secondary h2 {
  margin: 0px;
}

.content_secondary .block {
  margin-bottom: 20px;
}

.content_secondary ul {
  margin-top: 0px;
}

.content_secondary .map_container {
  padding: 0 0 15px 0;
}

.content_secondary .contact a {
  text-decoration: none;
}

.content_secondary .funders img {
  margin-right: 10px;
}

.textbox_full {
  margin-right: 1px;
  overflow: visible;
}

.textbox_left {
  width: 390px;
  padding: 0px 10px 0px 0px;
  margin-right: 10px;
  float: left;
  overflow: visible;
  clear: left;
}

.textbox_right {
  width: 225px;
  padding: 0px;
  float: left;
  overflow: visible;
  clear: right;
}

.textbox_right img,
.textbox_right video,
.textbox_right iframe,
.textbox_right object {
  position: relative;
  max-width: 225px;
}

.block {
  overflow: visible;
  margin-bottom: 20px;
}

.previous_next {
  margin-top: 10px;
  border-top: 2px solid #ffffff;
  padding-top: 10px;
  clear: both;
  display: block;
  width: 100%;
  float: none;
  overflow: visible;
  font-size: 15px;
  font-weight: bold;
}

.previous_next .previous {
  float: left;
  text-decoration: none;
}

.previous_next .next {
  float: right;
  text-decoration: none;
}

/** header styles **/

.h1 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 13px;
  font-weight: bold;
  padding-left: 11px;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_18_red.png?f207e9ff90e1');
  background-repeat: no-repeat;
  background-position: 0px 4px;
  color: #d2222a;
}

.sidebar h1,
.callout h1,
.h2 {
  line-height: 20px;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding-left: 7px;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_12_red.png?f207e9ff90e1');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-decoration: none;
  color: #d2222a;
}

.h3 {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding-left: 7px;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_10_red.png?f207e9ff90e1');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-decoration: none;
  color: #d2222a;
}

header .h1,
header .h2 {
  margin-bottom: 3px;
}

aside .h2 {
  margin-top: 0px;
}

/** text styles **/

/** in page navigation **/

header .sort_options {
  line-height: 36px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
}

.sort_options a.selected {
  text-decoration: none;
  color: #564b47;
}

.shadow {
  box-shadow: 3px 3px 4px #000;
}

/** image grid **/

ul.grid {
  list-style: none;
  margin: 0 -20px 0 -2px;
  padding: 0;
}

ul.grid li a {
  font-weight: bold;
  font-size: 10pt !important;
}

ul.grid li {
  float: left;
  height: 120px;
  margin: 0px 10px 10px 0px;
  position: relative;
  width: 120px;
  overflow: hidden;
}

ul.grid li img {
  position: relative;
  height: 120px;
  width: 120px;
  z-index: 2;
}

ul.grid li div {
  background-color: rgba(175,28,35,0.7);
  color: #ffffff;
  font-size: 15px;
  height: 113px;
  left: 0px;
  line-height: 17px;
  padding: 10px 0px 0px 4px;
  position: absolute;
  top: 0px;
  width: 119px;
  z-index: 0;
}

ul.grid li:hover div {
  z-index: 3;
}

/** basic list **/

ul.list {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

ul.list h1,
ul.list h2,
ul.list h3 {
  font-size: 15px;
  margin: 0px;
}

ul.list p {
  margin-top: 0px;
}

ul.list li {
  margin-bottom: 10px;
}

/** column list **/

ul.column_list {
  width: 650px;
}

ul.column_list li {
  display: block;
  width: 205px;
  margin-right: 11px;
  float: left;
}

ul.column_list li.left {
  clear: left;
}

ul.column_list li.right {
  clear: right;
}

ul.column_list .image {
  display: block;
  width: 200px;
  height: 200px;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: rgba(50,50,50,0.1);
}

/** refrences grid **/

ul.references li a {
  background-color: #ffffff;
  transition: top 0.2s, left 0.2s, width 0.2s, height 0.2s;
}

ul.references li.small {
  overflow: hidden;
  width: 55px;
  height: 55px;
  margin: 0 10px 10px 0;
}

ul.references li.small a {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 55px;
  height: 55px;
}

ul.references li.medium {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 0;
}

ul.references li.medium a {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 120px;
}

ul.references li.large {
  overflow: hidden;
  width: 185px;
  height: 185px;
  margin: 0 10px 10px 0;
}

ul.references li.large a {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 185px;
  height: 185px;
}

ul.references li:hover {
  overflow: visible;
  z-index: 10;
}

ul.references li {
  overflow: visible !important;
}

ul.references li a:hover {
  transition: top 0.1s, left 0.1s, width 0.1s, height 0.1s;
  box-shadow: 3px 3px 7px #000;
}

ul.references li.small a:hover {
  top: -30px;
  left: -35px;
  width: 120px;
  height: 120px;
}

ul.references li.medium a:hover {
  top: -30px;
  left: -35px;
  width: 185px;
  height: 185px;
}

ul.references li.large a:hover {
  top: -30px;
  left: -35px;
  width: 240px;
  height: 240px;
}

ul.references li div {
  position: absolute;
  bottom: 0px;
  top: auto;
  padding: 1px;
  left: 0px;
  right: 0px;
  width: auto;
  height: auto;
  background-color: rgba(67,182,73,1);
}

ul.references li img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}

ul.related {
  margin-top: 0px;
  margin-left: -10px;
}

/** years divisions **/

.years .year {
  color: #564b47;
  font-size: 17px;
  margin-bottom: 10px;
}

/** tweet list **/

ul.tweet_list {
  list-style: none;
  padding: 0;
}

#fbfeed .ItemTitle,
ul.tweet_list li {
  margin-bottom: 10px;
}

.tweet_list .tweet_text {
  /* font-size: 8pt; */
}

.tweet_list ul {
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 0px;
  list-style-type: none;
}

/** flickr **/

.flickr {
  height: 164px;
  margin-left: -10px;
  position: relative;
  width: 242px;
}

h2.tagsearch {
  margin-bottom: 0px;
}

h2.tagsearch a {
  font-size: 11pt !important;
  color: #d2222a;
}

h3.tagsearch {
  font-size: 12pt !important;
  color: #d2222a;
  margin-bottom: 4px;
}

/* tag cloud */

.tag-cloud {
  padding: 0px;
  text-align: center;
}

.tag-cloud a {
  color: #564B47;
  text-decoration: none;
}

.tag-cloud a:hover {
  color: #d2222a;
}

.tag-search-result {
  margin-bottom: 10px;
  clear: both;
  height: 120px;
}

.tag-search-result img {
  width: 116px;
  height: 116px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
}

.tag-1 {
  font-size: 9px !important;
}

.tag-2 {
  font-size: 11px !important;
}

.tag-3 {
  font-size: 13px !important;
}

.tag-4 {
  font-size: 15px !important;
}

.tag-5 {
  font-size: 17px !important;
}

.tag-6 {
  font-size: 18px !important;
}

.tag-7 {
  font-size: 19px !important;
}

.tag-8 {
  font-size: 20px !important;
}

/** slideshow **/

.slideshow {
  height: 400px;
  /* margin-bottom: 20px; */
  padding: 0;
  position: relative;
  text-align: center;
  width: 635px;
}

.slideshow .frames {
  height: 400px;
  position: relative;
  width: 635px;
}

.slideshow img {
  border: 10px solid #fff;
  left: 0px;
  height: 375px;
  position: absolute;
  top: 0px;
  width: 615px;
}

.slideshow .control {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100px;
  z-index: 100;
}

.slideshow .previous {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/arrow_prev.png?f207e9ff90e1');
  background-position: left center;
  background-repeat: no-repeat;
  left: 10px;
}

.slideshow .next {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/arrow_next.png?f207e9ff90e1');
  background-position: right center;
  background-repeat: no-repeat;
  right: 10px;
}

/** map **/

.map {
  background-color: #ffffff;
  height: 450px;
  margin-bottom: 20px;
  padding: 0;
  left: 0px;
  right: -15px;
  margin: -2px -2px 15px -2px;
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
}

.map h1 {
  font-size: 18px;
  margin: 0px;
}

.map .leaflet-popup-content {
  max-width: 580px;
  min-width: 200px;
  height: 330px;
  overflow-y: hidden;
  overflow-x: auto;
}

.map div.artworks {
  padding-top: 7px;
  margin-left: -20px;
  margin-bottom: -20px;
  white-space: nowrap;
}

.map div.artwork {
  width: 200px;
  float: left;
  clear: none;
  margin-left: 20px;
  font-size: 13px;
  line-height: 16px;
  white-space: normal;
}

.map div.artwork img {
  margin-bottom: 5px;
}

.map div.clear {
  clear: both;
}

.walking_map {
  position: relative;
}

.walking_map .prompt {
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.5);
  bottom: 2px;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  color: #fff;
  z-index: 100;
}

.walking_map .prompt h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0px 0px 0px;
}

.walking_map .prompt p {
  margin: 0px;
}

.walking_map .prompt a.button {
  background-color: rgba(255,255,255,0.5);
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 20px;
  margin: 10px 10px 10px 10px;
  font-weight: bold;
  color: #000 !important;
  text-decoration: none;
}

.walking_map .prompt a.cancel {
  border: 1px solid #ccc;
  background-color: rgba(255,255,255,0.2);
  color: #000 !important;
}

.walking_map .prompt a.button:hover {
  background-color: #3fac45;
}

.walking_map .key {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 120px;
  padding: 10px;
  z-index: 102;
}

.walking_map .key .line {
  display: inline-block;
  width: 20px;
  margin-top: 2px;
  margin-right: 10px;
  padding-bottom: 2px;
  border-top: 3px solid #3fac45;
}

.walking_map .key .website_visitor .line {
  margin-top: 4px;
  padding-bottom: 3px;
  border-top: 1px solid #FF7777;
}

/** home **/

.home .content_primary .intro header,
.home .content_primary .intro header h1 {
  margin-bottom: 0px;
}

.home .content_primary .intro {
  margin-bottom: 7px;
}

.home .slideshow {
  height: 398px;
}

.home .slideshow img {
  border-width: 2px;
  width: 631px;
  height: 384px;
}

.home .slideshow .previous {
  left: 0px;
}

.home .slideshow .next {
  right: 0px;
}

.home .features {
  margin-right: -20px;
  margin-left: -7px;
}

.callout {
  background-color: #000000;
  position: relative;
  width: 306px;
  overflow: hidden;
  height: 206px;
  margin: 7px 7px;
  border: 2px solid #ffffff;
  line-height: 17px;
  float: left;
}

.callout figure {
  position: absolute;
  max-width: 100%;
  z-index: 0;
}

.callout figure img {
  transition: opacity 0.4s;
}

.callout header {
  position: absolute;
  bottom: 0px;
  left: -2px;
  right: -2px;
  padding: 3px 7px;
  z-index: 10;
  background-color: rgba(255,255,255,0.75);
  transition: background-color 0.4s;
  margin: 0px;
}

.callout h1 {
  font-size: 17px;
  margin: 0px;
  padding-top: 0px;
}

.callout h2 {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #564b47;
}

.callout h3 {
  font-size: 12px;
  font-weight: normal !important;
  margin: -2px 0px 0px 0px;
}

.callout:hover figure {
  opacity: 0.8;
  transition: opacity 0.4s;
}

.callout:hover header {
  background-color: rgba(255,255,255,0.9);
  transition: background-color 0.4s;
}

.feature {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 3px 10px 10px;
  clear: both;
  line-height: 17px;
}

.feature p {
  margin-bottom: 10px;
}

.feature header {
  margin: 0px;
}

.feature h3 {
  font-size: 12px;
  font-weight: normal !important;
  margin: -2px 0px 0px 0px;
}

.feature .h3 {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_9_red.png?6af6854bc1ef');
  background-position: 0 2;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal !important;
}

.left .introduction h2 {
  color: #564b47;
  padding-top: 10px;
  line-height: 40px;
}

.left .feature h2 {
  font-size: 35px;
  letter-spacing: -1px;
  line-height: 30px;
}

.left .feature p.introduction {
  font-weight: bold;
}

.right .feature:hover {
  background-color: #fafafa;
}

.right .feature a {
  text-decoration: none;
}

.right .feature h2 {
  font-size: 17px;
  line-height: 17px;
  padding-top: 0;
  margin-top: 0;
}

.right .feature p {
  color: #564B57;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
}

.feature p:last-child {
  margin-bottom: 0px;
}

.feature .image {
  float: left;
  clear: left;
  width: auto;
  margin: 0 7px 3px 0;
}

.feature .image img {
  display: block;
}

.half {
  box-sizing: border-box;
  width: 50%;
  float: left;
  clear: none;
  padding-right: 10px;
  min-height: 103px;
}

.half .feature {
  margin-right: 7px;
  min-height: 103px;
}

.half h1 {
  font-size: 18px;
  line-height: 20px;
  margin: 0px 0 0 0;
}

.third {
  box-sizing: border-box;
  width: 33%;
  float: left;
  clear: none;
  padding-right: 8px;
  min-height: 75px;
}

.third .feature {
  min-height: 76px;
}

.third h1 {
  font-size: 15px;
  line-height: 17px;
  margin: -3px 0 0 0;
}

/** news **/

.news_entry img {
  display: block;
  float: left;
  height: 160px;
  margin: 0 15px 0 0;
  width: 160px;
}

.archive .feature {
  padding: 5px 10px;
}

.archive .feature h3 {
  margin: 0px;
}

.archive .feature h3 a {
  text-decoration: none;
}

.logos {
  clear: both;
  padding: 50px 0px 20px 0px;
  text-align: right;
}

.logos img {
  margin: 0px 5px;
}

/** featured items **/

.featured {
  width: 700px;
}

.featured article {
  clear: none;
  float: left;
  margin: 0px 10px 10px 0px;
  width: 315px;
}

.featured article h2 {
  margin-top: -2px;
  margin-bottom: 0px;
}

.featured article h2 a {
  text-decoration: none;
}

.featured article h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.featured article h3 a {
  color: #564b47;
}

.featured article .right {
  width: 160px;
  margin-right: 0px;
  float: left;
}

.featured article img {
  display: block;
  float: left;
  height: 142px;
  margin: 0 10px 0 0;
  width: 142px;
}

/** events **/

ul.archive li {
  width: 615px;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
}

ul.archive li a {
  text-decoration: none;
}

/** town is the venue styling **/

.townisthevenue .feature {
  background-color: inherit;
  border: 2px solid #ffffff;
  padding: 10px 3px 8px 10px;
}

header.townisthevenue {
  clear: both;
  overflow: visible;
}

header.townisthevenue h1 {
  float: left;
  width: 317px;
  height: 30px;
}

header.townisthevenue nav {
  float: left;
  width: 300px;
  height: 33px;
  line-height: 36px;
}

/** search **/

article.result {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.pages {
  text-align: center;
  font-size: 13px;
  margin-top: -5px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.pages a {
  font-size: 13px;
  padding: 0px;
  text-decoration: none;
}

.pages .current {
  font-weight: bold;
}

/** rule stylings **/

.rule_top {
  margin-top: 17px;
  border-top: 2px solid #ffffff;
  padding-top: 17px;
}

.rule_bottom {
  margin-bottom: 12px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 12px;
}

/** sidebar styling **/

.sidebar .block {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.sidebar article.mailinglist p {
  margin-bottom: 0px;
}

.sidebar article.theme:hover {
  background-color: rgba(0,0,0,0.04);
  padding: 7px 7px 7px 7px;
  margin: -7px -7px -7px -7px;
}

.sidebar .block:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar header {
  margin-bottom: 0px;
}

.sidebar header h1 {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sidebar .body a,
.sidebar a p,
.sidebar article p {
  color: #564b47;
  text-decoration: none;
}

/** walking institute styling **/

.walkinginstitute .masthead h1 {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/deveron-arts_the-walking-institute.png?f207e9ff90e1');
  background-position: 790px -155px;
  background-repeat: no-repeat;
}

.content_box .walkinginstitute a:link,
.content_box .walkinginstitute a:visited,
.walkinginstitute .content_box a:link,
a.walkinginstitute:link,
.walkinginstitute .content_box a:visited,
a.walkinginstitute:visited {
  color: #3fac45;
}

.walkinginstitute .content_box a:hover,
a.walkinginstitute:hover {
  color: #205723;
}

.walkinginstitute section>header {
  margin-bottom: 10px;
}

.walkinginstitute section>header>nav {
  position: absolute;
  bottom: 0px;
  left: 466px;
}

.walkinginstitute h1,
.walkinginstitute h2,
.walkinginstitute h3,
.walkinginstitute h4,
.walkinginstitute h5,
.walkinginstitute h6,
.walkinginstitute .h1,
.walkinginstitute .h2,
.walkinginstitute .h3,
.walkinginstitute .h4,
.walkinginstitute a.h2,
div.walkinginstitute .bubble,
.walkinginstitute .red,
.walkinginstitute .redtext {
  color: #3fac45;
}

.walkinginstitute .h1 {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_18_3fac45.png?f207e9ff90e1');
}

.walkinginstitute .h2 {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_12_3fac45.png?f207e9ff90e1');
}

.walkinginstitute .h3 {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_10_3fac45.png?f207e9ff90e1');
}

.walkinginstitute .feature {
  background-color: inherit;
  border: 2px solid #ffffff;
  padding: 10px 3px 8px 10px;
}

.walkinginstitute  .feature .h3 {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_9_3fac45.png?f207e9ff90e1');
}

.walkinginstitute .half .h3 {
  font-size: 14px;
  line-height: 19px;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_10_3fac45.png?f207e9ff90e1');
  background-position: 0px 3px;
}

.map_projects {
  display: none;
}

.web_visitors {
  display: none;
}

ul.grid li.walkinginstitute div {
  background-color: rgba(63,172,69,0.7);
}

/** walking and categories **/

.walking-and-categories {
  font-size: 17px;
  line-height: 24px;
}

.walking-and-categories .category {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
}

.walking-and-categories .category a {
  text-decoration: none;
}

.walking-and-categories .category.current {
  border: 2px solid #ffffff;
  padding: 0 3px;
  margin: -2px 10px -2px -5px;
}

.walking-and div.grid {
  border: 2px solid #ffffff;
  padding: 8px 0px 0px 10px;
  margin: 0px 0px 0px -10px;
  overflow: visible;
}

/** categories tables **/

.walkinginstitute .categories {
  position: relative;
  width: 402px;
  height: 402px;
  float: right;
  margin: 0px 0px 20px 15px;
}

.walkinginstitute .categories table {
  position: relative;
  width: 402px;
  height: 402px;
  border-spacing: 0px;
  border: 1px solid #ffffff;
  border-width: 2px 0px 0px 2px;
}

.walkinginstitute .categories table tr {
  height: 100px;
  width: 402px;
}

.walkinginstitute .categories table tr th,
.walkinginstitute .categories table tr td {
  position: relative;
  font-size: 13px;
  padding: 4px;
  width: 98px;
  height: 98px;
  border: 2px solid #ffffff;
  border-width: 0px 2px 2px 0px;
}

.walkinginstitute .categories a {
  position: relative;
  display: table-cell;
  width: 90px;
  height: 90px;
  margin: 4px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.walkinginstitute .categories td.sub {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 0px;
  margin: 0px;
}

.walkinginstitute .categories td div.placement {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 98px;
  height: 98px;
}

.walkinginstitute .categories td.sub div.placement {
  position: absolute;
  overflow: hidden;
  width: 300px;
  height: 300px;
  padding: 0px;
}

.walkinginstitute .categories td.sub .background {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/walking-grid-diagonal.png?f207e9ff90e1');
  background-position: -3px -3px;
}

.walkinginstitute .categories td.activities-and-path-making .background {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/walking-grid-diagonal-left.png?f207e9ff90e1');
}

.walkinginstitute .categories td.research-and-mapping  .background {
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/walking-grid-diagonal-right.png?f207e9ff90e1');
}

.walkinginstitute .categories * {
  box-sizing: border-box;
}

.walkinginstitute .categories td.sub div a {
  position: relative;
  width: 196px;
  height: 199px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  z-index: 3;
  background: none;
}

.walkinginstitute .categories td.sub div.placement div.activities-and-path-making {
  position: absolute;
  left: 0px;
  top: 0px;
}

.walkinginstitute .categories td.sub div.placement div.research-and-mapping {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.walkinginstitute .categories th .row {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 398px;
  border-color: rgba(255,255,255,0);
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  height: 102px;
  right: -2px;
  top: -6px;
  background-color: rgba(0,128,0,0.1);
}

.walkinginstitute .categories th div.placement,
.walkinginstitute .categories td div.placement {
  position: relative;
}

.walkinginstitute .categories th.current  div.placement .row,
.walkinginstitute .categories th:hover  div.placement .row {
  position: absolute;
  border-color: rgba(255,255,255,0.9);
  opacity: 1;
}

.walkinginstitute .categories th:hover  .row {
  transition: opacity 0.4s, border-color 0.4s;
}

.walkinginstitute .categories:hover th .row {
  transition: opacity 1s, border-color 1s;
}

.walkinginstitute .categories th div.placement .column {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 102px;
  border-color: rgba(255,255,255,0);
  border-style: solid;
  border-width: 0px 2px 0px 2px;
  height: 398px;
  left: -6px;
  bottom: -2px;
  background-color: rgba(0,128,0,0.1);
}

.walkinginstitute .categories th.current div.placement .column,
.walkinginstitute .categories th:hover div.placement .column {
  border-color: rgba(255,255,255,0.9);
  opacity: 1;
}

.walkinginstitute .categories th:hover .column {
  transition: opacity 0.4s, border-color 0.4s;
}

.walkinginstitute .categories:hover th .column {
  transition: opacity 1s, border-color 1s;
}

.walkinginstitute .categories .current {
  background-color: #3fac45;
}

.walkinginstitute .categories div.current {
  background: none;
}

.walkinginstitute .categories .current a {
  color: #ffffff;
}

.walkinginstitute .page {
  width: 489px;
  float: left;
}

/** walking and **/

aside.walking-and {
  float: right;
  clear: right;
  width: 378px;
  border: 2px solid #ffffff;
  padding: 8px 10px;
}

.walking-and header {
  overflow: hidden;
}

.walking-and header h5 {
  width: 50%;
  color: #666666;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  height: 20px;
  text-align: right;
  font-style: italic;
  float: right;
  margin: 0px;
  clear: right;
}

.walking-and article {
  width: 485px;
}

.walking-and article img,
.walking-and article object,
.walking-and article iframe,
.walking-and article audio,
.walking-and article video {
  max-width: 485px;
}

aside.walking-and header {
  clear: both;
}

div.townisthevenue .bubble {
  color: #af1c23;
}

/** map infowinfow **/

.infowindow {
  padding: 0px;
  width: 300px;
}

.infowindow a {
  text-decoration: none;
}

.infowindow .h3 {
  background-position: 0 4;
}

.infowindow img {
  max-width: 100px;
}

div.expand {
  top: -10px;
  padding-top: 10px;
  border-top: 2px solid #ffffff;
}

a.expand,
a.readmore,
a.readless {
  text-decoration: none;
}

img.img_left {
  float: left;
  clear: none;
  margin-top: 5px;
  margin-right: 12px;
}

/************************************** OLD STYLES *****************************************/

#search_results h3 {
  margin-bottom: 4px;
}

#search_results ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

#search_results th,
td {
  vertical-align: top;
}

#search_results td {
  padding-left: 10px;
}

#search_prevnext {
  font-size: 11pt !important;
}

#search_prevnext a {
  font-size: 11pt !important;
}

#searchbutton {
  cursor: pointer;
}

#logo_img {
  position: absolute;
  left: 0px;
  top: 90px;
}

#logobox {
  margin-right: 20px;
  top: 90px;
  left: 22px;
  position: absolute;
}

#logobox img {
  border: 0px !important;
  width: 150px;
  height: 160px;
}

#mainlogo {
  width: 120px;
}

#logo_bubblewrapper {
  position: relative;
}

.logo_bubbleline {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 392px;
  left: -146px;
  background-color: #AF1C23;
  -webkit-transform: rotate(99deg);
  -moz-transform: rotate(99deg);
}

/* not having this comment	breaks last style dec */

.bubbleline {
  position: absolute;
  width: 100%;
  height: 10px;
  top: 527px;
  left: -128px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(99deg);
  -moz-transform: rotate(99deg);
}

​

  .speechbubble {
  position: relative;
}

.bubble_wrapper {
  position: absolute;
  width: 300px;
  height: 800px;
  left: 0px;
  top: 0px;
  z-index: -1;
}

div.psum {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

div.pquote {
  text-align: right;
  margin: 16px 0 16px 0;
}

div#artist_section {
  display: none;
}

div#readmore_section {
  display: none;
}

#artist_section h2 {
  font-size: 12pt;
  font-family: Arial, Sans-serif;
  color: #d2222a;
}

.red {
  color: #d2222a;
}

pre {
  color: #564b47;
  font-size: 11px;
  background-color: transparent;
  font-family: Courier, Monaco, Monospace;
}

#right input.text {
  width: 180px;
  border: 1px solid #ccc;
  padding: 3px;
  background-color: #FFFFFF;
}

#right p {
  margin-top: 0px;
  margin-bottom: 10px;
}

#right h2 {
  margin-bottom: 3px;
  margin-top: 15px;
}

#right h2:first-child {
  margin-top: 15px;
}

#head {
  background-color: transparent;
  height: 60px;
}

#head h1 {
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  color: #564b47;
  background-color: #90897a;
  padding: 5px 15px;
  margin: 0px;
}

#head p {
  padding: 10px;
  margin: 0px;
}

.nob {
  border: 0px !important;
}

#rightnavbox {
  background-color: #F5EFE9;
  margin: 0px auto;
}

/* rightmost column with twitter feed etc */

#rightnavbox h2 {
  color: #d2222a;
  font-size: 12pt !important;
  font-weight: bold;
}

.redheader {
  width: 100%;
  height: 14px;
  color: #eee;
  background-color: #af1c23;
  padding: 8px 0px 8px 0px;
  font-weight: bold;
  font-family: Arial, Sans-serif;
  font-size: 9pt;
  z-index: 100;
}

.nav {
  margin: 0px;
  padding: 0 0 0 15px;
  overflow: hidden;
  white-space: nowrap;
}

.nav a {
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, Sans-serif;
  font-size: 9pt;
  color: #eee;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('/web/20150403013533im_/https://deveron-arts.com/img/slash_9_white.png?f207e9ff90e1');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  margin-right: 4px;
  padding-left: 10px;
}

.nav a:hover {
  color: #fff;
}

.nav a:first-child {
  background-image: none;
  padding-left: 0px;
}

#content_textbox {
  margin: 0px auto;
  padding: 15px;
  text-align: left;
  width: 96%;
  float: left;
}

#content_textbox_left {
  width: 400px;
  padding: 0px 10px 0px 0px;
  float: left;
  overflow: auto;
}

#content_textbox_left.fullwidth {
  width: 650px !important;
}

#content_textbox_left.xtrawidth {
  width: 500px !important;
}

#content_textbox h1 {
  color: #d2222a;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Arial, Sans-serif;
}

#content_textbox p {
  font-size: 9pt;
  font-family: Arial, Sans-serif;
  padding: 0px !important;
  margin-left: 0px;
}

#content_textbox a.newslink {
  font-size: 9pt;
  font-family: Arial, Sans-serif;
  color: #d2222a;
  margin: 0px 10px 10px 10px;
}

#rightnavbox .container {
  margin: 0px auto;
  width: 100%;
  float: left;
  text-align: center;
  padding: 4px 0 4px 0;
}

#rightnavbox .leftalign {
  padding-left: 14px;
  padding-right: 10px;
}

#map_canvas {
  width: 230px;
  height: 230px;
  border: 1px solid #ccc;
}

.redtext {
  float: left;
  color: #af1c23;
}

.lg {
  padding: 2px;
  font-weight: bold;
  font-size: 11pt;
}

.smallt {
  font-size: 8pt;
  margin-left: 0px;
}

#footer {
  height: 100px;
}

.redline {
  background-color: #d2222a;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.addthis_toolbox {
  clear: both;
  padding-top: 10px;
}

#newscontainer {
  float: left;
  width: 100%;
}

.newsimgc {
  float: left;
  padding: 0px 10px 10px 0px;
}

.newsimg {
  float: left;
  width: 225px;
  height: 105px;
}

#newscontainer .imgwrap {
  width: 225px;
  height: 105px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

#newscontainer .title {
  width: 100%;
  height: 40px;
  color: #eee;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-family: Arial, Sans-serif;
  font-size: 11pt;
  background-color: rgba(175,28,35,0.7);
  position: absolute;
  top: 0px;
  float: left;
  vertical-align: middle;
}

#newscontainer .blurb {
  width: 100%;
  height: 65px;
  color: #eee;
  background-color: rgb(175,28,35);
  background-color: rgba(175,28,35,0.7);
  padding: 0px;
  margin: 0px;
  font-family: Arial, Sans-serif;
  font-size: 11pt;
  position: absolute;
  top: 40px;
  float: left;
  display: none;
  vertical-align: middle;
}

#newscontainer a {
  text-decoration: none;
}

.project_index

  .project_index h1 {
  margin-left: 0px;
  padding-bottom: 10px;
}

.project_index ul {
  list-style-type: none;
  padding-left: 0px;
}

.project_index #title_list ul li {
  margin: 0 30px 12px 0px;
}

.project_index #year_list ul li {
  margin: 0 30px 12px 0px;
}

.project_index #year_list img {
  width: 116px;
  height: 116px;
  border: 1px solid black;
  float: left;
}

.project_index #year_list .imgwrap {
  width: 116px;
  height: 116px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.project_index #year_list .blurb {
  width: 118px;
  height: 118px;
  color: #eee;
  background-color: rgb(175,28,35);
  background-color: rgba(175,28,35,0.7);
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-family: helvetica;
  font-size: 11pt;
  position: absolute;
  float: left;
  display: none;
  vertical-align: middle;
}

div#year_list ul li h3 {
  margin-bottom: 12px;
  font-size: 16px;
}

div#year_list ul li h3.space {
  margin-top: 40px;
}

h3.tc.event {
  font-style: italic;
  color: #564b47 !important;
}

.project_index #image_list ul li {
  margin: 0 10px 10px 0px;
  padding: 0px;
}

.project_index #image_list img {
  width: 121px;
  height: 121px;
  border: 1px solid #ccc;
  float: left;
}

.project_index #image_list .imgwrap {
  width: 121px;
  height: 121px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.project_index #image_list .blurb {
  width: 123px;
  height: 123px;
  color: #eee;
  background-color: rgb(175,28,35);
  background-color: rgba(175,28,35,0.7);
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-family: helvetica;
  font-size: 11pt;
  position: absolute;
  float: left;
  display: none;
  vertical-align: middle;
}

div#image_list ul li h3 {
  margin-bottom: 12px;
  font-size: 16px;
}

div#image_list ul li h3.space {
  margin-top: 40px;
}

.project_index ul li a {
  font-weight: bold;
  font-size: 11pt !important;
}

.project_index.artists {
  width: 220px;
}

.project_index.artists li {
  margin-bottom: 8px;
}

.project_index.artists ul li a {
  font-weight: bold;
  font-size: 10pt !important;
}

.project_index ul li h2 {
  font-size: 12pt;
  margin: 0 0 0 0 !important;
  padding: 0px !important;
}

.project_index ul li {
  font-size: 10pt;
}

.project ul.grid li {
  margin: 0px 16px 16px 0px;
}

#project_detail {
  margin-right: 16px;
}

#project_detail h1.p_artist {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 2px;
  margin-left: 0px;
}

#project_detail h2.p_pname {
  font-size: 10pt;
  font-family: Arial, Sans-serif;
  color: #d2222a;
  margin-top: 2px;
}

#project_detail p {
  margin-right: 0px !important;
}

#project_detail img.artist_gallery {
  width: 109px;
  height: 68px;
}

img.project_pub_item {
  width: 140px;
  height: 140px;
  border: 1px solid #aaa !important;
  margin-bottom: 5px;
  clear: both;
}

img.project_tc_item {
  width: 140px;
  height: 140px;
  border: 1px solid #aaa !important;
  margin-bottom: 5px;
  clear: both;
}

#content_textbox a {
  text-decoration: none;
  font-family: Arial, Sans-serif;
  font-size: 9pt;
  color: #d22;
}

div.outofstock {
  font-weight: bold;
  font-style: italic;
  float: left;
}

#store_index .products img {
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
}

ul.min {
  list-style: none;
  padding-left: 0px;
}

#content_textbox_right h2.store {
  font-size: 11pt;
  margin-bottom: 2px;
}

ul#shop_cat_links {
  margin-top: 4px;
}

ul#shop_sort_links {
  margin-top: 4px;
}

ul#shop_cat_links li {
  padding-bottom: 2px;
}

ul#shop_sort_links li {
  padding-bottom: 2px;
}

ul#shop_cat_links a.selected,
ul#shop_sort_links a.selected {
  font-weight: bold;
}

h2.store_cat {
  text-align: left;
}

#shop_cat_list div.shop_list {
  margin-bottom: 50px;
}

div.shop_list {
  clear: both;
}

div.shop_list li {
  clear: both;
  height: 150px;
}

div.shop_list ul li h2.shop_artist {
  font-size: 13pt;
  color: #d2222a;
}

div.shop_list ul li h2.shop_title {
  font-size: 11pt;
  color: #d2222a;
}

.basket_qbox {
  width: 24px;
  text-align: center;
}

div.item-info-text {
  height: 126px;
  overflow: hidden;
}

div.item-info {
  float: left;
}

#page_detail h1 {
  margin-left: 0px;
}

img.tcimg {
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 10px;
  margin-bottom: 16px;
  text-decoration: none;
  border: 1px solid #ccc;
}

.tc_item {
  padding-right: 10px;
}

div#tc_index_top {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  font-size: 9pt !important;
}

div#tc_index_top_l {
  width: 45%;
  float: left;
  padding-right: 20px;
}

div#tc_index_top_r {
  width: 50%;
  float: right;
}

.tc_item h2 {
  margin: 4px 0 2px 0;
  text-decoration: none;
  font-family: Arial, Sans-serif;
  font-size: 12pt;
  color: #D22 !important;
}

.tc_item h3 {
  margin: 2px 0 6px 0;
  text-decoration: none;
  font-family: Arial, Sans-serif;
  font-size: 10pt !important;
  color: #D22 !important;
}

.tc_item h2.tc_title {
  font-size: 16pt;
}

.tc_item h3.tc_title {
  font-size: 14pt !important;
}

.tc_item p {
  margin-bottom: 4px;
}

.tc_item p.tc_title {
  margin-bottom: 2px;
  font-size: 11pt !important;
}

.tbr_collapse {
  padding-bottom: 10px;
}

#flickr_badge_uber_wrapper {
  text-align: center;
  width: 244px;
  margin: 0px auto;
  height: 166px;
}

#flickr_badge_wrapper {
  padding: 0px 0px 0px 0px;
  float: left;
  border: 0px;
}

.flickr_badge_image {
  margin: 6px;
  border: 0px;
  float: left;
  height: 70px;
}

.flickr_badge_image img {
  border: 1px solid #ccc !important;
  width: 65px;
  height: 65px;
}

#flickr_badge_source {
  text-align: left;
  margin: 0 10px 0 10px;
  clear: both;
}

#flickr_badge_icon {
  float: left;
  margin-right: 5px;
}

#flickr_www {
  display: block;
  padding: 0 10px 0 10px !important;
  font: 11px Arial, Helvetica, Sans serif !important;
  color: #3993ff !important;
}

#flickr_badge_image3 {
  clear: right;
}

#flickr_badge_image1 {
  margin-left: 10px;
}

#flickr_badge_image4 {
  margin-left: 10px;
}

ul#news_news_list {
  list-style-type: none;
  padding: 0px;
  overflow: hidden;
  margin-left: 0px;
}

ul#news_news_list li {
  padding-bottom: 10px;
  margin-left: 0px;
}

ul#news_news_list div.news_img_wrap {
  margin: 0px;
  padding: 0px;
  position: relative;
}

ul#news_news_list div.news_img_text {
  margin: 0px;
  padding: 8px 4px 8px 8px;
  background-color: rgba(175,28,35,0.8);
  width: 188px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #eee;
  font-weight: bold;
  font-family: Arial, Sans-serif;
  font-size: 11pt;
}

ul#news_news_list li img {
  width: 200px;
  height: 200px;
  padding: 0px;
  margin: 0px;
}

ul#news_events_list,
ul.news_events_list {
  list-style-type: none;
  padding: 0px;
}

ul#news_events_list li {
  margin: 0px;
  padding: 0px;
}

div.event_list_item {
  padding: 20px;
  margin-bottom: 10px;
  width: 340px;
  height: auto;
  background-color: #fff;
}

div.event_list_item h1 {
  font-size: 14pt !important;
  color: #d2222a !important;
}

div.event_list_item p.event_date {
  font-weight: bold;
}

/* styles for combined news+event listing */

div.news_article_rcol {
  float: left;
  width: 440px;
}

.combined_newsevent_list_item {
  padding: 10px;
  margin-bottom: 10px;
  width: 615px;
  background-color: #fff;
  float: left;
  clear: both;
}

.archive .combined_newsevent_list_item {
  padding: 0px 10px;
}

.archive .combined_newsevent_list_item h3 {
  margin: 7px 0px;
}

div.combined_newsevent_list_item h1 {
  font-size: 14pt !important;
  color: #d2222a !important;
}

div.combined_newsevent_list_item p.event_date {
  font-weight: bold;
}

img.ne_combined_img {
  width: 160px;
  height: 160px;
  padding: 0px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

/* ****************** */

ul#home_features_right {
  list-style-type: none;
  padding: 36px 0 0 0;
}

ul#home_features_right div.feature_right {
  padding: 10px;
  margin-bottom: 10px;
  height: auto;
  background-color: #fff;
}

ul#home_features_right div.feature_right h2 {
  font-size: 13pt !important;
  margin-bottom: 2px;
}

ul#home_features_right div.feature_right p.feature_l {
  font-size: 10pt;
  font-weight: bold;
  color: #564B47;
}

ul#home_features_left {
  list-style-type: none;
  padding: 0px;
  margin-top: 8px;
}

ul#home_features_left div.feature_left {
  padding: 10px;
  margin-bottom: 10px;
  height: auto;
  background-color: #fff;
}

ul#home_features_left div.feature_left h2 {
  color: #d2222a !important;
  font-size: 29px !important;
  font-weight: bold;
  letter-spacing: -1px !important;
  line-height: 30px;
  margin-bottom: 2px;
  margin-top: 4px;
}

ul#home_features_left div.feature_left h2.larger {
  font-size: 22pt !important;
}

ul#home_features_left div.feature_left h2.largest {
  font-size: 26pt !important;
}

ul#home_features_left div.feature_left p.feature_l {
  font-size: 10pt;
  font-weight: bold;
}

.browntext {
  color: #5c3100;
}

#children_list ul {
  padding-left: 0px;
  padding-top: 20px;
}

#children_list li {
  clear: both;
}

#children_list h2.child_title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12pt;
}

#children_list img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
}

div#sscaption {
  display: none;
  background-color: #af1c23;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 12px;
  font-size: 14pt;
  font-weight: bold;
  font-family: Arial, Sans-serif;
  z-index: 1000;
  position: absolute;
}

/** events **/

.events ul.promotion {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.events ul.promotion li {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 50%;
}

.events .archive .date {
  color: #564b47;
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 13px;
  margin-right: 5px;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}
/*
     FILE ARCHIVED ON 01:35:33 Apr 03, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:07:36 Aug 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.475
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.015
  esindex: 0.009
  cdx.remote: 157.472
  LoadShardBlock: 316.165 (3)
  PetaboxLoader3.datanode: 135.053 (4)
  PetaboxLoader3.resolve: 258.426 (2)
  load_resource: 82.812
*/