@font-face {
    font-family: 'Tisa';
    src: url('../fonts/tisapro-webfont.eot');
    src: url('../fonts/tisapro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tisapro-webfont.woff') format('woff'),
         url('../fonts/tisapro-webfont.ttf') format('truetype'),
         url('../fonts/tisapro-webfont.svg#TisaProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tisa';
    src: url('../fonts/tisaot-bold-webfont.eot');
    src: url('../fonts/tisaot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tisaot-bold-webfont.woff') format('woff'),
         url('../fonts/tisaot-bold-webfont.ttf') format('truetype'),
         url('../fonts/tisaot-bold-webfont.svg#TisaOTBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

#toc,.editsection {
display:none;
}


/* [[Category:EXPORT_SKIN]] */

* {
  margin:0;
  padding:0;
  list-style:none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
*:focus {
  outline:0;
}
article.active p {
  margin-bottom:1em;
  }
a {
 color:black;
 font-style:bold;
 text-decoration:none;
}
.tags .selflink,
a.link-self,
a.link-active,
a:hover {
 color:#e42313 !important;
}
.LOGGEDIN a.new {
 color:white !important;
 background:#e42313;
}
img {
  border:0;
}
sup {
 position:relative;
 font-size:60%;
 top:-5px;
 vertical-align: baseline;
}
aside ul,
aside li {
  list-style:disc inside;
  }
aside ul {
  margin-top:5px;
  }
aside li {
  margin-left:3px;  
}
  
body {
  font-family:Tisa,sans-serif;
  font-size:14px;
  line-height:1.5em;
  color:#575756;
}

#content {
  width:1000px;
  margin:0 auto;
  }

#header {
  position:relative;
  background:#fff;
  width:1000px;
  padding:0 20px;
  margin:0 auto 30px;
}

#header a {
  display:block;
  padding:10px 0px 10px;
  border-bottom:1px solid #efefef;
  }


#header:before {
  content:" ";
  position:absolute;
  z-index:-1;
  left:30px;
  right:30px;
  bottom:0px;
  height:20px;
  border-radius:50%;
  box-shadow:0px -8px 35px 0px rgba(0,0,0,0.7);

}


.edit-link {
  float:right;
}

.column {
float:left;
width:250px;
padding:0 20px 20px;
margin-bottom:20px;
transition:width 0.3s ease-in;
-moz-transition:width 0.3s ease-
in;
-webkit-transition:width 0.3s ease-in;
}


.center {
   border-right:2px dotted #dfdfdf;
   border-left:2px dotted #dfdfdf;
}

.column.active {
  width:500px;
  }


section {
  padding-bottom:20px;
  border-bottom:1px solid #efefef;
  margin-bottom:40px;
  position:relative;
  background:white;
  background: -webkit-linear-gradient(bottom, 
    #f6f6f6 0%, #fcfcfc 30px, #fff 50px
  );
  background: -moz-linear-gradient(bottom, 
    #f6f6f6 0%, #fcfcfc 30px, #fff 50px
  );
  background: -o-linear-gradient(bottom, 
    #f6f6f6 0%, #fcfcfc 30px, #fff 50px
  );
  background: -ms-linear-gradient(bottom, 
    #f6f6f6 0%, #fcfcfc 30px, #fff 50px
  );
}

section:before {
  content:" ";
  position:absolute;
  z-index:-1;
  left:10px;
  right:10px;
  bottom:0;
  height:20px;
  border-radius:50%;
  box-shadow:0px -7px 35px -5px rgba(0,0,0,0.7);
  
}

h1.section-heading a {
    font-size:22px;
    display:block;
    color:#e42313;
    font-weight:normal;
    padding-bottom:10px;
    border-bottom:3px solid #000;
    margin-bottom:10px;
}

article {
  position:relative;
  width:100%;
  overflow:hidden;
  margin-top:10px;
  padding-top:30px;
  border-top:3px solid #dfdfdf;
  cursor:pointer;
  }
section>article:nth-child(2) {
  border:none;
  padding-top:0px;
  }
article.active {
  cursor:auto;
  }


article figure {
  position:relative;
  width:100%;
  overflow:hidden;
  border:2px solid #dfdfdf;
  }
article figure img {
  vertical-align:top;
  position:relative;
  left:50%;
  margin-left:-230px;
  }

article header {
  margin-bottom:10px;
  }
article .date {
  font-size:20px;
  color:black;
  margin:15px 0;
  display:block;
  }
article .location{
 color:black;
 font-variant:small-caps;
}
article h1,
aside h2 {
  font-size:16px;
  line-height:20px;
  padding-bottom:2px;
  color:black;
  font-variant:small-caps;
  }

article .category {
  font-variant:small-caps;
  }


article .entry-content {
}

article .entry-content > * {
  height:0;
  opacity:0;
  overflow:hidden;
  transition:opacity 0.3s linear;
  -webkit-transition:opacity 0.3s linear;
  }

article.active .entry-content > *,  
article .entry-content > *:first-child {
  opacity:1;
  height:auto;
  }

.printfooter {
  display:none;
}

/* header stuf */


#footer {
  clear:both;
  border-top:1px solid black;
  margin:10px 0px 0px;
  padding:0px 50px;
  height:70px;
  background:#565657;
}


a.source-link,
a.more-link {
  float:right;
  color:#575756;
  background: url(../images/nav/arrow-more-left.png) right 2px no-repeat;
  padding-right:25px;
  line-height:15px;
  margin-right:5px;
  }
a.source-link {
  float:left;
  }
a.source-link:hover,
.more-link:hover {
  background-position:right -14px;
  }
article.active .more-link,
aside.active .more-link {
  display:none;
}

article:hover .more-link,
aside:hover .more-link {
  color:black;
}
div.source-link {
  display:none;
  width:100%;
  white-space:nowrap;
  text-overflow:ellipsis;
}

article.active .source-link {
  display:block;
}

/* article rotator */

.rotator {
 position:relative;
 height:580px;
 transition:height 0.3s ease-in;
-moz-transition:height 0.3s ease-
in;
-webkit-transition:height 0.3s ease-in;
}

.column.active .rotator {
 position:relative;
 height:650px;
}

.column.active .rotator article .entry-content {
  display:block;
}

.rotator article .entry-content {
  display:none;
}
.rotator article {
  position:absolute;
  top:35px;
  opacity:0;
  border-top:0;
  transition:opacity 0.5s ease-out;
  -moz-transition:opacity 0.5s ease-out;
  -webkit-transition:opacity 0.5s ease-out;
   z-index:1;
   padding-top:0;
   overflow:hidden;
   bottom:20px
  }
.rotator article.opaque {
  opacity:1;
  z-index:2
  }
  
.rotator article .source-link {
  display:block;
  position:absolute;
  bottom:0px;
  right:0px;
}
.rotator article .more-link {
  display:none;
}
/*
dl {
  text-align:justify;
}
dt {
  font-variant:small-caps;
  font-weight:bold;
  display:inline;
  margin-right:0.5em;
}

dd {
  display:inline;
  margin-right:0.5em;
}
*/

dt {
  font-weight:bold;
  font-size:smaller;
  float:left;
  margin-right:0.5em;
}
