/*
Theme Name: AnimeZoneANB
Theme URI: http://anime.astronerdboy.com/
Description: The custom theme for AnimeZoneANB using parent theme AnimeZone.
Author: AstroNerdBoy
Template: AnimeZone
Version: 5.4
*/

@import url("../AnimeZone/style.css");

/* LAYOUT */

/*
#wrapper {
    background: url(images/ANB-BG-01.jpg) center top no-repeat;
	}
*/

#header h1 {
	margin-bottom: 0px !important;
	padding: 24px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
    text-transform: none;
        font-size: 36px;
	}

#content {
	padding: 15px 5px 15px 15px;
    /* color: #919191; */
    color: #dedede;
	}

.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 14px;
   /* color: #919191; */
   color: #dedede;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #b2b200;
	border-left: 3px solid #CADAE7;
	}

/* Playing with code */
.post img {
	max-width: 680px;
	}
	
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.slideElement {
    background-size: contain;
}
