/*

Theme Name: IceyDesigns - Janet B. Taylor
Author: Hafsah
Author URI: https://iceydesigns.com/
Date: January 2015


*/


/* BODY & STRUCTURE
---------------------------------- */
body {
 	background: #000 url(https://janetbtaylor.com/wp-content/themes/IceyDesigns-JanetTaylor/images/paper.png) repeat-x left -60px; 
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Vollkorn', serif;
	margin: 0;
}

#container {
	background: none;
}

#wrapper {
	padding: 0;
	margin: auto;
	width: 1000px;
	min-height: 590px;
}

#main {
	background: #f7eee1 url(https://janetbtaylor.com/wp-content/themes/IceyDesigns-JanetTaylor/images/content-area.jpg) no-repeat top;
	min-height: 400px;
	padding-top: 40px;
}

#content {
	float: left;
	width: 590px;
	font-size: 15px;	
	padding: 30px 0 0 30px;
	margin-left: -5px;
}

#primary {
	float: right;
	overflow: hidden;
	width: 340px;
	color: #000;
	margin: 0 -15px 15px 0;
}

#secondary {
	float: right;
	overflow: hidden;
	width: 340px;
	color: #000;
	background: none;
}

#social {		
	margin: 40px auto -70px;
	text-align: right;
	position: relative;
	z-index: 2;
}	

#social img:hover {
	position: relative;
	top: 3px;
	opacity: 0.8;
}


/* LINKS & BLOCKQUOTE
-------------------------------------------------------------- */
a img {
	border-style: none;
}

a:link,
a:visited {
	color: #2946a4;
	text-decoration:none;
}

a:active,
a:hover {
	color: #000;
	text-decoration:none;
}

blockquote {
	width: 80%;
	color: #85653a;
	line-height: 18px;
	font-size: 13px;
	background: url(https://janetbtaylor.com/wp-content/themes/IceyDesigns-JanetTaylor/images/quotes.png) no-repeat left top;
	padding: 20px 10px 20px 20px;
	margin-left: 40px;
}

/* FONTS & TYPOGRAPHY
-------------------------------------------------------------- */

.entry-content p {
	padding: 11px 0 0 0 !important;
}

h1, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	padding: 10px 0 !important;
	color: #2946a4;
}

h2 {
	clear: both;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 27px;
	padding-top: 10px !important;
	font-size: 18px;
	color: #000;
}

/* HEADER
-------------------------------------------------------------- */

#header {
	border: none;
	margin: 0px auto;
	width: 1000px;
}

#logo {
	text-align: center;
	width: 1000px;
	margin: 0px auto;
}


/* MENU NAVIGATION
-------------------------------------------------------------- */
	.primary-navigation {
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		font-size: 21px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: -60px;
		padding: 0;
	}

	.primary-navigation ul {
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
		padding: 0;
	}

	.primary-navigation li {
		background: url(https://janetbtaylor.com/wp-content/themes/IceyDesigns-JanetTaylor/images/nav.png) no-repeat center;
		border: 0;
		display: inline-block;
		padding: 0 7px;
		height: 69px;
		width: 186px;
		line-height: 48px;
		position: relative;
	}

	.primary-navigation li:last-child {
		padding-right: 0;
		margin-right: -7px;
	}

	.primary-navigation li:first-child {
		padding-left: 0;
		margin-left: -7px;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 10px 0 0 0;
		white-space: nowrap;
		color: #e7e4dd;
	}

	.primary-navigation ul ul {
		background: #5e5d5d;
		float: left;
		margin: 0;
		position: absolute;
		top: 52px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
		border-bottom: 2px solid #000;
		background: #5e5d5d;
		font-size: 13px;
	}

	.primary-navigation li li:last-child {
		padding-right: 0;
		margin-right: 0;
	}

	.primary-navigation li li:first-child {
		padding-left: 0;
		margin-left: 0;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 13px 0;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		color: #f1e3d0;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #6e6c6c;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}



/* POST NAVIGATION
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #25757a;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* CONTENT
-------------------------------------------------------------- */

.entry-content img {
border: 0px;
padding: 5px;
}

.clearfix {
	clear: both;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #888;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #2946a4;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #2946a4;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	margin: 0 0 36px 0;
}
.page-title a:link,
.page-title a:visited {
	color: #2946a4;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #000;
	text-decoration: none;
}

#content .entry-title {
	color: #2946a4;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	display: inline;
	line-height: 0;
	font-weight: bold;
}
#content .entry-page-title {
	color: #2946a4;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 0;
	margin: 0 0 10px 0px;
	font-weight: bold;
}
.entry-title a:link,
.entry-title a:visited {
	color: #2946a4;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-date {
	font-size: 13px;
	background: url(https://janetbtaylor.com/wp-content/themes/IceyDesigns-JanetTaylor/images/flourish.png) no-repeat center right;
	padding: 8px 55px 10px 0px;
	margin-left: 2px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #675432;
}

.posted-by {
	font-size: 12px; 
}

.posted-by a:link {
	color: #000;
}

.posted-by a:hover {
	color: #2946a4;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 30px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 14px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #fff;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #25757a;
}
.page-link a:active,
.page-link a:hover {
	color: #2946a4;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #ece6de;
	border-top: 4px solid #2946a4;
	color: #2946a4;
	clear: both;
	font-size: 13px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #ece6de;
	border: 1px solid #000;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	text-transform: uppercase;
	font-weight: 200;
	clear: both;
	color: #000;
	font-size: 10px;
	line-height: 25px;
	background: #ebe5d1;
	padding: 6px 10px;
	margin: 10px 0 0 -13px;
}
.entry-meta a,
.entry-utility a {
	color: #ad8d18;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #2946a4;
}
#content .video-player {
	padding: 0;
}


/* SIDEBAR
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 15px;
}
.widget-area ul ul {
	list-style: none;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 25px 18px 40px;
	text-align: left;
}
.widget-title {
	color: #2946a4;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	border-bottom: 4px double #dacab1;
	text-transform: uppercase;
	line-height: 25px;
        padding: 25px 70px 0 0;
	margin-bottom: 13px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
.widget_rss a.rsswidget {
	color: #2946a4;
}
.widget_rss a.rsswidget:hover {
	color: #000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
	list-style: disc;
	list-style-position: inside;
}

/* IMAGES
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* COMMENTING
-------------------------------------------------------------- */

input[type="text"],
textarea {
	background: #fff;
	color: #0000FF;
	border: 1px solid #f1e9cf;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

.comments-link {
	float: right;
	text-transform: uppercase;
	font-size: 19px;
}
.comments-link a {
	color: #0000FF;
}

h3#comments-title {
	color: #624622;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
}

h3#reply-title {
	color: #624622;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;

}

.commentlist {
	list-style: none;
	margin: 0;

}

.commentlist li.comment {
	border-bottom: 3px double #8c8c8c;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.comment-body {
	background: #ebe5d1;
	padding: 5px;
	font-size: 13px;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;

}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.comment-author {
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;

}

.comment-author .says {
	font-style: none;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #624622;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #000;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #000;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #002729;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


/* Comments form */
input[type=submit] {
	color: #333;
}

#respond {
	border-top: 3px double #002729;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #002729;
	font-weight: bold;
}

#respond label {
	color: #565656;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #565656;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* FOOTER
-------------------------------------------------------------- */

#footer {
	clear: both;
	background: none;
	width: 1000px;
}

#colophon {
	border-top: 0;
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#colophon a {
	color: #8d8d8d;
}

#colophon a:hover {
	color: #000;
}

#copyright {
	font-family: 'Vollkorn', serif;
	font-size:13px; 
	color:#fffbed; 
	text-align: right;
}

.id {
	float:left;
	opacity: 0.8;
}

.id:hover {
	opacity: 1.0;
}


/* MISC
-------------------------------------------------------------- */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ul {
	list-style: none;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}

dd {
	margin-bottom: 18px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* ASIDES
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* GALLERIES
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* ATTACHMENTS
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* MOBILE SAFARI
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
/*
     FILE ARCHIVED ON 08:02:03 Oct 09, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:18:25 Jul 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.946
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.029
  esindex: 0.016
  cdx.remote: 11.455
  LoadShardBlock: 85.38 (3)
  PetaboxLoader3.datanode: 144.978 (5)
  load_resource: 857.28 (2)
  PetaboxLoader3.resolve: 736.221 (2)
*/