/* line 3, content/css/./_layout.sass */
* {
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: none;
  padding: 0;
  margin: 0; }

/* line 11, content/css/./_layout.sass */
html, body {
  height: 100%;
  line-height: 1.2;
  background: #121212; }

/* line 16, content/css/./_layout.sass */
p, ol, ul {
  margin: 0.5em 0; }

/* line 19, content/css/./_layout.sass */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 23, content/css/./_layout.sass */
body {
  margin: 0;
  padding: 0; }

/* line 30, content/css/./_layout.sass */
#logo {
  display: block;
  width: 313px;
  height: 75px;
  background: url(../images/theme/logo.png); }
  /* line 35, content/css/./_layout.sass */
  #logo:hover {
    background: url(../images/theme/logo_h.png); }

/* line 38, content/css/./_layout.sass */
.logo {
  background: url(../images/theme/logo_h.png); }

/* line 41, content/css/./_layout.sass */
#header {
  width: 100%;
  padding: 5px 0;
  height: 70px; }

/* line 46, content/css/./_layout.sass */
#header-container, #footer-container {
  margin: auto;
  width: 900px; }

/* line 50, content/css/./_layout.sass */
#header-left {
  float: left;
  width: 300px; }

/* line 54, content/css/./_layout.sass */
#header-right {
  float: right;
  text-align: right;
  width: 600px; }

/* line 59, content/css/./_layout.sass */
#navigation li {
  float: left;
  list-style-type: none;
  padding-left: 10px; }

/* line 64, content/css/./_layout.sass */
#ie-warning {
  border-bottom: 1px solid #f5b800;
  background-color: #ffe38f;
  padding: 1em;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 72, content/css/./_layout.sass */
#container {
  padding: 5px 15px;
  margin: auto;
  width: 900px;
  height: 100%; }

/* line 78, content/css/./_layout.sass */
.ribbon {
  height: 19px;
  background: url(../images/theme/ribbon.png) repeat-x; }

/* line 82, content/css/./_layout.sass */
#main {
  background: white url(../images/theme/main.jpg); }

/* line 85, content/css/./_layout.sass */
#content {
  text-align: justify;
  padding: 0 1em; }

/* line 89, content/css/./_layout.sass */
#content-body {
  clear: both; }

/* line 92, content/css/./_layout.sass */
#content-footer {
  text-align: center;
  margin: auto; }

/* line 96, content/css/./_layout.sass */
#wrapper {
  min-height: 100%;
  margin-bottom: -40px; }

/* line 100, content/css/./_layout.sass */
#border-bottom {
  clear: both;
  height: auto;
  padding: 0;
  width: 100%;
  color: #cacaca; }

/* line 107, content/css/./_layout.sass */
#services {
  margin: auto;
  width: 1000px; }

/* line 111, content/css/./_layout.sass */
#footer {
  position: relative;
  height: 40px;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  padding-top: 1em;
  color: #cacaca; }

/* line 120, content/css/./_layout.sass */
.clearfooter {
  height: 40px;
  clear: both; }

/* line 124, content/css/./_layout.sass */
.footer-left, .footer-right, .footer-center {
  float: left;
  text-align: left;
  font-size: 90%;
  display: block;
  height: 600px; }

/* line 131, content/css/./_layout.sass */
.footer-left, .footer-right {
  width: 30%; }

/* line 134, content/css/./_layout.sass */
.footer-center {
  width: 40%; }

/* line 137, content/css/./_layout.sass */
.footer-div {
  clear: both;
  font-size: 95%;
  color: #cacaca; }

/* line 142, content/css/./_layout.sass */
.share {
  clear: both;
  margin: auto;
  padding: 5px;
  text-align: center; }
  /* line 147, content/css/./_layout.sass */
  .share table, .share td, .share tr {
    border: none; }

/* line 150, content/css/./_layout.sass */
#page-links {
  text-align: right; }
  /* line 152, content/css/./_layout.sass */
  #page-links img {
    vertical-align: text-bottom; }

/* line 155, content/css/./_layout.sass */
#page-links span {
  padding: 0 5px; }

/* line 158, content/css/./_layout.sass */
#comments {
  width: 900px;
  margin: auto; }

/* line 3, content/css/./_elements.sass */
#content img {
  margin: 0 5px;
  padding: 2px; }

/* line 8, content/css/./_elements.sass */
#content li, #content dd {
  margin-left: 30px;
  line-height: 1.5em; }
/* line 11, content/css/./_elements.sass */
#content dt {
  margin-top: 1em;
  font-weight: bold; }
/* line 14, content/css/./_elements.sass */
#content dd {
  font-style: italic; }
/* line 16, content/css/./_elements.sass */
#content p {
  line-height: 1.5em;
  margin: 1em 0; }

/* line 20, content/css/./_elements.sass */
blockquote, .note {
  color: #555555;
  font-style: italic;
  padding: 0 0 0 33px;
  margin: 5px; }

/* line 26, content/css/./_elements.sass */
blockquote {
  background: url(../images/theme/quote.png) no-repeat top left; }

/* line 29, content/css/./_elements.sass */
.note .note-title {
  font-style: normal;
  font-weight: bold;
  padding-right: 1em; }

/* line 34, content/css/./_elements.sass */
.hidden {
  display: none; }

/* line 37, content/css/./_elements.sass */
.preload {
  background-position: -9999px -9999px; }

/* line 40, content/css/./_elements.sass */
#navigation a {
  display: block; }

/* line 43, content/css/./_elements.sass */
#nav-about {
  width: 115px;
  height: 52px;
  background: url(../images/theme/buttons/about.png); }
  /* line 47, content/css/./_elements.sass */
  #nav-about:hover {
    background: url(../images/theme/buttons/about_h.png); }

/* line 50, content/css/./_elements.sass */
.nav-about {
  background: url(../images/theme/buttons/about_h.png); }

/* line 53, content/css/./_elements.sass */
#nav-other {
  width: 130px;
  height: 52px;
  background: url(../images/theme/buttons/other.png); }
  /* line 57, content/css/./_elements.sass */
  #nav-other:hover {
    background: url(../images/theme/buttons/other_h.png); }

/* line 60, content/css/./_elements.sass */
.nav-other {
  background: url(../images/theme/buttons/other_h.png); }

/* line 63, content/css/./_elements.sass */
#nav-projects {
  width: 127px;
  height: 52px;
  background: url(../images/theme/buttons/projects.png); }
  /* line 67, content/css/./_elements.sass */
  #nav-projects:hover {
    background: url(../images/theme/buttons/projects_h.png); }

/* line 70, content/css/./_elements.sass */
.nav-projects {
  background: url(../images/theme/buttons/projects_h.png); }

/* line 73, content/css/./_elements.sass */
#nav-archives {
  width: 155px;
  height: 52px;
  background: url(../images/theme/buttons/archives.png); }
  /* line 77, content/css/./_elements.sass */
  #nav-archives:hover {
    background: url(../images/theme/buttons/archives_h.png); }

/* line 80, content/css/./_elements.sass */
.nav-archives {
  background: url(../images/theme/buttons/archives_h.png); }

/* line 83, content/css/./_elements.sass */
#services li {
  margin-left: 0; }

/* line 86, content/css/./_elements.sass */
#services h3 {
  display: block;
  text-align: center; }
  /* line 89, content/css/./_elements.sass */
  #services h3 a {
    margin: auto;
    display: block; }

/* line 93, content/css/./_elements.sass */
#s-opinions {
  width: 192px;
  height: 52px;
  background: url(../images/theme/buttons/opinions.png); }
  /* line 97, content/css/./_elements.sass */
  #s-opinions:hover {
    background: url(../images/theme/buttons/opinions_h.png); }

/* line 100, content/css/./_elements.sass */
.s-opinions {
  background: url(../images/theme/buttons/opinions_h.png); }

/* line 103, content/css/./_elements.sass */
#s-tweets {
  width: 183px;
  height: 52px;
  background: url(../images/theme/buttons/tweets.png); }
  /* line 107, content/css/./_elements.sass */
  #s-tweets:hover {
    background: url(../images/theme/buttons/tweets_h.png); }

/* line 110, content/css/./_elements.sass */
.s-tweets {
  background: url(../images/theme/buttons/tweets_h.png); }

/* line 113, content/css/./_elements.sass */
#s-bookmarks {
  width: 197px;
  height: 52px;
  background: url(../images/theme/buttons/bookmarks.png); }
  /* line 117, content/css/./_elements.sass */
  #s-bookmarks:hover {
    background: url(../images/theme/buttons/bookmarks_h.png); }

/* line 120, content/css/./_elements.sass */
.s-bookmarks {
  background: url(../images/theme/buttons/bookmarks_h.png); }

/* line 123, content/css/./_elements.sass */
.spacer-20 {
  display: block;
  height: 20px; }

/* line 127, content/css/./_elements.sass */
.spacer-50 {
  display: block;
  height: 50px; }

/* line 131, content/css/./_elements.sass */
.spacer-100 {
  display: block;
  height: 100px; }

/* line 135, content/css/./_elements.sass */
.spacer-200 {
  display: block;
  height: 200px; }

/* line 139, content/css/./_elements.sass */
.feed-item {
  list-style-type: none;
  margin: 0.8em 0.3em; }

/* line 143, content/css/./_elements.sass */
.feed-item-text, .feed-item-date {
  display: block; }

/* line 146, content/css/./_elements.sass */
.feed-item-text {
  margin-top: 0.3em;
  margin-left: 1em;
  font-style: italic; }

/* line 151, content/css/./_elements.sass */
.left-column {
  float: left;
  width: 400px; }

/* line 155, content/css/./_elements.sass */
.right-column {
  float: right;
  width: 400px; }

/* line 159, content/css/./_elements.sass */
.clearleft {
  clear: both; }

/* line 162, content/css/./_elements.sass */
.article-item {
  padding: 0.5em 0;
  display: block; }

/* line 166, content/css/./_elements.sass */
.article-meta {
  font-size: 0.8em; }

/* line 169, content/css/./_elements.sass */
.tag {
  font-weight: bold; }

/* line 172, content/css/./_elements.sass */
.project-data {
  border-left: 1px dashed #555555;
  padding: 0 1em 1em 1.5em;
  margin: 0 0 0 1.5em;
  height: 300px; }

/* line 178, content/css/./_elements.sass */
ul {
  overflow: hidden; }
  /* line 180, content/css/./_elements.sass */
  ul.article-meta {
    list-style-type: none; }
  /* line 182, content/css/./_elements.sass */
  ul.article-buttons {
    text-align: center;
    list-style-type: none;
    display: block;
    margin: auto;
    border: 1px solid #555555;
    background: white;
    padding: 5px 0; }

/* line 191, content/css/./_elements.sass */
#toc {
  float: right;
  width: 250px;
  padding: 10px;
  margin: 0 0 10px 15px;
  border: 1px solid #555555; }
  /* line 198, content/css/./_elements.sass */
  #toc ol li {
    margin-left: 1.5em; }
    /* line 200, content/css/./_elements.sass */
    #toc ol li li {
      margin-left: 1.5em; }
      /* line 202, content/css/./_elements.sass */
      #toc ol li li li {
        margin-left: 1.5em; }
        /* line 204, content/css/./_elements.sass */
        #toc ol li li li li {
          margin-left: 1.5em; }
          /* line 206, content/css/./_elements.sass */
          #toc ol li li li li li {
            margin-left: 1.5em; }
  /* line 208, content/css/./_elements.sass */
  #toc li {
    line-height: 1.2em; }

/* line 211, content/css/./_elements.sass */
#toctitle {
  font-variant: small-caps;
  font-weight: bold; }

/* line 215, content/css/./_elements.sass */
.toc-top-link {
  font-size: 13px;
  margin-left: 15px; }

/* line 219, content/css/./_elements.sass */
.contents > #toc {
  display: none; }

/* line 222, content/css/./_elements.sass */
.contents ol li {
  list-style-type: none; }

/* line 225, content/css/./_elements.sass */
div.navigation {
  display: block;
  margin: auto;
  text-align: center;
  margin: 2em 0; }

/* line 231, content/css/./_elements.sass */
div.navigation a {
  font-weight: bold;
  font-variant: small-caps;
  margin-left: 3em;
  margin-right: 3em; }

/* line 237, content/css/./_elements.sass */
#content .article-buttons li {
  font-family: "Arial", "Sans-serif";
  font-size: 0.8em;
  font-weight: bold;
  display: inline;
  margin-left: 0;
  vertical-align: top; }

/* line 245, content/css/./_elements.sass */
#content .article-meta li {
  margin-left: 0; }

/* line 248, content/css/./_elements.sass */
.inner-border img {
  margin-top: 7px; }

/* line 251, content/css/./_elements.sass */
#legacy-comments, #intensedebate {
  max-width: 800px;
  margin: auto; }

/* line 255, content/css/./_elements.sass */
.legacy-comment {
  padding: 5px 0; }

/* line 258, content/css/./_elements.sass */
.lc-header {
  display: block;
  height: 20px;
  border: 1px solid #232323;
  background: #121212;
  padding: 5px; }

/* line 265, content/css/./_elements.sass */
table {
  margin: 10px auto;
  border: 1px solid #555555; }

/* line 269, content/css/./_elements.sass */
tr {
  border-bottom: 1px solid #555555; }

/* line 272, content/css/./_elements.sass */
#search_form tr, #timeline tr, #taglist tr {
  border-bottom: none; }

/* line 276, content/css/./_elements.sass */
table#timeline, table#taglist {
  border: none; }

/* line 279, content/css/./_elements.sass */
tr, td, th {
  padding: 5px; }

/* line 282, content/css/./_elements.sass */
td {
  border-left: 1px solid #555555;
  border-right: 1px solid #555555; }

/* line 286, content/css/./_elements.sass */
th {
  background: #cecece;
  border: 1px solid #555555; }

/* line 290, content/css/./_elements.sass */
#taglist, #timeline {
  width: 100%;
  border-bottom: none;
  margin: 20px 0; }

/* line 295, content/css/./_elements.sass */
#taglist tr, #timeline tr {
  padding: 2px;
  width: 100%; }

/* line 299, content/css/./_elements.sass */
#taglist td, #timeline td {
  padding: 2px;
  border-left: none;
  border-right: none; }

/* line 305, content/css/./_elements.sass */
#content input[type=submit] {
  color: #333333;
  border: 2px solid #555555;
  background: #cccccc;
  outline: none;
  padding: 0.1em 0.3em;
  vertical-align: middle; }
  /* line 312, content/css/./_elements.sass */
  #content input[type=submit]:hover {
    border: 2px solid #cf282d;
    background: #eeeeee;
    color: #121212; }
  /* line 316, content/css/./_elements.sass */
  #content input[type=submit]:active {
    background: #aaaaaa;
    outline: none; }
/* line 319, content/css/./_elements.sass */
#content input[type=text] {
  color: #333333;
  border: 2px solid #333333;
  background: white;
  outline: none;
  text-align: left;
  height: 21px;
  vertical-align: middle; }
  /* line 327, content/css/./_elements.sass */
  #content input[type=text]:hover, #content input[type=text]:focus, #content input[type=text]:active {
    border: 2px solid #cf282d; }

/* line 330, content/css/./_elements.sass */
#search_form {
  clear: both; }

/* line 333, content/css/./_elements.sass */
.gsc-resultsHeader, .gs-visibleUrl, .gsc-trailing-more-results, .gs-watermark {
  display: none; }

/* line 336, content/css/./_elements.sass */
.gsc-result {
  padding: 0.5em 0; }

/* line 339, content/css/./_elements.sass */
table.gsc-search-box {
  height: 25px;
  margin: auto;
  margin-top: 20px; }

/* line 344, content/css/./_elements.sass */
.gsc-control, .gsc-resultsRoot {
  width: 850px; }

/* line 347, content/css/./_elements.sass */
.gsc-search-box {
  border: none; }
  /* line 349, content/css/./_elements.sass */
  .gsc-search-box td {
    border: none; }

/* line 352, content/css/./_elements.sass */
.gsc-input {
  width: 400px; }

/* line 355, content/css/./_elements.sass */
.gsc-branding {
  color: black;
  font-style: italic;
  font-size: 80%;
  border: none;
  margin: auto;
  padding: 0; }

/* line 363, content/css/./_elements.sass */
td.gsc-branding-img {
  text-align: left; }

/* line 366, content/css/./_elements.sass */
div.gsc-clear-button {
  background: transparent url("../images/theme/icons/close.png") no-repeat center 50%;
  width: 10px;
  height: 10px; }
  /* line 370, content/css/./_elements.sass */
  div.gsc-clear-button:hover {
    cursor: pointer; }

/* line 373, content/css/./_elements.sass */
.gsc-cursor-page {
  display: inline;
  padding-right: 7px; }
  /* line 376, content/css/./_elements.sass */
  .gsc-cursor-page:hover {
    cursor: pointer; }

/* line 379, content/css/./_elements.sass */
.gsc-cursor-current-page {
  font-weight: bold; }

/* TEXT */
/* line 5, content/css/./_text.sass */
body {
  color: black;
  font-family: "Georgia", "Serif";
  font-size: 0.9em; }

/* line 10, content/css/./_text.sass */
h2 {
  font-size: 2.3em;
  font-family: "Palatino Linotype", "Palatino", "Book Antiqua", "Serif";
  font-variant: small-caps;
  margin: 1em 0 0 0;
  margin: 0; }

/* line 15, content/css/./_text.sass */
h3 {
  font-size: 1.7em;
  font-family: "Palatino Linotype", "Palatino", "Book Antiqua", "Serif";
  font-variant: small-caps;
  margin: 1em 0 0 0; }

/* line 19, content/css/./_text.sass */
h4 {
  font-size: 1.3em;
  font-family: "Palatino Linotype", "Palatino", "Book Antiqua", "Serif";
  font-variant: small-caps;
  margin: 1em 0 0 0; }

/* line 23, content/css/./_text.sass */
.dropcap {
  font-family: "Palatino Linotype", "Palatino", "Book Antiqua", "Serif";
  float: left;
  font-size: 4.2em;
  line-height: 0.75em;
  margin-top: 0.15em;
  padding-right: 0.25em;
  text-transform: uppercase; }

/* line 32, content/css/./_text.sass */
p.first-p:first-line {
  font-variant: small-caps; }

/* line 35, content/css/./_text.sass */
#services h3 {
  text-align: center; }

/* line 38, content/css/./_text.sass */
em {
  font-style: italic; }

/*** Article Lists *** */
/* line 43, content/css/./_text.sass */
.article-list h3, .left-column h3, .right-column h3 {
  text-align: center; }

/* line 46, content/css/./_text.sass */
.article-item h4 {
  margin: 0;
  padding: 0; }

/* line 50, content/css/./_text.sass */
.article-tags {
  font-size: 90%;
  padding-left: 1em; }

/* line 54, content/css/./_text.sass */
.article-summary {
  padding-left: 1em;
  font-style: italic; }

/****** LINKS ****** */
/* line 60, content/css/./_text.sass */
a, a.gs-title {
  text-decoration: none;
  outline: none; }

/* line 64, content/css/./_text.sass */
h4 a {
  text-decoration: none; }

/* line 67, content/css/./_text.sass */
a, a.gs-title, .gsc-cursor-page {
  color: #a4282d; }

/* line 70, content/css/./_text.sass */
a:hover, a.gs-title:hover, .gsc-cursor-page:hover {
  color: #cf282d; }

/* line 3, content/css/./_code.sass */
.highlight, .code, pre.lazy {
  font-family: "Consolas", "Monaco", "Monospace";
  border: 1px solid #cccccc;
  background: #dedede;
  padding: 5px;
  margin: 5px 0;
  font-size: 90%;
  overflow: auto; }

/* line 13, content/css/./_code.sass */
code {
  font-family: "Consolas", "Monaco", "Monospace";
  font-size: 90%; }

/* line 18, content/css/./_code.sass */
.highlight .hll {
  background-color: #ffffcc; }
/* line 21, content/css/./_code.sass */
.highlight .c {
  color: green; }
/* line 24, content/css/./_code.sass */
.highlight .err {
  border: 1px solid red; }
/* line 27, content/css/./_code.sass */
.highlight .k {
  color: blue; }
/* line 30, content/css/./_code.sass */
.highlight .cm {
  color: green; }
/* line 33, content/css/./_code.sass */
.highlight .cp {
  color: blue; }
/* line 36, content/css/./_code.sass */
.highlight .c1, .highlight .cs {
  color: green; }
/* line 39, content/css/./_code.sass */
.highlight .ge {
  font-style: italic; }
/* line 42, content/css/./_code.sass */
.highlight .gh, .highlight .gp, .highlight .gs, .highlight .gu {
  font-weight: bold; }
/* line 45, content/css/./_code.sass */
.highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr {
  color: blue; }
/* line 48, content/css/./_code.sass */
.highlight .kt {
  color: #2b91af; }
/* line 51, content/css/./_code.sass */
.highlight .s {
  color: #a31515; }
/* line 54, content/css/./_code.sass */
.highlight .nc {
  color: #2b91af; }
/* line 57, content/css/./_code.sass */
.highlight .ow {
  color: blue; }
/* line 60, content/css/./_code.sass */
.highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
  color: #a31515; }

/* line 1, content/css/./_fancybox.sass */
html, body {
  height: 100%; }

/* line 4, content/css/./_fancybox.sass */
div#fancy_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666666;
  display: none;
  z-index: 30; }

/* line 14, content/css/./_fancybox.sass */
* html div#fancy_overlay {
  position: absolute;
  height: 580px; }

/* line 19, content/css/./_fancybox.sass */
div#fancy_wrap {
  text-align: left; }
/* line 21, content/css/./_fancybox.sass */
div#fancy_loading {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  background: transparent;
  z-index: 100; }
  /* line 30, content/css/./_fancybox.sass */
  div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url("/images/fancybox/fancy_progress.png") no-repeat; }
/* line 37, content/css/./_fancybox.sass */
div#fancy_loading_overlay {
  position: absolute;
  background-color: white;
  z-index: 30; }
/* line 41, content/css/./_fancybox.sass */
div#fancy_loading_icon {
  position: absolute;
  background: url("/images/fancybox/fancy_loading.gif") no-repeat;
  z-index: 35;
  width: 16px;
  height: 16px; }
/* line 47, content/css/./_fancybox.sass */
div#fancy_outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 18px 18px 33px 18px;
  margin: 0;
  overflow: hidden;
  background: transparent;
  display: none; }
/* line 57, content/css/./_fancybox.sass */
div#fancy_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #bbbbbb;
  background: white; }
/* line 63, content/css/./_fancybox.sass */
div#fancy_content {
  margin: 0;
  z-index: 100;
  position: absolute; }
/* line 67, content/css/./_fancybox.sass */
div#fancy_div {
  background: black;
  color: white;
  height: 100%;
  width: 100%;
  z-index: 100; }

/* line 74, content/css/./_fancybox.sass */
img#fancy_img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

/* line 85, content/css/./_fancybox.sass */
div#fancy_close {
  position: absolute;
  top: -12px;
  right: -15px;
  height: 30px;
  width: 30px;
  background: url("/images/fancybox/fancy_closebox.png") top left no-repeat;
  cursor: pointer;
  z-index: 181;
  display: none; }

/* line 96, content/css/./_fancybox.sass */
#fancy_frame {
  position: relative;
  width: 100%;
  height: 100%;
  display: none; }

/* line 102, content/css/./_fancybox.sass */
#fancy_ajax {
  width: 100%;
  height: 100%;
  overflow: auto; }

/* line 108, content/css/./_fancybox.sass */
a#fancy_left, a#fancy_right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  z-index: 111;
  display: none;
  outline: none; }
/* line 117, content/css/./_fancybox.sass */
a#fancy_left {
  left: 0px; }
/* line 119, content/css/./_fancybox.sass */
a#fancy_right {
  right: 0px; }

/* line 123, content/css/./_fancybox.sass */
span.fancy_ico {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 112;
  cursor: pointer;
  display: block; }
/* line 132, content/css/./_fancybox.sass */
span#fancy_left_ico {
  left: -9999px;
  background: transparent url("/images/fancybox/fancy_left.png") no-repeat; }
/* line 135, content/css/./_fancybox.sass */
span#fancy_right_ico {
  right: -9999px;
  background: transparent url("/images/fancybox/fancy_right.png") no-repeat; }

/* line 140, content/css/./_fancybox.sass */
a#fancy_left:hover, a#fancy_right:hover {
  visibility: visible; }
/* line 142, content/css/./_fancybox.sass */
a#fancy_left:hover span {
  left: 20px; }
/* line 144, content/css/./_fancybox.sass */
a#fancy_right:hover span {
  right: 20px; }

/* line 147, content/css/./_fancybox.sass */
.fancy_bigIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

/* line 156, content/css/./_fancybox.sass */
div#fancy_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 70;
  border: 0;
  padding: 0;
  margin: 0; }
/* line 166, content/css/./_fancybox.sass */
div.fancy_bg {
  position: absolute;
  display: block;
  z-index: 70;
  border: 0;
  padding: 0;
  margin: 0; }
/* line 173, content/css/./_fancybox.sass */
div.fancy_bg_n {
  top: -18px;
  width: 100%;
  height: 18px;
  background: transparent url("/images/fancybox/fancy_shadow_n.png") repeat-x; }
/* line 178, content/css/./_fancybox.sass */
div.fancy_bg_ne {
  top: -18px;
  right: -13px;
  width: 13px;
  height: 18px;
  background: transparent url("/images/fancybox/fancy_shadow_ne.png") no-repeat; }
/* line 184, content/css/./_fancybox.sass */
div.fancy_bg_e {
  right: -13px;
  height: 100%;
  width: 13px;
  background: transparent url("/images/fancybox/fancy_shadow_e.png") repeat-y; }
/* line 189, content/css/./_fancybox.sass */
div.fancy_bg_se {
  bottom: -18px;
  right: -13px;
  width: 13px;
  height: 18px;
  background: transparent url("/images/fancybox/fancy_shadow_se.png") no-repeat; }
/* line 195, content/css/./_fancybox.sass */
div.fancy_bg_s {
  bottom: -18px;
  width: 100%;
  height: 18px;
  background: transparent url("/images/fancybox/fancy_shadow_s.png") repeat-x; }
/* line 200, content/css/./_fancybox.sass */
div.fancy_bg_sw {
  bottom: -18px;
  left: -13px;
  width: 13px;
  height: 18px;
  background: transparent url("/images/fancybox/fancy_shadow_sw.png") no-repeat; }
/* line 206, content/css/./_fancybox.sass */
div.fancy_bg_w {
  left: -13px;
  height: 100%;
  width: 13px;
  background: transparent url("/images/fancybox/fancy_shadow_w.png") repeat-y; }
/* line 211, content/css/./_fancybox.sass */
div.fancy_bg_nw {
  top: -18px;
  left: -13px;
  width: 13px;
  height: 18px;
  background: transparent url("/images/fancybox/fancy_shadow_nw.png") no-repeat; }
/* line 217, content/css/./_fancybox.sass */
div#fancy_title {
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none; }
  /* line 224, content/css/./_fancybox.sass */
  div#fancy_title div {
    color: white;
    font: bold 12px Arial;
    padding-bottom: 3px; }
  /* line 228, content/css/./_fancybox.sass */
  div#fancy_title table {
    margin: 0 auto; }
    /* line 230, content/css/./_fancybox.sass */
    div#fancy_title table td {
      padding: 0;
      vertical-align: middle; }

/* line 235, content/css/./_fancybox.sass */
td#fancy_title_left {
  height: 32px;
  width: 15px;
  background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x; }
/* line 239, content/css/./_fancybox.sass */
td#fancy_title_main {
  height: 32px;
  background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x; }
/* line 242, content/css/./_fancybox.sass */
td#fancy_title_right {
  height: 32px;
  width: 15px;
  background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x; }

/* line 1, content/css/./_fancybox-gallery.sass */
#gallery {
  padding: 1em;
  width: 750px; }
  /* line 4, content/css/./_fancybox-gallery.sass */
  #gallery ul {
    list-style: none; }
    /* line 6, content/css/./_fancybox-gallery.sass */
    #gallery ul li {
      float: left;
      margin-left: 2px;
      padding-left: 0; }
    /* line 10, content/css/./_fancybox-gallery.sass */
    #gallery ul img {
      border: 5px solid #dedede; }
    /* line 12, content/css/./_fancybox-gallery.sass */
    #gallery ul a:hover {
      color: white; }
      /* line 14, content/css/./_fancybox-gallery.sass */
      #gallery ul a:hover img {
        border: 5px solid #cccccc;
        color: white; }
  /* line 17, content/css/./_fancybox-gallery.sass */
  #gallery a {
    border-bottom: none; }

/* line 21, content/css/./_fancybox-gallery.sass */
#fancy_content a {
  border-bottom: none; }

/* line 24, content/css/./_fancybox-gallery.sass */
#fancy_title td, #fancy_title tr, #fancy_title table {
  border: none; }

