   /**  
* Theme Name: Hollywood Still Fucking Sucks
* Theme URI: http://www.the-editing-room.com
* Description: The Editing Room main theme.
* Version: 4.0
* Author: The Editing Room
* Author URI: http://www.the-editing-room.com
*/
/* **** Style Reset *****
   ================================================== */
/*

Full screen:
|*[contentWidth][buffer][sidebarWidth]*|

Mobile at <= contentWidth + buffer + sidebarwidth:
|[spacing][*][buffer][sidebarWidth][spacing]|

Mobile at <= contentWidth: 
|[spacing][*][spacing]| (content)
|[spacing][*][spacing]| (sidebar)

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles!  */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup  */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* **** Basic Page Styles ****
   ================================================== */
body {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #f7f7fa;
  text-align: center;
  font-weight: 600;
  /* background-attachment: fixed;*/ }

html body {
  font-family: "Open Sans", "Verdana", "Arial", sans-serif; }

a:link {
  color: #2C3967; }

a:visited {
  color: #20294a; }

a:active {
  color: #000000; }

a:hover {
  color: #000000; }

a img {
  border: none;
  background: none;
  padding: 5px; }

img {
  border: none; }

blockquote {
  margin: 0px 0px 0px 30px;
  padding: 0px 25px 0px 0px; }

strong {
  font-weight: bold; }

strike {
  text-decoration: line-through; }

/* **** Outer Container ****
   ================================================== */
#outercontainer {
  height: 100% !important;
  width: 970px;
  /*Width of main container*/
  margin: 0 auto;
  /*Center container on page*/
  margin-top: 30px;
  text-align: left;
  z-index: 100; }

#maincontainer {
  height: 100%; }

/* **** Header ****
   ================================================== */
#header a img {
  padding: 0; }

#header-wrapper {
  height: 165px;
  background: #d0d0d6 url(/wp-content/themes/hollywood-sucks.v4/img/fuckton-of-scripts.jpg);
  background-size: 1500px 300px;
  background-position: center top;
  background-attachment: fixed;
  -moz-transition: background-position 10ms ease;
  -webkit-transition: background-position 10ms ease; }

#header {
  height: 100%;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(208, 208, 214, 0.95) 0%, rgba(208, 208, 214, 0.95) 15%, rgba(208, 208, 214, 0.25) 90%, rgba(208, 208, 214, 0.25) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(208, 208, 214, 0.95) 0%, rgba(208, 208, 214, 0.95) 15%, rgba(208, 208, 214, 0.25) 90%, rgba(208, 208, 214, 0.25) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(208, 208, 214, 0.95) 0%, rgba(208, 208, 214, 0.95) 15%, rgba(208, 208, 214, 0.25) 90%, rgba(208, 208, 214, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ie-hex-str($headerBackgroundOpaque)', endColorstr='#ie-hex-str($headerBackgroundTransparent)',GradientType=0 );
  /* IE6-9 */ }

#header a {
  text-decoration: none; }

#header .logo {
  width: 970px;
  max-width: 100%;
  margin: 0 auto; }

#header #flavor-intro {
  display: block;
  text-align: left;
  width: 970px;
  max-width: 100%;
  height: 165px;
  line-height: 56px;
  color: #777986;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  word-spacing: 2px;
  white-space: nowrap;
  background-image: url("/wp-content/themes/hollywood-sucks.v4/img/ter_fullbanner@2x.png");
  background-size: contain;
  background-position: left top;
  padding-left: 36px;
  background-repeat: no-repeat; }

/* **** Top Navigation ****
   ================================================== */
#navigation-wrapper {
  background-color: #898ba4;
  background: -moz-linear-gradient(top, #898ba4 0%, #62647f 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #898ba4 0%, #62647f 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #898ba4 0%, #62647f 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#FF898BA4', endColorstr='#FF62647F',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  z-index: 100; }
  #navigation-wrapper #navigation {
    display: table;
    table-layout: fixed;
    width: 970px;
    margin: 0 auto;
    border-left: 1px solid #d0d0d6;
    background-color: rgba(137, 139, 164, 0.7);
    background: -moz-linear-gradient(top, rgba(137, 139, 164, 0.7) 0%, rgba(98, 100, 127, 0.7) 90%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(137, 139, 164, 0.7) 0%, rgba(98, 100, 127, 0.7) 90%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(137, 139, 164, 0.7) 0%, rgba(98, 100, 127, 0.7) 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#B3898BA4', endColorstr='#B362647F',GradientType=0 );
    /* IE6-9 */ }
    #navigation-wrapper #navigation ul {
      display: table-row;
      margin: 0;
      padding: 0; }
    #navigation-wrapper #navigation ul li {
      list-style: none;
      display: table-cell;
      text-align: center;
      border-right: 1px solid;
      border-color: #d0d0d6;
      vertical-align: middle; }
    #navigation-wrapper #navigation ul li a {
      display: block;
      padding: 8px 3px;
      font-size: 0.8em;
      font-weight: 700;
      line-height: 1.1em;
      overflow: hidden;
      text-decoration: none;
      color: #d0d0d6; }
    #navigation-wrapper #navigation ul li a:link, #navigation-wrapper #navigation nav ul li a:visited {
      color: #d0d0d6; }
    #navigation-wrapper #navigation ul li:hover {
      background-color: #d0d0d6; }
    #navigation-wrapper #navigation ul li:hover a {
      color: #2C3967; }

/* **** Sidebars ****
   ================================================== */
#rightnav {
  float: right;
  width: 300px;
  /*Width of left column in pixel*/
  margin-right: -970px;
  margin-bottom: 30px;
  left: 0;
  top: 0;
  position: relative;
  background-color: #f7f7fa; }

#rightnav .sidebar {
  color: #000;
  overflow: hidden; }
  #rightnav .sidebar .widget {
    margin-top: 30px;
    border-top: 3px solid #898ba4; }
  #rightnav .sidebar .widget:first-child {
    margin-top: 1em; }
  #rightnav .sidebar .widget.widget_text > div.textwidget:only-child {
    margin-top: 30px; }
  #rightnav .sidebar .widget.widget_ad > div.adwidget:only-child {
    margin-top: 30px; }
  #rightnav .sidebar li h2 {
    background-color: #f7f7fa;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0px 0px 10px 0px;
    line-height: 1.1em;
    color: #898ba4;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.3em;
    float: left;
    margin-top: -1em;
    padding-right: 0.5em; }
  #rightnav .sidebar .amzn-native-header {
    visibility: hidden; }
  #rightnav .sidebar .widget.widget-author-bio {
    border-top: 0;
    margin-top: 0; }
  #rightnav .sidebar div.author-bio-widget div {
    clear: none; }
  #rightnav .sidebar li:first-child h2 {
    border-top: 0px; }
  #rightnav .sidebar ul {
    list-type: none;
    margin: 1em 0em 2em 0em;
    line-height: 1.2em; }
  #rightnav .sidebar li {
    padding-bottom: 0px;
    font-size: 1em;
    color: #000000;
    text-align: left; }
  #rightnav .sidebar ul li {
    display: block;
    margin-right: 3px; }
  #rightnav .sidebar li ul li {
    display: block;
    padding: 0;
    margin: 0 0 .5em 0; }
  #rightnav .sidebar a:link, #rightnav .sidebar a:visited {
    text-decoration: none; }
  #rightnav .sidebar a:hover, #rightnav .sidebar a:visited:hover {
    text-decoration: underline; }
  #rightnav .sidebar p {
    padding: 3px; }
  #rightnav .sidebar .script-link {
    margin: 5px;
    float: left; }
  #rightnav .sidebar .textwidget {
    font-size: smaller; }
  #rightnav .sidebar .textwidget ul li {
    text-indent: -1em;
    padding-left: 1em; }
  #rightnav .sidebar .textwidget .avatar {
    border: 1px solid #d0d0d6; }
  #rightnav .sidebar .textwidget ul.scripts {
    clear: both; }
  #rightnav .sidebar .textwidget ul.scripts li {
    border-bottom: 1px dotted #CBCCD2;
    line-height: 14px;
    margin: 0; }
  #rightnav .sidebar .textwidget ul.scripts li:last-child {
    border-bottom: 0; }
  #rightnav .sidebar .textwidget ul.scripts img.avatar {
    padding: 0;
    margin: 0px 0px 3px 5px;
    width: 14px;
    height: 14px;
    float: right; }
  #rightnav .sidebar .textwidget ul.scripts li a {
    display: block;
    padding: 3px 0; }
  #rightnav .sidebar .textwidget ul.scripts.upcoming li .nonlink {
    padding: 3px 0 3px 0px !important; }
  #rightnav .sidebar .author-bio-widget .star-rating {
    text-align: center; }
  #rightnav .sidebar .author-bio-widget p {
    font-size: 80%;
    font-weight: 300;
    margin: 0 .2em;
    padding: 0; }
  #rightnav .sidebar .author-bio-widget p:first-child {
    margin: 0;
    padding: 0; }
  #rightnav .sidebar .author-bio-widget img.avatar {
    border: 1px solid #d0d0d6;
    float: left;
    margin-right: 5px; }
  #rightnav .sidebar .author-bio-widget .sidebar-bio {
    font-size: 80%;
    line-height: 1.3em;
    float: left;
    width: 80px;
    padding-left: 1px;
    overflow: hidden; }
  #rightnav .sidebar .author-bio-widget .sidebar-bio .name {
    font-size: 120%;
    line-height: 1.3em; }
  #rightnav .sidebar .author-bio-widget .sidebar-bio .links {
    font-size: 1.2em;
    border-top: 1px solid #d0d0d6;
    padding-top: 5px;
    margin-top: 5px;
    display: block; }
  #rightnav .sidebar .widget_wp_sidebarlogin #loginform, #rightnav .sidebar .widget_wp_sidebarlogin .sidebar_login_links {
    padding-top: 20px; }
  #rightnav .sidebar .widget_wp_sidebarlogin .avatar_container img {
    padding: 0; }

/* **** Footer ****
   ================================================== */
#footer-wrapper {
  clear: both;
  background: #898ba4;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.4);
  max-width: 100%; }
  #footer-wrapper #footer {
    clear: left;
    width: 970px;
    margin: 0 auto;
    color: #EFEFEF;
    padding: 30px 0 10px 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    max-width: 100%; }
    #footer-wrapper #footer h4 {
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 1.3em;
      margin-bottom: .5em;
      font-weight: bold; }
    #footer-wrapper #footer .copyright {
      text-align: center;
      padding-top: 1em;
      margin-top: 1em;
      border-top: 1px solid #525464; }
    #footer-wrapper #footer .row div {
      margin-bottom: 1em; }
    #footer-wrapper #footer a:link,
    #footer-wrapper #footer a:visited {
      color: white;
      font-weight: bold; }
    #footer-wrapper #footer a:hover,
    #footer-wrapper #footer a:active {
      color: #EFEFEF;
      font-weight: bold; }

#loginButton {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  font-size: 20px;
  line-height: 20px; }

/* **** Main Content Column ****
   ================================================== */
#contentwrapper {
  float: right;
  width: 100%;
  padding-bottom: 30px; }

#content {
  margin: 0 330px 0 0px;
  /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  line-height: 1.3em;
  max-width: 640px; }

#content ul {
  padding-left: 15px; }

#content ul li {
  margin-left: 15px;
  list-style-type: square; }

#content hr {
  background-color: #9f9f9f;
  height: 1px;
  border: 0;
  width: 96%;
  margin: auto; }

#content .post ol {
  padding-left: 1em;
  margin-left: 1em; }

#content .post h1 {
  font-size: 120%;
  font-weight: bold; }

#content .post h1, #content .post h2, #content .post h3 {
  margin: 20px 0 10px 0;
  font-weight: bold; }

#content .post h2 {
  font-size: 115%;
  font-weight: bold; }

#content .post ol li {
  margin-left: 1em;
  list-style-type: decimal;
  list-style-position: outside; }

#content p {
  text-align: justify;
  margin-bottom: 12px;
  margin-top: 12px; }

#content br {
  height: 0px;
  margin: 0;
  display: none; }

#content h4 {
  border: 1px solid #9f9f9f;
  border-left: 0px;
  border-right: 0px;
  background-color: #efefef;
  padding: .3em 1em .3em 1em;
  margin: .5em 0; }

#content h2 {
  margin: 0 0 0.5em 0; }

#content ul {
  margin-bottom: 10px; }

#post-footer {
  margin-top: 1em;
  margin-bottom: 1em; }

.abridged-script #post-footer p {
  font-family: "Open Sans", "Verdana", "Arial", sans-serif;
  margin: 0; }

a.patron-only {
  color: #894041; }

#content h3.posttitle {
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.5em;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif; }

#content h3.posttitle a {
  text-decoration: none;
  border-bottom: 1px solid; }

.notice {
  margin: 1em 0;
  padding: 1em;
  font-weight: 300;
  line-height: 1.3em;
  border-left: 4px solid #898ba4;
  background-color: #eeeef3;
  font-style: italic; }

.notice:first-child {
  margin-top: 0; }

.notice:last-child {
  margin-bottom: 0; }

.notice p, #content .notice p {
  font-size: 1em;
  margin: 0.5em 0; }

.notice a {
  font-weight: bold; }

.notice p:first-child, #content .notice p:first-child {
  margin-top: 0; }

.notice p:last-child, #content .notice p:last-child {
  margin-bottom: 0; }

.notice.patreon {
  border-left: 4px solid #E6461A;
  background-color: #f6e9e8; }

.notice.contribution {
  border-left: 4px solid #525464;
  background-color: #eaeaee; }

.notice.error {
  border-left: 4px solid #e6281a;
  background-color: #f6e6e8; }

.notice.news {
  border-left: 4px solid #93829E;
  background-color: #efeef3; }

.notice h2 {
  margin: 10px 0 !important; }

#content.abridged-script .entry .notice {
  font-size: 90%; }

#content .entry {
  font-weight: 400; }
  #content .entry.entrytext {
    line-height: 1.6; }
  #content .entry.entrytext a {
    font-weight: bold;
    text-decoration: underline; }

#content.abridged-script .entry {
  font-size: 1.1em; }

#content .post {
  display: block;
  /*padding: 0 13px 0 13px;*/
  padding: 0; }

#content .post.patron-denied {
  background: repeating-linear-gradient(30deg, #f7f7fa, #f7f7fa 20px, #f7f3f6 20px, #f7f3f6 40px);
  padding: 1em !important;
  box-shadow: 3px 3px 7px #E6461A; }

#content #patron-only-error p {
  font-family: "Open Sans", "Verdana", "Arial", sans-serif; }

#content #patron-only-error .denied {
  text-align: center; }

#content #patron-only-error .denied p {
  text-align: center;
  font-size: 120%;
  font-weight: bold; }

/* **** Comments ****
   ================================================== */
#discussion-wrapper {
  clear: both;
  background-color: #525464;
  color: #f7f7fa;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.4);
  padding: 1em 0;
  padding-bottom: 30px; }
  #discussion-wrapper #discussion {
    width: 970px;
    margin: 0 auto;
    max-width: 100%; }
    #discussion-wrapper #discussion h4 {
      font-family: "Open Sans Condensed", sans-serif;
      text-align: left;
      font-size: 1.6em;
      line-height: 1.6em;
      margin: .3em 0; }
  #discussion-wrapper a, #discussion-wrapper a.grv_article_title {
    color: #ceced5 !important; }

/* * Site specific junko *
   ================================================== */
.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

/* ===[ Script Formatting ]=== */
.abridged-script p {
  color: #444;
  font-size: 1.07em;
  text-align: left;
  font-family: "Courier Prime", "Courier", "Lucida Console", "Monaco", "Courier New", monospace; }

.abridged-script .ssfscript p {
  color: black; }

.ssfscript {
  color: black; }

#content .ssfscript {
  /*    font-size: 1.07em;*/
  text-align: left;
  /*font-family: 'Courier Prime', 'Courier', "Lucida Console", 'Monaco', 'Courier New', monospace;*/
  font-weight: 400;
  -webkit-text-size-adjust: none; }

#content .ssfscript .title {
  margin: 0em 2em 3em 2em; }

#content .ssfscript .title p:first-child {
  margin-top: 0; }

#content .ssfscript .title p.action {
  text-align: center; }

#content .ssfscript .title .movietitle {
  font-weight: bold;
  font-size: 135%;
  letter-spacing: 0.2em;
  line-height: 1.3em; }

#content .ssfscript p {
  word-wrap: break-word;
  text-align: left;
  /*white-space: pre-wrap; */
  padding: 0; }

#content .ssfscript p.center {
  text-align: center; }

#content .ssfscript p.action {
  margin-top: 1em; }

#content .ssfscript p.scene {
  white-space: normal;
  margin-top: 1em;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  /*padding: .3em 1em .05em 1em;*/
  padding: 0.5em 1em 0.2em 0.5em;
  line-height: 1em;
  margin-left: -0.5em;
  margin-right: 0em; }

#content .ssfscript p.dialogue {
  margin: 0em 25%; }

#content .ssfscript p.paren {
  margin: 0em 30%;
  font-style: italic; }

#content .ssfscript p.character {
  text-align: center;
  margin: 0em 30%;
  margin-top: 1em; }

#content .ssfscript p.transition {
  text-align: right;
  margin-top: 1em; }

#content .ssfscript p.fade {
  text-align: left;
  font-weight: bold;
  display: block;
  visibility: visible;
  opacity: 100; }

#content .ssfscript p.transition.fade:first-child {
  margin-top: 2em; }

#content .script {
  font-size: 1em;
  text-align: left;
  font-family: 'Courier Prime', 'Courier', "Lucida Console", 'Monaco', 'Courier New', monospace;
  font-weight: 400; }

#content .script blockquote {
  margin: 0; }

#content .script dl {
  padding: 0; }

/* ===[ Other Crap ]=== */
.right {
  float: right;
  margin: 0;
  margin-left: .7em;
  margin-bottom: .7em;
  padding: .7em;
  padding-bottom: 0; }

.left {
  float: left;
  margin: 0;
  margin-right: .7em;
  margin-bottom: .7em;
  padding: .7em;
  padding-bottom: 0; }

.photo img {
  border: 1px solid #d0d0d6; }

.photo .caption {
  padding: 4px;
  font-size: 85%; }

.photo a img {
  border: 1px dashed #d0d0d6;
  padding: 0px; }

#search {
  float: right; }

table.archivetable {
  font-size: smaller; }

table.archivetable tr td a {
  border-bottom: 0; }

table.archivetable .abridgedscriptTitle {
  border-bottom: 0px;
  font-weight: normal; }

table.archivetable {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse; }

table.archivetable th {
  border-bottom: 1px solid #B9BAC0;
  padding: 5px 0px;
  font-weight: bold; }

table.archivetable td {
  padding: 0.3em; }

table.archivetable tr.odd {
  background-color: #efefef; }

table.archivetable tr:nth-child(2n) td {
  background-color: #f8f8f8; }

table.archivetable td.commentcolumn {
  text-align: center; }

table.archivetable td.titlecolumn {
  width: 70%; }

table.archivetable td.ratingcolumn {
  width: 10%; }

table.archivetable td.datecolumn {
  text-align: right;
  width: 20%; }

table.archivetable th {
  border-bottom: 2px solid #B9BAC0;
  padding: 5px 0px; }

table.archivetable td {
  border-bottom: 1px dotted #B9BAC0; }

table.archivetable thead th {
  background-color: #f0f0f0;
  border: 1px solid white;
  padding: .4em;
  font-weight: normal;
  border-bottom: 2px solid white; }

table.archivetable.sortable thead th {
  cursor: pointer !important; }

table.archivetable td.author {
  text-align: right; }

th.sorttable_sorted, th.sorttable_sorted_reverse, th.sorttable_presorted {
  border-bottom: 2px solid #B9BAC0 !important; }

.category_name {
  font-weight: bolder;
  margin: .4em; }

table.archivetable th {
  border-bottom: 1px solid #B9BAC0;
  padding: 5px 0px; }

table.archivetable th img {
  margin-bottom: -3px; }

table.archivetable img.avatar {
  padding: 0;
  margin: 0;
  border: 1px solid #d0d0d6;
  margin-bottom: -3px; }

.featured.wp-caption .wp-caption-text {
  border: 1px solid #eee;
  border-top: 0;
  padding: 0.5em !important;
  color: #666;
  background-color: white; }

.wp-caption img {
  border: 1px solid black; }

.wp-caption p.wp-caption-text {
  padding: 4px;
  margin: 0px;
  padding: 0px;
  font-size: 85%;
  text-align: center; }

#content p.wp-caption-text {
  margin: 0;
  text-align: center;
  padding: .15em; }

.wp-caption a img {
  border: 1px dashed black;
  padding: 0px; }

.author_bio {
  min-height: 60px;
  margin: 1em 0;
  border: 1px solid #ddd;
  padding: 0; }

.author_bio .avatar {
  padding: 0;
  border: 0;
  border-right: 1px solid #b9bac0;
  margin: 0;
  margin-left: 0;
  margin-right: 10px;
  float: left; }

.author_bio .info {
  padding: 0; }

.author_bio .name {
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  height: 48px;
  border-bottom: 1px solid #ddd;
  background-color: #eee; }

.author_bio .name .link {
  display: block;
  font-size: 14px;
  margin: 5px;
  line-height: 14px; }

.author_bio .name .contact_link {
  display: block;
  font-size: 14px;
  margin: 5px;
  line-height: 14px;
  float: right;
  height: 38px;
  margin-top: -38px; }

.author_bio .description {
  padding: 0.5em; }

.star-rating {
  font-size: 28px;
  margin: 0 0 1em 0;
  color: #73758F;
  letter-spacing: 4px; }

table.contact_form {
  border-spacing: .3em;
  width: 100%; }

table.contact_form td {
  background-color: #f7f7f7;
  padding: .3em; }

table.contact_form img {
  border: 1px solid blue; }

table.contact_form textarea, table.contact_form input[type="text"] {
  width: 90%; }

.gimmick_notice {
  border: 1px dotted #888;
  background-color: #ddd;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
  font-family: "Open Sans", verdana, arial, sans-serif;
  color: #111; }

.patreon.gimmick_notice {
  background-color: #ffab81; }

div.test {
  display: none; }

.admin div.test {
  display: block; }

.widget .dsq-widget-list .dsq-widget-item img {
  width: 14px;
  height: 14px;
  float: right;
  margin: -1px 0 4px 4px;
  border: 1px solid #B9BAC0;
  padding: 0; }

.widget .dsq-widget-list .dsq-widget-item {
  padding-bottom: 2px;
  border-bottom: 1px dotted #CBCCD2; }

.widget .dsq-widget-list li.dsq-widget-item:last-child {
  padding-bottom: 2px;
  border-bottom: none; }

#disqus_thread p {
  font-family: "Open Sans", "Verdana", "Arial", sans-serif !important; }

.sidebar .script-link {
  margin: 10px 0; }

.script-thumb {
  border-color: #d0d0d6;
  border-style: solid;
  position: relative;
  max-width: 100%; }

.thumbnail-caption {
  background-color: rgba(247, 247, 250, 0.88);
  border-top: 1px solid #d0d0d6;
  position: absolute;
  /*border-top: 0;*/
  color: #666;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  bottom: 0; }

.clearboth {
  clear: both; }

.script-thumbnails {
  margin: -5px -5px -5px -5px;
  font-size: 200%; }
  .script-thumbnails .aspect-ratio-element {
    height: 0;
    padding: 56.25% 0 0 0; }
  .script-thumbnails figure {
    border: 1px solid #d0d0d6;
    display: inline-block;
    position: relative;
    float: left;
    margin: 5px; }
    .script-thumbnails figure.full {
      width: calc(100% - 10px);
      font-size: 100%; }
    .script-thumbnails figure.half {
      width: calc(50% - 10px);
      font-size: 70%; }
    .script-thumbnails figure.quarter {
      width: calc(25% - 10px);
      font-size: 45%; }
    .script-thumbnails figure .inner-thumbnail {
      background-size: cover; }
    .script-thumbnails figure .avatar-wrapper {
      position: absolute;
      margin-left: -1px;
      margin-top: -1px; }
      .script-thumbnails figure .avatar-wrapper img.avatar {
        padding: 0;
        z-index: 140;
        position: absolute;
        top: 0;
        left: 0;
        margin: 1px;
        border: 1px solid #2C3967;
        border-top: 0;
        border-left: 0;
        visibility: visible; }
    .script-thumbnails figure figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      text-align: center; }
      .script-thumbnails figure figcaption.title {
        background: linear-gradient(rgba(44, 57, 103, 0) 0%, #2c3967 100%);
        color: white;
        line-height: 1.2em;
        padding: 0.5em 1em;
        font-weight: 600;
        text-shadow: black -1px -1px 0px, black 1px -1px 0px, black -1px 1px 0px, black 1px 1px 0px; }
      .script-thumbnails figure figcaption.caption {
        background: rgba(247, 247, 250, 0.88);
        color: #666;
        border-top: 1px solid #d0d0d6;
        line-height: 1.3em;
        font-size: 45%;
        padding: 0.7em 1em;
        font-weight: 400; }
  .script-thumbnails a figure {
    border: 1px solid #2C3967; }
    .script-thumbnails a figure .inner-thumbnail {
      -webkit-filter: grayscale(10%);
      -moz-filter: grayscale(10%);
      -ms-filter: grayscale(10%);
      -o-filter: grayscale(10%);
      opacity: 0.95; }
    .script-thumbnails a figure figcaption.title {
      background: linear-gradient(rgba(44, 57, 103, 0) 0%, #2c3967 100%);
      text-shadow: #2C3967 -1px -1px 0px, #2C3967 1px -1px 0px, #2C3967 -1px 1px 0px, #2C3967 1px 1px 0px; }
  .script-thumbnails a.patreon figure {
    border-color: #894041 !important;
    background-color: #E6461A; }
    .script-thumbnails a.patreon figure .inner-thumbnail {
      opacity: 0.8; }
  .script-thumbnails a:hover figure {
    border: 1px solid #20294a; }
    .script-thumbnails a:hover figure .inner-thumbnail {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      opacity: 1.0; }
    .script-thumbnails a:hover figure .inner-duotone {
      background-image: none !important; }
    .script-thumbnails a:hover figure .avatar-wrapper img.avatar {
      border-color: #20294a; }
    .script-thumbnails a:hover figure figcaption.title {
      background: linear-gradient(rgba(32, 41, 74, 0) 0%, #20294a 100%);
      text-shadow: #20294a -1px -1px 0px, #20294a 1px -1px 0px, #20294a -1px 1px 0px, #20294a 1px 1px 0px; }

.sidebar .script-thumbnails {
  font-size: 125%; }

/* ===[ Contact Form Stuff ]=== */
fieldset {
  display: block;
  margin: 2em 3px;
  padding: 1em 1.5em .5em 1.5em;
  border: 1px solid #888; }

legend {
  font-size: 1.5em;
  margin: 0 10px 0 -10px;
  display: block;
  padding: 0 5px; }

#contact_form input[type=text], #contact_form textarea {
  font-size: 1.1em;
  border: 1px solid #888;
  padding: 5px;
  width: 100% !important;
  margin: 5px 0 15px 0 !important;
  font-family: "Open Sans", "Verdana", sans-serif; }

#contact_form input[name=captcha_code] {
  width: 8em !important; }

#contact_form input[type=submit] {
  font-size: 1.1em;
  border: 1px solid #888;
  height: 3.5em;
  padding: 5px;
  width: 100%;
  margin: 5px 0 15px 0 !important;
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
  /* IE6-9 */ }

#contact_form input[type=submit]:active {
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #fefefe 1%, #d1d1d1 48%, #d1d1d1 48%, #dbdbdb 50%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(1%, #fefefe), color-stop(48%, #d1d1d1), color-stop(48%, #d1d1d1), color-stop(50%, #dbdbdb), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #fefefe 1%, #d1d1d1 48%, #d1d1d1 48%, #dbdbdb 50%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #fefefe 1%, #d1d1d1 48%, #d1d1d1 48%, #dbdbdb 50%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #fefefe 1%, #d1d1d1 48%, #d1d1d1 48%, #dbdbdb 50%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 1%, #d1d1d1 48%, #d1d1d1 48%, #dbdbdb 50%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
  /* IE6-9 */ }

#contact_form input:focus, #contact_form textarea:focus {
  -webkit-box-shadow: 0px 0px 5px 0px #73758f;
  -moz-box-shadow: 0px 0px 5px 0px #73758f;
  box-shadow: 0px 0px 5px 0px #73758f; }

.threed {
  text-shadow: 0.2em 0 0.2px rgba(0, 255, 255, 0.6), -0.2em 0 0.2px rgba(255, 0, 0, 0.6) !important;
  color: rgba(102, 102, 102, 0); }

.threed .action {
  text-shadow: 0.4em 0 0.2px rgba(0, 255, 255, 0.6), -0.4em 0 0.2px rgba(255, 0, 0, 0.6) !important; }

.threed .character, .threed .paren {
  text-shadow: 0.6em 0 0.2px rgba(0, 255, 255, 0.6), -0.6em 0 0.2px rgba(255, 0, 0, 0.6) !important; }

.threed .dialogue {
  text-shadow: 0.7em 0 0.2px rgba(0, 255, 255, 0.6), -0.7em 0 0.2px rgba(255, 0, 0, 0.6) !important; }

.threed .scene {
  text-shadow: 0.8em 0 0.2px rgba(0, 255, 255, 0.6), -0.8em 0 0.2px rgba(255, 0, 0, 0.6) !important; }

.threed .ssfscript p {
  padding: 0 2em !important; }

.threed .ssfscript .scene {
  background-color: #eaeaea;
  border-right: .8em solid #eaffff;
  border-left: .8em solid #ffeaea;
  padding: 0 1.5em !important; }

.abrams .ssfscript {
  color: white !important;
  padding: 1em 1em;
  text-shadow: 0 .1em .1em black, 0 -.1em .1em black, .1em 0 .1em black, -.1em 0 .1em black;
  background-color: black;
  background-image: url("/img/abramsmode.jpg");
  box-shadow: 0 0 5px black;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black; }

.abrams .ssfscript .scene {
  background-color: transparent !important; }

.abridged-script .abrams .ssfscript p {
  color: white !important; }

.argento .ssfscript {
  padding: 1em;
  background-color: #e33; }

.argento .ssfscript p {
  color: white !important; }

.silent {
  background-color: #f8f6f7;
  border: 1px solid #EDE8ED; }

.silent .ssfscript {
  padding: 1em; }

.silent .scene {
  background-color: #EDE8ED !important; }

.silent .character {
  display: none; }

.silent .ssfscript p.dialogue {
  background: #201e1f;
  color: #f8f6f7;
  text-align: center !important;
  padding: 2em 1em 2em 1em !important;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 0 0 1px #f8f6f7;
  font-family: "Georgia", serif;
  background-attachment: fixed;
  background: #000000 url("/img/silent_back.png") 0 -50px; }

.silent .ssfscript p.dialogue:before {
  content: "\""; }

.silent .ssfscript p.dialogue:after {
  content: "\""; }

/* ===[ Responsive Mods ]=== */
@media screen and (max-width: 970px) {
  #contentwrapper {
    float: none;
    width: 100%; }

  #rightnav {
    float: none;
    width: 100%;
    background-color: #f7f7fa;
    margin-right: 0; }

  #header-wrapper {
    height: 102px; }

  #header {
    height: 102px; }

  #header .logo {
    width: 100%;
    margin: 0 auto; }

  #header .logo.wide img {
    height: 102px;
    width: 100%; }

  #navigation-wrapper #navigation {
    width: 100%; }

  #navigation .menu-icon {
    display: none; }

  #navigation li a {
    font-size: 0.7em; }

  #header #flavor-intro {
    background-size: 600px 102px;
    padding-left: 10px;
    line-height: 40px;
    font-size: 12px;
    background-repeat: no-repeat;
    max-width: 100%;
    background-position: center top;
    background-size: contain;
    height: 102px;
    text-indent: -9999px; }

  #rightnav {
    width: 100%;
    padding: 0 10px 10px 10px; }
    #rightnav .script-link {
      float: left;
      margin: 5px 5px; }

  #rightnav .sidebar.sidebarleft {
    background-image: none;
    background-color: #efefef; }

  #rightnav .sidebar.sidebarleft h2 {
    background-image: none; }

  #rightnav .sidebar.sidebarleft .avatar {
    display: none; }

  #header .topad {
    display: none; }

  #discussion-wrapper #discussion {
    width: 100%; }

  #outercontainer {
    width: 100%;
    margin: 30px auto 0 auto; }

  #content {
    margin: 0 auto; }

  .script-thumb {
    max-width: 100%;
    margin-left: -1px;
    overflow: hidden; }

  #discussion .adsbygoogle {
    display: none !important; }

  #footer {
    width: 100%; }

  #content .recent_post.full .script-preview {
    display: none !important;
    visibility: hidden; }

  #discussion {
    max-width: 100%;
    overflow: hidden;
    padding: 0 10px; } }
@media screen and (max-width: 640px) {
  #content {
    padding-left: 10px;
    padding-right: 10px; }

  #content.abridged-script .entry {
    font-size: 95%; }

  #content .ssfscript {
    font-size: 100%;
    line-height: 1.1em; }

  #content .ssfscript .title {
    margin: 3em 1em 4em 1em; }

  #content .ssfscript .title .movietitle {
    letter-spacing: .2em; }

  #content .ssfscript p {
    padding: 0 0.5em;
    text-align: left;
    word-wrap: break-word; }

  #content .ssfscript p.scene {
    padding: .3em .5em .05em .5em;
    margin: 1em 0em 0em 0em; }

  #content .ssfscript p.dialogue {
    margin: 0em 20%; }

  #content .ssfscript p.paren {
    margin: 0em 25%; }

  #content .ssfscript p.character {
    margin: 0em 26%;
    margin-top: 1em; }

  #content .ssfscript p.transition {
    margin-top: 1em; }

  #content .script-link.count-6 {
    max-width: 16.666%;
    margin: 0 !important; }

  #content .script-link.count-5 {
    max-width: 20%;
    margin: 0 !important; }

  #content .script-link.count-4 {
    max-width: 25%;
    margin: 0 !important; }

  #content .script-link.count-3 {
    max-width: 33%;
    margin: 0 !important; }

  #content .script-link.count-2 {
    max-width: 50%;
    margin: 0 !important; }

  #content .script-link.count-1 {
    max-width: 100%;
    margin: 0 !important; } }
@media screen and (max-width: 550px) {
  .script-thumb {
    max-height: 300px; } }
@media screen and (max-width: 480px) {
  #content.abridged-script .entry {
    font-size: 90%; } }
@media screen and (max-width: 430px) {
  #navigation-wrapper #navigation ul li a {
    font-size: 70%; }

  #header-wrapper, #header, #header .logo.wide img {
    height: 70px; }

  .script-thumb {
    max-height: 250px; } }
@media screen and (max-width: 360px) {
  #navigation-wrapper #navigation ul li a {
    font-size: 60%; }

  #content .entry {
    font-size: 80%;
    line-height: 1.1em; }

  #content.abridged-script .entry {
    font-size: 80%;
    line-height: 1.1em; } }

/*# sourceMappingURL=style2.css.map */
