/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://www.farabaugh.org
 Description:  Twenty Twelve Child Theme
 Author:       Tony Bentivegna
 Author URI:   http://www.farabaugh.org
 Template:     twentytwelve
 Version:      1.0.0
*/

@import url("../../../../../../20260207032140cs_/http_/www.farabaugh.org/wp-content/themes/twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}

function my_custom_background_callback() {

	/* Get the background image. */
	$image = get_background_image();

	/* If there's an image, just call the normal WordPress callback. We won't do anything here. */
	if ( !empty( $image ) ) {
		_custom_background_cb();
		return;
	}

	/* Get the background color. */
	$color = get_background_color();

	/* If no background color, return. */
	if ( empty( $color ) )
		return;

	/* Use 'background' instead of 'background-color'. */
	$style = "background: #{$color};";

?>
<style type="text/css">body { <?php echo trim( $style ); ?> }</style>
<?php

}
/*
     FILE ARCHIVED ON 09:08:21 Feb 21, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:55:08 Jun 06, 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):
  capture_cache.get: 1.385
  load_resource: 93.304
  PetaboxLoader3.resolve: 47.823
  PetaboxLoader3.datanode: 38.906 (2)
  loaddict: 21.519
*/