﻿@import url("gallery.css");
@media projection, screen {
  .tabs-hide {
    display: none;
  }
}
@media print {
  .fragment {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .anchors {
    display: none;
  }
}

/* Default settings
-------------------------------------*/
div, p, h1, h2, h3, h4, form, fieldset, ul, li, blockquote {
  margin: 0;
  padding: 0;
  }
body {
  margin: 0;
  padding : 0;
  font: 62.5%/1em "Lucida Grande", Tahoma, Helvetica, sans-serif;
  text-align: center;
  color: #666;
  background: #5e5756;
  }
ul {
  list-style: none;
  }
h2 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  }
  
/* Links
-------------------------------------*/
a {
  text-decoration: none;
  }
a img {
  border: 0;
  }
div#contents a {
  text-decoration: none;
  color: #7B9217;
  /*border-bottom: 1px solid #C0DF2E;*/
  }
div#contents a:hover {
  color: #b35900;
  /*border-bottom: 1px solid #FF8D1A;*/
  }
div#contents a img,
div#contents a:hover img {
  border: 0;
}
div#contents div.post h2 a {
  color: #8EA81A;
  border: 0;
  }
div#contents div.post h2 a:hover {
  color: #b35900;
  }
  
/* Layout
-------------------------------------*/
div#container {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  background: #5e5756 url(images/background.gif) repeat-y 50% 0;
  }
div#header {
  height:50px;
  background: #5e5756 url(images/banner.jpg) no-repeat 0 0;
  overflow: hidden;
  }
div#contents {
  float: right;
  width: 615px;
  margin: 0 5px;
  padding: 30px 40px 0;
  border-top: 3px solid #b5b5b5;
  display: inline;
  }
div#sidebar {
  float: left;
  width: 235px;
  }
div#footer {
  clear: both;
  padding-bottom: 2em;
  padding-left: 15px;
  }

/* Header
-------------------------------------*/
#header h1 {
  float: left;
  margin: 16px 0 0 5px;
  }
#header h1 a {
  display: block;
  height: 40px;
  width: 300px;
  text-indent: -700em;
  outline: none;
  }

/* Footer
-------------------------------------*/
div#footer p {
  font-size: 1.1em;
  color: #b0abaa;
  line-height: 1.3em;
  }
div#footer a {
  color: #b0abaa;
  border-bottom: 1px solid #979190;
  }
div#footer a:hover {
  color: #d8d8d8;
  border-color: #d8d8d8;
  }

/* Post
-------------------------------------*/
div.post {
  clear: both;
  padding-bottom: 7em;
  }
div.post h2 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 1em -2px;
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  }
div.post-content h3 {
  margin: 1em 0 0.5em -1px;
  font-size: 1.3em;
  }
div.post p, div.post-content ul {
  margin-bottom: 0.6em;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: justify;
  }
div.post-content ul li:before {
  content: "\2014\2002";
  }
div.post-content h3 {
  margin: 1em 0 0.5em -1px;
  font-size: 1.2em;
  }
div.post-content img.left {
  float: left;
  padding: 0.3em 6px 0 0;
  }
div.post-content img.right {
  float: right;
  padding: 0.3em 0 0 6px;
  }
div.post ol.footnotes {
  margin: 0 0 1em;
  padding: 1em 0;
  font-size: 1.1em;
  list-style-position: inside;
  background: url(images/footnotes.gif) no-repeat 0 0;
  }
ul.post-meta {
  clear: both;
  float: right;
  margin-top: 1em;
  list-style: none;
  font-size: 1.2em;
  }
ul.post-meta li {
  float: left;
  margin-left: 0.5em;
  padding: 0 0 2px 0.5em;
  border-left: 1px solid #bbbcae;
  }
ul.post-meta li.first {
  border: 0;
  }

/* Sidebar
-------------------------------------*/
div#sidebar h2 {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #d8d8d8;
  }
ul#anchors {
  margin-top: -5px;
  padding-left: 5px;
  height: 40px;
  cursor: pointer;
  }
ul#anchors li {
  float: left;
  width: 75px;
  height: 40px;
  background: url(images/tabs.gif) no-repeat 0 0;
}
ul#anchors li.first-tabs {
  background: url(images/first-tabs.gif) no-repeat 0 0;
  }
ul#anchors li.hover {
  background-position: 0 50%;
  }
ul#anchors li.selected {
  background-position: 0 100%;
  }
ul#anchors li a {
  display: block;
  width: 75px;
  height: 25px;
  margin-top: 12px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  outline: none;
  }
ul#anchors li.hover a {
  margin-top: 9px;
  }
ul#anchors li.selected a {
  margin-top: 9px;
  background-position: 50% 100%;
  }
ul#anchors span {
  display: none;
  }
a#anchor-1 {
  background-image : url(images/anchor-1.gif);
  }
a#anchor-2 {
  background-image : url(images/anchor-2.gif);
  }
a#anchor-3 {
  background-image : url(images/anchor-3.gif);
  }
a#anchor-4 {
  background-image : url(images/anchor-4.gif);
  }
div.fragments {
  padding: 15px;
  color: #d8d8d8;
  }
div.fragment ul {
  margin-bottom: 2em;
  font-size: 1.1em;
  }
div.fragment li {
  clear:both;
  }
div.fragment li a {
  display: block;
  padding-left: 10px;
  line-height: 2em;
  color: #b0abaa;
  }
  
div.fragment li a:hover {
  color: #6aacbb;
  color: #e67cb2;
  }
  
div.fragment li img {
  border:2px solid #efefef;
  float:right;
  margin-bottom:8px;
  opacity: 0.5;
  vertical-align:middle;
  }
div.fragment li a:hover img {
  border:2px solid #efefef;
  opacity: 1;
  }
  
ul#menu li {
  border-bottom:1px solid #8f8a89;
}

ul#menu li a {
  padding: 5px 10px;
  font-family: Lucida Sans Unicode;
  font-size: 110%;
}
ul#menu li a:hover {
  color: none;
  background: none;
}
ul#menu li a.active {
  background: url(images/link-bullet.gif) no-repeat 0 50%;
}

/* Short news */
ul#short-news {
  color: #b0abaa;
}
ul#short-news li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  line-height: 1.5em;
  }
ul#short-news span.short-date {
  color: #d8d8d8;
  }
ul#short-news a {
  display: inline;
  padding: 0;
  line-height: 1.5em;
  text-decoration: underline;
  background:transparent;
  color: #b0abaa;
  }
ul#short-news a:hover {
  color: #f775b2;
  text-decoration: none;
  background: #766e6d;
  }