#site-title {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 26px;
}
#site-description {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
#site-navigation,
.sidebar .menu {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 11px;
}
h1,
h1.entry-title {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 1px;
}
h2 {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: bold;
  font-size: 11px;
}
h3 {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 11px;
}
h4 {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
h5 {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 11px;
}
h6 {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
}
#content {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 11px;
}
.sidebar {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 11px;
}
#colophon {
  font-family: "Verdana", Geneva, sans-serif;
  font-weight: normal;
  font-size: 11px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.dashed {
  border-top: dashed 1px #b3b3b3;
}
.bdashed {
  border-bottom: dashed 1px #b3b3b3;
}
.dotted {
  border-top: dotted 1px #b3b3b3;
}
.bdotted {
  border-bottom: dotted 1px #b3b3b3;
}
.lightdashed {
  border-top: dashed 1px #ffffff;
}
.lightdotted {
  border-top: dotted 1px #ffffff;
}
.widgeborder {
  border: solid 1px #f8cbcc;
}
.buttonspadding {
  padding: 4px 15px 0px 15px;
}
.unbox {
  border-radius: 0px;
  box-shadow: 0px 0px 0px;
}
.shadow {
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.transform {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.opacitytrans {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: visibility 0s linear 1.25s, opacity 1.25s linear;
  -moz-transition: visibility 0s linear 1.25s, opacity 1.25s linear;
  -ms-transition: visibility 0s linear 1.25s, opacity 1.25s linear;
  -o-transition: visibility 0s linear 1.25s, opacity 1.25s linear;
  transition: visibility 0s linear 1.25s, opacity 1.25s linear;
  visibility: hidden;
}
.opacitytranshover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
html {
  overflow-y: scroll;
}
body {
  line-height: 1.4;
}
table {
  margin-bottom: 1.5em;
}
table th {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding-right: 0.5em;
}
tr {
  border-bottom: dashed 1px #b3b3b3;
  line-height: 2em;
}
ul,
ol {
  margin: 0;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
code {
  font-family: 'courier new', monospace;
}
form {
  margin-bottom: 1.5em;
}
.devmeta {
  position: relative;
}
.showwhichdevie {
  text-transform: uppercase;
  float: right;
}
strong {
  font-weight: bold;
}
p {
  margin: 0 0 20px 0;
}
.ie7 #content_wrap,
.msie7 #content_wrap {
  position: relative;
}
.ie7 article,
.ie7 header,
.ie7 hgroup,
.ie7 section,
.ie7 aside,
.ie7 footer,
.msie7 article,
.msie7 header,
.msie7 footer,
.msie7 hgroup,
.msie7 section,
.msie7 aside {
  zoom: 1;
}
blockquote p {
  margin-bottom: 0px;
}
blockquote p + p {
  margin-top: 1.5em;
}
ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
}
#content ul {
  margin-left: 20px;
}
#content ul li {
  margin-left: 20px;
}
.page-content ul,
.entry-content ul {
  list-style-type: disc;
}
.page-content ul li,
.entry-content ul li {
  list-style: disc;
}
input,
select,
textarea {
  padding: 2px 5px;
  max-width: 95%;
}
select {
  max-width: 95%;
}
.widget select {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5em;
  padding: 0;
}
cite::before {
  content: '"';
}
cite::after {
  content: '"';
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.nowrap {
  white-space: nowrap;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
}
#site-navigation a.assistive-text:active,
#site-navigation a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
.screen-reader-text,
.form-allowed-tags,
.skip-link {
  display: none;
}
pre {
  clear: both;
  overflow: auto;
  padding: 1em;
}
::-moz-selection {
  background: #da1d21;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #da1d21;
  color: #ffffff;
  text-shadow: none;
}
.pagenavi {
  overflow: hidden;
  margin: 1.5em 0 2.5em 0;
}
#post-nav {
  margin: 2.5em 0;
  overflow: hidden;
}
#nav-below {
  text-align: center;
}
#nav-below a {
  margin-right: 0px;
}
#post-nav {
  display: block;
}
#post-nav a {
  margin-right: 0px;
}
.single .navigation span {
  width: 48%;
  display: block;
}
.single .navigation span a {
  display: block;
}
.single .navigation .nav-previous {
  float: left;
  text-align: left;
}
.single .navigation .nav-next {
  float: right;
  text-align: right;
}
.pagenavi span,
.pagenavi a {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}
.textright {
  text-align: right;
}
.col.floatright,
.floatright {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row {
  margin-bottom: 1.5em;
}
.col {
  display: block;
  float: left;
  width: 100%;
}
.col:first-child {
  margin-left: 0 !important;
}
.ie7 .row,
.ie7 .clr,
.ie7 .group {
  zoom: 1;
}
.msie7 .row,
.msie7 .clr,
.msie7 .group {
  zoom: 1;
}
.rtsocial-horizontal-count {
  display: none;
}
#TB_caption {
  height: auto !important;
}
.breadcrumb {
  clear: both;
  display: block;
  height: auto;
  min-height: 14px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 12px;
}
.breadcrumb {
  overflow: hidden;
  height: 19px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 3em;
}
.breadcrumb > span {
  height: 100%;
  float: left;
}
.breadcrumb span > a {
  display: inline-block;
  padding: 0 10px;
  vertical-align: 25% !important;
}
.breadcrumb_last {
  height: 100%;
  padding: 0 10px;
  vertical-align: 25% !important;
}
.wpcf7 p.sharespace .wpcf7-number {
  width: 50px;
  max-width: 22%;
}
.wpcf7 p.sharespace .wpcf7-text {
  width: 252px;
  max-width: 72%;
}
.wpcf7 p {
  display: block;
  clear: both;
}
.wpcf7 p.textright {
  padding-right: 5px;
}
.wpcf7 p.textright small {
  float: left;
}
.wpcf7-textarea {
  width: 95%;
  padding: 0.5em !important;
  height: 80px;
}
.subscribe-to-doi-comments {
  padding-top: 1em;
}
#respond .subscribe-to-doi-comments #subscribe {
  float: left;
  margin: 2px 5px 0 0;
}
#respond .subscribe-to-doi-comments label {
  width: auto;
  display: inline-block !important;
}
#respond .subscribe-to-doi-comments input {
  float: left !important;
}
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"],
.mc_form_inside input[type="text"],
.mc_form_inside input[type="email"] {
  float: right;
}
#mc_embed_signup .mc-field-group,
.mc_form_inside > div {
  clear: both;
  padding-bottom: 0.5em;
}
.mc_form_inside br {
  display: none;
}
#mc-indicates-required {
  padding-top: 0.25em;
  clear: both;
  font-size: 85%;
}
#mc_embed_signup .mergeRow,
#mc_embed_signup .mergeRow ul,
.mc_form_inside .mergeRow {
  float: left;
}
#mc_embed_signup #mce-responses,
.mc_form_inside .mc_signup_submit {
  clear: none;
  float: right;
  padding-top: 1.25em;
}
#mc_embed_signup #mc_unsub_link,
#mc_form_inside #mc_unsub_link {
  clear: both;
  text-align: right !important;
}
#mc_embed_signup .chimpcredit,
.mc_form_inside #mc_display_rewards {
  font-size: 80%;
  text-align: right;
}
.msie7 .mc-field-group input {
  float: right;
}
.msie7 .mc-field-group label {
  float: left;
}
.syntaxhighlighter {
  clear: both;
}
#content .syntaxhighlighter .gutter .line {
  border-right: 1px solid #008080 !important;
}
#content .syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
  color: #008080 !important;
}
header nav a {
  width: auto;
  overflow: hidden;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
}
header nav span {
  display: inline-block;
  margin: 0 2em 0 2.2em;
  line-height: 1em;
  color: #ffffff;
  padding: 0;
}
header nav .maillink {
  margin-left: 1em;
}
header nav .maillink a {
  font-size: 15px !important;
  text-decoration: none;
  position: absolute;
  right: 15px;
  bottom: 5px;
  width: 20px;
  overflow: hidden;
  background-image: url('../images/mailto.png');
  background-position: right bottom;
  background-repeat: no-repeat;
}
.noneheader #sbwidget .mailto-link {
  padding-left: 15px;
  background-image: url('../images/cmailto.png');
  background-position: left 4px;
  background-repeat: no-repeat;
  color: #da1d21;
}
h1 {
  font-weight: normal;
}
#site-navigation ul li:first-child span {
  display: none;
}
#branding {
  position: relative;
}
#branding logo a {
  display: block;
  line-height: 100%;
  max-width: 100%;
}
#branding logo a:hover {
  text-decoration: none;
}
#branding img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.defaultheader #branding {
  margin-bottom: 1em;
}
.noneheader #branding {
  margin-bottom: 0;
}
.noneheader #branding h2 {
  margin-bottom: 3px;
  color: #999999;
}
.noneheader #branding h1 a {
  text-decoration: none;
  color: #da1d21;
}
.logo img {
  margin-top: 12px;
  margin-bottom: -8px;
}
.sidebar ul {
  margin-bottom: 0;
}
.sidebar ul li + li {
  border-top: dashed 1px #ffffff;
}
.noneheader .sidebar ul li + li {
  border-top: dotted 1px #ffffff;
}
.sidebar h3 {
  font-weight: normal;
  padding-left: 5px;
  margin-bottom: 0px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  border-top: dashed 1px #ffffff;
}
.sidebar h3 + div > ul {
  border-top: dashed 1px #ffffff;
}
.sidebar nav:first-child h3 {
  border: none;
  padding-top: 1px;
}
.sidebar .widget_pages a,
.sidebar .menu a {
  padding-left: 5px;
  font-weight: normal;
  display: block;
  margin-bottom: 0px;
  line-height: 20px;
  text-decoration: none;
  color: #000000;
}
.defaultheader .sidebar .menu a {
  padding-left: 22px;
  background-image: url('../images/bullets.gif');
  background-position: 3px -1px;
  background-repeat: no-repeat;
}
.noneheader .sidebar .menu a {
  padding-left: 30px;
  background-image: url('../images/cbullet.png');
  background-position: 18px 8px;
  background-repeat: no-repeat;
}
.defaultheader .sidebar .grey .menu .bigitem a {
  padding-left: 5px;
  background-image: none;
  text-transform: uppercase;
  background-color: #8c8c8c;
  color: #f2f2f2;
}
.defaultheader .sidebar .grey .menu .bigitem a:hover {
  background-color: #a6a6a6;
  color: #000000;
}
.defaultheader .sidebar .red .menu .bigitem a {
  padding-left: 5px;
  background-image: none;
}
.defaultheader .sidebar .red .bigitem a {
  text-transform: uppercase;
  background-color: #c31a1e;
  color: #f2f2f2;
}
.defaultheader .sidebar .red .bigitem a:hover {
  background-color: #f5b4b6;
  color: #000000;
}
.sidebar .grey {
  background-color: #bababa;
}
.sidebar .grey .current-menu-item a,
.sidebar .grey a:hover {
  background-color: #dadada;
  color: #0d0d0d;
}
.sidebar .grey .sub-menu a {
  background-color: #e6e6e6;
}
.sidebar .grey .sub-menu .current-menu-item a {
  background-color: #f2f2f2;
}
.sidebar .red h3,
.sidebar .red a {
  color: #ffffff;
}
.sidebar .red {
  background-color: #da1d21;
}
.sidebar .red .current-menu-item a,
.sidebar .red a:hover {
  background-color: #808080;
}
.sidebar .red .sub-menu a {
  background-color: #8c8c8c;
}
.sidebar .red .sub-menu .current-menu-item a {
  background-color: #8c8c8c;
}
.noneheader .sidebar .widget_pages a {
  display: block;
  background-image: url("../images/cbullet.png");
  background-position: 18px 8px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.defaultheader .sidebar .red {
  background-color: #da1d21;
}
.defaultheader .sidebar .red a {
  background-position: 3px -72px;
}
.defaultheader .sidebar .red .current_page_item a,
.defaultheader .sidebar .red .current-menu-item a,
.defaultheader .sidebar .red a:hover {
  color: #000000;
  background-position: 3px -1px;
  background-color: #f8cbcc;
}
.defaultheader .sidebar .red .sub-menu a {
  color: #000000;
  background-color: #fbe1e2;
}
.defaultheader .sidebar .red .sub-menu .current_page_item a,
.defaultheader .sidebar .red .sub-menu .current-menu-item a {
  background-color: #fef8f8;
}
.defaultheader .sidebar .red .menu .current-page-ancestor > a,
.defaultheader .sidebar .red .menu .current-menu-ancestor > a,
.defaultheader .sidebar .red .menu .current-menu-parent > a,
.defaultheader .sidebar .red .menu .current-page-parent > a,
.defaultheader .sidebar .red .menu .current_page_ancestor > a {
  background-position: 3px -112px;
}
.defaultheader .sidebar .red .menu .current-page-ancestor > a:hover,
.defaultheader .sidebar .red .menu .current-menu-ancestor > a:hover,
.defaultheader .sidebar .red .menu .current-menu-parent > a:hover,
.defaultheader .sidebar .red .menu .current-page-parent > a:hover,
.defaultheader .sidebar .red .menu .current_page_ancestor > a:hover {
  background-position: 3px -40px;
}
.sidebar .children,
.sidebar .sub-menu {
  display: none;
}
.defaultheader .sidebar .widget_nav_menu .children a,
.defaultheader .sidebar .widget_nav_menu .sub-menu a {
  background-position: 20px -1px;
  padding-left: 44px;
}
.sidebar ul .children {
  margin-bottom: -1px;
}
.defaultheader .sidebar .menu .current-menu-item.parent > a,
.defaultheader .sidebar .menu .current-page-ancestor > a,
.defaultheader .sidebar .menu .current-menu-ancestor > a,
.defaultheader .sidebar .menu .current-menu-parent > a,
.defaultheader .sidebar .menu .current-page-parent > a,
.defaultheader .sidebar .menu .current_page_ancestor > a {
  background-position: 3px -40px;
}
.textwidget {
  margin-bottom: 20px;
}
#content .widget h3,
#colophon .widget h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 10px;
  line-height: 18px;
  margin-bottom: 0;
  color: #f2f2f2;
  background: #da1d21;
}
.entry-content ul li,
.page-content ul li {
  padding-bottom: 3px;
}
.entry-content ul li ul,
.page-content ul li ul {
  list-style-type: circle;
  margin: 5px 0 10px 0;
}
.entry-content ul li ul li,
.page-content ul li ul li {
  list-style: circle;
}
#content ul.pageattached {
  margin-left: 0px;
  margin-bottom: 0px;
}
#content ul.pageattached li {
  margin-left: 0px;
  padding: 5px 0;
}
#content .widget,
#colophon .widget {
  margin-bottom: 20px;
}
#content .widget> ul,
#colophon .widget> ul {
  margin: 20px 10px 10px 10px;
}
#content .widget> ul li,
#colophon .widget> ul li {
  margin-left: 0;
  padding-bottom: 5px;
}
#content .widget> ul li + li,
#colophon .widget> ul li + li {
  border-top: dashed 1px #b3b3b3;
  padding-top: 5px;
}
.defaultheader #content .widget,
.defaultheader #colophon .widget {
  border: solid 1px #f8cbcc;
}
.noneheader #content .widget,
.noneheader #colophon .widget {
  border: solid 1px #a6a6a6;
}
.noneheader #content .widget h3,
.noneheader #colophon .widget h3 {
  font-size: 10px;
}
.sidebar .widget.widget_search form,
#content .widget.widget_search form {
  margin-bottom: 0px;
  background-color: #ffffff;
}
.sidebar .widget.widget_search form input#s,
#content .widget.widget_search form input#s {
  background-image: url('../images/search.png');
  border: none;
  background-repeat: no-repeat;
  background-position: 5px 6px;
  border-radius: 2px 2px 2px 2px;
  font-size: 11px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px;
}
.sidebar .widget.widget_search form #searchsubmit,
#content .widget.widget_search form #searchsubmit {
  display: none;
}
#content .pagepdf ul {
  margin: 20px 10px 10px 10px;
}
#content .pagepdf ul li {
  margin: 0px;
  line-height: 20px;
}
#content .pagepdf ul li + li {
  border-top: dashed 1px #b3b3b3;
}
textarea,
input {
  border: solid 1px #f8cbcc;
}
.submit,
#submit,
input[type='submit'] {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e64447));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: linear-gradient(top,#da1d21 36%,#e64447 100%);
}
.submit a,
#submit a,
input[type='submit'] a {
  color: #ffffff;
}
.submit a:hover,
#submit a:hover,
input[type='submit'] a:hover {
  color: #ffffff !important;
}
.submit:hover,
#submit:hover,
input[type='submit']:hover {
  background: #e32d31;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#e32d31),color-stop(100%,#e95a5d));
  background: -webkit-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -moz-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -ms-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -o-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: linear-gradient(top,#e32d31 36%,#e95a5d 100%);
}
.submit:active,
.submit:focus,
#submit:active,
#submit:focus,
input[type='submit']:active,
input[type='submit']:focus {
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e32d31));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: linear-gradient(top,#da1d21 36%,#e32d31 100%);
}
.submit:hover,
#submit:hover,
input[type='submit']:hover {
  color: #ffffff !important;
}
.submit:hover a,
#submit:hover a,
input[type='submit']:hover a {
  color: #ffffff !important;
}
.submit:hover a:hover,
#submit:hover a:hover,
input[type='submit']:hover a:hover {
  color: #ffffff !important;
}
.submit:active,
#submit:active,
input[type='submit']:active {
  color: #ffffff !important;
}
.submit:active a,
#submit:active a,
input[type='submit']:active a {
  color: #ffffff !important;
}
.submit:active a:hover,
#submit:active a:hover,
input[type='submit']:active a:hover {
  color: #ffffff !important;
}
.tax-pdfuploads	.attachment .attachment,
.page .attachment .attachment {
  display: none;
}
.attachment .attached {
  margin-bottom: 1em;
  font-weight: bold;
}
.attachment .attached small {
  font-weight: normal;
}
#content .page-content #menu-sitemap {
  list-style-type: none;
}
#content .page-content #menu-sitemap .sub-menu {
  list-style-type: none;
  margin-top: 20px;
}
#content .page-content #menu-sitemap .sub-menu li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#content .page-content #menu-sitemap .nolink,
#content .page-content #menu-sitemap .main,
#content .page-content #menu-sitemap > li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 2em;
}
#content .page-content #menu-sitemap .nolink > a,
#content .page-content #menu-sitemap .main > a,
#content .page-content #menu-sitemap > li > a {
  font-weight: bold;
}
#content .page-content #menu-sitemap .nolink > a {
  text-decoration: none;
  cursor: default;
}
#content .page-content #menu-sitemap .nolink > a:hover {
  color: #000000;
}
.singlelink a {
  display: block;
  vertical-align: bottom;
  padding-top: 5px;
  background-image: url('../images/icon_link.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.attachment a[href$="pdf"],
.page-content a[href$="pdf"] {
  border-bottom: solid 1px #000000;
  text-decoration: none;
}
.attachment a[href$="pdf"]:hover,
.page-content a[href$="pdf"]:hover {
  color: #000000;
  border-bottom: solid 1px #da1d21;
}
small {
  text-decoration: none;
  color: #262626;
  text-decoration: none;
  font-size: 90%;
}
small:hover {
  color: #262626;
}
#sidebarright a[href$="pdf"],
.singleattached a {
  display: inline-block;
  vertical-align: bottom;
  background-image: url('../images/pdfakrobat.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
}
#sidebarright a[href$="pdf"] small,
.singleattached a small {
  text-decoration: none;
  color: #262626;
  text-decoration: none;
  font-size: 90%;
}
#sidebarright a[href$="pdf"] small:hover,
.singleattached a small:hover {
  color: #262626;
}
.singleattached a {
  padding-top: 2px;
}
article + article {
  margin-top: 2.5em;
}
#content img,
#content .wp-caption,
#content .wp-post-image,
#content .aligncenter,
#content .full-size,
#content .alignleft,
#content .alignright {
  width: auto;
  max-width: 100%;
  height: auto;
}
#content .alignnone,
#content .aligncenter {
  clear: both;
}
.imgcontainer {
  line-height: 100%;
  background-color: #fff;
  max-height: 122px;
  overflow: hidden;
}
.imgcontainer img {
  border: solid 1px #B79291;
  width: 100%;
  height: auto;
}
.ie7.noneheader #content,
.msie7.noneheader #content,
.ie8.noneheader #content,
.msie8.noneheader #content {
  border-top: 1px solid #A6A6A6;
}
.entry-content img,
.page-content img {
  border: solid 1px #B79291;
}
.entry-summary {
  margin-bottom: 1em;
}
.edit-link,
.entry-meta {
  display: block;
  margin-bottom: 0.5em;
  text-align: right;
}
#content .alignleft {
  float: left;
  margin: 0 10px 0 0;
}
#content .alignright {
  float: right;
  margin: 0 0 0 10px;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.wp-caption-text {
  font-size: 95%;
  font-style: italic;
  color: #666;
  text-align: center;
}
#content #map_canvas {
  margin-bottom: 20px;
}
#content #map_canvas img {
  max-width: none;
}
.gallery dd {
  margin: 0;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  margin: 0 0 1.5em 0;
  text-align: center;
}
.gallery img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.pagenavi a,
.pagenavi span {
  padding-top: 5px;
  padding-bottom: 5px;
}
#comments {
  overflow: hidden;
  clear: both;
  line-height: 1.6em;
}
#comments .commentlist {
  padding-left: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
#comments .commentlist .comment-meta {
  font-size: 95%;
  padding-bottom: 3px;
}
#comments .commentlist p {
  margin: 0px;
}
#comments .commentlist .comment-form-comment textarea {
  margin-bottom: 20px;
}
#comments .commentlist ul {
  margin-left: 0.5em;
  clear: both;
}
#comments .commentlist li {
  clear: both;
}
#comments .commentlist li.depth-1 {
  margin-bottom: 2.5em;
  overflow: hidden;
}
#comments .commentlist .children li {
  margin-bottom: 1.5em;
}
#comments .commentlist .reply {
  clear: both;
  float: right;
  text-transform: lowercase;
}
#respond {
  clear: both;
  overflow: hidden;
}
#respond p {
  overflow: hidden;
  clear: both;
}
#respond h3 small {
  float: right;
  font-size: 50%;
  margin-top: 10px;
}
#respond form {
  margin-bottom: 0;
}
#respond form p.comment-notes {
  position: relative;
}
#respond form p.form-submit {
  margin-bottom: 0px;
}
#respond form input[type='submit'],
#respond form #submit,
#respond form .submit {
  width: auto;
}
#respond label {
  display: block;
  width: auto;
}
#respond textarea,
#respond input {
  float: right;
  width: 85%;
}
.comment-reply-link,
.bypostauthor {
  font-size: 1em;
}
#author-info {
  overflow: hidden;
  margin-bottom: 2em;
  position: relative;
}
#author-avatar {
  float: right;
}
#entry-author-info {
  position: relative;
}
.comment-author .avatar {
  float: right;
  margin-top: 5px;
}
.home .post-password-required,
.category .post-password-required,
.taxonomy .post-password-required,
.archive .post-password-required,
.blog .post-password-required {
  display: none;
}
.login #login h1 a {
  background-image: url('http://www.chblaw.ch/wp-content/themes/chblaw/images/bs-werbeagentur.png');
  background-position: center center;
  background-size: auto;
  height: 42px;
  width: 300px;
}
.login #login form {
  color: #ccc;
  overflow: hidden;
}
.login #login_error,
.login .message {
  display: none;
}
.login #login label {
  white-space: nowrap;
}
.login #login form input[type='text'],
.login #login form input {
  background: none;
  border: none;
  height: auto;
}
.login #login #wp-submit {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e64447));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: linear-gradient(top,#da1d21 36%,#e64447 100%);
  padding: 2px 10px 3px 10px;
}
.login #login #wp-submit a {
  color: #ffffff;
}
.login #login #wp-submit a:hover {
  color: #ffffff !important;
}
.login #login #wp-submit:hover {
  background: #e32d31;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#e32d31),color-stop(100%,#e95a5d));
  background: -webkit-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -moz-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -ms-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -o-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: linear-gradient(top,#e32d31 36%,#e95a5d 100%);
}
.login #login #wp-submit:active,
.login #login #wp-submit:focus {
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e32d31));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: linear-gradient(top,#da1d21 36%,#e32d31 100%);
}
.login #login #wp-submit:hover {
  color: #ffffff !important;
}
.login #login #wp-submit:hover a {
  color: #ffffff !important;
}
.login #login #wp-submit:hover a:hover {
  color: #ffffff !important;
}
.login #login #wp-submit:active {
  color: #ffffff !important;
}
.login #login #wp-submit:active a {
  color: #ffffff !important;
}
.login #login #wp-submit:active a:hover {
  color: #ffffff !important;
}
.login #login form {
  border: none;
}
code {
  color: #008080;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}
a {
  color: #000000;
}
a:hover {
  color: #da1d21;
}
.noneheader #content a {
  color: #da1d21;
}
.noneheader #content a:hover {
  color: #da1d21;
}
.noneheader #sbwidget {
  color: #999999;
}
.noneheader #sbwidget a {
  color: #999999;
}
.noneheader #headerimg {
  border-right: solid 1px #a6a6a6;
  border-top: solid 1px #a6a6a6;
  border-left: solid 1px #a6a6a6;
}
.noneheader #content {
  background-color: #ffffff;
}
.noneheader .imgcontainer img {
  border: none;
  border-top: solid 1px #a6a6a6;
  border-bottom: solid 1px #a6a6a6;
}
.noneheader .sidebar .menu a {
  color: #ffffff;
}
.noneheader .sidebar .menu a:hover {
  background-color: #808080;
}
.frontsticky {
  background-color: #e6e6e6;
}
.frontsticky h2 {
  padding: 2px 5px;
  background-color: #da1d21;
  margin-bottom: 0px;
}
.frontsticky h2 a {
  text-decoration: none;
  color: #ffffff !important;
}
.frontsticky .entry-summary {
  padding: 0.5em;
}
.frontsticky .entry-summary p {
  margin-bottom: 0px;
}
h1 {
  color: #da1d21;
}
#site-navigation {
  background-color: #da1d21;
}
#site-navigation a {
  color: #ffffff;
}
.gradientstatic {
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e64447));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: linear-gradient(top,#da1d21 36%,#e64447 100%);
}
.gradient {
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e64447));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: linear-gradient(top,#da1d21 36%,#e64447 100%);
}
.gradient:hover {
  background: #e32d31;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#e32d31),color-stop(100%,#e95a5d));
  background: -webkit-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -moz-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -ms-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -o-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: linear-gradient(top,#e32d31 36%,#e95a5d 100%);
}
.gradient:active,
.gradient:focus {
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e32d31));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: linear-gradient(top,#da1d21 36%,#e32d31 100%);
}
button,
.button {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e64447));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e64447 100%);
  background: linear-gradient(top,#da1d21 36%,#e64447 100%);
}
button a,
.button a {
  color: #ffffff;
}
button a:hover,
.button a:hover {
  color: #ffffff !important;
}
button:hover,
.button:hover {
  background: #e32d31;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#e32d31),color-stop(100%,#e95a5d));
  background: -webkit-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -moz-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -ms-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: -o-linear-gradient(top,#e32d31 36%,#e95a5d 100%);
  background: linear-gradient(top,#e32d31 36%,#e95a5d 100%);
}
button:active,
button:focus,
.button:active,
.button:focus {
  background: #da1d21;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(36%,#da1d21),color-stop(100%,#e32d31));
  background: -webkit-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -moz-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -ms-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: -o-linear-gradient(top,#da1d21 36%,#e32d31 100%);
  background: linear-gradient(top,#da1d21 36%,#e32d31 100%);
}
button:hover,
.button:hover {
  color: #ffffff !important;
}
button:hover a,
.button:hover a {
  color: #ffffff !important;
}
button:hover a:hover,
.button:hover a:hover {
  color: #ffffff !important;
}
button:active,
.button:active {
  color: #ffffff !important;
}
button:active a,
.button:active a {
  color: #ffffff !important;
}
button:active a:hover,
.button:active a:hover {
  color: #ffffff !important;
}
@media print {
  #branding,
  #colophon,
  .sidebar,
  #sidebarright,
  #comments,
  .imgcontainer {
    display: none;
  }
  #content {
    display: block;
    width: 100%;
    border: none !important;
  }
}
.desktop .container {
  width: 960px;
}
.defaultheader .sidebar > nav,
.defaultheader .sidebar > div,
.defaultheader .sidebar > section,
.defaultheader .sidebar aside {
  max-width: 210px;
}
.noneheader	#headerimg img {
  float: right;
  margin-top: 1em;
  margin-right: 1.5em;
}
.noneheader .logo > div,
.noneheader .sidebar > div,
.noneheader .sidebar aside {
  margin-right: -7%;
}
.thewhole {
  position: relative;
}
.noneheader .sidebar {
  position: relative;
}
.noneheader .sidebar ul:first-child {
  margin-top: 0px;
}
.noneheader .sidebar .widget_nav_menu > ul li:first-child {
  position: absolute;
  top: -143px;
  right: -7%;
  left: -1px;
  background-color: #da1d21;
  border-bottom: dotted 1px #b3b3b3;
}
.noneheader .sidebar span.line {
  display: block;
  height: 1px;
  border-bottom: solid 1px #a6a6a6;
  margin-right: -7%;
}
#decostripe {
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  height: 120px;
  background-color: #e6e6e6;
  z-index: -1;
}
.noneheader #branding .hgroup {
  padding-right: 5px;
}
.noneheader #branding .hgroup h2 {
  text-align: right;
  padding-right: 63px;
}
.noneheader #branding .hgroup h1 {
  text-align: right;
  margin-bottom: 0px;
}
.noneheader #content {
  min-height: 450px;
}
.noneheader #content > article,
.noneheader #content > div {
  margin: 2em;
}
.container {
  max-width: 960px;
  min-width: 240px;
}
.container.default {
  margin: 0 1em 0 0.7125em;
}
.thewhole {
  margin-top: 1em;
}
.container.center {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.col {
  margin-left: 1.25%;
}
.noneheader #branding .col + .col,
.noneheader #content_wrap .col + .col {
  margin-left: 0;
}
.noneheader #branding .hgroup {
  margin: 1em 1em 0em 0em;
}
#colophon .col {
  margin-left: 2%;
}
#headerimg {
  overflow: hidden;
}
.defaultheader #headerimg {
  border-right: solid 1px #fbe1e2;
  border-bottom: solid 1px #fbe1e2;
  border-left: solid 1px #fbe1e2;
}
.noneheader #content {
  border-right: solid 1px #a6a6a6;
  border-bottom: solid 1px #a6a6a6;
  border-left: solid 1px #a6a6a6;
}
.noneheader .sidebar {
  border-left: solid 1px #a6a6a6;
}
.defaultheader #headerimg {
  height: 97px;
}
.noneheader #headerimg {
  height: 75px;
}
.span_1 {
  width: 2.25%;
}
.span_2 {
  width: 6.5%;
}
.span_3 {
  width: 10.75%;
}
.span_4 {
  width: 15.0%;
}
.span_5 {
  width: 19.25%;
}
.span_6 {
  width: 23.5%;
}
.span_7 {
  width: 27.75%;
}
.span_8 {
  width: 32.0%;
}
.span_9 {
  width: 36.25%;
}
.span_10 {
  width: 40.5%;
}
.span_11 {
  width: 44.75%;
}
.span_12 {
  width: 49.0%;
}
.span_13 {
  width: 53.25%;
}
.span_14 {
  width: 57.5%;
}
.span_15 {
  width: 61.75%;
}
.span_16 {
  width: 66.0%;
}
.span_17 {
  width: 70.25%;
}
.span_18 {
  width: 75%;
}
.span_19 {
  width: 78.75%;
}
.span_20 {
  width: 83.0%;
}
.span_21 {
  width: 87.25%;
}
.span_22 {
  width: 91.5%;
}
.span_23 {
  width: 95.75%;
}
.span_24 {
  width: 100%;
}
.msie7 .span_6 {
  width: 23%;
}
.ie7 .span_6 {
  width: 23%;
}
.ie7 header nav ul,
.msie7 header nav ul {
  margin-top: 2px;
}
.msie7 #branding .hgroup,
.ie7 #branding .hgroup {
  width: 90%;
  float: right;
}
.defaultheader .imgcontainer.row {
  margin-bottom: 2.5em;
}
.noneheader .imgcontainer.row {
  margin-bottom: 0em;
  height: 122px;
  overflow: hidden;
}
.defaultheader #sidebarright section {
  width: 93.25%;
  float: right;
  clear: right;
}
#branding .entry-title {
  position: absolute;
  bottom: 8px;
  right: 15px;
  margin-bottom: 0;
}
#site-navigation {
  margin: 0 auto;
  position: relative;
  clear: both;
  display: block;
  float: right;
  width: 100%;
  height: 19px;
}
#site-navigation ul {
  float: right;
  margin-bottom: 0;
  margin-right: 15px;
}
#site-navigation ul> li {
  float: left;
}
#menu-icon {
  display: none;
}
.mobileonly {
  display: none;
}
#map_canvas {
  height: 300px;
}
.current-menu-item .sub-menu,
.current-page-ancestor .sub-menu,
.current-menu-ancestor .sub-menu,
.current-menu-parent .sub-menu,
.current-page-parent .sub-menu,
.current_page_ancestor .sub-menu,
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {
  display: block;
}
#sbwidget section {
  margin: 10px 0px 10px 10px;
}
#sbwidget section p:last-child {
  margin-bottom: 0;
}
.defaultheader #sbwidget {
  margin-top: 2em;
  max-width: 210px;
  border: solid 1px #bfbfbf;
}
.defaultheader #sbwidget img {
  max-width: 100%;
  height: auto;
}
.wpcf7 label {
  display: inline-block;
  width: 145px;
  padding-right: 5px;
  text-align: right;
}
.totop {
  display: inline-block;
  width: 105px;
  height: 20px;
  background-image: url('../images/nachoben.gif');
  text-decoration: none;
}
@media only screen and (max-device-width: 640px) {
  .wpcf7 label {
    display: block;
    width: auto;
  }
  .noneheader #headerimg {
    height: 60px;
  }
  .noneheader .imgcontainer img {
    border-bottom: none;
  }
  .logo,
  #decostripe {
    display: none;
  }
  .desktop .container {
    width: auto;
  }
  #page_wrap {
    margin: 0 auto;
    padding: 0 5%;
    max-width: 600px;
  }
  .logo img {
    margin-top: 3px;
  }
  .col {
    margin-left: 0%;
  }
  #colophon .span_6,
  #colophon .span_8 {
    width: 49%;
  }
  #colophon .even {
    float: right;
  }
  .sidebar + #content {
    margin-top: 2em;
  }
  .span_1 {
    width: 100%;
  }
  .span_2 {
    width: 100%;
  }
  .span_3 {
    width: 100%;
  }
  .span_4 {
    width: 100%;
  }
  .span_5 {
    width: 100%;
  }
  .span_6 {
    width: 100%;
  }
  .span_7 {
    width: 100%;
  }
  .span_8 {
    width: 100%;
  }
  .span_9 {
    width: 100%;
  }
  .span_10 {
    width: 100%;
  }
  .span_11 {
    width: 100%;
  }
  .span_12 {
    width: 100%;
  }
  .span_13 {
    width: 100%;
  }
  .span_14 {
    width: 100%;
  }
  .span_15 {
    width: 100%;
  }
  .span_16 {
    width: 100%;
  }
  .span_17 {
    width: 100%;
  }
  .span_18 {
    width: 100%;
  }
  .span_19 {
    width: 100%;
  }
  .span_20 {
    width: 100%;
  }
  .span_21 {
    width: 100%;
  }
  .span_22 {
    width: 100%;
  }
  .span_23 {
    width: 100%;
  }
  .span_24 {
    width: 100%;
  }
  #page_wrap .centermobile {
    position: static !important;
    display: block;
    margin: 5px auto;
    text-align: center;
    float: none;
  }
  .imgcontainer.row {
    margin-bottom: 1.5em;
  }
  #sidebarright section {
    width: auto;
    float: none;
  }
  .notmobile {
    display: none;
  }
  #map_canvas {
    height: 200px;
  }
  .tagcloud a {
    display: inline-block;
    padding: 0.5em !important;
  }
  .mobileonly {
    display: block;
    clear: both;
  }
  .js #menu-icon {
    border: none;
    width: 100%;
    font: 12px/25px Verdana, sans-serif;
    letter-spacing: 1px;
    color: #f2f2f2;
    cursor: pointer;
    background-color: #da1d21;
    display: block;
  }
  .noneheader .grey.mobilenav a {
    color: #000000;
  }
  .js .mobilenav ul li.parent > a {
    font-weight: bold;
  }
  .js .mobilenav ul li.parent > ul a {
    padding-left: 25px;
  }
  .mobilenav > li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mobilenav ul a {
    margin-right: 65px;
  }
  .mobilenav ul > li {
    float: none;
    position: relative;
  }
  .mobilenav ul > li ul {
    top: auto;
    position: relative;
    left: 0;
  }
  .mobilenav ul > li:hover > ul {
    display: block;
  }
  .mobilenav ul > li ul li {
    float: none;
    width: auto;
  }
  .mobilenav ul > li ul li ul {
    left: 0;
    top: auto;
  }
  .mobilenav ul {
    margin-bottom: -1px;
  }
  .js .mobilenav {
    display: none;
  }
  .js .mobilenav ul li > ul {
    display: none;
  }
  .js .mobilenav > ul > .parent {
    background-image: url('../images/open.gif');
    background-repeat: no-repeat;
    background-position: top right;
  }
  .js .mobilenav > ul > .parent.open {
    background-image: url('../images/close.gif');
  }
  .mobilenav a {
    line-height: 22px;
    padding-left: 5px;
    display: block;
  }
}
@media only screen and (max-device-width: 420px) {
  #colophon .span_6,
  #colophon .span_8 {
    width: 100%;
  }
  #colophon .even {
    float: left;
  }
}
