@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'FranklinGothicBookRegular';
	src: url('../fonts/frabk-webfont.eot');
	src: local('@'), url('../fonts/frabk-webfont.woff') format('woff'), url('../fonts/frabk-webfont.ttf') format('truetype'), url('../fonts/frabk-webfont.svg#webfontiA50PIk4') format('svg');
	font-weight: normal;
	font-style: normal;
}

.Topper { float: none; display: block; }

.Left .adCore .Ad,
.rootPage .Left .adCore .Ad { border: none; }

.Section .Core img.alignleft, .Section .Core img.alignright {
	width: auto;
	position: relative;
	display: inline;
}
.Section .Core img.alignleft { float: left; margin-right: 10px; }
.Section .Core img.alignright { float: right; margin-left: 10px; }
.Section .Core img.aligncenter { margin: 0 auto; }

#shPrev, #shNext {
    font-weight: normal;
    font-size: 10px;
}

/**** VIDEO PLAYER *****/

.SWFWrapper {
  margin-bottom: 50px;
}
.SWFControls {
  background-color: #FFF;  
}
.SWFControls, .Playback, .Volume {
  height: 20px;
}
.Volume {
  right: 30px;
}
.Track, .Bar, .Handle, .PlayButton, .PauseButton {
  height: 12px;
}
.Track, .Handle, .PlayButton, .PauseButton, .FullScreenButton {
  margin: 9px 0;
}
.Bar {
  margin: 10px 0; 
}
.Track {
  border: 1px solid #666;
  background-color: #FFF;
}
.Volume .Track, .Volume .Bar {
  border: none;
  height: 20px;
  margin: 2px 0;
}
/* overwritten if customized in shortcode */
.SWFWrapper, .SWFOverlay, .SWFPlayer, .SWFError, .SWFError img {
  width: 560px;
  height: 320px;
}
.SWFOverlay { background-color: #FFF; }
.SWFOverlay img {
  width: 560px;
  height: 304px;
}
.SWFControls {
  width: 560px;
}
.Playback .Track {
  width: 358px;
}
.SWFWrapper:-webkit-full-screen  { width: 90%; }
.SWFOverlay:-webkit-full-screen  { width: 90%; }
.SWFWrapper:fullscreen  { width: 90%; }
.SWFOverlay:fullscreen  { width: 90%; }
