<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress DK Forum Tag: twenty twelve - Recent Posts</title>
		<link>http://wp-danmark.dk/forum/tags/twenty-twelve</link>
		<description>WordPress DK Forum Tag: twenty twelve - Recent Posts</description>
		<language>da-DK</language>
		<pubDate>Wed, 16 Sep 2026 15:55:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/tags/twenty-twelve" rel="self" type="application/rss+xml" />

		<item>
			<title>Danny Bahl om "footer widgets til twenty twelve"</title>
			<link>http://wp-danmark.dk/forum/topic/footer-widgets-til-twenty-twelve#post-68185</link>
			<pubDate>man, 21 aug 2017 08:23:35 +0000</pubDate>
			<dc:creator>Danny Bahl</dc:creator>
			<guid isPermaLink="false">68185@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Super!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "footer widgets til twenty twelve"</title>
			<link>http://wp-danmark.dk/forum/topic/footer-widgets-til-twenty-twelve#post-68173</link>
			<pubDate>søn, 20 aug 2017 16:38:09 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">68173@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg fandt en løsning ved, at bruge plugin Podamibe Simple Footer Widget Area :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danny Bahl om "footer widgets til twenty twelve"</title>
			<link>http://wp-danmark.dk/forum/topic/footer-widgets-til-twenty-twelve#post-68084</link>
			<pubDate>man, 07 aug 2017 09:11:06 +0000</pubDate>
			<dc:creator>Danny Bahl</dc:creator>
			<guid isPermaLink="false">68084@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Der mangler noget styling. Har du et link til siden?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "footer widgets til twenty twelve"</title>
			<link>http://wp-danmark.dk/forum/topic/footer-widgets-til-twenty-twelve#post-68080</link>
			<pubDate>søn, 06 aug 2017 16:14:02 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">68080@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg er ved at tilføje footer widgets til mit tema twenty twelve, hvilket også er lykkes mig, men&#60;br /&#62;
widgets ligger oveni hinanden, istedet for at ligge side om side.&#60;/p&#62;
&#60;p&#62;Nogen der kan hjælpe med at rette så mine widgets ligger side om side ?&#60;br /&#62;
fooder.php&#60;br /&#62;
&#60;code&#62;?php&#60;br /&#62;
/**&#60;br /&#62;
 * The template for displaying the footer&#60;br /&#62;
 *&#60;br /&#62;
 * Contains footer content and the closing of the #main and #page div elements.&#60;br /&#62;
 *&#60;br /&#62;
 * @package WordPress&#60;br /&#62;
 * @subpackage Twenty_Twelve&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#38;lt;!-- #main .wrapper --&#38;gt;&#60;br /&#62;
	&#38;lt;footer id=&#34;colophon&#34; role=&#34;contentinfo&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#34;site-info&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;?php do_action( 'twentytwelve_credits' ); ?&#38;gt;&#60;br /&#62;
			&#38;lt;div id=&#34;footer-sidebar&#34; class=&#34;secondary&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;footer-sidebar1&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if(is_active_sidebar('footer-sidebar-1')){&#60;br /&#62;
dynamic_sidebar('footer-sidebar-1');&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;footer-sidebar2&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if(is_active_sidebar('footer-sidebar-2')){&#60;br /&#62;
dynamic_sidebar('footer-sidebar-2');&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;footer-sidebar3&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if(is_active_sidebar('footer-sidebar-3')){&#60;br /&#62;
dynamic_sidebar('footer-sidebar-3');&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#38;lt;!-- .site-info --&#38;gt;&#60;br /&#62;
	&#38;lt;/footer&#38;gt;&#38;lt;!-- #colophon --&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!-- #page --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_footer(); ?&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;functions.php&#60;br /&#62;
&#60;code&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// Add 75x75 image size&#60;br /&#62;
add_image_size('excerpt-thumbnail', 90, 90, true);&#60;/p&#62;
&#60;p&#62;// Remove the ... from excerpt and change the text&#60;br /&#62;
function change_excerpt_more()&#60;br /&#62;
{&#60;br /&#62;
  function new_excerpt_more($more)&#60;br /&#62;
    {&#60;br /&#62;
    // Use .read-more to style the link&#60;br /&#62;
      return '&#60;br /&#62;&#38;lt;button class=&#34;button button-pill button-flat&#34;&#38;gt;&#38;lt;span class=&#34;continue-reading&#34;&#38;gt;&#60;a&#62;ID) . '&#34;&#38;gt;Læs mere »&#60;/a&#62;&#38;lt;/span&#38;gt;&#38;lt;/button&#38;gt;';&#60;br /&#62;
    }&#60;br /&#62;
  add_filter('excerpt_more', 'new_excerpt_more');&#60;br /&#62;
}&#60;br /&#62;
add_action('after_setup_theme', 'change_excerpt_more');&#60;br /&#62;
/**&#60;br /&#62;
 * Twenty Twelve functions and definitions&#60;br /&#62;
 *&#60;br /&#62;
 * Sets up the theme and provides some helper functions, which are used&#60;br /&#62;
 * in the theme as custom template tags. Others are attached to action and&#60;br /&#62;
 * filter hooks in WordPress to change core functionality.&#60;br /&#62;
 *&#60;br /&#62;
 * When using a child theme (see &#60;a href=&#34;https://codex.wordpress.org/Theme_Development&#34; rel=&#34;nofollow&#34;&#62;https://codex.wordpress.org/Theme_Development&#60;/a&#62; and&#60;br /&#62;
 * &#60;a href=&#34;https://codex.wordpress.org/Child_Themes)&#34; rel=&#34;nofollow&#34;&#62;https://codex.wordpress.org/Child_Themes)&#60;/a&#62;, you can override certain functions&#60;br /&#62;
 * (those wrapped in a function_exists() call) by defining them first in your child theme's&#60;br /&#62;
 * functions.php file. The child theme's functions.php file is included before the parent&#60;br /&#62;
 * theme's file, so the child theme functions would be used.&#60;br /&#62;
 *&#60;br /&#62;
 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached&#60;br /&#62;
 * to a filter or action hook.&#60;br /&#62;
 *&#60;br /&#62;
 * For more information on hooks, actions, and filters, @link &#60;a href=&#34;https://codex.wordpress.org/Plugin_API&#34; rel=&#34;nofollow&#34;&#62;https://codex.wordpress.org/Plugin_API&#60;/a&#62;&#60;br /&#62;
 *&#60;br /&#62;
 * @package WordPress&#60;br /&#62;
 * @subpackage Twenty_Twelve&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;// Set up the content width value based on the theme's design and stylesheet.&#60;br /&#62;
if ( ! isset( $content_width ) )&#60;br /&#62;
	$content_width = 625;&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Twenty Twelve setup.&#60;br /&#62;
 *&#60;br /&#62;
 * Sets up theme defaults and registers the various WordPress features that&#60;br /&#62;
 * Twenty Twelve supports.&#60;br /&#62;
 *&#60;br /&#62;
 * @uses load_theme_textdomain() For translation/localization support.&#60;br /&#62;
 * @uses add_editor_style() To add a Visual Editor stylesheet.&#60;br /&#62;
 * @uses add_theme_support() To add support for post thumbnails, automatic feed links,&#60;br /&#62;
 * 	custom background, and post formats.&#60;br /&#62;
 * @uses register_nav_menu() To add support for navigation menus.&#60;br /&#62;
 * @uses set_post_thumbnail_size() To set a custom post thumbnail size.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_setup() {&#60;br /&#62;
	/*&#60;br /&#62;
	 * Makes Twenty Twelve available for translation.&#60;br /&#62;
	 *&#60;br /&#62;
	 * Translations can be added to the /languages/ directory.&#60;br /&#62;
	 * If you're building a theme based on Twenty Twelve, use a find and replace&#60;br /&#62;
	 * to change 'twentytwelve' to the name of your theme in all the template files.&#60;br /&#62;
	 */&#60;br /&#62;
	load_theme_textdomain( 'twentytwelve', get_template_directory() . '/languages' );&#60;/p&#62;
&#60;p&#62;	// This theme styles the visual editor with editor-style.css to match the theme style.&#60;br /&#62;
	add_editor_style();&#60;/p&#62;
&#60;p&#62;	// Adds RSS feed links to &#38;lt;head&#38;gt; for posts and comments.&#60;br /&#62;
	add_theme_support( 'automatic-feed-links' );&#60;/p&#62;
&#60;p&#62;	// This theme supports a variety of post formats.&#60;br /&#62;
	add_theme_support( 'post-formats', array( 'aside', 'image', 'link', 'quote', 'status' ) );&#60;/p&#62;
&#60;p&#62;	// This theme uses wp_nav_menu() in one location.&#60;br /&#62;
	register_nav_menu( 'primary', __( 'Primary Menu', 'twentytwelve' ) );&#60;/p&#62;
&#60;p&#62;	/*&#60;br /&#62;
	 * This theme supports custom background color and image,&#60;br /&#62;
	 * and here we also set up the default background color.&#60;br /&#62;
	 */&#60;br /&#62;
	add_theme_support( 'custom-background', array(&#60;br /&#62;
		'default-color' =&#38;gt; 'e6e6e6',&#60;br /&#62;
	) );&#60;/p&#62;
&#60;p&#62;	// This theme uses a custom image size for featured images, displayed on &#34;standard&#34; posts.&#60;br /&#62;
	add_theme_support( 'post-thumbnails' );&#60;br /&#62;
	set_post_thumbnail_size( 624, 9999 ); // Unlimited height, soft crop&#60;br /&#62;
}&#60;br /&#62;
add_action( 'after_setup_theme', 'twentytwelve_setup' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Add support for a custom header image.&#60;br /&#62;
 */&#60;br /&#62;
require( get_template_directory() . '/inc/custom-header.php' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Return the Google font stylesheet URL if available.&#60;br /&#62;
 *&#60;br /&#62;
 * The use of Open Sans by default is localized. For languages that use&#60;br /&#62;
 * characters not supported by the font, the font can be disabled.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.2&#60;br /&#62;
 *&#60;br /&#62;
 * @return string Font stylesheet or empty string if disabled.&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_get_font_url() {&#60;br /&#62;
	$font_url = '';&#60;/p&#62;
&#60;p&#62;	/* translators: If there are characters in your language that are not supported&#60;br /&#62;
	 * by Open Sans, translate this to 'off'. Do not translate into your own language.&#60;br /&#62;
	 */&#60;br /&#62;
	if ( 'off' !== _x( 'on', 'Open Sans font: on or off', 'twentytwelve' ) ) {&#60;br /&#62;
		$subsets = 'latin,latin-ext';&#60;/p&#62;
&#60;p&#62;		/* translators: To add an additional Open Sans character subset specific to your language,&#60;br /&#62;
		 * translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language.&#60;br /&#62;
		 */&#60;br /&#62;
		$subset = _x( 'no-subset', 'Open Sans font: add new subset (greek, cyrillic, vietnamese)', 'twentytwelve' );&#60;/p&#62;
&#60;p&#62;		if ( 'cyrillic' == $subset )&#60;br /&#62;
			$subsets .= ',cyrillic,cyrillic-ext';&#60;br /&#62;
		elseif ( 'greek' == $subset )&#60;br /&#62;
			$subsets .= ',greek,greek-ext';&#60;br /&#62;
		elseif ( 'vietnamese' == $subset )&#60;br /&#62;
			$subsets .= ',vietnamese';&#60;/p&#62;
&#60;p&#62;		$protocol = is_ssl() ? 'https' : 'http';&#60;br /&#62;
		$query_args = array(&#60;br /&#62;
			'family' =&#38;gt; 'Open+Sans:400italic,700italic,400,700',&#60;br /&#62;
			'subset' =&#38;gt; $subsets,&#60;br /&#62;
		);&#60;br /&#62;
		$font_url = add_query_arg( $query_args, &#34;$protocol://fonts.googleapis.com/css&#34; );&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	return $font_url;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Enqueue scripts and styles for front-end.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_scripts_styles() {&#60;br /&#62;
	global $wp_styles;&#60;/p&#62;
&#60;p&#62;	/*&#60;br /&#62;
	 * Adds JavaScript to pages with the comment form to support&#60;br /&#62;
	 * sites with threaded comments (when in use).&#60;br /&#62;
	 */&#60;br /&#62;
	if ( is_singular() &#38;amp;&#38;amp; comments_open() &#38;amp;&#38;amp; get_option( 'thread_comments' ) )&#60;br /&#62;
		wp_enqueue_script( 'comment-reply' );&#60;/p&#62;
&#60;p&#62;	// Adds JavaScript for handling the navigation menu hide-and-show behavior.&#60;br /&#62;
	wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20140711', true );&#60;/p&#62;
&#60;p&#62;	$font_url = twentytwelve_get_font_url();&#60;br /&#62;
	if ( ! empty( $font_url ) )&#60;br /&#62;
		wp_enqueue_style( 'twentytwelve-fonts', esc_url_raw( $font_url ), array(), null );&#60;/p&#62;
&#60;p&#62;	// Loads our main stylesheet.&#60;br /&#62;
	wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri() );&#60;/p&#62;
&#60;p&#62;	// Loads the Internet Explorer specific stylesheet.&#60;br /&#62;
	wp_enqueue_style( 'twentytwelve-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentytwelve-style' ), '20121010' );&#60;br /&#62;
	$wp_styles-&#38;gt;add_data( 'twentytwelve-ie', 'conditional', 'lt IE 9' );&#60;br /&#62;
}&#60;br /&#62;
add_action( 'wp_enqueue_scripts', 'twentytwelve_scripts_styles' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Filter TinyMCE CSS path to include Google Fonts.&#60;br /&#62;
 *&#60;br /&#62;
 * Adds additional stylesheets to the TinyMCE editor if needed.&#60;br /&#62;
 *&#60;br /&#62;
 * @uses twentytwelve_get_font_url() To get the Google Font stylesheet URL.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.2&#60;br /&#62;
 *&#60;br /&#62;
 * @param string $mce_css CSS path to load in TinyMCE.&#60;br /&#62;
 * @return string Filtered CSS path.&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_mce_css( $mce_css ) {&#60;br /&#62;
	$font_url = twentytwelve_get_font_url();&#60;/p&#62;
&#60;p&#62;	if ( empty( $font_url ) )&#60;br /&#62;
		return $mce_css;&#60;/p&#62;
&#60;p&#62;	if ( ! empty( $mce_css ) )&#60;br /&#62;
		$mce_css .= ',';&#60;/p&#62;
&#60;p&#62;	$mce_css .= esc_url_raw( str_replace( ',', '%2C', $font_url ) );&#60;/p&#62;
&#60;p&#62;	return $mce_css;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'mce_css', 'twentytwelve_mce_css' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Filter the page title.&#60;br /&#62;
 *&#60;br /&#62;
 * Creates a nicely formatted and more specific title element text&#60;br /&#62;
 * for output in head of document, based on current view.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 *&#60;br /&#62;
 * @param string $title Default title text for current view.&#60;br /&#62;
 * @param string $sep Optional separator.&#60;br /&#62;
 * @return string Filtered title.&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_wp_title( $title, $sep ) {&#60;br /&#62;
	global $paged, $page;&#60;/p&#62;
&#60;p&#62;	if ( is_feed() )&#60;br /&#62;
		return $title;&#60;/p&#62;
&#60;p&#62;	// Add the site name.&#60;br /&#62;
	$title .= get_bloginfo( 'name', 'display' );&#60;/p&#62;
&#60;p&#62;	// Add the site description for the home/front page.&#60;br /&#62;
	$site_description = get_bloginfo( 'description', 'display' );&#60;br /&#62;
	if ( $site_description &#38;amp;&#38;amp; ( is_home() &#124;&#124; is_front_page() ) )&#60;br /&#62;
		$title = &#34;$title $sep $site_description&#34;;&#60;/p&#62;
&#60;p&#62;	// Add a page number if necessary.&#60;br /&#62;
	if ( ( $paged &#38;gt;= 2 &#124;&#124; $page &#38;gt;= 2 ) &#38;amp;&#38;amp; ! is_404() )&#60;br /&#62;
		$title = &#34;$title $sep &#34; . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) );&#60;/p&#62;
&#60;p&#62;	return $title;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'wp_title', 'twentytwelve_wp_title', 10, 2 );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Filter the page menu arguments.&#60;br /&#62;
 *&#60;br /&#62;
 * Makes our wp_nav_menu() fallback -- wp_page_menu() -- show a home link.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_page_menu_args( $args ) {&#60;br /&#62;
	if ( ! isset( $args['show_home'] ) )&#60;br /&#62;
		$args['show_home'] = true;&#60;br /&#62;
	return $args;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'wp_page_menu_args', 'twentytwelve_page_menu_args' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Register sidebars.&#60;br /&#62;
 *&#60;br /&#62;
 * Registers our main widget area and the front page widget areas.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_widgets_init() {&#60;br /&#62;
	register_sidebar( array(&#60;br /&#62;
		'name' =&#38;gt; __( 'Main Sidebar', 'twentytwelve' ),&#60;br /&#62;
		'id' =&#38;gt; 'sidebar-1',&#60;br /&#62;
		'description' =&#38;gt; __( 'Appears on posts and pages except the optional Front Page template, which has its own widgets', 'twentytwelve' ),&#60;br /&#62;
		'before_widget' =&#38;gt; '&#38;lt;aside id=&#34;%1$s&#34; class=&#34;widget %2$s&#34;&#38;gt;',&#60;br /&#62;
		'after_widget' =&#38;gt; '&#38;lt;/aside&#38;gt;',&#60;br /&#62;
		'before_title' =&#38;gt; '&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;',&#60;br /&#62;
		'after_title' =&#38;gt; '&#38;lt;/h3&#38;gt;',&#60;br /&#62;
	) );&#60;/p&#62;
&#60;p&#62;	register_sidebar( array(&#60;br /&#62;
		'name' =&#38;gt; __( 'First Front Page Widget Area', 'twentytwelve' ),&#60;br /&#62;
		'id' =&#38;gt; 'sidebar-2',&#60;br /&#62;
		'description' =&#38;gt; __( 'Appears when using the optional Front Page template with a page set as Static Front Page', 'twentytwelve' ),&#60;br /&#62;
		'before_widget' =&#38;gt; '&#38;lt;aside id=&#34;%1$s&#34; class=&#34;widget %2$s&#34;&#38;gt;',&#60;br /&#62;
		'after_widget' =&#38;gt; '&#38;lt;/aside&#38;gt;',&#60;br /&#62;
		'before_title' =&#38;gt; '&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;',&#60;br /&#62;
		'after_title' =&#38;gt; '&#38;lt;/h3&#38;gt;',&#60;br /&#62;
	) );&#60;/p&#62;
&#60;p&#62;	register_sidebar( array(&#60;br /&#62;
		'name' =&#38;gt; __( 'Second Front Page Widget Area', 'twentytwelve' ),&#60;br /&#62;
		'id' =&#38;gt; 'sidebar-3',&#60;br /&#62;
		'description' =&#38;gt; __( 'Appears when using the optional Front Page template with a page set as Static Front Page', 'twentytwelve' ),&#60;br /&#62;
		'before_widget' =&#38;gt; '&#38;lt;aside id=&#34;%1$s&#34; class=&#34;widget %2$s&#34;&#38;gt;',&#60;br /&#62;
		'after_widget' =&#38;gt; '&#38;lt;/aside&#38;gt;',&#60;br /&#62;
		'before_title' =&#38;gt; '&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;',&#60;br /&#62;
		'after_title' =&#38;gt; '&#38;lt;/h3&#38;gt;',&#60;br /&#62;
	) );&#60;br /&#62;
	register_sidebar( array(&#60;br /&#62;
'name' =&#38;gt; 'Footer Sidebar 1',&#60;br /&#62;
'id' =&#38;gt; 'footer-sidebar-1',&#60;br /&#62;
'description' =&#38;gt; 'Appears in the footer area',&#60;br /&#62;
'before_widget' =&#38;gt; '&#38;lt;aside id=&#34;%1$s&#34; class=&#34;widget %2$s&#34;&#38;gt;',&#60;br /&#62;
'after_widget' =&#38;gt; '&#38;lt;/aside&#38;gt;',&#60;br /&#62;
'before_title' =&#38;gt; '&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;',&#60;br /&#62;
'after_title' =&#38;gt; '&#38;lt;/h3&#38;gt;',&#60;br /&#62;
) );&#60;br /&#62;
register_sidebar( array(&#60;br /&#62;
'name' =&#38;gt; 'Footer Sidebar 2',&#60;br /&#62;
'id' =&#38;gt; 'footer-sidebar-2',&#60;br /&#62;
'description' =&#38;gt; 'Appears in the footer area',&#60;br /&#62;
'before_widget' =&#38;gt; '&#38;lt;aside id=&#34;%1$s&#34; class=&#34;widget %2$s&#34;&#38;gt;',&#60;br /&#62;
'after_widget' =&#38;gt; '&#38;lt;/aside&#38;gt;',&#60;br /&#62;
'before_title' =&#38;gt; '&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;',&#60;br /&#62;
'after_title' =&#38;gt; '&#38;lt;/h3&#38;gt;',&#60;br /&#62;
) );&#60;br /&#62;
register_sidebar( array(&#60;br /&#62;
'name' =&#38;gt; 'Footer Sidebar 3',&#60;br /&#62;
'id' =&#38;gt; 'footer-sidebar-3',&#60;br /&#62;
'description' =&#38;gt; 'Appears in the footer area',&#60;br /&#62;
'before_widget' =&#38;gt; '&#38;lt;aside id=&#34;%1$s&#34; class=&#34;widget %2$s&#34;&#38;gt;',&#60;br /&#62;
'after_widget' =&#38;gt; '&#38;lt;/aside&#38;gt;',&#60;br /&#62;
'before_title' =&#38;gt; '&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;',&#60;br /&#62;
'after_title' =&#38;gt; '&#38;lt;/h3&#38;gt;',&#60;br /&#62;
) );&#60;br /&#62;
}&#60;br /&#62;
add_action( 'widgets_init', 'twentytwelve_widgets_init' );&#60;/p&#62;
&#60;p&#62;if ( ! function_exists( 'twentytwelve_content_nav' ) ) :&#60;br /&#62;
/**&#60;br /&#62;
 * Displays navigation to next/previous pages when applicable.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_content_nav( $html_id ) {&#60;br /&#62;
	global $wp_query;&#60;/p&#62;
&#60;p&#62;	if ( $wp_query-&#38;gt;max_num_pages &#38;gt; 1 ) : ?&#38;gt;&#60;br /&#62;
		&#38;lt;nav id=&#34;&#38;lt;?php echo esc_attr( $html_id ); ?&#38;gt;&#34; class=&#34;navigation&#34; role=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;h3 class=&#34;assistive-text&#34;&#38;gt;&#38;lt;?php _e( 'Post navigation', 'twentytwelve' ); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;br /&#62;
			&#38;lt;?php echo easy_wp_pagenavigation(); ?&#38;gt;&#60;br /&#62;
		&#38;lt;/nav&#38;gt;&#38;lt;!-- .navigation --&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php endif;&#60;br /&#62;
}&#60;br /&#62;
endif;&#60;/p&#62;
&#60;p&#62;if ( ! function_exists( 'twentytwelve_comment' ) ) :&#60;br /&#62;
/**&#60;br /&#62;
 * Template for comments and pingbacks.&#60;br /&#62;
 *&#60;br /&#62;
 * To override this walker in a child theme without modifying the comments template&#60;br /&#62;
 * simply create your own twentytwelve_comment(), and that function will be used instead.&#60;br /&#62;
 *&#60;br /&#62;
 * Used as a callback by wp_list_comments() for displaying the comments.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_comment( $comment, $args, $depth ) {&#60;br /&#62;
	$GLOBALS['comment'] = $comment;&#60;br /&#62;
	switch ( $comment-&#38;gt;comment_type ) :&#60;br /&#62;
		case 'pingback' :&#60;br /&#62;
		case 'trackback' :&#60;br /&#62;
		// Display trackbacks differently than normal comments.&#60;br /&#62;
	?&#38;gt;&#60;br /&#62;
	&#38;lt;li &#38;lt;?php comment_class(); ?&#38;gt; id=&#34;comment-&#38;lt;?php comment_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;p&#38;gt;&#38;lt;?php _e( 'Pingback:', 'twentytwelve' ); ?&#38;gt; &#38;lt;?php comment_author_link(); ?&#38;gt; &#38;lt;?php edit_comment_link( __( '(Edit)', 'twentytwelve' ), '&#38;lt;span class=&#34;edit-link&#34;&#38;gt;', '&#38;lt;/span&#38;gt;' ); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
	&#38;lt;?php&#60;br /&#62;
			break;&#60;br /&#62;
		default :&#60;br /&#62;
		// Proceed with normal comments.&#60;br /&#62;
		global $post;&#60;br /&#62;
	?&#38;gt;&#60;br /&#62;
	&#38;lt;li &#38;lt;?php comment_class(); ?&#38;gt; id=&#34;li-comment-&#38;lt;?php comment_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;article id=&#34;comment-&#38;lt;?php comment_ID(); ?&#38;gt;&#34; class=&#34;comment&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;header class=&#34;comment-meta comment-author vcard&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php&#60;br /&#62;
					echo get_avatar( $comment, 44 );&#60;br /&#62;
					printf( '&#38;lt;cite&#38;gt;&#38;lt;b class=&#34;fn&#34;&#38;gt;%1$s&#38;lt;/b&#38;gt; %2$s&#38;lt;/cite&#38;gt;',&#60;br /&#62;
						get_comment_author_link(),&#60;br /&#62;
						// If current post author is also comment author, make it known visually.&#60;br /&#62;
						( $comment-&#38;gt;user_id === $post-&#38;gt;post_author ) ? '&#38;lt;span&#38;gt;' . __( 'Post author', 'twentytwelve' ) . '&#38;lt;/span&#38;gt;' : ''&#60;br /&#62;
					);&#60;br /&#62;
					printf( '&#60;a href=&#34;%1$s&#34;&#62;&#38;lt;time datetime=&#34;%2$s&#34;&#38;gt;%3$s&#38;lt;/time&#38;gt;&#60;/a&#62;',&#60;br /&#62;
						esc_url( get_comment_link( $comment-&#38;gt;comment_ID ) ),&#60;br /&#62;
						get_comment_time( 'c' ),&#60;br /&#62;
						/* translators: 1: date, 2: time */&#60;br /&#62;
						sprintf( __( '%1$s at %2$s', 'twentytwelve' ), get_comment_date(), get_comment_time() )&#60;br /&#62;
					);&#60;br /&#62;
				?&#38;gt;&#60;br /&#62;
			&#38;lt;/header&#38;gt;&#38;lt;!-- .comment-meta --&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php if ( '0' == $comment-&#38;gt;comment_approved ) : ?&#38;gt;&#60;br /&#62;
				&#38;lt;p class=&#34;comment-awaiting-moderation&#34;&#38;gt;&#38;lt;?php _e( 'Your comment is awaiting moderation.', 'twentytwelve' ); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
			&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;section class=&#34;comment-content comment&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php comment_text(); ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php edit_comment_link( __( 'Edit', 'twentytwelve' ), '&#38;lt;p class=&#34;edit-link&#34;&#38;gt;', '&#38;lt;/p&#38;gt;' ); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/section&#38;gt;&#38;lt;!-- .comment-content --&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;reply&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php comment_reply_link( array_merge( $args, array( 'reply_text' =&#38;gt; __( 'Reply', 'twentytwelve' ), 'after' =&#38;gt; ' &#38;lt;span&#38;gt;&#38;darr;&#38;lt;/span&#38;gt;', 'depth' =&#38;gt; $depth, 'max_depth' =&#38;gt; $args['max_depth'] ) ) ); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#38;lt;!-- .reply --&#38;gt;&#60;br /&#62;
		&#38;lt;/article&#38;gt;&#38;lt;!-- #comment-## --&#38;gt;&#60;br /&#62;
	&#38;lt;?php&#60;br /&#62;
		break;&#60;br /&#62;
	endswitch; // end comment_type check&#60;br /&#62;
}&#60;br /&#62;
endif;&#60;/p&#62;
&#60;p&#62;if ( ! function_exists( 'twentytwelve_entry_meta' ) ) :&#60;br /&#62;
/**&#60;br /&#62;
 * Set up post entry meta.&#60;br /&#62;
 *&#60;br /&#62;
 * Prints HTML with meta information for current post: categories, tags, permalink, author, and date.&#60;br /&#62;
 *&#60;br /&#62;
 * Create your own twentytwelve_entry_meta() to override in a child theme.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_entry_meta() {&#60;br /&#62;
	// Translators: used between list items, there is a space after the comma.&#60;br /&#62;
	$categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) );&#60;/p&#62;
&#60;p&#62;	// Translators: used between list items, there is a space after the comma.&#60;br /&#62;
	$tag_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) );&#60;/p&#62;
&#60;p&#62;	$date = sprintf( '&#38;lt;time class=&#34;entry-date&#34; datetime=&#34;%3$s&#34;&#38;gt;%4$s&#38;lt;/time&#38;gt;',&#60;br /&#62;
		esc_url( get_permalink() ),&#60;br /&#62;
		esc_attr( get_the_time() ),&#60;br /&#62;
		esc_attr( get_the_date( 'c' ) ),&#60;br /&#62;
		esc_html( get_the_date() )&#60;br /&#62;
	);&#60;/p&#62;
&#60;p&#62;	$author = sprintf( '&#38;lt;span class=&#34;author vcard&#34;&#38;gt;&#60;a href=&#34;%1$s&#34; title=&#34;%2$s&#34; rel=&#34;author&#34;&#62;%3$s&#60;/a&#62;&#38;lt;/span&#38;gt;',&#60;br /&#62;
		esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),&#60;br /&#62;
		esc_attr( sprintf( __( 'View all posts by %s', 'twentytwelve' ), get_the_author() ) ),&#60;br /&#62;
		get_the_author()&#60;br /&#62;
	);&#60;/p&#62;
&#60;p&#62;	// Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's name.&#60;br /&#62;
	if ( $tag_list ) {&#60;br /&#62;
		$utility_text = __( 'Skrevet: &#38;lt;b&#38;gt;%3$s&#38;lt;/b&#38;gt; kategori: &#38;lt;b&#38;gt;%1$s&#38;lt;/b&#38;gt;', 'twentytwelve' );&#60;br /&#62;
	} elseif ( $categories_list ) {&#60;br /&#62;
		$utility_text = __( 'Skrevet: &#38;lt;b&#38;gt;%3$s &#38;lt;/b&#38;gt;kategori: &#38;lt;b&#38;gt;%1$s&#38;lt;/b&#38;gt;', 'twentytwelve' );&#60;br /&#62;
	} else {&#60;br /&#62;
		$utility_text = __( 'kategori: &#38;lt;b&#38;gt;%3$s&#38;lt;/b&#38;gt;&#38;lt;p&#38;gt;', 'twentytwelve' );&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	printf(&#60;br /&#62;
		$utility_text,&#60;br /&#62;
		$categories_list,&#60;br /&#62;
		$tag_list,&#60;br /&#62;
		$date,&#60;br /&#62;
		$author&#60;br /&#62;
	);&#60;br /&#62;
}&#60;br /&#62;
endif;&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Extend the default WordPress body classes.&#60;br /&#62;
 *&#60;br /&#62;
 * Extends the default WordPress body class to denote:&#60;br /&#62;
 * 1. Using a full-width layout, when no active widgets in the sidebar&#60;br /&#62;
 *    or full-width template.&#60;br /&#62;
 * 2. Front Page template: thumbnail in use and number of sidebars for&#60;br /&#62;
 *    widget areas.&#60;br /&#62;
 * 3. White or empty background color to change the layout and spacing.&#60;br /&#62;
 * 4. Custom fonts enabled.&#60;br /&#62;
 * 5. Single or multiple authors.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 *&#60;br /&#62;
 * @param array $classes Existing class values.&#60;br /&#62;
 * @return array Filtered class values.&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_body_class( $classes ) {&#60;br /&#62;
	$background_color = get_background_color();&#60;br /&#62;
	$background_image = get_background_image();&#60;/p&#62;
&#60;p&#62;	if ( ! is_active_sidebar( 'sidebar-1' ) &#124;&#124; is_page_template( 'page-templates/full-width.php' ) )&#60;br /&#62;
		$classes[] = 'full-width';&#60;/p&#62;
&#60;p&#62;	if ( is_page_template( 'page-templates/front-page.php' ) ) {&#60;br /&#62;
		$classes[] = 'template-front-page';&#60;br /&#62;
		if ( has_post_thumbnail() )&#60;br /&#62;
			$classes[] = 'has-post-thumbnail';&#60;br /&#62;
		if ( is_active_sidebar( 'sidebar-2' ) &#38;amp;&#38;amp; is_active_sidebar( 'sidebar-3' ) )&#60;br /&#62;
			$classes[] = 'two-sidebars';&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	if ( empty( $background_image ) ) {&#60;br /&#62;
		if ( empty( $background_color ) )&#60;br /&#62;
			$classes[] = 'custom-background-empty';&#60;br /&#62;
		elseif ( in_array( $background_color, array( 'fff', 'ffffff' ) ) )&#60;br /&#62;
			$classes[] = 'custom-background-white';&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	// Enable custom font class only if the font CSS is queued to load.&#60;br /&#62;
	if ( wp_style_is( 'twentytwelve-fonts', 'queue' ) )&#60;br /&#62;
		$classes[] = 'custom-font-enabled';&#60;/p&#62;
&#60;p&#62;	if ( ! is_multi_author() )&#60;br /&#62;
		$classes[] = 'single-author';&#60;/p&#62;
&#60;p&#62;	return $classes;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'body_class', 'twentytwelve_body_class' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Adjust content width in certain contexts.&#60;br /&#62;
 *&#60;br /&#62;
 * Adjusts content_width value for full-width and single image attachment&#60;br /&#62;
 * templates, and when there are no active widgets in the sidebar.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_content_width() {&#60;br /&#62;
	if ( is_page_template( 'page-templates/full-width.php' ) &#124;&#124; is_attachment() &#124;&#124; ! is_active_sidebar( 'sidebar-1' ) ) {&#60;br /&#62;
		global $content_width;&#60;br /&#62;
		$content_width = 960;&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
add_action( 'template_redirect', 'twentytwelve_content_width' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Register postMessage support.&#60;br /&#62;
 *&#60;br /&#62;
 * Add postMessage support for site title and description for the Customizer.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 *&#60;br /&#62;
 * @param WP_Customize_Manager $wp_customize Customizer object.&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_customize_register( $wp_customize ) {&#60;br /&#62;
	$wp_customize-&#38;gt;get_setting( 'blogname' )-&#38;gt;transport         = 'postMessage';&#60;br /&#62;
	$wp_customize-&#38;gt;get_setting( 'blogdescription' )-&#38;gt;transport  = 'postMessage';&#60;br /&#62;
	$wp_customize-&#38;gt;get_setting( 'header_textcolor' )-&#38;gt;transport = 'postMessage';&#60;br /&#62;
}&#60;br /&#62;
add_action( 'customize_register', 'twentytwelve_customize_register' );&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
 * Enqueue Javascript postMessage handlers for the Customizer.&#60;br /&#62;
 *&#60;br /&#62;
 * Binds JS handlers to make the Customizer preview reload changes asynchronously.&#60;br /&#62;
 *&#60;br /&#62;
 * @since Twenty Twelve 1.0&#60;br /&#62;
 */&#60;br /&#62;
function twentytwelve_customize_preview_js() {&#60;br /&#62;
	wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20141120', true );&#60;br /&#62;
}&#60;br /&#62;
add_action( 'customize_preview_init', 'twentytwelve_customize_preview_js' );&#60;br /&#62;
 &#60;/code&#62;&#60;br /&#62;
style.css&#60;br /&#62;
[code]&#60;br /&#62;
/*&#60;br /&#62;
Theme Name: Twenty Twelve&#60;br /&#62;
Theme URI: &#60;a href=&#34;https://wordpress.org/themes/twentytwelve/&#34; rel=&#34;nofollow&#34;&#62;https://wordpress.org/themes/twentytwelve/&#60;/a&#62;&#60;br /&#62;
Author: the WordPress team&#60;br /&#62;
Author URI: &#60;a href=&#34;https://wordpress.org/&#34; rel=&#34;nofollow&#34;&#62;https://wordpress.org/&#60;/a&#62;&#60;br /&#62;
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.&#60;br /&#62;
Version: 1.7&#60;br /&#62;
License: GNU General Public License v2 or later&#60;br /&#62;
License URI: &#60;a href=&#34;http://www.gnu.org/licenses/gpl-2.0.html&#34; rel=&#34;nofollow&#34;&#62;http://www.gnu.org/licenses/gpl-2.0.html&#60;/a&#62;&#60;br /&#62;
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready&#60;br /&#62;
Text Domain: twentytwelve&#60;/p&#62;
&#60;p&#62;This theme, like WordPress, is licensed under the GPL.&#60;br /&#62;
Use it to make something cool, have fun, and share what you've learned with others.&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;/* =Notes&#60;br /&#62;
--------------------------------------------------------------&#60;br /&#62;
This stylesheet uses rem values with a pixel fallback. The rem&#60;br /&#62;
values (and line heights) are calculated using two variables:&#60;/p&#62;
&#60;p&#62;$rembase:     14;&#60;br /&#62;
$line-height: 24;&#60;/p&#62;
&#60;p&#62;---------- Examples&#60;/p&#62;
&#60;p&#62;* Use a pixel value with a rem fallback for font-size, padding, margins, etc.&#60;br /&#62;
	padding: 5px 0;&#60;br /&#62;
	padding: 0.357142857rem 0; (5 / $rembase)&#60;/p&#62;
&#60;p&#62;* Set a font-size and then set a line-height based on the font-size&#60;br /&#62;
	font-size: 16px&#60;br /&#62;
	font-size: 1.142857143rem; (16 / $rembase)&#60;br /&#62;
	line-height: 1.5; ($line-height / 16)&#60;/p&#62;
&#60;p&#62;---------- Vertical spacing&#60;/p&#62;
&#60;p&#62;Vertical spacing between most elements should use 24px or 48px&#60;br /&#62;
to maintain vertical rhythm:&#60;/p&#62;
&#60;p&#62;.my-new-div {&#60;br /&#62;
	margin: 24px 0;&#60;br /&#62;
	margin: 1.714285714rem 0; ( 24 / $rembase )&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;---------- Further reading&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://snook.ca/archives/html_and_css/font-size-with-rem&#34; rel=&#34;nofollow&#34;&#62;http://snook.ca/archives/html_and_css/font-size-with-rem&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/&#34; rel=&#34;nofollow&#34;&#62;http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;/* =Reset&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
	border: 0;&#60;br /&#62;
	font-size: 100%;&#60;br /&#62;
	vertical-align: baseline;&#60;br /&#62;
}&#60;br /&#62;
body {&#60;br /&#62;
	line-height: 1;&#60;br /&#62;
}&#60;br /&#62;
ol,&#60;br /&#62;
ul {&#60;br /&#62;
	list-style: none;&#60;br /&#62;
}&#60;br /&#62;
blockquote,&#60;br /&#62;
q {&#60;br /&#62;
	quotes: none;&#60;br /&#62;
}&#60;br /&#62;
blockquote:before,&#60;br /&#62;
blockquote:after,&#60;br /&#62;
q:before,&#60;br /&#62;
q:after {&#60;br /&#62;
	content: '';&#60;br /&#62;
	content: none;&#60;br /&#62;
}&#60;br /&#62;
table {&#60;br /&#62;
	border-collapse: collapse;&#60;br /&#62;
	border-spacing: 0;&#60;br /&#62;
}&#60;br /&#62;
caption,&#60;br /&#62;
th,&#60;br /&#62;
td {&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	text-align: left;&#60;br /&#62;
}&#60;br /&#62;
h1,&#60;br /&#62;
h2,&#60;br /&#62;
h3,&#60;br /&#62;
h4,&#60;br /&#62;
h5,&#60;br /&#62;
h6 {&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;br /&#62;
html {&#60;br /&#62;
	overflow-y: scroll;&#60;br /&#62;
	font-size: 100%;&#60;br /&#62;
	-webkit-text-size-adjust: 100%;&#60;br /&#62;
	-ms-text-size-adjust: 100%;&#60;br /&#62;
}&#60;br /&#62;
a:focus {&#60;br /&#62;
	outline: thin dotted;&#60;br /&#62;
}&#60;br /&#62;
article,&#60;br /&#62;
aside,&#60;br /&#62;
details,&#60;br /&#62;
figcaption,&#60;br /&#62;
figure,&#60;br /&#62;
footer,&#60;br /&#62;
header,&#60;br /&#62;
hgroup,&#60;br /&#62;
nav,&#60;br /&#62;
section {&#60;br /&#62;
	display: block;&#60;br /&#62;
}&#60;br /&#62;
audio,&#60;br /&#62;
canvas,&#60;br /&#62;
video {&#60;br /&#62;
	display: inline-block;&#60;br /&#62;
}&#60;br /&#62;
audio:not([controls]) {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;br /&#62;
del {&#60;br /&#62;
	color: #333;&#60;br /&#62;
}&#60;br /&#62;
ins {&#60;br /&#62;
	background: #fff9c0;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;br /&#62;
hr {&#60;br /&#62;
	background-color: #ccc;&#60;br /&#62;
	border: 0;&#60;br /&#62;
	height: 1px;&#60;br /&#62;
	margin: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
sub,&#60;br /&#62;
sup {&#60;br /&#62;
	font-size: 75%;&#60;br /&#62;
	line-height: 0;&#60;br /&#62;
	position: relative;&#60;br /&#62;
	vertical-align: baseline;&#60;br /&#62;
}&#60;br /&#62;
sup {&#60;br /&#62;
	top: -0.5em;&#60;br /&#62;
}&#60;br /&#62;
sub {&#60;br /&#62;
	bottom: -0.25em;&#60;br /&#62;
}&#60;br /&#62;
small {&#60;br /&#62;
	font-size: smaller;&#60;br /&#62;
}&#60;br /&#62;
img {&#60;br /&#62;
	border: 0;&#60;br /&#62;
	-ms-interpolation-mode: bicubic;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Clearing floats */&#60;br /&#62;
.clear:after,&#60;br /&#62;
.wrapper:after,&#60;br /&#62;
.format-status .entry-header:after {&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;br /&#62;
.clear:before,&#60;br /&#62;
.clear:after,&#60;br /&#62;
.wrapper:before,&#60;br /&#62;
.wrapper:after,&#60;br /&#62;
.format-status .entry-header:before,&#60;br /&#62;
.format-status .entry-header:after {&#60;br /&#62;
	display: table;&#60;br /&#62;
	content: &#34;&#34;;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Repeatable patterns&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;/* Small headers */&#60;br /&#62;
.archive-title,&#60;br /&#62;
.page-title,&#60;br /&#62;
.widget-title,&#60;br /&#62;
.entry-content th,&#60;br /&#62;
.comment-content th {&#60;br /&#62;
	font-size: 11px;&#60;br /&#62;
	font-size: 0.785714286rem;&#60;br /&#62;
	line-height: 2.181818182;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
	color: #636363;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Shared Post Format styling */&#60;br /&#62;
article.format-quote footer.entry-meta,&#60;br /&#62;
article.format-link footer.entry-meta,&#60;br /&#62;
article.format-status footer.entry-meta {&#60;br /&#62;
	font-size: 11px;&#60;br /&#62;
	font-size: 0.785714286rem;&#60;br /&#62;
	line-height: 2.181818182;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Form fields, general styles first */&#60;br /&#62;
button,&#60;br /&#62;
input,&#60;br /&#62;
select,&#60;br /&#62;
textarea {&#60;br /&#62;
	border: 1px solid #ccc;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	font-family: inherit;&#60;br /&#62;
	padding: 6px;&#60;br /&#62;
	padding: 0.428571429rem;&#60;br /&#62;
}&#60;br /&#62;
button,&#60;br /&#62;
input {&#60;br /&#62;
	line-height: normal;&#60;br /&#62;
}&#60;br /&#62;
textarea {&#60;br /&#62;
	font-size: 100%;&#60;br /&#62;
	overflow: auto;&#60;br /&#62;
	vertical-align: top;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Reset non-text input types */&#60;br /&#62;
input[type=&#34;checkbox&#34;],&#60;br /&#62;
input[type=&#34;radio&#34;],&#60;br /&#62;
input[type=&#34;file&#34;],&#60;br /&#62;
input[type=&#34;hidden&#34;],&#60;br /&#62;
input[type=&#34;image&#34;],&#60;br /&#62;
input[type=&#34;color&#34;] {&#60;br /&#62;
	border: 0;&#60;br /&#62;
	border-radius: 0;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Buttons */&#60;br /&#62;
.menu-toggle,&#60;br /&#62;
input[type=&#34;submit&#34;],&#60;br /&#62;
input[type=&#34;button&#34;],&#60;br /&#62;
input[type=&#34;reset&#34;],&#60;br /&#62;
article.post-password-required input[type=submit],&#60;br /&#62;
.bypostauthor cite span {&#60;br /&#62;
	padding: 6px 10px;&#60;br /&#62;
	padding: 0.428571429rem 0.714285714rem;&#60;br /&#62;
	font-size: 11px;&#60;br /&#62;
	font-size: 0.785714286rem;&#60;br /&#62;
	line-height: 1.428571429;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	color: #7c7c7c;&#60;br /&#62;
	background-color: #e6e6e6;&#60;br /&#62;
	background-repeat: repeat-x;&#60;br /&#62;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);&#60;br /&#62;
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);&#60;br /&#62;
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);&#60;br /&#62;
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);&#60;br /&#62;
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);&#60;br /&#62;
	border: 1px solid #d2d2d2;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);&#60;br /&#62;
}&#60;br /&#62;
.menu-toggle,&#60;br /&#62;
button,&#60;br /&#62;
input[type=&#34;submit&#34;],&#60;br /&#62;
input[type=&#34;button&#34;],&#60;br /&#62;
input[type=&#34;reset&#34;] {&#60;br /&#62;
	cursor: pointer;&#60;br /&#62;
}&#60;br /&#62;
button[disabled],&#60;br /&#62;
input[disabled] {&#60;br /&#62;
	cursor: default;&#60;br /&#62;
}&#60;br /&#62;
.menu-toggle:hover,&#60;br /&#62;
.menu-toggle:focus,&#60;br /&#62;
button:hover,&#60;br /&#62;
input[type=&#34;submit&#34;]:hover,&#60;br /&#62;
input[type=&#34;button&#34;]:hover,&#60;br /&#62;
input[type=&#34;reset&#34;]:hover,&#60;br /&#62;
article.post-password-required input[type=submit]:hover {&#60;br /&#62;
	color: #5e5e5e;&#60;br /&#62;
	background-color: #ebebeb;&#60;br /&#62;
	background-repeat: repeat-x;&#60;br /&#62;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);&#60;br /&#62;
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);&#60;br /&#62;
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);&#60;br /&#62;
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);&#60;br /&#62;
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);&#60;br /&#62;
}&#60;br /&#62;
.menu-toggle:active,&#60;br /&#62;
.menu-toggle.toggled-on,&#60;br /&#62;
button:active,&#60;br /&#62;
input[type=&#34;submit&#34;]:active,&#60;br /&#62;
input[type=&#34;button&#34;]:active,&#60;br /&#62;
input[type=&#34;reset&#34;]:active {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
	background-color: #e1e1e1;&#60;br /&#62;
	background-repeat: repeat-x;&#60;br /&#62;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);&#60;br /&#62;
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);&#60;br /&#62;
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);&#60;br /&#62;
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);&#60;br /&#62;
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);&#60;/p&#62;
&#60;p&#62;	border-color: transparent;&#60;br /&#62;
}&#60;br /&#62;
.bypostauthor cite span {&#60;br /&#62;
	color: #fff;&#60;br /&#62;
	background-color: #21759b;&#60;br /&#62;
	background-image: none;&#60;br /&#62;
	border: 1px solid #1f6f93;&#60;br /&#62;
	border-radius: 2px;&#60;br /&#62;
	box-shadow: none;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Responsive images */&#60;br /&#62;
.entry-content img,&#60;br /&#62;
.comment-content img,&#60;br /&#62;
.widget img {&#60;br /&#62;
	max-width: 100%; /* Fluid images for posts, comments, and widgets */&#60;br /&#62;
}&#60;br /&#62;
img[class*=&#34;align&#34;],&#60;br /&#62;
img[class*=&#34;wp-image-&#34;],&#60;br /&#62;
img[class*=&#34;attachment-&#34;] {&#60;br /&#62;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */&#60;br /&#62;
}&#60;br /&#62;
img.size-full,&#60;br /&#62;
img.size-large,&#60;br /&#62;
img.header-image,&#60;br /&#62;
img.wp-post-image {&#60;br /&#62;
	max-width: 100%;&#60;br /&#62;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Make sure videos and embeds fit their containers */&#60;br /&#62;
embed,&#60;br /&#62;
iframe,&#60;br /&#62;
object,&#60;br /&#62;
video {&#60;br /&#62;
	max-width: 100%;&#60;br /&#62;
}&#60;br /&#62;
.entry-content .twitter-tweet-rendered {&#60;br /&#62;
	max-width: 100% !important; /* Override the Twitter embed fixed width */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Images */&#60;br /&#62;
.alignleft {&#60;br /&#62;
	float: left;&#60;br /&#62;
}&#60;br /&#62;
.alignright {&#60;br /&#62;
	float: right;&#60;br /&#62;
}&#60;br /&#62;
.aligncenter {&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-left: auto;&#60;br /&#62;
	margin-right: auto;&#60;br /&#62;
}&#60;br /&#62;
.entry-content img,&#60;br /&#62;
.comment-content img,&#60;br /&#62;
.widget img,&#60;br /&#62;
img.header-image,&#60;br /&#62;
.author-avatar img,&#60;br /&#62;
img.wp-post-image {&#60;br /&#62;
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */&#60;br /&#62;
	border-radius: 0px;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
.wp-caption {&#60;br /&#62;
	max-width: 100%; /* Keep wide captions from overflowing their container. */&#60;br /&#62;
	padding: 4px;&#60;br /&#62;
}&#60;br /&#62;
.wp-caption .wp-caption-text,&#60;br /&#62;
.gallery-caption,&#60;br /&#62;
.entry-caption {&#60;br /&#62;
	font-style: italic;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
img.wp-smiley,&#60;br /&#62;
.rsswidget img {&#60;br /&#62;
	border: 0;&#60;br /&#62;
	border-radius: 0;&#60;br /&#62;
	box-shadow: none;&#60;br /&#62;
	margin-bottom: 0;&#60;br /&#62;
	margin-top: 0;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
}&#60;br /&#62;
.entry-content dl.gallery-item {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
}&#60;br /&#62;
.gallery-item a,&#60;br /&#62;
.gallery-caption {&#60;br /&#62;
	width: 90%;&#60;br /&#62;
}&#60;br /&#62;
.gallery-item a {&#60;br /&#62;
	display: block;&#60;br /&#62;
}&#60;br /&#62;
.gallery-caption a {&#60;br /&#62;
	display: inline;&#60;br /&#62;
}&#60;br /&#62;
.gallery-columns-1 .gallery-item a {&#60;br /&#62;
	max-width: 100%;&#60;br /&#62;
	width: auto;&#60;br /&#62;
}&#60;br /&#62;
.gallery .gallery-icon img {&#60;br /&#62;
	height: auto;&#60;br /&#62;
	max-width: 90%;&#60;br /&#62;
	padding: 5%;&#60;br /&#62;
}&#60;br /&#62;
.gallery-columns-1 .gallery-icon img {&#60;br /&#62;
	padding: 3%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Navigation */&#60;br /&#62;
.site-content nav {&#60;br /&#62;
	clear: both;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
}&#60;br /&#62;
#nav-above {&#60;br /&#62;
	padding: 24px 0;&#60;br /&#62;
	padding: 1.714285714rem 0;&#60;br /&#62;
}&#60;br /&#62;
#nav-above {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;br /&#62;
.paged #nav-above {&#60;br /&#62;
	display: block;&#60;br /&#62;
}&#60;br /&#62;
.nav-previous,&#60;br /&#62;
.previous-image {&#60;br /&#62;
	float: left;&#60;br /&#62;
	width: 50%;&#60;br /&#62;
}&#60;br /&#62;
.nav-next,&#60;br /&#62;
.next-image {&#60;br /&#62;
	float: right;&#60;br /&#62;
	text-align: right;&#60;br /&#62;
	width: 50%;&#60;br /&#62;
}&#60;br /&#62;
.nav-single + .comments-area,&#60;br /&#62;
#comment-nav-above {&#60;br /&#62;
	margin: 48px 0;&#60;br /&#62;
	margin: 3.428571429rem 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Author profiles */&#60;br /&#62;
.author .archive-header {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.author-info {&#60;br /&#62;
	border-top: 1px solid #ededed;&#60;br /&#62;
	margin: 24px 0;&#60;br /&#62;
	margin: 1.714285714rem 0;&#60;br /&#62;
	padding-top: 24px;&#60;br /&#62;
	padding-top: 1.714285714rem;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
}&#60;br /&#62;
.author-description p {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
.author.archive .author-info {&#60;br /&#62;
	border-top: 0;&#60;br /&#62;
	margin: 0 0 48px;&#60;br /&#62;
	margin: 0 0 3.428571429rem;&#60;br /&#62;
}&#60;br /&#62;
.author.archive .author-avatar {&#60;br /&#62;
	margin-top: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Basic structure&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;/* Body, links, basics */&#60;br /&#62;
html {&#60;br /&#62;
	font-size: 87.5%;&#60;br /&#62;
}&#60;br /&#62;
body {&#60;br /&#62;
	font-size: 14px;&#60;br /&#62;
	font-size: 1rem;&#60;br /&#62;
	font-family: Helvetica, Arial, sans-serif;&#60;br /&#62;
	text-rendering: optimizeLegibility;&#60;br /&#62;
	color: #444;&#60;br /&#62;
}&#60;br /&#62;
body.custom-font-enabled {&#60;br /&#62;
	font-family: &#34;Open Sans&#34;, Helvetica, Arial, sans-serif;&#60;br /&#62;
}&#60;br /&#62;
a {&#60;br /&#62;
	outline: none;&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
a:hover {&#60;br /&#62;
	color: #0f3647;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Assistive text */&#60;br /&#62;
.assistive-text,&#60;br /&#62;
.site .screen-reader-text {&#60;br /&#62;
	position: absolute !important;&#60;br /&#62;
	clip: rect(1px, 1px, 1px, 1px);&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	height: 1px;&#60;br /&#62;
	width: 1px;&#60;br /&#62;
}&#60;br /&#62;
.main-navigation .assistive-text:focus,&#60;br /&#62;
.site .screen-reader-text:hover,&#60;br /&#62;
.site .screen-reader-text:active,&#60;br /&#62;
.site .screen-reader-text:focus {&#60;br /&#62;
	background: #fff;&#60;br /&#62;
	border: 2px solid #333;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	clip: auto !important;&#60;br /&#62;
	color: #000;&#60;br /&#62;
	display: block;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	padding: 12px;&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	top: 5px;&#60;br /&#62;
	left: 5px;&#60;br /&#62;
	z-index: 100000; /* Above WP toolbar */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Page structure */&#60;br /&#62;
.site {&#60;br /&#62;
	padding: 0 24px;&#60;br /&#62;
	padding: 0 1.714285714rem;&#60;br /&#62;
	background-color: #fff;&#60;br /&#62;
}&#60;br /&#62;
.site-content {&#60;br /&#62;
	margin: 24px 0 0;&#60;br /&#62;
	margin: 1.714285714rem 0 0;&#60;br /&#62;
}&#60;br /&#62;
.widget-area {&#60;br /&#62;
	margin: 24px 0 0;&#60;br /&#62;
	margin: 1.714285714rem 0 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Header */&#60;br /&#62;
.site-header {&#60;br /&#62;
	padding: 24px 0;&#60;br /&#62;
	padding: 1.714285714rem 0;&#60;br /&#62;
}&#60;br /&#62;
.site-header h1,&#60;br /&#62;
.site-header h2 {&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;br /&#62;
.site-header h1 a,&#60;br /&#62;
.site-header h2 a {&#60;br /&#62;
	color: #515151;&#60;br /&#62;
	display: inline-block;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;br /&#62;
.site-header h1 a:hover,&#60;br /&#62;
.site-header h2 a:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
.site-header h1 {&#60;br /&#62;
	font-size: 24px;&#60;br /&#62;
	font-size: 1.714285714rem;&#60;br /&#62;
	line-height: 1.285714286;&#60;br /&#62;
	margin-bottom: 14px;&#60;br /&#62;
	margin-bottom: 1rem;&#60;br /&#62;
}&#60;br /&#62;
.site-header h2 {&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
.header-image {&#60;br /&#62;
	margin-top: 24px;&#60;br /&#62;
	margin-top: 1.714285714rem;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Navigation Menu */&#60;br /&#62;
.main-navigation {&#60;br /&#62;
	margin-top: 24px;&#60;br /&#62;
	margin-top: 1.714285714rem;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;br /&#62;
.main-navigation li {&#60;br /&#62;
	margin-top: 24px;&#60;br /&#62;
	margin-top: 1.714285714rem;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 1.42857143;&#60;br /&#62;
}&#60;br /&#62;
.main-navigation a {&#60;br /&#62;
	color: #5e5e5e;&#60;br /&#62;
}&#60;br /&#62;
.main-navigation a:hover,&#60;br /&#62;
.main-navigation a:focus {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
.main-navigation ul.nav-menu,&#60;br /&#62;
.main-navigation div.nav-menu &#38;gt; ul {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;br /&#62;
.main-navigation ul.nav-menu.toggled-on,&#60;br /&#62;
.menu-toggle {&#60;br /&#62;
	display: inline-block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Banner */&#60;br /&#62;
section[role=&#34;banner&#34;] {&#60;br /&#62;
	margin-bottom: 48px;&#60;br /&#62;
	margin-bottom: 3.428571429rem;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Sidebar */&#60;br /&#62;
.widget-area .widget {&#60;br /&#62;
	-webkit-hyphens: auto;&#60;br /&#62;
	-moz-hyphens: auto;&#60;br /&#62;
	hyphens: auto;&#60;br /&#62;
	margin-bottom: 48px;&#60;br /&#62;
	margin-bottom: 3.428571429rem;&#60;br /&#62;
	word-wrap: break-word;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .widget h3 {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .widget p,&#60;br /&#62;
.widget-area .widget li,&#60;br /&#62;
.widget-area .widget .textwidget {&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .widget p {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .textwidget ul {&#60;br /&#62;
	list-style: disc outside;&#60;br /&#62;
	margin: 0 0 24px;&#60;br /&#62;
	margin: 0 0 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .textwidget li {&#60;br /&#62;
	margin-left: 36px;&#60;br /&#62;
	margin-left: 2.571428571rem;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .widget a {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .widget a:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
.widget-area .widget a:visited {&#60;br /&#62;
	color: #9f9f9f;&#60;br /&#62;
}&#60;br /&#62;
.widget-area #s {&#60;br /&#62;
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Footer */&#60;br /&#62;
footer[role=&#34;contentinfo&#34;] {&#60;br /&#62;
	border-top: 1px solid #ededed;&#60;br /&#62;
	clear: both;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
	max-width: 960px;&#60;br /&#62;
	max-width: 68.571428571rem;&#60;br /&#62;
	margin-top: 24px;&#60;br /&#62;
	margin-top: 1.714285714rem;&#60;br /&#62;
	margin-left: auto;&#60;br /&#62;
	margin-right: auto;&#60;br /&#62;
	padding: 24px 0;&#60;br /&#62;
	padding: 1.714285714rem 0;&#60;br /&#62;
}&#60;br /&#62;
footer[role=&#34;contentinfo&#34;] a {&#60;br /&#62;
	color: #686868;&#60;br /&#62;
}&#60;br /&#62;
footer[role=&#34;contentinfo&#34;] a:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Main content and comment content&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.entry-meta {&#60;br /&#62;
	clear: both;&#60;br /&#62;
}&#60;br /&#62;
.entry-header {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-header img.wp-post-image {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-header .entry-title {&#60;br /&#62;
	font-size: 20px;&#60;br /&#62;
	font-size: 1.428571429rem;&#60;br /&#62;
	line-height: 1.2;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
.entry-header .entry-title a {&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;br /&#62;
.entry-header .entry-format {&#60;br /&#62;
	margin-top: 24px;&#60;br /&#62;
	margin-top: 1.714285714rem;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
.entry-header .comments-link {&#60;br /&#62;
	margin-top: 24px;&#60;br /&#62;
	margin-top: 1.714285714rem;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
.comments-link a,&#60;br /&#62;
.entry-meta a {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
.comments-link a:hover,&#60;br /&#62;
.entry-meta a:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
article.sticky .featured-post {&#60;br /&#62;
	border-top: 4px double #ededed;&#60;br /&#62;
	border-bottom: 4px double #ededed;&#60;br /&#62;
	color: #757575;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 3.692307692;&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;br /&#62;
.entry-content,&#60;br /&#62;
.entry-summary,&#60;br /&#62;
.mu_register {&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h1,&#60;br /&#62;
.comment-content h1,&#60;br /&#62;
.entry-content h2,&#60;br /&#62;
.comment-content h2,&#60;br /&#62;
.entry-content h3,&#60;br /&#62;
.comment-content h3,&#60;br /&#62;
.entry-content h4,&#60;br /&#62;
.comment-content h4,&#60;br /&#62;
.entry-content h5,&#60;br /&#62;
.comment-content h5,&#60;br /&#62;
.entry-content h6,&#60;br /&#62;
.comment-content h6 {&#60;br /&#62;
	margin: 24px 0;&#60;br /&#62;
	margin: 1.714285714rem 0;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h1,&#60;br /&#62;
.comment-content h1 {&#60;br /&#62;
	font-size: 21px;&#60;br /&#62;
	font-size: 1.5rem;&#60;br /&#62;
	line-height: 1.5;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h2,&#60;br /&#62;
.comment-content h2,&#60;br /&#62;
.mu_register h2 {&#60;br /&#62;
	font-size: 18px;&#60;br /&#62;
	font-size: 1.285714286rem;&#60;br /&#62;
	line-height: 1.6;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h3,&#60;br /&#62;
.comment-content h3 {&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 1.142857143rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h4,&#60;br /&#62;
.comment-content h4 {&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 1rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h5,&#60;br /&#62;
.comment-content h5 {&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h6,&#60;br /&#62;
.comment-content h6 {&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
.entry-content p,&#60;br /&#62;
.entry-summary p,&#60;br /&#62;
.comment-content p,&#60;br /&#62;
.mu_register p {&#60;br /&#62;
	margin: 0 0 24px;&#60;br /&#62;
	margin: 0 0 1.714285714rem;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
}&#60;br /&#62;
.entry-content a:visited,&#60;br /&#62;
.comment-content a:visited {&#60;br /&#62;
	color: #9f9f9f;&#60;br /&#62;
}&#60;br /&#62;
.entry-content .more-link {&#60;br /&#62;
	white-space: nowrap;&#60;br /&#62;
}&#60;br /&#62;
.entry-content ol,&#60;br /&#62;
.comment-content ol,&#60;br /&#62;
.entry-content ul,&#60;br /&#62;
.comment-content ul,&#60;br /&#62;
.mu_register ul {&#60;br /&#62;
	margin: 0 0 24px;&#60;br /&#62;
	margin: 0 0 1.714285714rem;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
}&#60;br /&#62;
.entry-content ul ul,&#60;br /&#62;
.comment-content ul ul,&#60;br /&#62;
.entry-content ol ol,&#60;br /&#62;
.comment-content ol ol,&#60;br /&#62;
.entry-content ul ol,&#60;br /&#62;
.comment-content ul ol,&#60;br /&#62;
.entry-content ol ul,&#60;br /&#62;
.comment-content ol ul {&#60;br /&#62;
	margin-bottom: 0;&#60;br /&#62;
}&#60;br /&#62;
.entry-content ul,&#60;br /&#62;
.comment-content ul,&#60;br /&#62;
.mu_register ul {&#60;br /&#62;
	list-style: disc outside;&#60;br /&#62;
}&#60;br /&#62;
.entry-content ol,&#60;br /&#62;
.comment-content ol {&#60;br /&#62;
	list-style: decimal outside;&#60;br /&#62;
}&#60;br /&#62;
.entry-content li,&#60;br /&#62;
.comment-content li,&#60;br /&#62;
.mu_register li {&#60;br /&#62;
	margin: 0 0 0 36px;&#60;br /&#62;
	margin: 0 0 0 2.571428571rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-content blockquote,&#60;br /&#62;
.comment-content blockquote {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
	padding: 24px;&#60;br /&#62;
	padding: 1.714285714rem;&#60;br /&#62;
	font-style: italic;&#60;br /&#62;
}&#60;br /&#62;
.entry-content blockquote p:last-child,&#60;br /&#62;
.comment-content blockquote p:last-child {&#60;br /&#62;
	margin-bottom: 0;&#60;br /&#62;
}&#60;br /&#62;
.entry-content code,&#60;br /&#62;
.comment-content code {&#60;br /&#62;
	font-family: Consolas, Monaco, Lucida Console, monospace;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
}&#60;br /&#62;
.entry-content pre,&#60;br /&#62;
.comment-content pre {&#60;br /&#62;
	border: 1px solid #ededed;&#60;br /&#62;
	color: #666;&#60;br /&#62;
	font-family: Consolas, Monaco, Lucida Console, monospace;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
	margin: 24px 0;&#60;br /&#62;
	margin: 1.714285714rem 0;&#60;br /&#62;
	overflow: auto;&#60;br /&#62;
	padding: 24px;&#60;br /&#62;
	padding: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-content pre code,&#60;br /&#62;
.comment-content pre code {&#60;br /&#62;
	display: block;&#60;br /&#62;
}&#60;br /&#62;
.entry-content abbr,&#60;br /&#62;
.comment-content abbr,&#60;br /&#62;
.entry-content dfn,&#60;br /&#62;
.comment-content dfn,&#60;br /&#62;
.entry-content acronym,&#60;br /&#62;
.comment-content acronym {&#60;br /&#62;
	border-bottom: 1px dotted #666;&#60;br /&#62;
	cursor: help;&#60;br /&#62;
}&#60;br /&#62;
.entry-content address,&#60;br /&#62;
.comment-content address {&#60;br /&#62;
	display: block;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
	margin: 0 0 24px;&#60;br /&#62;
	margin: 0 0 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
img.alignleft,&#60;br /&#62;
.wp-caption.alignleft {&#60;br /&#62;
	margin: 12px 24px 12px 0;&#60;br /&#62;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;&#60;br /&#62;
}&#60;br /&#62;
img.alignright,&#60;br /&#62;
.wp-caption.alignright {&#60;br /&#62;
	margin: 12px 0 12px 24px;&#60;br /&#62;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
img.aligncenter,&#60;br /&#62;
.wp-caption.aligncenter {&#60;br /&#62;
	clear: both;&#60;br /&#62;
	margin-top: 12px;&#60;br /&#62;
	margin-top: 0.857142857rem;&#60;br /&#62;
	margin-bottom: 12px;&#60;br /&#62;
	margin-bottom: 0.857142857rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-content embed,&#60;br /&#62;
.entry-content iframe,&#60;br /&#62;
.entry-content object,&#60;br /&#62;
.entry-content video {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-content dl,&#60;br /&#62;
.comment-content dl {&#60;br /&#62;
	margin: 0 24px;&#60;br /&#62;
	margin: 0 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-content dt,&#60;br /&#62;
.comment-content dt {&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
}&#60;br /&#62;
.entry-content dd,&#60;br /&#62;
.comment-content dd {&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.entry-content table,&#60;br /&#62;
.comment-content table {&#60;br /&#62;
	border-bottom: 1px solid #ededed;&#60;br /&#62;
	color: #757575;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
	margin: 0 0 24px;&#60;br /&#62;
	margin: 0 0 1.714285714rem;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
}&#60;br /&#62;
.entry-content table caption,&#60;br /&#62;
.comment-content table caption {&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 1.142857143rem;&#60;br /&#62;
	margin: 24px 0;&#60;br /&#62;
	margin: 1.714285714rem 0;&#60;br /&#62;
}&#60;br /&#62;
.entry-content td,&#60;br /&#62;
.comment-content td {&#60;br /&#62;
	border-top: 1px solid #ededed;&#60;br /&#62;
	padding: 6px 10px 6px 0;&#60;br /&#62;
}&#60;br /&#62;
.site-content article {&#60;br /&#62;
	border-bottom: 4px double #ededed;&#60;br /&#62;
	margin-bottom: 72px;&#60;br /&#62;
	margin-bottom: 5.142857143rem;&#60;br /&#62;
	padding-bottom: 24px;&#60;br /&#62;
	padding-bottom: 1.714285714rem;&#60;br /&#62;
	word-wrap: break-word;&#60;br /&#62;
	-webkit-hyphens: auto;&#60;br /&#62;
	-moz-hyphens: auto;&#60;br /&#62;
	hyphens: auto;&#60;br /&#62;
}&#60;br /&#62;
.page-links {&#60;br /&#62;
	clear: both;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
}&#60;br /&#62;
footer.entry-meta {&#60;br /&#62;
	margin-top: 24px;&#60;br /&#62;
	margin-top: 1.714285714rem;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
.single-author .entry-meta .by-author {&#60;br /&#62;
	display: none;&#60;br /&#62;
}&#60;br /&#62;
.mu_register h2 {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Archives&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.archive-header,&#60;br /&#62;
.page-header {&#60;br /&#62;
	margin-bottom: 48px;&#60;br /&#62;
	margin-bottom: 3.428571429rem;&#60;br /&#62;
	padding-bottom: 22px;&#60;br /&#62;
	padding-bottom: 1.571428571rem;&#60;br /&#62;
	border-bottom: 1px solid #ededed;&#60;br /&#62;
}&#60;br /&#62;
.archive-meta {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
	margin-top: 22px;&#60;br /&#62;
	margin-top: 1.571428571rem;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Single audio/video attachment view&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.attachment .entry-content .mejs-audio {&#60;br /&#62;
	max-width: 400px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.attachment .entry-content .mejs-container {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Single image attachment view&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.article.attachment {&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
}&#60;br /&#62;
.image-attachment div.attachment {&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;br /&#62;
.image-attachment div.attachment p {&#60;br /&#62;
	text-align: center;&#60;br /&#62;
}&#60;br /&#62;
.image-attachment div.attachment img {&#60;br /&#62;
	display: block;&#60;br /&#62;
	height: auto;&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
	max-width: 100%;&#60;br /&#62;
}&#60;br /&#62;
.image-attachment .entry-caption {&#60;br /&#62;
	margin-top: 8px;&#60;br /&#62;
	margin-top: 0.571428571rem;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Aside post format&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;article.format-aside h1 {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
article.format-aside h1 a {&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	color: #4d525a;&#60;br /&#62;
}&#60;br /&#62;
article.format-aside h1 a:hover {&#60;br /&#62;
	color: #2e3542;&#60;br /&#62;
}&#60;br /&#62;
article.format-aside .aside {&#60;br /&#62;
	padding: 24px 24px 0;&#60;br /&#62;
	padding: 1.714285714rem;&#60;br /&#62;
	background: #d2e0f9;&#60;br /&#62;
	border-left: 22px solid #a8bfe8;&#60;br /&#62;
}&#60;br /&#62;
article.format-aside p {&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
	color: #4a5466;&#60;br /&#62;
}&#60;br /&#62;
article.format-aside blockquote:last-child,&#60;br /&#62;
article.format-aside p:last-child {&#60;br /&#62;
	margin-bottom: 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Post formats&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;/* Image posts */&#60;br /&#62;
article.format-image footer h1 {&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
article.format-image footer h2 {&#60;br /&#62;
	font-size: 11px;&#60;br /&#62;
	font-size: 0.785714286rem;&#60;br /&#62;
	line-height: 2.181818182;&#60;br /&#62;
}&#60;br /&#62;
article.format-image footer a h2 {&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Link posts */&#60;br /&#62;
article.format-link header {&#60;br /&#62;
	padding: 0 10px;&#60;br /&#62;
	padding: 0 0.714285714rem;&#60;br /&#62;
	float: right;&#60;br /&#62;
	font-size: 11px;&#60;br /&#62;
	font-size: 0.785714286rem;&#60;br /&#62;
	line-height: 2.181818182;&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
	font-style: italic;&#60;br /&#62;
	text-transform: uppercase;&#60;br /&#62;
	color: #848484;&#60;br /&#62;
	background-color: #ebebeb;&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
}&#60;br /&#62;
article.format-link .entry-content {&#60;br /&#62;
	max-width: 80%;&#60;br /&#62;
	float: left;&#60;br /&#62;
}&#60;br /&#62;
article.format-link .entry-content a {&#60;br /&#62;
	font-size: 22px;&#60;br /&#62;
	font-size: 1.571428571rem;&#60;br /&#62;
	line-height: 1.090909091;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Quote posts */&#60;br /&#62;
article.format-quote .entry-content p {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	padding-bottom: 24px;&#60;br /&#62;
	padding-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
article.format-quote .entry-content blockquote {&#60;br /&#62;
	display: block;&#60;br /&#62;
	padding: 24px 24px 0;&#60;br /&#62;
	padding: 1.714285714rem 1.714285714rem 0;&#60;br /&#62;
	font-size: 15px;&#60;br /&#62;
	font-size: 1.071428571rem;&#60;br /&#62;
	line-height: 1.6;&#60;br /&#62;
	font-style: normal;&#60;br /&#62;
	color: #6a6a6a;&#60;br /&#62;
	background: #efefef;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Status posts */&#60;br /&#62;
.format-status .entry-header {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.format-status .entry-header header {&#60;br /&#62;
	display: inline-block;&#60;br /&#62;
}&#60;br /&#62;
.format-status .entry-header h1 {&#60;br /&#62;
	font-size: 15px;&#60;br /&#62;
	font-size: 1.071428571rem;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	line-height: 1.6;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
}&#60;br /&#62;
.format-status .entry-header h2 {&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
	margin: 0;&#60;br /&#62;
}&#60;br /&#62;
.format-status .entry-header header a {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
.format-status .entry-header header a:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
.format-status .entry-header img {&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin-right: 21px;&#60;br /&#62;
	margin-right: 1.5rem;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Comments&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.comments-title {&#60;br /&#62;
	margin-bottom: 48px;&#60;br /&#62;
	margin-bottom: 3.428571429rem;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 1.142857143rem;&#60;br /&#62;
	line-height: 1.5;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article {&#60;br /&#62;
	margin: 24px 0;&#60;br /&#62;
	margin: 1.714285714rem 0;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header {&#60;br /&#62;
	margin: 0 0 48px;&#60;br /&#62;
	margin: 0 0 3.428571429rem;&#60;br /&#62;
	overflow: hidden;&#60;br /&#62;
	position: relative;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header img {&#60;br /&#62;
	float: left;&#60;br /&#62;
	padding: 0;&#60;br /&#62;
	line-height: 0;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header cite,&#60;br /&#62;
.comments-area article header time {&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-left: 85px;&#60;br /&#62;
	margin-left: 6.071428571rem;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header cite {&#60;br /&#62;
	font-style: normal;&#60;br /&#62;
	font-size: 15px;&#60;br /&#62;
	font-size: 1.071428571rem;&#60;br /&#62;
	line-height: 1.42857143;&#60;br /&#62;
}&#60;br /&#62;
.comments-area cite b {&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header time {&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	color: #5e5e5e;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header a {&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	color: #5e5e5e;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header a:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header cite a {&#60;br /&#62;
	color: #444;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header cite a:hover {&#60;br /&#62;
	text-decoration: underline;&#60;br /&#62;
}&#60;br /&#62;
.comments-area article header h4 {&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	top: 0;&#60;br /&#62;
	right: 0;&#60;br /&#62;
	padding: 6px 12px;&#60;br /&#62;
	padding: 0.428571429rem 0.857142857rem;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	color: #fff;&#60;br /&#62;
	background-color: #0088d0;&#60;br /&#62;
	background-repeat: repeat-x;&#60;br /&#62;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);&#60;br /&#62;
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);&#60;br /&#62;
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);&#60;br /&#62;
	background-image: -o-linear-gradient(top, #009cee, #0088d0);&#60;br /&#62;
	background-image: linear-gradient(top, #009cee, #0088d0);&#60;br /&#62;
	border-radius: 3px;&#60;br /&#62;
	border: 1px solid #007cbd;&#60;br /&#62;
}&#60;br /&#62;
.comments-area .bypostauthor cite span {&#60;br /&#62;
	position: absolute;&#60;br /&#62;
	margin-left: 5px;&#60;br /&#62;
	margin-left: 0.357142857rem;&#60;br /&#62;
	padding: 2px 5px;&#60;br /&#62;
	padding: 0.142857143rem 0.357142857rem;&#60;br /&#62;
	font-size: 10px;&#60;br /&#62;
	font-size: 0.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
.comments-area .bypostauthor cite b {&#60;br /&#62;
	font-weight: bold;&#60;br /&#62;
}&#60;br /&#62;
a.comment-reply-link,&#60;br /&#62;
a.comment-edit-link {&#60;br /&#62;
	color: #686868;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
a.comment-reply-link:hover,&#60;br /&#62;
a.comment-edit-link:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
.commentlist .pingback {&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Comment form */&#60;br /&#62;
#respond {&#60;br /&#62;
	margin-top: 48px;&#60;br /&#62;
	margin-top: 3.428571429rem;&#60;br /&#62;
}&#60;br /&#62;
#respond h3#reply-title {&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 1.142857143rem;&#60;br /&#62;
	line-height: 1.5;&#60;br /&#62;
}&#60;br /&#62;
#respond h3#reply-title #cancel-comment-reply-link {&#60;br /&#62;
	margin-left: 10px;&#60;br /&#62;
	margin-left: 0.714285714rem;&#60;br /&#62;
	font-weight: normal;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
}&#60;br /&#62;
#respond form {&#60;br /&#62;
	margin: 24px 0;&#60;br /&#62;
	margin: 1.714285714rem 0;&#60;br /&#62;
}&#60;br /&#62;
#respond form p {&#60;br /&#62;
	margin: 11px 0;&#60;br /&#62;
	margin: 0.785714286rem 0;&#60;br /&#62;
}&#60;br /&#62;
#respond form p.logged-in-as {&#60;br /&#62;
	margin-bottom: 24px;&#60;br /&#62;
	margin-bottom: 1.714285714rem;&#60;br /&#62;
}&#60;br /&#62;
#respond form label {&#60;br /&#62;
	display: block;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
}&#60;br /&#62;
#respond form input[type=&#34;text&#34;],&#60;br /&#62;
#respond form textarea {&#60;br /&#62;
	-moz-box-sizing: border-box;&#60;br /&#62;
	box-sizing: border-box;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
	padding: 10px;&#60;br /&#62;
	padding: 0.714285714rem;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
}&#60;br /&#62;
#respond form p.form-allowed-tags {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	font-size: 12px;&#60;br /&#62;
	font-size: 0.857142857rem;&#60;br /&#62;
	line-height: 2;&#60;br /&#62;
	color: #5e5e5e;&#60;br /&#62;
}&#60;br /&#62;
.required {&#60;br /&#62;
	color: red;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Front page template&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.entry-page-image {&#60;br /&#62;
	margin-bottom: 14px;&#60;br /&#62;
	margin-bottom: 1rem;&#60;br /&#62;
}&#60;br /&#62;
.template-front-page .site-content article {&#60;br /&#62;
	border: 0;&#60;br /&#62;
	margin-bottom: 0;&#60;br /&#62;
}&#60;br /&#62;
.template-front-page .widget-area {&#60;br /&#62;
	clear: both;&#60;br /&#62;
	float: none;&#60;br /&#62;
	width: auto;&#60;br /&#62;
	padding-top: 24px;&#60;br /&#62;
	padding-top: 1.714285714rem;&#60;br /&#62;
	border-top: 1px solid #ededed;&#60;br /&#62;
}&#60;br /&#62;
.template-front-page .widget-area .widget li {&#60;br /&#62;
	margin: 8px 0 0;&#60;br /&#62;
	margin: 0.571428571rem 0 0;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.714285714;&#60;br /&#62;
	list-style-type: square;&#60;br /&#62;
	list-style-position: inside;&#60;br /&#62;
}&#60;br /&#62;
.template-front-page .widget-area .widget li a {&#60;br /&#62;
	color: #757575;&#60;br /&#62;
}&#60;br /&#62;
.template-front-page .widget-area .widget li a:hover {&#60;br /&#62;
	color: #21759b;&#60;br /&#62;
}&#60;br /&#62;
.template-front-page .widget-area .widget_text img {&#60;br /&#62;
	float: left;&#60;br /&#62;
	margin: 8px 24px 8px 0;&#60;br /&#62;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Widgets&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.widget-area .widget ul ul {&#60;br /&#62;
	margin-left: 12px;&#60;br /&#62;
	margin-left: 0.857142857rem;&#60;br /&#62;
}&#60;br /&#62;
.widget_rss li {&#60;br /&#62;
	margin: 12px 0;&#60;br /&#62;
	margin: 0.857142857rem 0;&#60;br /&#62;
}&#60;br /&#62;
.widget_recent_entries .post-date,&#60;br /&#62;
.widget_rss .rss-date {&#60;br /&#62;
	color: #aaa;&#60;br /&#62;
	font-size: 11px;&#60;br /&#62;
	font-size: 0.785714286rem;&#60;br /&#62;
	margin-left: 12px;&#60;br /&#62;
	margin-left: 0.857142857rem;&#60;br /&#62;
}&#60;br /&#62;
#wp-calendar {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
	color: #686868;&#60;br /&#62;
}&#60;br /&#62;
#wp-calendar th,&#60;br /&#62;
#wp-calendar td,&#60;br /&#62;
#wp-calendar caption {&#60;br /&#62;
	text-align: left;&#60;br /&#62;
}&#60;br /&#62;
#wp-calendar #next {&#60;br /&#62;
	padding-right: 24px;&#60;br /&#62;
	padding-right: 1.714285714rem;&#60;br /&#62;
	text-align: right;&#60;br /&#62;
}&#60;br /&#62;
.widget_search label {&#60;br /&#62;
	display: block;&#60;br /&#62;
	font-size: 13px;&#60;br /&#62;
	font-size: 0.928571429rem;&#60;br /&#62;
	line-height: 1.846153846;&#60;br /&#62;
}&#60;br /&#62;
.widget_twitter li {&#60;br /&#62;
	list-style-type: none;&#60;br /&#62;
}&#60;br /&#62;
.widget_twitter .timesince {&#60;br /&#62;
	display: block;&#60;br /&#62;
	text-align: right;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Plugins&#60;br /&#62;
----------------------------------------------- */&#60;/p&#62;
&#60;p&#62;img#wpstats {&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin: 0 auto 24px;&#60;br /&#62;
	margin: 0 auto 1.714285714rem;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* =Media queries&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;/* Does the same thing as &#38;lt;meta name=&#34;viewport&#34; content=&#34;width=device-width&#34;&#38;gt;,&#60;br /&#62;
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to&#60;br /&#62;
 * render responsive styling in Windows 8 &#34;snapped&#34; views; IE10+ does not honor&#60;br /&#62;
 * the meta tag. See &#60;a href=&#34;https://core.trac.wordpress.org/ticket/25888&#34; rel=&#34;nofollow&#34;&#62;https://core.trac.wordpress.org/ticket/25888&#60;/a&#62;.&#60;br /&#62;
 */&#60;br /&#62;
@-ms-viewport {&#60;br /&#62;
	width: device-width;&#60;br /&#62;
}&#60;br /&#62;
@viewport {&#60;br /&#62;
	width: device-width;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Minimum width of 600 pixels. */&#60;br /&#62;
@media screen and (min-width: 600px) {&#60;br /&#62;
	.author-avatar {&#60;br /&#62;
		float: left;&#60;br /&#62;
		margin-top: 8px;&#60;br /&#62;
		margin-top: 0.571428571rem;&#60;br /&#62;
	}&#60;br /&#62;
	.author-description {&#60;br /&#62;
		float: right;&#60;br /&#62;
		width: 80%;&#60;br /&#62;
	}&#60;br /&#62;
	.site {&#60;br /&#62;
		margin: 0 auto;&#60;br /&#62;
		max-width: 960px;&#60;br /&#62;
		max-width: 68.571428571rem;&#60;br /&#62;
		overflow: hidden;&#60;br /&#62;
	}&#60;br /&#62;
	.site-content {&#60;br /&#62;
		float: left;&#60;br /&#62;
		width: 65.104166667%;&#60;br /&#62;
	}&#60;br /&#62;
	body.template-front-page .site-content,&#60;br /&#62;
	body.attachment .site-content,&#60;br /&#62;
	body.full-width .site-content {&#60;br /&#62;
		width: 100%;&#60;br /&#62;
	}&#60;br /&#62;
	.widget-area {&#60;br /&#62;
		float: right;&#60;br /&#62;
		width: 26.041666667%;&#60;br /&#62;
	}&#60;br /&#62;
	.site-header h1,&#60;br /&#62;
	.site-header h2 {&#60;br /&#62;
		text-align: left;&#60;br /&#62;
	}&#60;br /&#62;
	.site-header h1 {&#60;br /&#62;
		font-size: 26px;&#60;br /&#62;
		font-size: 1.857142857rem;&#60;br /&#62;
		line-height: 1.846153846;&#60;br /&#62;
		margin-bottom: 0;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation ul.nav-menu,&#60;br /&#62;
	.main-navigation div.nav-menu &#38;gt; ul {&#60;br /&#62;
		border-bottom: 1px solid #ededed;&#60;br /&#62;
		border-top: 1px solid #ededed;&#60;br /&#62;
		display: inline-block !important;&#60;br /&#62;
		text-align: left;&#60;br /&#62;
		width: 100%;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation ul {&#60;br /&#62;
		margin: 0;&#60;br /&#62;
		text-indent: 0;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li a,&#60;br /&#62;
	.main-navigation li {&#60;br /&#62;
		display: inline-block;&#60;br /&#62;
		text-decoration: none;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li a {&#60;br /&#62;
		border-bottom: 0;&#60;br /&#62;
		color: #6a6a6a;&#60;br /&#62;
		line-height: 3.692307692;&#60;br /&#62;
		text-transform: uppercase;&#60;br /&#62;
		white-space: nowrap;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li a:hover,&#60;br /&#62;
	.main-navigation li a:focus {&#60;br /&#62;
		color: #000;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li {&#60;br /&#62;
		margin: 0 40px 0 0;&#60;br /&#62;
		margin: 0 2.857142857rem 0 0;&#60;br /&#62;
		position: relative;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li ul {&#60;br /&#62;
		margin: 0;&#60;br /&#62;
		padding: 0;&#60;br /&#62;
		position: absolute;&#60;br /&#62;
		top: 100%;&#60;br /&#62;
		z-index: 1;&#60;br /&#62;
		height: 1px;&#60;br /&#62;
		width: 1px;&#60;br /&#62;
		overflow: hidden;&#60;br /&#62;
		clip: rect(1px, 1px, 1px, 1px);&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li ul ul {&#60;br /&#62;
		top: 0;&#60;br /&#62;
		left: 100%;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation ul li:hover &#38;gt; ul,&#60;br /&#62;
	.main-navigation ul li:focus &#38;gt; ul,&#60;br /&#62;
	.main-navigation .focus &#38;gt; ul {&#60;br /&#62;
		border-left: 0;&#60;br /&#62;
		clip: inherit;&#60;br /&#62;
		overflow: inherit;&#60;br /&#62;
		height: inherit;&#60;br /&#62;
		width: inherit;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li ul li a {&#60;br /&#62;
		background: #efefef;&#60;br /&#62;
		border-bottom: 1px solid #ededed;&#60;br /&#62;
		display: block;&#60;br /&#62;
		font-size: 11px;&#60;br /&#62;
		font-size: 0.785714286rem;&#60;br /&#62;
		line-height: 2.181818182;&#60;br /&#62;
		padding: 8px 10px;&#60;br /&#62;
		padding: 0.571428571rem 0.714285714rem;&#60;br /&#62;
		width: 180px;&#60;br /&#62;
		width: 12.85714286rem;&#60;br /&#62;
		white-space: normal;&#60;br /&#62;
	}&#60;br /&#62;
	.main-navigation li ul li a:hover,&#60;br /&#62;
	.main-navigation li ul li a:focus {&#60;br /&#62;
		background: #e3e3e3;&#60;br /&#62;
		co</description>
		</item>
		<item>
			<title>Dianna Jensen om "css ændre menu i twenty twelve"</title>
			<link>http://wp-danmark.dk/forum/topic/css-%c3%a6ndre-menu-i-twenty-twelve#post-64686</link>
			<pubDate>lør, 13 feb 2016 19:36:01 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">64686@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;.main-navigation ul.nav-menu,&#60;br /&#62;
.main-navigation div.nav-menu &#38;gt; ul {&#60;br /&#62;
	border-bottom: dashed 1px #CCCCCC;&#60;br /&#62;
	border-top:dashed 1px #CCCCCC;&#60;br /&#62;
	font-size: 10px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "css ændre menu i twenty twelve"</title>
			<link>http://wp-danmark.dk/forum/topic/css-%c3%a6ndre-menu-i-twenty-twelve-1#post-64685</link>
			<pubDate>lør, 13 feb 2016 17:15:33 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">64685@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg prøver at ændre menuen i Twenty Twelve fra at være en streg til stiblet, men har stirret mig blind på hvor i css style jeg skal rette. Er der en som kan lede mig på rette spor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "css ændre menu i twenty twelve"</title>
			<link>http://wp-danmark.dk/forum/topic/css-%c3%a6ndre-menu-i-twenty-twelve#post-64684</link>
			<pubDate>lør, 13 feb 2016 17:15:33 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">64684@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg prøver at ændre menuen i Twenty Twelve fra at være en streg til stiblet, men har stirret mig blind på hvor i css style jeg skal rette. Er der en som kan lede mig på rette spor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "wp post i 2 kolonner"</title>
			<link>http://wp-danmark.dk/forum/topic/wp-post-i-2-kolonner#post-64629</link>
			<pubDate>man, 08 feb 2016 15:07:09 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">64629@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg bruger temeaet Twenty Twelve og vil gerne have mine indlæg på forsiden vist i kolonner fra en bestemt kategori. Er der nogen som evt. har en css kode og evt ved hvilken html jeg skal sætte ind i mit child tema?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "Ændre på mellemrum over overskrift"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-over-overskrift#post-64344</link>
			<pubDate>fre, 08 jan 2016 18:14:15 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">64344@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Så er det jo fjong!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Ændre på mellemrum over overskrift"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-over-overskrift#post-64343</link>
			<pubDate>fre, 08 jan 2016 15:14:05 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">64343@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg bruger child theme (bruger Child Theme Configurator til at lave child theme.) og Simple Custom CSS plugin :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "Ændre på mellemrum over overskrift"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-over-overskrift#post-64342</link>
			<pubDate>fre, 08 jan 2016 15:02:45 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">64342@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Husk du skal rette det hver gang temaet opdateres hvis du ikke laver et child theme
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Ændre på mellemrum over overskrift"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-over-overskrift#post-64341</link>
			<pubDate>fre, 08 jan 2016 14:13:11 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">64341@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;jeg satte den kode ind i min css og det virkede. ret tallene til det du ønsker. &#60;/p&#62;
&#60;p&#62;.site-content article {&#60;br /&#62;
	-moz-hyphens: auto;&#60;br /&#62;
	border-bottom: 1px double #EDEDED;&#60;br /&#62;
	margin-bottom: 12px;&#60;br /&#62;
	padding-bottom: 12px;&#60;br /&#62;
	word-wrap: break-word;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Ændre på mellemrum over overskrift"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-over-overskrift#post-64338</link>
			<pubDate>fre, 08 jan 2016 01:38:43 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">64338@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Tema: Twenty Twelve&#60;br /&#62;
Jeg vil gerne ændre mellemrum over overskriften på indlæget og de to linjer, som er mellem indlægene. Er der en som kan hjælpe med en evt. css kode?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Ændre på mellemrum mellem blog titel og postet i ( kategori) og dato xx"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-mellem-blog-titel-og-postet-i-kategori-og-dato-xx#post-62718</link>
			<pubDate>søn, 14 jun 2015 17:11:36 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">62718@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg skrev nedenstående ind i min custom css og det løste mit problem.&#60;/p&#62;
&#60;p&#62;.entry-content{ margin-top: 20px; }&#60;br /&#62;
.entry-header { margin-bottom: 10px; }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "Ændre på mellemrum mellem blog titel og postet i ( kategori) og dato xx"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-mellem-blog-titel-og-postet-i-kategori-og-dato-xx#post-62710</link>
			<pubDate>søn, 14 jun 2015 13:18:02 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">62710@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;1)&#60;/p&#62;
&#60;p&#62;.entry-header .entry-title {&#60;br /&#62;
    font-size: 1.42857rem;&#60;br /&#62;
    font-weight: normal;&#60;br /&#62;
    line-height: 1.2;&#60;br /&#62;
}&#60;br /&#62;
Umiddelbart burde du kunne rette line-height 1.2  til evt 5.0 eller lignende.&#60;br /&#62;
&#60;a href=&#34;http://dianna.dk/wp-content/themes/twentytwelve/style.css?ver=4.2.2&#34; rel=&#34;nofollow&#34;&#62;http://dianna.dk/wp-content/themes/twentytwelve/style.css?ver=4.2.2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Linie 703&#60;/p&#62;
&#60;p&#62;Spørgsmål 2 kan jeg ikke umiddelbart gennemskue da jeg ikke har aktiveret temaet selv.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Ændre på mellemrum mellem blog titel og postet i ( kategori) og dato xx"</title>
			<link>http://wp-danmark.dk/forum/topic/%c3%a6ndre-pa-mellemrum-mellem-blog-titel-og-postet-i-kategori-og-dato-xx#post-62708</link>
			<pubDate>søn, 14 jun 2015 11:04:53 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">62708@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg sidder og er ved at rette temaet twenty twelve til, men har stirret mig blind... mit spørgsmål er hvordan jeg ændre på mellemrummet mellem Titlen på indlæget og &#34;Skrevet: xx kategori: xx&#34; samt sætter et mellemrum ind mellem &#34;Skrevet: xx kategori: xx&#34; og teksten i indlæget?&#60;/p&#62;
&#60;p&#62;Linket til min blog er: &#60;a href=&#34;http://www.dianna.dk&#34;&#62;her&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>KarinaIsolde om "Menubjælken har flyttet sig efter opdatering"</title>
			<link>http://wp-danmark.dk/forum/topic/menubj%c3%a6lken-har-flyttet-sig-efter-opdatering#post-60895</link>
			<pubDate>tors, 22 jan 2015 15:26:15 +0000</pubDate>
			<dc:creator>KarinaIsolde</dc:creator>
			<guid isPermaLink="false">60895@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej, &#60;/p&#62;
&#60;p&#62;Jeg har netop opdateret mit tema (Twenty Twelve) og efterfølgende har min menubjælke flyttet sig op over headeren, før var den under headeren. &#60;/p&#62;
&#60;p&#62;Hvordan flytter jeg menubjælken tilbage?&#60;/p&#62;
&#60;p&#62;(www.trygfoedsel.dk)&#60;/p&#62;
&#60;p&#62;På forhånd tak for hjælpen!&#60;/p&#62;
&#60;p&#62;Kh Karina Isolde
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "Twenty Twelve - Endnu et spørgsmål til fjernelse af kommentar"</title>
			<link>http://wp-danmark.dk/forum/topic/twenty-twelve-endnu-et-sp%c3%b8rgsmal-til-fjernelse-af-kommentar#post-57533</link>
			<pubDate>ons, 21 maj 2014 22:32:45 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">57533@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Ja da hvis det virker ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heinohund om "Twenty Twelve - Endnu et spørgsmål til fjernelse af kommentar"</title>
			<link>http://wp-danmark.dk/forum/topic/twenty-twelve-endnu-et-sp%c3%b8rgsmal-til-fjernelse-af-kommentar#post-57532</link>
			<pubDate>ons, 21 maj 2014 18:58:43 +0000</pubDate>
			<dc:creator>heinohund</dc:creator>
			<guid isPermaLink="false">57532@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej John,&#60;/p&#62;
&#60;p&#62;Jeg har ændret til:&#60;/p&#62;
&#60;p&#62;.site-content article {&#60;br /&#62;
-moz-hyphens: auto;&#60;br /&#62;
border-bottom: 0px double #EDEDED;&#60;br /&#62;
margin-bottom: 0.0rem;&#60;br /&#62;
padding-bottom: 1.71429rem;&#60;br /&#62;
word-wrap: break-word;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;i child temaet - det ser ud til at virke er det ok at rette på den måde?&#60;/p&#62;
&#60;p&#62;Vh&#60;br /&#62;
Henrik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heinohund om "Twenty Twelve - Endnu et spørgsmål til fjernelse af kommentar"</title>
			<link>http://wp-danmark.dk/forum/topic/twenty-twelve-endnu-et-sp%c3%b8rgsmal-til-fjernelse-af-kommentar#post-57531</link>
			<pubDate>ons, 21 maj 2014 18:41:50 +0000</pubDate>
			<dc:creator>heinohund</dc:creator>
			<guid isPermaLink="false">57531@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej John,&#60;/p&#62;
&#60;p&#62;Jeg har prøvet at rette i såvel twenty twelve style.css og også i child temaets style.css men det hjælper ikke.&#60;/p&#62;
&#60;p&#62;Rettelsen er fortaget på karmark.com hvor jeg tester tingene af inden jeg ligger det i produktion :-)&#60;/p&#62;
&#60;p&#62;Har du nogle forslag?&#60;/p&#62;
&#60;p&#62;Venlig hilsen&#60;br /&#62;
Henrik
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "Twenty Twelve - Endnu et spørgsmål til fjernelse af kommentar"</title>
			<link>http://wp-danmark.dk/forum/topic/twenty-twelve-endnu-et-sp%c3%b8rgsmal-til-fjernelse-af-kommentar#post-57530</link>
			<pubDate>ons, 21 maj 2014 16:00:50 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">57530@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.job4gruppen.dk/wp-content/themes/twentytwelve/style.css&#34; rel=&#34;nofollow&#34;&#62;http://www.job4gruppen.dk/wp-content/themes/twentytwelve/style.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;.site-content article {&#60;br /&#62;
    -moz-hyphens: auto;&#60;br /&#62;
    border-bottom: 4px double #EDEDED;&#60;br /&#62;
    margin-bottom: 5.14286rem;&#60;br /&#62;
    padding-bottom: 1.71429rem;&#60;br /&#62;
    word-wrap: break-word;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Det hele rettes i ovenstående
&#60;/p&#62;</description>
		</item>
		<item>
			<title>heinohund om "Twenty Twelve - Endnu et spørgsmål til fjernelse af kommentar"</title>
			<link>http://wp-danmark.dk/forum/topic/twenty-twelve-endnu-et-sp%c3%b8rgsmal-til-fjernelse-af-kommentar#post-57529</link>
			<pubDate>ons, 21 maj 2014 14:09:09 +0000</pubDate>
			<dc:creator>heinohund</dc:creator>
			<guid isPermaLink="false">57529@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg har lavet hjemmesiden job4gruppen.dk i en child af twenty twelve temaet. Jeg har fået rettet farver og diverse andre småting.&#60;/p&#62;
&#60;p&#62;Jeg har en udfordring tilbage. Jeg vil gerne have fjernet den plads som kommentarfunktionen optager i bunden af siderne. se &#60;a href=&#34;http://jegerglad.dk/j4g.png&#34;&#62;HER&#60;/a&#62;! Jeg har markeret området med rødt. Det er &#34;dobbelt stregen og det hvide område jeg gerne vil have til at forsvinde.&#60;/p&#62;
&#60;p&#62;Nogen forslag?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jensnyhavn om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49533</link>
			<pubDate>fre, 30 aug 2013 00:08:54 +0000</pubDate>
			<dc:creator>jensnyhavn</dc:creator>
			<guid isPermaLink="false">49533@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;@Dianna&#60;br /&#62;
Du skal ikke give op. Måske sådan (som Henning også skrev ovenfor):&#60;/p&#62;
&#60;p&#62;Sæt din kategorioverskrift (din egen grafik) ind i en Image Widget. Jeg har f.eks en der heder Image(PB)&#60;br /&#62;
Under Image widgten bruger du kategoriwidgten. For at fjerne overskriften KATEGORI skal du i titelfeltet i kategoriwidgeten indsætte en 4-5 blanke (mellemrumstasten)&#60;/p&#62;
&#60;p&#62;Du kan se et eksempel på min testblog&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.moellerjensen.dk/testwp/&#34; rel=&#34;nofollow&#34;&#62;http://www.moellerjensen.dk/testwp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hvordan det ser ud på din blog kommer an på en prøve.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49522</link>
			<pubDate>tors, 29 aug 2013 15:59:36 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">49522@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.dianna.dk&#34; rel=&#34;nofollow&#34;&#62;http://www.dianna.dk&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49521</link>
			<pubDate>tors, 29 aug 2013 15:58:39 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">49521@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Måske misforstod jeg dig, men du burde kunne anvende en tekst- eller imagewidget til at levere en grafisk overskrift over en kategoriwidget. Du skal bare undlade overskriften i kategoriwidgetten
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Morten Knudsen om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49520</link>
			<pubDate>tors, 29 aug 2013 15:57:44 +0000</pubDate>
			<dc:creator>Morten Knudsen</dc:creator>
			<guid isPermaLink="false">49520@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;kan vi ikke lige få et link til din side som den ser ud nu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49519</link>
			<pubDate>tors, 29 aug 2013 15:55:40 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">49519@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Henning&#38;gt;&#38;gt; ideen er god, men jeg kan ikke få kategorierne med over i tekst widget.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dianna Jensen om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49518</link>
			<pubDate>tors, 29 aug 2013 15:54:24 +0000</pubDate>
			<dc:creator>Dianna Jensen</dc:creator>
			<guid isPermaLink="false">49518@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;jeg må opgive det. kan ikke få det til at virke, men tak for hjælpen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49517</link>
			<pubDate>tors, 29 aug 2013 15:53:04 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">49517@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hvad med at &#34;trække og slippe&#34; kategoriwidgetten ud og i stedet &#34;trække og slippe&#34; en tekstwidget ind.&#60;br /&#62;
Der kan man i de fleste tilfælde placere et billede.&#60;br /&#62;
Hvis det driller så prøv at installere et plugin som &#34;Image Widget&#34; eller tilsvarende.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Morten Knudsen om "Eget grafik i sidebar"</title>
			<link>http://wp-danmark.dk/forum/topic/eget-grafik-i-sidebar#post-49514</link>
			<pubDate>tors, 29 aug 2013 15:36:30 +0000</pubDate>
			<dc:creator>Morten Knudsen</dc:creator>
			<guid isPermaLink="false">49514@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;se første del af mit tidligere svar.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
