/*[fmt]1A90-1A0B-3*/
/*
Theme Name: Judy Miller
Description: Custom Built Wordpress Theme For Judy Miller.
Version: 1.0
Author: Jones House Creative
Author URI: http://www.joneshousecreative.com/

/*---------------------------------------------------------------------------------

[Table of contents]

1. CSS Reset - This avoids many common cross-browser issues and is standard on all my work.

2. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2.1. Typography - These are the base style for all typography.

3. Header Region - Styles specific to header region, title, slug, top menu, etc.
3.1 Main Site Navigation - The Styling for the Main Horizontal Site Navigation.

4. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4.1 - Common Elements - Basic Styles For Common Elements

5. Comments Region - Styles for comment thread, forms, etc.

6. Footer Region - Styles specific to the footer region.

7. Media Queries - Styles Targeting Mobile Devices In Various Configurations.

8. Misc. & Plugins - Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------
=== START SECTION 1 - CSS Reset ===*/
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;
}

:focus {
	outline: 0;
}

body {
	line-height: 1px;
	color: #000000;
	background: #FFFFFF;
}

ol, ul {
	list-style: none;
}

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: "" "";
}

img {
	display: block;
}

a img {
	border: none;
	outline: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/*Set this For The HTML5 Elements, Mainly So That Internet Destroyer Knows What To Do With Them.*/
article, aside, footer, header, hgroup, nav, section {
	display: block;
}

/*=== END SECTION 1 - CSS Reset ===
=== START SECTION 2 - Initial Styling ===*/
body {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	color: #3A3A3A;
	background: #C3B2A2 url( images/bg-parchment.jpg ) repeat-y 50% -103px;
}

#wrapper {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}

header {
	background: url( images/bg-header_nav.jpg ) no-repeat 50% 0;
	height: 291px;
}

.description {
	font-style: italic;
	padding-left: 60px;
	padding-top: 10px;
}

article {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.inner {
	width: 967px;
	margin: 0 auto;
}

/*=== START SECTION 2.1 - Typography ===*/
h1, h1 a {
	font-size: 30px;
	margin-bottom: 20px;
	clear: both;
	font-family: 'trajan-pro-3', serif;
}

h2, h2 a {
	font-size: 20px;
	margin-bottom: 15px;
	clear: both;
    font-family: 'trajan-pro-3', serif;
}

h2.list-title {
	margin-bottom: 5px;
}

h3, h3 a {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	clear: both;
	font-family:'trajan-pro-3',serif;
}

h4, h4 a, h5, h5 a, h6, h6 a {
	font-weight: normal;
	font-family:'trajan-pro-3',serif;
	margin-bottom: 10px;
	clear: both;
}

p, ul, ol {
	margin-bottom: 10px;
}

a {
	color: #ae8e52;
	text-decoration: none;
}

a:hover {
	color: #a6710c;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*=== END SECTION 2.1 - Typography ===
=== END SECTION 2 - Initial Styling ===
=== START SECTION 3 - Header Region ===*/
hgroup {
	float: left;
}

#home_link {
	width: 284px;
	display: block;
	margin: 0px auto 0;
	padding-top: 39px;
}

header .social {
	float: right;
	margin: 7px 29px 0 0;
}

.social a {
	display: inline-block;
	background: url( images/social_sprite.png ) no-repeat;
}

.social .bookbub {
	width:35px;
	height: 35px;
	background-image: url(http://judithmccoymiller.com/wp-content/uploads/2018/07/book-bub-small.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	background-size: 71%;
}

.social .facebook {
	width: 35px;
	height: 35px;
	background-position: 5px 0;
}

.social .twitter {
	width: 35px;
	height: 35px;
	background-position: -26px 0;
}

.social .rss {
	width: 35px;
	height: 35px;
	background-position: -64px 0;
}

.social .fblike {
	width: 59px;
	height: 35px;
	background-position: -106px 0;
}

/*=== START SECTION 3.1 Main Site Navigation ===*/
nav.main_nav {
	display: block;
	margin-top: 19px;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}

nav.main_nav .sub-menu ,.sub-menu {
	position: absolute;
	z-index:100;
	top: 30px;
	left: 0px;
	display: none;
	background-image: url(images/bg-drop-down.png);
	border-color: #AE8939;
    border-style: double;
    border-width: 4px;
    padding: 8px 8px 8px 0;
    width: auto;
    float: left;
}

nav.main_nav .sub-menu a {
	color:#ffffff;
}

nav.main_nav li {
	float: left;
	display: inline;
	position: relative;
	height: 30px;
}

nav.main_nav li li {
	float: none;
	display: block;
	white-space: nowrap;
}

nav.main_nav li:hover ul {
	display: block;
}

nav.main_nav li a {
	height: 30px;
	padding: 0px 0px 0px 21px;
	overflow: hidden;
	float: left;
	margin: 0px 15px;
	font-size: 16px;
	color: #881B12;
    font-family: 'trajan-pro-3', serif;
}

nav.main_nav li.current-menu-item a, nav.main_nav li a:hover {
	background: url( images/nav_active.png ) no-repeat 0px 8px;
}

/*=== END SECTION 3.1 Main Site Navigation ===
=== END SECTION 3 - Header Region ===
=== START SECTION 4 - Content Region ===
== START SECTION 4.1 - Common Elements ====*/
blockquote {
	padding: 10px;
	font-style: italic;
}

section ul {
	padding-left:0px;
	list-style:none;
	display:inline;
}

section ol {
	padding-left: 20px;
	list-style: decimal;
}

section img.aligncenter {
	margin: 10px auto;
}

section img.alignleft, article img.alignnone, .wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}

section img.alignright, .wp-caption.alignright {
	margin: 0 0 10px 10px;
}

.wp-caption {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.wp-caption img {
	margin: 0;
}

section table {
	width: 100%;
}

section td, #content th {
	padding: 10px;
}

section th {
	font-weight: bold;
}

section dt {
	padding: 5px;
	font-weight: bold;
}

section dd {
	font-style: italic;
	padding: 5px 5px 15px;
}

section code {
	font-weight: bold;
}

section abbr, section acronym, section cite, section var {
	font-style: italic;
}

section big {
	font-size: 1.2em;
}

section small {
	font-size: 0.8em;
}

section pre {
	font-family: "Lucida Console", Monospace;
}

section sup {
	vertical-align: super;
	font-size: 0.8em;
}

section sub {
	vertical-align: sub;
	font-size: 0.8em;
}

section .gallery-icon img {
	margin: 0 auto;
}

section .commentlist, section .commentlist .children {
	padding: 0px;
	list-style: none;
}

/*== END SECTION 4.1 - Common Elements ====*/
#page-section, #post-list {
	float: left;
	width: 595px;
	margin-right: 20px;
	overflow: hidden;
}

#page-section h1, #page-section h1 a {
	padding-top:10px;
}

aside {
	float: right;
	width: 330px;
}

aside ul li{
	background: url(images/sidebar_borderBottom.jpg) no-repeat bottom center;
	padding-bottom: 40px;
}

aside h5 {
	font-family:'trajan-pro-3',serif;
	font-weight:normal;
}

nav.prev_next a {
	display: block;
	padding: 5px 10px;
	background-color: #F2F2F2;
	margin-bottom: 10px;
}

.blog-meta {
	margin-bottom: 10px;
}

.blogTitle {
	width:100%;
	height:auto;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:15px;
	background: url(images/deco_pageTopBorder.jpg) no-repeat bottom left;
    	padding-left: 20px;
    	color:#7f2c00;
    	font-size: 36px;
}

.blogTitle h1 {
	font-size:36px;
}

.widget {
	margin-bottom: 20px;
}

.widgettitle {
	font-size: 16px;
	font-weight: normal;
}

.post_meta {
	font-size: 12px;
	font-style: italic;
}

/*=== END SECTION 4 - Content Region ===
=== START SECTION 5 - Comment Region ===*/
ul.commentlist li ul.children {
	margin-left: 80px;
}

.comment-author img {
	float: left;
	padding: 0px 10px 10px 0px;
}

li.comment div.comment-body {
	margin-bottom: 30px;
}

li.comment p {
	margin: 5px 0px;
}

#respond label {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

#respond span.required {
	float: left;
	color: #FF0000;
	width: 8px;
	margin-left: -8px;
}

#respond .comment-notes .required {
	float: none;
	margin-left: 0;
}

.commentlist p {
	clear: both;
}

.commentlist .comment-body {
	padding: 10px;
    border: 4px double #dac29a;
}

/*=== END SECTION 5 - Comment Region ===
=== START SECTION 6 - Footer Region ===*/
footer {
	text-align: center;
	min-height: 251px;
}

footer .inner {
	background: url(images/footer_top.png) no-repeat 0px 0px;
	padding-top: 50px;
}

footer .social {
	width: 113px;
	margin: 16px auto 0px;
	clear: both;
    padding-left:0px;
}

footer nav li {
	display: inline;
	padding: 0px 22px;
	font-family:'trajan-pro-3',serif;
}

footer nav a {
	color: #403525;
	font-size: 14px;
}

.copyright {
	color: #3A3226;
	margin-top: 10px;
	
}


/*=== END SECTION 6 - Footer Region ===
=== START SECTION 7 - Media Queries ===
=== END SECTION 7 - Media Queries ===
=== START SECTION 8 - Misc And Plugins ===
=== END SECTION 8 - Misc And Plugins ===*/

/* START SECTION 9 - Home Featured Post Slider ===*/
#homeSlider section{
	position: absolute;
}

.sliderRecent {
	position:relative;
	top:11px;
	left:11px;
	width:150px;
	height:30px;
	background-image:url(images/recent-releases.png);
	background-repeat:no-repeat;
}

#homeSlider{
	width: 569px;
	border-style:double;
	border-width: 4px;
	border-color: #ae8939;
}
#homeSlider section .the-content{
	width: 279px;
	font-size: 14px !important;
	float:left;
	margin: 15px 6px 35px 22px;
}
#homeSlider .readmore{
	font-size: 36px;
	color: #ae8939;
	float: right;
	margin: 20px;
}
#homeSlider section h1{
	font-family: 'trajan-pro-3',serif;
	font-size: 22px;
	margin-bottom: 0px;
	line-height:22px;
}
.attachment-post-thumbnail{
	float: left;
	margin-top: 10px;
}
.slider_navigation div{
	float:left;
	margin-left: 10px;
}
#homeSlider .slide-content{
	float:left; 
	margin-right:10px; 
	font-size:14px;
}
.slider_prev,.slider_next{
	cursor: pointer;
}
.slider_bullets a{
	margin-left: 5px;
	margin-right: 5px;
	background: url(images/slider_bullets.jpg) no-repeat top right;
	color: transparent;
	width: 12px;
	height: 20px;
	float: left;
	cursor: pointer;
	display: block;
}

.slider_bullets{
	margin-top: 7px;
}
.slider_navigation{
	bottom: 8px;
    margin-left: 14px;
    position: relative;
    z-index: 1000;
    display: block;
    overflow: auto;
}

.slider_bullets .activeSlide {
	background: url(images/slider_bullet_active.jpg) no-repeat top right;
}

/*=== END SECTION 9 - Home Featured Post Slider ===
=== START SECTION 10 - Social media ===*/

.social img{
	margin-left: 2px;
	margin-top: -10px;
	width: 63px;
}
.social{
	padding-left: 31px;
}
/*=== END SECTION 10 - Social media ===*/
/*=== START SECTION 11 - Home Welcome ===*/

#page-section #article-6 h1{
	font-size: 54px;
	color: #AE8939;
	margin-bottom: 48px;
    padding-top: 32px;   
}

#page-section #article-6, #page-section #article-4 {
	background: url(images/deco_postcard.jpg) no-repeat top right;
	margin-top: 34px;
	margin-right: 25px;
}
#page-section .front_page_content {
	background: url(images/deco_borderRight.jpg)no-repeat right top;	
	margin-top:30px;
}

.sidebar_events p{
	margin-left: 44px;
}

/*=== END SECTION 11 - Home Welcome ===
=== START SECTION 12 - Sidebar Widgets ===*/
.sidebar_author{
	height:336px; 
	width:100%;
}
.author_message{
	width:142px !important; 
	color:#392c17;
	float:left; 
}
.sidebar_author h1{
	font-size:19px;
}
.author_initial{
	margin-top:10px;
}
.author_pict{
	float:left;
}
.sidebar_author .social{
	float:left; 
	background: url(images/social_box.jpg) no-repeat; 
	width: 280px; 
	height: 77px;
	margin-top:15px;
}
.sidebar_author .social img{
	float: left;
}

aside .widget h4{
	font-size: 30px;
	color: #BD945C;
	font-weight: normal;
}

aside #text-3 h4,aside #text-7 h4{
	background: url(images/deco_subscribe.jpg) no-repeat;
}
aside #text-4 h4,aside #text-8 h4{
	background: url(images/deco_events.jpg) no-repeat;
}
aside #text-2 h4{
	background: url(images/bookicon.jpg) no-repeat;
}
aside #text-4 h4,aside #text-3 h4,aside #text-7 h4,aside #text-8 h4{
	height: 50px;
    padding-left: 56px;
    padding-top: 27px;
    font-family: 'Caflisch Script Pro';
}
aside #text-2 h4{
	height: 33px;
    padding-left: 67px;
    padding-top: 12px;
}
aside #text-3 p,aside #text-7 p{
	margin-left:20px;
}
aside #text-4 p,aside #text-8 p{
	margin-left:38px;
}
.sidebar_events{
	margin-left:14px;
}
aside .event_date{
	color: #BD945C;
	background: url(images/nav_active.png) no-repeat;
	padding-left: 26px;
	font-family:'trajan-pro-3',serif;
}
#recentRelease section{
	margin-left: 106px;
    height:242px!important;
}
.recentreleaseBox{
	background: url(images/JMimage.png) no-repeat bottom left;
	height: 277px;
}
.RecentRelease{
	background: url(images/bookicon.jpg) no-repeat left center;
	height: 46px;
    padding-left: 67px;
    padding-top: 36px;
    margin-bottom: 0px !important;
}
.slide_navigation{
	width: 200px;
	height: 20px;
	margin-left: 67px;
    position: relative;
    top: -118px;
    z-index: 1000;
}
.slide_navigation .slide_next{
	float: right;
	cursor: pointer;
}
.slide_navigation .slide_prev{
	float: left;
	cursor: pointer;
}
.widget .buynow{
	cursor: pointer;
	position: relative;
	left: 22px;
}

/*=== END SECTION 12 - Sidebar Widgets ===
=== START SECTION 13 - Page Content ===*/
#page-section article h2,#full-page-section article h2{
	background: url(images/deco_pageTopBorder.jpg) no-repeat bottom left;
    padding-left: 20px;
    color: #7f2c00;
    font-size: 36px;
    line-height: 45px;
	padding-bottom: 20px;
}
#page-section article .content p{
	margin:5px 20px 20px 20px;
}
#page-section article .content, .single-post #page-section, .blog #post-list{
	background: url(images/deco_pageLeftBorder.jpg) repeat-y right;
}

.single-post #page-section article .content{
    background: none;  
}

.single-post #page-section, .blog #post-list{
    padding-right: 20px;
    width:575px;
}

.blog article.post{
    background: url(images/sidebar_borderBottom.jpg) no-repeat bottom center;
    padding-bottom: 85px;
}

.home_content{
    padding-right:26px;
}

.cap {
	color:#881B12;
	font-family: 'trajan-pro-3',serif;
	font-weight:normal !important;
	padding-left:4px;
}

.peony {
	margin:0 auto;width:60px;height:60px;background:url(images/peony.png) no-repeat;
}

.one-third {
	width:22%;
	height:400px;
	text-align:center;
	margin:30px 12px 20px 12px;
	float:left;
	display:inline-block;
}

.one-third img {
	width:150px;
	height:226px;
	padding:3px;
	margin-bottom:20px !important;
	border:solid 1px #888888;
	box-shadow:0 0 5px #999999;
	-webkit-box-shadow:0 0 5px #999999;
	-moz-box-shadow:0 0 5px #999999;
}

.one-third h3 {
	font-family:'trajan-pro-3',serif;
	font-weight:normal;
}

.one-third ul li {
	list-style-type:none;
	display:inline;
}

.content h3 {
	clear:none !important; 
	padding-right:20px;
}

.bookSellers {
	width:90%;
	clear:both;
	background:url(images/sidebar_borderBottom.jpg)top center no-repeat;
	padding-top:25px;
}

.bookSellers h6 {
	clear:none;
}

.bookSellers ul li {
	display:inline;
}

.bookSellers img {
	float:left;
	max-width:117px;
	max-height:39px;
}

.bookSeries {
	width:95%;
	
	text-align:center;
	margin:30px auto;
	line-height:28px;
}

.bookSeries ul li {
	display:inline;
}

.bookSeries ul li a {
	font-family:'trajan-pro-3',serif;
	text-transform:lowercase;
	color:#7F2C00;
	font-size:15px;
	margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 15px 5px 11px;
	line-height:20px;
}

.bookSeries ul li a:hover {
	background:#7F2C00;
	border-radius:10px;
	color:#ffffff;
}

hr {
	border:none;
	border-bottom:1px solid #AE8E52;
}

#page-section article .content .wp-caption-text {
	margin:5px 20px;
}

.addthis_toolbox {
	clear:both;
}

#tribe-events-content .entry-title {
line-height:22px;
}