/* reset browser defaults */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
	line-height: 1;
	}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* general styling */
body {
	font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 100%;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	background-attachment: fixed;
	background-color:  #D2AEC8;
	background-image: url(/img/texture-bg.png);
	background-repeat: repeat;
	background-position: left top;
}

/* links */
a:link, a:visited {
  color: #4083a9;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #205f82; }

/* form cursors */
button[type="submit"],
input[type="submit"] {
  cursor: pointer; }

/* custom selection colors */
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #ff5e33; }

::selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #ff5e33; }

/* page structure
--------------------------------------------- */
div.content {
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
    background: #f5f4f2; }
  @media only screen and (max-width: 800px) {
    div.content {
      margin-top: 10px;
      padding-top: 0; } }
  div.content div.content-inner {
    max-width: 1100px;
    margin: 0 auto; }

footer[role="contentinfo"] {
  clear: both; }

/* header
--------------------------------------------- */
#logo {
	float: left;
	height: 100px;
	width: 96px;
}
  #logo a:hover {
    opacity: .75; }
  @media only screen and (max-width: 800px) {
    #logo {
      float: none;
      text-align: center;
      padding: 0 0 15px 0; }
      #logo img {
        width: 48px;
        display: block;
        margin: 0 auto; } }

/* nav */
header[role="banner"] {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2; }
  @media only screen and (max-width: 800px) {
    header[role="banner"] {
      padding: 20px 0; } }

a.menu {
  display: none; }
  @media only screen and (max-width: 800px) {
    a.menu {
      display: block;
      position: absolute;
      top: 35px;
      right: 20px;
      opacity: .2; } }

nav[role="navigation"] {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  padding-top: 24px; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] {
      display: none;
      clear: left;
      margin: 5px 0 10px 0;
      padding-top: 0;
      width: 100%; } }

nav[role="navigation"] ul {
  padding: 0 0 20px 0; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] ul {
      padding: 0;
      text-align: center;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      background: #f5f4f2 url(/img/texture.png) repeat top left fixed; } }

nav[role="navigation"] ul li {
  display: inline;
  margin: 0 40px 0 0; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] ul li {
      display: block;
      margin: 0; } }

nav[role="navigation"] ul li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #999; }
  @media only screen and (max-width: 800px) {
    nav[role="navigation"] ul li a {
      display: block;
      padding: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); } }

nav[role="navigation"] ul li a:hover {
  color: #444; }

nav[role="navigation"] ul li.active a {
  font-weight: 600;
  color: #444; }

/* main styles
--------------------------------------------- */
h1 {
  margin: 40px auto -20px auto;
  padding: 0 0 35px 18.041237113402%;
  font-size: 24px;
  font-weight: 500;
  color: #999;
  border-bottom: 1px solid #eee; }
  @media only screen and (max-width: 800px) {
    h1 {
      margin: 10px 0;
      padding: 0 0 20px 20px;
      font-size: 18px;
      line-height: 1; } }
  h1 em {
    margin: 0 1px 0 5px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #444; }

/* index of posts */
div.index {
  margin: 0 0 20px 0; }
  div.index div.post-content img {
    display: none; }
  div.index div.teaser {
    float: right;
    width: 200px;
    margin: 2px 0 0 30px; }
    @media only screen and (max-width: 800px) {
      div.index div.teaser {
        float: none;
        width: auto;
        margin: 0 0 10px 0; } }
    div.index div.teaser img {
      max-width: 100%;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
      div.index div.teaser img:hover {
        opacity: .75; }

div.post p.read-more a {
  display: inline-block;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  background: #ccc;
  border-radius: 4px; }
  div.post p.read-more a:hover {
    background: #ff5e33; }
  @media only screen and (max-width: 800px) {
    div.post p.read-more a {
      display: block;
      font-size: 12px; } }

/* posts */
div.post {
  padding: 40px 0 60px 0; }
.Пара_голубей_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #316262;
}

  div.index div.post {
    padding: 40px 0 20px 0; }
    @media only screen and (max-width: 800px) {
      div.index div.post {
        padding: 10px 0 0 0;
        margin: 0 0 10px 0; } }
  @media only screen and (max-width: 800px) {
    div.post {
      padding: 0 0 40px 0; } }

div.post header {
  width: 63.917525773196%;
  /* 640 / 970 */
  margin: 0 auto 20px auto; }
  div.index div.post header {
    margin-bottom: 0; }
  @media only screen and (max-width: 800px) {
    div.post header {
      width: auto;
      margin-right: 20px;
      margin-left: 20px; } }

div.post h2 {
  margin: 0 20px 10px 0;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .04em; }
  div.index div.post h2 {
    font-size: 30px;
    line-height: 1.1; }
    @media only screen and (max-width: 800px) {
      div.index div.post h2 {
        font-size: 24px;
        line-height: 1.1; } }
  div.post h2 a {
    font-weight: 400;
    text-decoration: none;
    border-bottom: none; }
  @media only screen and (max-width: 800px) {
    div.post h2 {
      font-size: 30px;
      line-height: 1; } }

div.post h3 {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1; }
  @media only screen and (max-width: 800px) {
    div.post h3 {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      font-size: 20px; } }

div.post p {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5; }
  @media only screen and (max-width: 800px) {
    div.post p {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      font-size: 18px;
      line-height: 1.5; } }

div.post-full div.post div.drop > p:first-of-type:first-letter {
  float: left;
  margin: 0 6px 0 0;
  font-size: 70px;
  font-weight: 500;
  line-height: .8;
  text-align: center;
  color: #ff5e33; }
  @media only screen and (max-width: 800px) {
    div.post-full div.post div.drop > p:first-of-type:first-letter {
      font-size: 64px; } }

div.post p.date {
  margin: 0 0 6px 0;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #bbb; }
  @media only screen and (max-width: 800px) {
    div.post p.date {
      font-size: 14px; } }

div.post p.opening {
  font-size: 26px;
  line-height: 1.3; }
  @media only screen and (max-width: 800px) {
    div.post p.opening {
      font-size: 22px;
      line-height: 1.4; } }

div.post a {
  color: #444;
  font-weight: 600;
  text-decoration: underline; }
  div.post a:hover {
    color: #ff5e33;
    border-color: #ff5e33; }

div.post ul {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5; }
  @media only screen and (max-width: 800px) {
    div.post ul {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      margin-left: 40px;
      font-size: 18px;
      line-height: 1.5; } }
  div.post ul li {
    margin: 0 0 5px 0;
    list-style: disc; }
    div.post ul li:last-child {
      margin-bottom: 0; }

div.post dl {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5; }
  @media only screen and (max-width: 800px) {
    div.post dl {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      font-size: 18px;
      line-height: 1.5; } }
  div.post dl dd {
    margin: 0 0 20px 0; }
    div.post dl dd:last-child {
      margin-bottom: 0; }

/* pull quotes */
div.post blockquote {
  margin: 30px 5% 35px 5%; }
  @media only screen and (max-width: 800px) {
    div.post blockquote {
      margin-right: 10%;
      margin-left: 10%; } }

div.post blockquote p {
  width: auto;
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  text-indent: -.33em;
  color: #ff5e33; }
  @media only screen and (max-width: 800px) {
    div.post blockquote p {
      font-size: 26px;
      line-height: 1.1; } }

/* full-width photos */
div.post div.photo {
  margin: 30px 0; }
  div.post div.photo img {
    display: block;
    max-width: 100%; }
  div.post div.photo p {
    width: auto;
    margin: 10px 18.041237113402% 0 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999; }
    @media only screen and (max-width: 800px) {
      div.post div.photo p {
        margin: 10px 20px 0 20px; } }

/* medium-width photos */
div.post div.photo-medium {
	float: left;
	margin: 10px 30px 10px 0;}
  div.post div.photo-medium img {
    display: block;
    max-width: 300px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 800px) {
    div.post div.photo-medium {
      float: none;
      margin: 30px 0; }
      div.post div.photo-medium img {
        margin: 0 auto; } }

/* thumb grid */
ol.thumb-grid {
  margin: 30px 0 5px 0;
  overflow: hidden; }
  ol.thumb-grid li {
    float: left;
    width: 32%;
    margin: 0 2% 20px 0; }
    ol.thumb-grid li:nth-child(3n) {
      float: right;
      margin-right: 0; }
    ol.thumb-grid li a {
      border: none; }
    ol.thumb-grid li img {
      width: 100%; }

/* slats */
div.post ul.slats {
  width: auto;
  margin: 50px 0 0 0; }
  @media only screen and (max-width: 800px) {
    div.post ul.slats {
      margin-left: 20px;
      margin-right: 20px; } }
  div.post ul.slats li {
    float: left;
    width: 33.33%;
    margin: 0 0 50px 0;
    text-align: center;
    list-style: none; }
    @media only screen and (max-width: 800px) {
      div.post ul.slats li {
        float: none;
        width: auto;
        margin: 0 0 30px 0; } }
    div.post ul.slats li a {
      display: block;
      text-decoration: none; }
      div.post ul.slats li a h3 {
        width: auto;
        margin: 15px 0 8px 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 1; }
        @media only screen and (max-width: 800px) {
          div.post ul.slats li a h3 {
            padding: 0; } }
      div.post ul.slats li a p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px; }
        div.post ul.slats li a p cite {
          display: block;
          font-style: normal;
          font-family: "freight-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 1.5;
          text-transform: none;
          letter-spacing: 0;
          color: #999; }
      div.post ul.slats li a img {
        display: block;
        height: 150px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
        div.post ul.slats li a img:hover {
          opacity: .75; }

/* full-width video embed */
div.video-large {
  position: relative;
  margin: 30px 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  div.video-large iframe,
  div.video-large object,
  div.video-large embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* end dot */
div.post p.end {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ff5e33; }

/* archive */
table.archive {
  width: 63.917525773196%;
  /* 620 / 970 */
  margin: 0 auto;
  margin: 50px auto 40px auto;
  border-collapse: collapse; }
  @media only screen and (max-width: 800px) {
    table.archive {
      width: auto;
      margin-right: 20px;
      margin-left: 20px;
      width: 100%;
      margin: 20px 0; } }
  table.archive td {
    padding: 15px 20px 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #eee; }
    @media only screen and (max-width: 800px) {
      table.archive td {
        padding-left: 20px; } }
    table.archive td em {
      float: right;
      font-size: 14px;
      font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #999; }
    table.archive td a {
      display: block;
      font-weight: 600;
      text-decoration: none;
      color: #444; }
      table.archive td a:hover {
        color: #ff5e33; }
  table.archive tr:last-child td {
    border: none; }

/* pagination styles*/
div.page {
  padding: 40px 0;
  font-weight: bold;
  text-align: center; }

div.page span.disabled {
  display: none; }

div.page a {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 10px;
  text-indent: -9999px; }
  div.page a.previous {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/img/icon-previous.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      div.page a.previous {
        background-image: url("/img/icon-previous-2x.png");
        -webkit-background-size: 44px 88px;
        -moz-background-size: 44px 88px;
        background-size: 44px 88px; } }
  div.page a.next {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("/img/icon-next.png"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
      div.page a.next {
        background-image: url("/img/icon-next-2x.png");
        -webkit-background-size: 44px 88px;
        -moz-background-size: 44px 88px;
        background-size: 44px 88px; } }

div.page a:hover {
  background-position: 0 -44px; }

/* the deck
--------------------------------------------- */
div.extra {
  position: relative;
  background: rgba(255, 255, 255, 0.6); }

div.thedeck {
  overflow: hidden;
  max-width: 50%;
  margin: 0 auto;
  padding: 80px 0; }
  @media only screen and (max-width: 800px) {
    div.thedeck {
      max-width: none;
      margin: 0 20px;
      padding: 40px 0; } }
  div.thedeck h3 {
    position: absolute;
    left: 0;
    top: 120px;
    margin: 0;
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media only screen and (max-width: 800px) {
      div.thedeck h3 {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
        -webkit-transform: none; } }
    div.thedeck h3 a {
      color: #bbb; }
      div.thedeck h3 a:hover {
        color: #777; }
  div.thedeck img {
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
    div.thedeck img:hover {
      opacity: .75; }
  div.thedeck p {
    margin: 0;
    padding: 14px 0 0 0;
    font-size: 18px;
    line-height: 1.5;
    color: #777; }
    @media only screen and (max-width: 800px) {
      div.thedeck p {
        padding: 0;
        font-size: 16px; } }
    div.thedeck p a {
      font-weight: 600;
      color: #444; }
      div.thedeck p a:hover {
        color: #ff5e33; }

/* footer
--------------------------------------------- */
footer.site-footer {
	max-width: 1100px;
	margin: 40px auto;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #999;
	background-color: #FFCAF5;
}
  @media only screen and (max-width: 800px) {
    footer.site-footer {
      margin: 40px 20px;
      font-size: 14px;
      line-height: 1.5; } }
  footer.site-footer .footer-logo {
    color: #777; }
    footer.site-footer .footer-logo:hover {
      color: #444; }
  footer.site-footer p a {
    font-weight: 600;
    color: #777; }
    footer.site-footer p a:hover {
      color: #444; }
  footer.site-footer h2 {
    margin: 0 0 2px 0;
    font-size: 28px; }
  footer.site-footer h3 {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    opacity: .3; }
  footer.site-footer ul.icons {
    margin: 20px 0 0 0; }
    footer.site-footer ul.icons li {
      display: inline;
      margin: 0 20px; }
      @media only screen and (max-width: 460px) {
        footer.site-footer ul.icons li {
          margin: 0 15px; } }
      footer.site-footer ul.icons li a img {
        width: 32px;
        opacity: .3; }
        @media only screen and (max-width: 460px) {
          footer.site-footer ul.icons li a img {
            width: 20px; } }
      footer.site-footer ul.icons li a:hover img {
        opacity: .4; }

/* misc.
--------------------------------------------- */
hr, .hide {
  display: none; }

a img {
  border: none; }

/* self-clear floats */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE patches
--------------------------------------------- */
/* self-clear floats */
* html .group {
  /* IE6 */
  height: 1%; }

*:first-child + html .group {
  /* IE7 */
  min-height: 1px; }
