
/*
Theme Name:     Pat Frederick
Description:    Twenty Twelve child theme
Author:         Rebecca Mitchell, BoarPress
Version:        1.0.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           light, two-columns, right-sidebar, responsive-layout, accessibility-ready
Template:       twentytwelve

*/

/* @import url('https://229377.claudeassets.com/20260427024049cs_/http://patfrederick.com/wp-content/themes/twentytwelve/style.css'); */ /* import parent theme CSS rather than enqueue in functions.php file */

/* footer
#964121; rust, BASE, logo color
#232323; body text, widget text. BOLD navigation indicator
#454545; page title, navigation link
#707070; widget title
#969696; form outlines
#c2c2c2; hr fill, form text clue, author border side/top
#eaeaea; widget-title background
----
#1749d1; inline links: hover, active, focus, visited 
#d8973c; Tiger eye, accents, CTA
#97213c; site-title hover accent, CTA
----
ENQUEUED //fonts.googleapis.com/css?family=Playball:400

https://www.facebook.com/pages/Patricia-Frederick/106464150895
*/

/* =Reset 
-------------------------------------------------------------- */
a:focus { outline: none; }

hr { background-color: #c2c2c2;
    height: 1px;
    margin: 12px;
    margin: 0.85714286rem;
}

html { background-color: #fff; }

/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 12px;
	font-size: .85714286rem;
        line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
        color: #707070;
}

/* Large headers, Page Titles */
.entry-header h1.entry-title { color: #454545; }

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #969696;
}

/* Buttons style with gradients, rounded corners */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
        font-size: 12px;
	font-size: 0.85714286rem;
        line-height: 1.6;
        color: #454545;
	background-color: #eaeaea;
        background-image: -moz-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -ms-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -webkit-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -o-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: linear-gradient(to bottom, #eaeaea, #c2c2c2);
	border: 1px solid #969696;     
}

/* Buttons on hover with gradient stylng */
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #232323;
        font-weight: 600;
	background-color: #eaeaea;
	background-image: -moz-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -ms-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -webkit-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -o-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: linear-gradient(top, #eaeaea, #c2c2c2);
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #232323;
        font-weight: 600;
	background-color: #eaeaea;
	background-image: -moz-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -ms-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -webkit-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: -o-linear-gradient(top, #eaeaea, #c2c2c2);
	background-image: linear-gradient(to bottom, #eaeaea, #c2c2c2);
}

.bypostauthor cite span {
	color: #454545;
	background-color: #eaeaea;
	background-image: none;
	border: 1px solid #969696;
	border-radius: 3px;
	box-shadow: none;
	padding: 0;
}

/* Images */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption { color: #969696; }

/* Author profiles */
.author-info { border-top: 4px solid #c2c2c2; }
.author-description p { color: #454545; }
 

/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */

body { color: #232323; } 

/* body & sidebar links */
a, a:hover, a:visited, a:focus { color: #1749d1; /*#333399;*/ text-decoration: none; }


/* Assistive Test */
.main-navigation .assistive-text:focus {
	border: none;
}

/* Page structure */
.site { background-color: #fff; }

/* Header */
.site-header h1 { 
	font-family: Playball, serif;
	font-weight: 400; 
	color: #964121;
	font-size: 48px; 
	font-size: 3.428571429rem; /*48/$rembase)*/
	margin-bottom: -24px;
	margin-bottom: -1.714285714rem;
}


/* Navigation Menu */
.main-navigation a { color: #454545; }
.main-navigation a:hover,.main-navigation a:focus { color: #97213c; }
.main-navigation a:visited { color: #454545; } 

.main-navigation#footer-navigation { 
	margin-top: -20px;
	margin-top: -1.428571429rem; 
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.widget-area .widget a, .widget-area .widget a:hover,
.widget-area .widget a:focus, .widget-area .widget a:visited { color: #1749d1; text-decoration: none;  }

.widget-area .widget h3 {
	font-weight: 600;
	color: #707070;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget { line-height: 1.5em; }

.widget-area .widget p {
	margin-bottom: 16px;
	margin-bottom: 1.14285714rem;
}

/* Social Icons in Sidebar */
#social-icons li { }

#social-icons a:link,
#social-icons a:hover,
#social-icons a:visited {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	margin: 0 8px;
}

.social-twitter a { background: url('https://cfbd06.claudeassets.com/20260427024049im_/http://patfrederick.com/wp-content/themes/patFrederick/images/twitter-bird-icon.png') no-repeat; }
.social-facebook a { background: url('https://a38f94.claudeassets.com/20260427024049im_/http://patfrederick.com/wp-content/themes/patFrederick/images/facebook-icon.png') no-repeat; }
.social-linkedin a { background: url('https://60b2c4.claudeassets.com/20260427024049im_/http://patfrederick.com/wp-content/themes/patFrederick/images/linkedIn-icon.png') no-repeat; }
.social-google-plus a { background: url('https://a5f5d6.claudeassets.com/20260427024049im_/http://patfrederick.com/wp-content/themes/patFrederick/images/google-plus-icon.png') no-repeat; }
.social-contact a { background: url('https://845663.claudeassets.com/20260427024049im_/http://patfrederick.com/wp-content/themes/patFrederick/images/email-icon.png') no-repeat; }


/* Footer */
footer[role="contentinfo"] { border-top: 2px solid #c2c2c2; }
footer[role="contentinfo"] a { color: #707070; }
footer[role="contentinfo"] a:hover { color: #97213c; }  


/* =Main content and comment content
-------------------------------------------------------------- */
.entry-header,
.entry-header .entry-title,
.entry-header .entry-title a,
.entry-meta a,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { color: #454545; }

.entry-header .entry-title a:hover,
.entry-meta a:hover { color: #454545; }

.site-content article {
	border-bottom: none;
	margin-bottom: 12px;
	margin-bottom: 0.857143rem;
	padding-bottom: 12px;
	padding-bottom: 0.857143rem;
}

/* =Post formats
-------------------------------------------------------------- */
/* Status posts */
.format-status .entry-header h1 { color: #454545; }
.format-status .entry-header header a { color: #454545; }
.format-status .entry-header header a:hover { color: #454545; }

/* Aside posts */
article.format-aside h1 a {
	color: #454545;
	font-weight: 600;
}
article.format-aside h1 a:hover {
	color: #454545;
}
article.format-aside .aside {
	background: #c2c2c2; 
	border-left: 22px solid #97213c;
}

/* Pagination for posts */
.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}

.pagination span,
.pagination a {
	float: left;
	border: 1px #4c5b5c solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #ab4926;
}
.pagination a:hover,
.pagination a:focus {
	color: #454545;
	border-color: #964121;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #c2c2c2;
	border: 2px #97213c solid;
}
/* END PAGINATION */

/* =Front page template
-------------------------------------------------------------- */
.template-front-page .widget-area .widget li a { color: #333399; }
.template-front-page .widget-area .widget li a:hover,
.template-front-page .widget-area .widget li a:focus { color: #333399; }

/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header { border-bottom: 2px solid #969696; }

.archive-meta { color: #454545; }

/* =Single image attachment view
-------------------------------------------------------------- */
.image-attachment div.attachment { text-align: left; }

.image-attachment div.attachment p {
	text-align: right;
	padding: 0 24px;
}

.image-attachment div.attachment img {
	border: 24px solid #969696;
	max-width: 60%;
}

.image-attachment .entry-caption { padding-left: 40px; }

#image-navigation.navigation a {
	font-size: 16px;
	padding: 4px 8px;
	text-decoration: none;
	background-color: #fff;
	color: #454545;
}

#image-navigation.navigation a:hover { color: #454545; }

#image-navigation.navigation .previous-image {
	padding-left: 100px;
}

#image-navigation.navigation .next-image {
	padding-right: 100px;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
    
    body { background-color: #fff; }
    body .site { box-shadow: none; }

    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu > ul {
	border-bottom: none;
	border-top: none;
    }
    .main-navigation li { margin-right: 32px; }
    .main-navigation li a { color: #454545; }
    .main-navigation li a:hover,
    .main-navigation li a:focus { color: #97213c; }
	
    .main-navigation li ul li a {
        background: #fff;
	border: 1px solid #707070 ;
    }
    
    .main-navigation li ul li a:hover,
    .main-navigation li ul li a:focus {
	background: #eaeaea;
	color: #454545;
	font-weight: 600;
    }
    
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-ancestor > a,
    .main-navigation .current_page_item > a,
    .main-navigation .current_page_ancestor > a {
	color: #232323 ;
	font-weight: 600;
    }
    
}


/*
     FILE ARCHIVED ON 06:33:52 Apr 27, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:23:06 Sep 02, 2026.
     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.606
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.053
  esindex: 0.008
  cdx.remote: 32.218
  LoadShardBlock: 170.982 (3)
  PetaboxLoader3.datanode: 69.387 (4)
  load_resource: 159.186
  PetaboxLoader3.resolve: 116.094
*/