/*
 * Reset
 */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
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: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Additional resets */
a {
  text-decoration: none;
}
a:active,
a:selected,
a:visited {
  border: none;
  outline: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/*
 * Grid (and gallery grid) structure
 */
.grid1Cols {
  width: 60px;
}
.grid2Cols {
  width: 140px;
}
.grid3Cols {
  width: 220px;
}
.grid4Cols {
  width: 300px;
}
.grid5Cols {
  width: 380px;
}
.grid6Cols {
  width: 460px;
}
.grid7Cols {
  width: 540px;
}
.grid8Cols {
  width: 620px;
}
.grid9Cols {
  width: 700px;
}
.grid10Cols {
  width: 780px;
}
.grid11Cols {
  width: 860px;
}
.grid12Cols {
  width: 940px;
}
.galleryGrid1Cols {
  width: 40px;
}
.column {
  margin: 0 10px;
  overflow: hidden;
  float: left;
  display: inline;
}
.galleryColumn {
  margin: 0 5px;
}
.row {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.galleryRow {
  width: 150px;
}
.row .row {
  margin: 0 -10px;
}
.row .galleryRow {
  margin: 0 -5px;
}
/*
 * Dimensions
 */
/*
 * Colors
 */
/*
 * Font
 */
/*
* Line heights
*/
/*
 * Paddings
 */
/*
 * UNICODE
 */
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 13px;
  background-color: #eeeeee;
  color: #000000;
}
body a {
  color: #1a5771;
}
body a:hover {
  color: #999999;
}
body a:visited {
  color: #1a5771;
}
#container {
  width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
}
.navigation {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.navigation ul li a {
  color: #ffffff;
}
.navigation ul li a.active {
  color: #999999;
}
.navigation ul li a:hover {
  color: #999999;
}
/* 
 * Header 
 */
header {
  font-size: 13px;
  background-color: #333333;
  line-height: 50px;
}
header h1 {
  font-size: 33px;
}
header h1 #title_flusser {
  color: #ffffff;
  font-weight: bold;
}
header h1 #title_studies {
  color: #93b3c5;
}
header nav {
  text-align: right;
}
header nav ul li {
  padding: 0 20px;
  display: inline;
  border-right: solid 1px #ffffff;
}
header nav ul li:last-child {
  border-right: none;
}
/* 
 * Content 
 */
#content {
  padding: 15px 0;
  min-height: 100%;
}
aside nav {
  background-color: #1a5771;
  font-size: 14px;
  line-height: 20px;
}
aside nav ul {
  padding: 0 10px;
}
aside nav ul li {
  padding: 10px 30px;
  border-bottom: solid 1px #4b7088;
}
aside nav ul li:last-child {
  border-bottom: none;
}
article {
  float: right;
  line-height: 17px;
}
article .easy-breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  border-bottom: solid 1px #cccccc;
  padding: 10px 0;
}
article .easy-breadcrumb ul li {
  display: inline;
}
article .easy-breadcrumb ul li:before {
  content: " / ";
}
article .easy-breadcrumb ul li:last-child {
  content: none;
}
article .easy-breadcrumb a:before {
  content: none;
}
article a {
  display: inline;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #1a5771;
}
article a:before {
  text-decoration: none;
  padding: 0 1px 1px 0;
  display: inline;
  white-space: pre-wrap;
  content: "\2794  ";
  background-color: white;
}
article a:hover {
  color: #999999;
  border-bottom: 1px solid #999999;
}
article .articleLink {
  display: block;
  padding: 5px 0;
}
article h2 {
  color: #333333;
  font-size: 26px;
  line-height: 40px;
  margin: 10px 0;
}
article h3 {
  color: #666666;
  font-size: 18px;
  line-height: 40px;
}
article h4 {
  color: #666666;
  font-size: 13px;
  line-height: 17px;
  height: inherit;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 10px;
}
article h5 {
  color: #666666;
  font-size: 13px;
  font-style: italic;
  line-height: 17px;
  margin-bottom: 20px;
}
article p {
  margin: 10px 0;
}
article ul li {
  padding-bottom: 5px;
}
article .newsEntry {
  padding-bottom: 20px;
}
article #separator {
  height: 40px;
}
article #topImages {
  display: inline;
  text-align: center;
}
article #topImages img {
  padding: 0;
}
article .issueIntro {
  padding-bottom: 20px;
}
article div.file {
  padding-bottom: 5px;
}
article .search-results li {
  border-bottom: solid 1px #cccccc;
  padding: 20px 0;
}
article .search-results li a {
  text-decoration: none;
  color: #999999;
}
article .search-results li a strong {
  color: #000000;
}
article .search-results li a:before {
  content: none;
}
article .search-results li a:hover {
  text-decoration: underline;
  color: #1a5771;
}
article .search-results li span {
  display: block;
}
article .search-form {
  border-bottom: solid 1px #cccccc;
  line-height: 17px;
  padding-bottom: 20px;
}
article .search-form fieldset {
  display: none;
}
article input {
  background-color: #cccccc;
  height: 38px;
  border: none;
  text-indent: 10px;
  color: #666666;
  font-style: italic;
}
article input#edit-submit {
  background-image: url('/sites/all/themes/flusser/img/flusser_search.png');
  background-repeat: no-repeat;
  width: inherit;
  height: 40px;
}
article input#edit-submit:hover {
  background-position: 0 -40px;
}
article .view-unformatted {
  padding: 5px 0;
}
article .view-unformatted span {
  display: inline;
}
article .view-unformatted span.bracket:before {
  content: " (";
}
article .view-unformatted span.bracket:after {
  content: ")";
}
article div.article {
  margin-bottom: 40px;
  border-top: 1px solid #000000;
}
article div.article .keywords a:before {
  content: " / ";
  display: inline-block;
  white-space: pre-wrap;
}
article div.article .keywords a:first-child:before {
  content: none;
}
article div.article h3 {
  line-height: 20px;
  padding: 10px 0;
}
article div.article h3.articleH3 strong {
  font-weight: bold;
  font-size: 22px;
}
article div.article h4 {
  line-height: 17px;
  height: inherit;
  padding-bottom: 10px;
}
article div.article h4 a {
  font-weight: bold;
}
article div.article h4 a:before {
  content: " / ";
  display: inline-block;
  white-space: pre-wrap;
}
article div.article h4 a:first-child:before {
  content: none;
}
article div.article .media a:before {
  content: none;
}
article div.article .imageContainer {
  margin-top: 10px;
  overflow: hidden;
}
article div.article .imageContainer a {
  border: none;
}
article div.article .imageContainer div.fancyArrow {
  width: 40px;
  height: 30px;
  margin-bottom: 5px;
}
article div.article .imageContainer div.fancyArrow a {
  width: inherit;
  height: inherit;
}
article div.article .imageContainer div.fancyArrow a div {
  width: inherit;
  height: inherit;
  background-image: url('/sites/all/themes/flusser/img/flusser_arrow.png');
  background-repeat: no-repeat;
  background-position: left top;
}
article div.article .imageContainer div.fancyArrow a div:hover {
  background-position: left bottom;
}
article div.article .imageContainer div.firstImage img {
  width: 140px;
  height: 100px;
}
article div.article .imageContainer div.otherImages {
  height: 68px;
  overflow: hidden;
}
article div.article .imageContainer div.otherImages div.otherImage {
  display: inline;
}
article div.article .imageContainer div.otherImages div.otherImage img {
  width: 40px;
  height: 30px;
}
article div.article .imageContainer .videoLink:before {
  content: none;
}
article div.article .imageContainer .play {
  position: absolute;
  z-index: 100;
}
article div.article div:before {
  content: none;
}
article div.article div:after {
  content: none;
}
article div.article:first-child {
  margin-top: 0;
}
article .item-list {
  text-align: center;
}
article .item-list ul {
  padding: 20px 0;
}
article .item-list ul li {
  display: inline;
}
article .item-list ul li a:before {
  content: none;
}
article #newsletter-subscription-form input.form-submit {
  background-image: url('/sites/all/themes/flusser/img/flusser_subscribe.png');
}
article #user-login div.form-item {
  margin-top: 20px;
}
article #user-login div.form-item div.description {
  margin-bottom: 5px;
  color: #cccccc;
  font-style: italic;
  font-weight: normal;
}
article #user-login div.form-item input.form-text {
  margin: 5px 0;
  display: block;
}
article #user-login div.form-actions {
  margin-top: 20px;
}
article #user-login div.form-actions input.form-submit {
  width: 60px;
  background-image: none;
  color: #1a5771;
  font-style: normal;
  font-weight: bold;
  text-indent: 0;
}
article #user-login div.form-actions input.form-submit:hover {
  color: #999999;
}
article #homePictures {
  list-style: none;
}
article #homePictures li {
  display: inline;
}
/* 
 * Fancybox 
 */
.fancybox-nav {
  width: 0;
}
.fancybox-nav span {
  visibility: visible;
}
.fancybox-prev span {
  left: -60px;
}
.fancybox-next span {
  right: -60px;
}
.fancybox-title {
  background-color: rgba(0, 0, 0, 0.5);
}
/* 
 * Footer 
 */
div.status {
  display: none;
}
div.warning {
  display: none;
}
div.error {
  display: none;
}
div.messages {
  padding: 40px 0;
}
div.positive {
  color: #0abf00;
}
div.positive:before {
  content: "\2714  ";
}
div.negative {
  color: #c21b1b;
}
div.negative:before {
  content: "\2718  ";
}
/* 
 * Footer 
 */
footer {
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  background-color: #333333;
}
footer nav {
  text-align: left;
}
footer nav ul {
  padding: 5px 0;
}
footer nav ul li {
  display: list-item;
}
footer div {
  height: inherit;
}
/* 
 * Scroller 
 */
#scroller {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  display: none;
  text-indent: -9999px;
  background-image: url('/sites/all/themes/flusser/img/flusser_top.png');
  background-repeat: no-repeat;
  z-index: 10;
}
#scroller:hover {
  opacity: 1;
  background-position: 0 -50px;
}
@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
@media print {
  a[href^="mailto:"]:after,
  a[href^="http"]:after,
  a[href^="/"]:after {
    display: none;
  }
  #toolbar {
    display: none;
  }
  header {
    display: none;
  }
  #content aside {
    display: none;
  }
  footer {
    display: none;
  }
}
