/*
 Theme Name:   Agony Booth - Magaziner
 Theme URI:    http://www.agonybooth.com/wp-theme/
 Description:  Agony Booth theme
 Author:       AW
 Author URI:   http://www.agonybooth.com
 Template:     magaziner
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  magaziner-child
*/

body {
  background-image: url('http://media.agonybooth.com/images/general/body_bg.jpg');
}

#header-top {
  background-image: url('img/header-bg.jpg');
  background-repeat: no-repeat;
  background-color: #e4bc76
}

.ScreenCapCenterNoBorder,
.Center,
.size-full {
  text-align: center;
  margin: 0 auto 0 auto;
}

.ScreenCapContainerFS
{
    clear: both;
}

i,
.StrongEmphasis {
  font-style: italic;
}

b,
.Emphasis {
  font-weight: bold !important;
}

.SocBtn {
  width: 25%;
  text-align: center;
  display: block;
  float: left;
}

.notebox {
  /*font-size: 2em; */
  /* font-family: Oswald, Arial, sans-serif; */
  color: #333;
}

.PagingFooter {
  margin-bottom: 15px;
}

@media only screen and (min-width: 720px) {

.PagingLink {
  font-family: Oswald, Arial, sans-serif;
  font-size: 2.1em;
}

}
@media only screen and (max-width: 719px) {

  .PagingLink {
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.2em;
  }

}

.Heading4,
.Heading3,
.Heading2,
.Heading1 {
  font-family: 'PT Serif', Georgia, serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
}

.Heading3 {
  font-size: 1.4em;
  line-height: 1.6em;
}

.Heading2 {
  font-size: 1.6em;
  line-height: 1.8em;
}

.Heading1 {
  font-size: 1.8em;
  line-height: 2em;
}

.BeforeAdInRecap {
  text-align: center;
  font-weight: bold;
}

::selection,
::-moz-selection {
  background: #870003;
  color: #f1dbad;
}

a:hover {
  color: #870003;
  background-color: #f1dbad;
}

.page-title-home a:hover
{
  color: #870003 !important;
  background-color: #f1dbad !important;
}

.InArticleAd {
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #666;
}

.RecapQuotableContainer,
.QuoteBlockContainer,
TABLE.QuotableNS {
  text-align: center;
}

.RecapQuotable,
.QuoteBlock,
TD.QuotableNS {
  line-height: 24px;
  width: 75%;
  padding: 15px 15px 15px 15px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11pt;
  text-align: left !important;
  background-color: White;
  clear: both;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.castChar {
  font-size: 0.9em;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.groupalt {
  background-color: #e1e1e1;
}

.NSFW, .CriticsRave, .NuCmnts, .NewComments { 
    padding: 1.5em;
    margin: 1.5em 0 1.5em 0;
}

.NuCmnts, .NewComments {
    background-color: #cde;
}

.CriticsRave {
    background-color: #fff;
}

.NSFW {
    background-color: #fff;
    border: 1px Solid Red;
}

.BookVersion
{
  font-family: Garamond;
  font-size: 1.1em;
}

.InArticleAd {
  margin: 10px 0 10px 0;
}

.InArticleAd table {
  margin-bottom: 0;
}

.InArticleAd table td {
  border: none;
  padding: 0px;
}

#pw_adbox_41349_7_0 {
  margin: 0 auto;
  width: 600px;
}

.Separator {
    margin: 0 auto;
    border-top: 1px dashed #666;
    width: 80%
}

/**********************

MAGAZINER OVERRIDES

**********************/

@media only screen and (min-width: 480px) and (max-width: 1400px) {
	
	.container { padding: 0; }
	
	/* s2 general */
	.s2 { width: 50px; }
	.s2 .sidebar-content { display: none; float: left; width: 100%; }
	.s2 .sidebar-toggle { display: block; }
	
	/* s2 expand/collapse */
	.s2-expand .s2 { background: #eee; position: absolute; top: 0; bottom: 0; width: 340px; margin: 0!important; z-index: 9; overflow: auto;
	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; 
    padding: 0 !important; }	
	.s2-expand .s2 .sidebar-content { display: block; min-width: 340px; }
	.s2-collapse .s2 .sidebar-content { display: none; }
	
	/* s2 toggle icon */
	.col-3cm.s2-expand .s2 .icon-sidebar-toggle:before,
	.col-3cl.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f101"; }
	.col-3cr.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f100"; }
	
	/* s2 3 column, content middle */
	.col-3cm .main { background: url(img/sidebar/s-right-collapse-s2.png) repeat-y right; }
	.col-3cm .main-inner { padding-right: 50px; }
	.col-3cm .s2 { margin-right: -50px; }
	.col-3cm.s2-expand .s2 { right: 0; }
	
	/* ipad, iphone fix */
	.safari .s2 { min-width: 50px; max-width: 50px; width: auto; }
	.safari.s2-expand .s2 { min-width: 340px; max-width: 340px; width: auto; }

}

@media only screen and (max-width: 1200px) and (min-width: 480px) {
  html .s2-expand .s2 
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  html .s1-expand .s1
  {
    background: #bbb;
    margin: 0;
    padding: 0;
  }
}

    /* background: #fff; */
/* fixed nav */
@media only screen and (min-width: 1025px) {
	.full-width.topbar-enabled #header { padding-top: 50px; }
	.full-width #nav-topbar.nav-container { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 999; }
	.full-width.admin-bar #nav-topbar.nav-container {top: 0;}
}

@media only screen and (min-width: 720px) {

	/* common */
	#nav-topbar .container {  }
	#nav-topbar .nav li a { color: #000; }	
	/* level 1 */
	#nav-topbar .nav > li:first-child { margin-left: 15px; }
	#nav-topbar .nav > li { border: 0; border-right: 1px solid rgba(255,255,255,0.05); }
	#nav-topbar .nav > li > a:hover, 
	#nav-topbar .nav > li:hover > a { background-color: #f1dbad; color: #870003; }
	#nav-topbar .nav li > a:hover, 
	#nav-topbar .nav li:hover > a, 
	#nav-topbar .nav li.current_page_item > a, 
	#nav-topbar .nav li.current-menu-item > a,
	#nav-topbar .nav li.current-menu-ancestor > a,
	#nav-topbar .nav li.current-post-parent > a { color: #000; }
	/* level 2 & 3 */
	#nav-topbar .nav ul { background: #333 url(img/opacity-10.png) repeat; }
	#nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
	
}
@media only screen and (max-width: 719px) {
	
	/* common */
	#nav-topbar .container { padding-left: 0; }
	#nav-topbar .nav li a { color: #000; border-top: 1px solid rgba(255,255,255,0.06); }	
	/* level 1 */
	#nav-topbar .nav li > a:hover { background: #f1dbad; color: #870003; }
	#nav-topbar .nav li.current_page_item > a, 
	#nav-topbar .nav li.current-menu-item > a,
	#nav-topbar .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #000; }
	
}

#header-top
{
  padding-top: 20px;  
  padding-bottom: 20px;
}

.ab_patron_content
{
 padding: 0; 
}

#header .social-links {
    padding: 10px 30px 0 0;
    float: none;
}

/*#nav-topbar .nav li a, #nav-topbar .nav li > a:hover { color: black; }
#nav-topbar .nav li.current-post-parent > a { color: black; }*/
.site-title { background: inherit !important; }
.social-links .social-tooltip { color: #555; }

.page-title a { color: #555; }
.post-byline { color: #555; }
.single .related-posts .post-title { font-size: 1em; line-height: 1.2em; }
.post-meta { color: #555; }
.post-tags span { color: #555; }
.post-nav li a strong { color: #555;  }
.post-standard.post .post-inner { background-color: #ccc;  }
.wp-pagenavi span { color: #555; }
.page-title span { color: #555; }

.page-title h1,
.page-title h2,
.page-title h4 { font-family: Oswald, Arial, sans-serif; }

.page-title h1 { font-size: 1.8em; }
#owl-featured .post { background: #ccc; border-color: #ccc; }

.has-subtitle { margin-bottom: 0; }
.post-subtitle { margin-bottom: 5px; }
.post-subtitle SPAN { font-size: 0.8em; color: #444; }
#owl-featured .post-title { min-height: 100px; letter-spacing: unset; }

.sharrre#reddit .box:hover { background: #fbf1f0; }
.sharrre#reddit .box { border-top-color: #ca2128; }
.sharrre#reddit .box:hover .count:after { border-left-color: #ca2128; }
.sharrre#reddit .count,
.sharrre#reddit .share,
.sharrre#reddit .box:hover .count { color: #ca2128; }
.sharrre#reddit .box:hover .count { background: #ca2128; }

.entry
{
    font-size: 1em;    
}

.entry.excerpt
{
    font-size: 0.8em;    
}

.entry .wp-caption-text
{
    font-size: 0.9em;
    clear: both;
}
 
.entry p
{
    line-height: 2em;
}

.entry.excerpt p
{
    line-height: 1.5em;    
}

.entry, .entry.excerpt, .entry .wp-caption-text 
{ 
    color: black; 
    font-family: Georgia, serif;
}

.entry .wp-caption-text 
{
    line-height: 1.6em;
}

.content 
{
    background-color: #ccc;    
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

.entry .wp-caption
{
    background-color: #ccc;    
}

.entry .wp-caption.alignright
{
    clear: both;
}

@media only screen and (max-width: 719px) 
{
  .entry .wp-caption.alignright, .entry img.alignright 
  {
      float: none;
  }

}

.entry table td 
{
  border-bottom: none;
}

.entry blockquote
{
  color: #666;
  background-color: whitesmoke;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { font-family: 'PT Serif', Georgia, serif; }

.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #333; }

.col-3cm .main-inner { 
    overflow: hidden;
}

.col-3cm .s1
{
    background-color: #bbb;    
}

.col-3cm .s2 
{
    background-color: #eee;    
} 

.col-3cm .s1, .col-3cm .s2
{
    padding-bottom: 32767px;
	margin-bottom: -32767px;
} 

@media only screen and (max-width: 719px) {
    
  .col-3cm .s1, .col-3cm .s2
  {
    padding-bottom: inherit;
    margin-bottom: inherit;
  }

}

.widget { color: black; }
.widget a { color: black; }

/*  widgets : icons
/* ------------------------------------ */
.widget_recent_entries > ul > li a:before { content: "\f0f6"; }
.widget_archive > ul > li a:before { content: "\f054"; } 
.widget_categories > ul > li a:before { content: "\f054"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_meta > ul > li a:before { content: "\f0da"; }
/*.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before { content: "\f068"; }*/

.ab_sidebar_sitemap > h1 
{
  font-size: 1.4em;
  padding-bottom: 20px;
  text-transform: uppercase;
}


.ab_sidebar_sitemap > ul 
{
  padding-bottom: 20px;
}

.ab_sidebar_sitemap > ul > li 
{
  padding-bottom: 7px;
}

.ab_sidebar_sitemap > ul > li > a:before  
{
  color: #666;
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: 6px;
  display: inline-block!important;
  width: 1em;
  text-align: center;
  color: #666;
}

.ab_sidebar_sitemap > ul > li.ab_faq > a:before 
{
  content: "\f059";
}

.ab_sidebar_sitemap > ul > li.ab_staff > a:before 
{
  content: "\f0c0";
} 
 
.ab_sidebar_sitemap > ul > li.ab_contact > a:before 
{
  content: "\f0e0";
} 
 
.ab_sidebar_sitemap > ul > li.ab_text > a:before 
{
  content: "\f15b";
} 
 
.ab_sidebar_sitemap > ul > li.ab_tags > a:before 
{
  content: "\f02c";
} 
 
.ab_sidebar_sitemap > ul > li.ab_random > a:before 
{
  content: "\f074";
} 
 
.ab_sidebar_sitemap > ul > li.ab_rss > a:before 
{
  content: "\f09e";
} 
 
.ab_sidebar_sitemap > ul > li.ab_patron > a:before 
{
  content: "\f118";
} 
 
.ab_sidebar_sitemap > ul > li.ab_amazon > a:before 
{
  content: "\f270";
} 
 
.ab_sidebar_sitemap > ul > li.ab_facebook > a:before 
{
  content: "\f09a";
} 
 
.ab_sidebar_sitemap > ul > li.ab_twitter > a:before 
{
  content: "\f099";
} 

.ab_sidebar_sitemap > ul > li.ab_youtube > a:before 
{
  content: "\f167";
} 
 
.ab_sidebar_sitemap > ul > li.ab_tag > a:before 
{
  content: "\f02b";
}

.ab_sidebar_sitemap > ul > li.ab_rifftrax > a:before
{
  content: "\f08e";
}

.ab_sidebar_sitemap > ul > li.ab_tvshows > a:before 
{
  content: "\f26c";
}

.ab_sidebar_sitemap > ul > li.ab_video > a:before 
{
  content: "\f144";
}

.widget a
{
    color: #870003;
}

.widget_recent_comments ul li
{
    color: black;
}

.widget > h3
{
    font-family: Oswald;
    font-size: 1.1 em;
}

.post-nav-header
{
    text-transform: uppercase;
    border-top: 2px solid #eee;
    font-size: 0.9em;
    text-align: center;
}

#disqus_thread
{
    background-color: White;
    padding-left: 20px;
    padding-right: 20px;
}

.post-tags a
{
    background-color: #666;
    border: solid 1px #666;
    color: #f1dbad;
    text-transform: uppercase;
}

.post-tags a:hover
{
    background-color: #f1dbad !important;
    border: solid 1px #666;
    color: #870003;
}

#footer-bottom a,
#footer-bottom a:hover,
#footer-bottom #footer-logo,
#footer-bottom #copyright,
#footer-bottom #credit,
#footer-bottom .social-links a,  
#footer-bottom .social-links a:hover { color: #777 !important }
