/*
Theme Name:     Twenty Twelve Child
Template:       twentytwelve
*/

@import url("../twentytwelve/style.css");

@import url("../twentytwelve-child/flowplayer/5.4.3/skin/minimalist.css");


/* 
@import url("//releases.flowplayer.org/5.4.3/skin/minimalist.css");
*/

/* add own css rules below */

body .site {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

blockquote, q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

blockquote:before, q:before {
  content: open-quote;
}

blockquote:after, q:after {
  content: close-quote;
}

.site-content {
  width: 640px;
}

.site-content article {
  border-bottom: 1px solid #ededed;
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

.widget-area .widget h3 {
  margin-bottom: 0;
  margin-bottom: 0rem;
}

.widget-area .widget {
  margin-bottom: 36px;
  margin-bottom: 2.571428571rem;
}

/*
footer[role="contentinfo"] {
  text-align: center;
}
*/

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
  margin-bottom: 0
}




/* Flowplayer HTML5 */

.flowplayer {
  background-repeat:no-repeat;
  background-color:#eee;
}

.flowplayer.is-mouseout .fp-timeline {
  height: 0;
}

.flowplayer .fp-embed {
  display: none;
}

.flowplayer .endscreen {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
  text-align: center;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.flowplayer .endscreen img {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flowplayer.is-finished .endscreen {
  z-index: 2;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.endscreen-text {
  font-size: 1.571428571rem;
  margin-top: 25%;
}