<?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: widgets - Recent Posts</title>
		<link>http://wp-danmark.dk/forum/tags/widgets</link>
		<description>WordPress DK Forum Tag: widgets - Recent Posts</description>
		<language>da-DK</language>
		<pubDate>Tue, 28 Jul 2026 23:10:19 +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/widgets" 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>Lind om "Widget 1, 2 og 3 til andre sider end forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/widget-1-2-og-3-til-andre-sider-end-forsiden#post-63894</link>
			<pubDate>tirs, 10 nov 2015 22:20:36 +0000</pubDate>
			<dc:creator>Lind</dc:creator>
			<guid isPermaLink="false">63894@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Bruger Responsive til syddjurskarateskole.dk&#60;/p&#62;
&#60;p&#62;Kunne godt tænke mig at få widgets 1, 2 og 3 til andre sider end blot forsiden.&#60;/p&#62;
&#60;p&#62;Har forsøgt i stedet at bruge Footer-widget til de andre sider, men her bruger den fast rækkehøjde, dvs. den tilpasser rækken efter den længste tekst og er der en boks med meget tekst i, så bliver der meget &#34;luft&#34; i boksene ved siden af :)&#60;/p&#62;
&#60;p&#62;What to do?&#60;br /&#62;
Tak&#60;br /&#62;
Dorthe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Camilla om "How too...? :)"</title>
			<link>http://wp-danmark.dk/forum/topic/how-too#post-62481</link>
			<pubDate>man, 18 maj 2015 17:24:03 +0000</pubDate>
			<dc:creator>Camilla</dc:creator>
			<guid isPermaLink="false">62481@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;hmm øv okay - men tak.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Camilla om "How too...? :)"</title>
			<link>http://wp-danmark.dk/forum/topic/how-too#post-62480</link>
			<pubDate>man, 18 maj 2015 17:23:30 +0000</pubDate>
			<dc:creator>Camilla</dc:creator>
			<guid isPermaLink="false">62480@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg kunne godt tænke mig det fungerede lidt ligesom på denne blog:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://birtheandersen.wordpress.com/gaestebog/&#34; rel=&#34;nofollow&#34;&#62;https://birtheandersen.wordpress.com/gaestebog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hvor der er kategorier, arktiver og forskellige sider.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "How too...? :)"</title>
			<link>http://wp-danmark.dk/forum/topic/how-too#post-62479</link>
			<pubDate>man, 18 maj 2015 17:19:56 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">62479@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Dette Forum er beregnet til folk der selv hoster sin WP, altså har et domæne/hjemmeside liggende på et webhotel eller egen server.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wp-danmark.dk/forum/topic/wordpresscom-versa-wordpressorg&#34; rel=&#34;nofollow&#34;&#62;http://wp-danmark.dk/forum/topic/wordpresscom-versa-wordpressorg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;WordPress.com har sit eget Forum, så prøv der.&#60;br /&#62;
Ikke at du ikke må være her, der er blot så mange ting vi kan som man ikke kan på en WordPress.com blog.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Camilla om "How too...? :)"</title>
			<link>http://wp-danmark.dk/forum/topic/how-too#post-62478</link>
			<pubDate>man, 18 maj 2015 17:02:09 +0000</pubDate>
			<dc:creator>Camilla</dc:creator>
			<guid isPermaLink="false">62478@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;https://camillaikina.wordpress.com/&#34; rel=&#34;nofollow&#34;&#62;https://camillaikina.wordpress.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Dette er bloggen indtil videre, som i kan se er den meget tom. Men det er under 'Obligatoriske emner' at jeg gerne vil oprette nogle indlæg under.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Camilla om "How too...? :)"</title>
			<link>http://wp-danmark.dk/forum/topic/how-too#post-62477</link>
			<pubDate>man, 18 maj 2015 17:00:44 +0000</pubDate>
			<dc:creator>Camilla</dc:creator>
			<guid isPermaLink="false">62477@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hejsa!&#60;br /&#62;
Jeg er HELT ny med det her blog og wordpress, og jeg har lidt småproblemer - og det er helt sikkert bare mig der ikke kan finde ud af det.. &#60;/p&#62;
&#60;p&#62;Jeg har oprettet en blog og lavet nogle af de der 'Widgets' ude i højre side, som fungere som 'Categories'. Under dette ville jeg meget gerne lave nogle forskellige indlæg, men jeg kan simpelthen ikke finde ud af hvordan jeg får dem derind. Når jeg lavet et nyt indlæg kommer det bare ind på forsiden at ligge.&#60;br /&#62;
SÅ mit spørgsmål går på, hvordan jeg opretter indlæg og ligger dem ind under kategorien i højre side, så det er flere indlæg under samme kategori? &#60;/p&#62;
&#60;p&#62;Jeg ved ikke helt om jeg bruger de rigtige begreber for de forskellige ting, så undskyld hvis jeg forvirre mere end gavner, men spørg endelig.. &#60;/p&#62;
&#60;p&#62;Håber der er nogle der gider hjælpe, selvom det måske er lige til.. ;) ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boldt om "Det er tid at rydde op 3. Hvor gemmer WP tema-ændringer?"</title>
			<link>http://wp-danmark.dk/forum/topic/det-er-tid-at-rydde-op-3-hvor-gemmer-wp-tema-%c3%a6ndringer#post-59448</link>
			<pubDate>tors, 23 okt 2014 15:30:40 +0000</pubDate>
			<dc:creator>boldt</dc:creator>
			<guid isPermaLink="false">59448@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Du har ret det ligger i tabellen _options&#60;/p&#62;
&#60;p&#62;Rækken hedder theme_mods_(navnet på temaet) og i feltet (mit eksempel står:&#60;br /&#62;
&#60;blockquote&#62;a:3:{i:0;b:0;s:18:&#34;nav_menu_locations&#34;;a:1:{s:7:&#34;primary&#34;;i:29;}s:16:&#34;sidebars_widgets&#34;;a:2:{s:4:&#34;time&#34;;i:1413986497;s:4:&#34;data&#34;;a:10:{s:19:&#34;wp_inactive_widgets&#34;;a:3:{i:0;s:6:&#34;text-7&#34;;i:1;s:9:&#34;execphp-7&#34;;i:2;s:8:&#34;search-4&#34;;}s:9:&#34;sidebar-5&#34;;a:1:{i:0;s:9:&#34;execphp-3&#34;;}s:9:&#34;sidebar-6&#34;;a:1:{i:0;s:9:&#34;execphp-2&#34;;}s:9:&#34;sidebar-7&#34;;a:1:{i:0;s:6:&#34;meta-2&#34;;}s:9:&#34;sidebar-8&#34;;a:1:{i:0;s:9:&#34;execphp-6&#34;;}s:9:&#34;sidebar-4&#34;;a:3:{i:0;s:6:&#34;text-3&#34;;i:1;s:9:&#34;execphp-4&#34;;i:2;s:6:&#34;text-6&#34;;}s:9:&#34;sidebar-1&#34;;a:1:{i:0;s:9:&#34;execphp-5&#34;;}s:9:&#34;sidebar-2&#34;;a:0:{}s:9:&#34;sidebar-3&#34;;a:0:{}s:18:&#34;orphaned_widgets_1&#34;;a:0:{}}}}&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;Hvad det så end betyder?&#60;/p&#62;
&#60;p&#62;Jeg kopierede ovenstående til den originale database i det felt som mit tema havde kreeret, da jeg aktiverede det.&#60;/p&#62;
&#60;p&#62;MEN!!! jeg tror kun det kunne lade sig gøre fordi de to hjemmesider - originalen og test-siden er næsten ens, da jeg hverken har slettet eller tilføjet kategorier undervejs i processen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Det er tid at rydde op 3. Hvor gemmer WP tema-ændringer?"</title>
			<link>http://wp-danmark.dk/forum/topic/det-er-tid-at-rydde-op-3-hvor-gemmer-wp-tema-%c3%a6ndringer#post-59443</link>
			<pubDate>tors, 23 okt 2014 08:50:59 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">59443@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;blockquote&#62;1) hvor gemmes menu- og widgets-ændringer?&#60;/blockquote&#62;&#60;br /&#62;
Prøv at se i databasen - måske noget med _options eller tabeller oprettet af de plugins, du benytter.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boldt om "Det er tid at rydde op 3. Hvor gemmer WP tema-ændringer?"</title>
			<link>http://wp-danmark.dk/forum/topic/det-er-tid-at-rydde-op-3-hvor-gemmer-wp-tema-%c3%a6ndringer#post-59442</link>
			<pubDate>tors, 23 okt 2014 08:05:32 +0000</pubDate>
			<dc:creator>boldt</dc:creator>
			<guid isPermaLink="false">59442@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg har nu arbejdet længe på at opdatere udseendet af en gammel WP-side ved at oprette et udviklingssite, hvor jeg har kunnet teste &#34;live&#34; uden at forstyrre min besøgende på den originale side.&#60;/p&#62;
&#60;p&#62;Jeg har tilpasset et tema ved at tilføje ændringer i et undertema men, jeg har også måttet tilføje ændringer via Kontrolpanel/Udseende/Menuer og Kontrolpanel/Udseende/Widgets.&#60;/p&#62;
&#60;p&#62;Det er noget rod! fordi, når jeg flytter mit nye tema, flytter menu- og widgets-ændringer ikke med.&#60;/p&#62;
&#60;p&#62;1) hvor gemmes menu- og widgets-ændringer?&#60;br /&#62;
2) hvordan flytter jeg disse ændringer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ulrik om "Gode bbpress widgets/plugins"</title>
			<link>http://wp-danmark.dk/forum/topic/gode-bbpress-widgetsplugins#post-59366</link>
			<pubDate>søn, 19 okt 2014 14:39:59 +0000</pubDate>
			<dc:creator>Ulrik</dc:creator>
			<guid isPermaLink="false">59366@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;@Bensen: Jeg kører BBpress :-) (siden er &#60;a href=&#34;http://www.neworleanssaints.dk&#34;&#62;http://www.neworleanssaints.dk&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;Forespørgslen gik på om der var nogen som kendte til gode widgets som kunne vise 1) Hvad der senest var blevet sagt i forummet og 2) en liste widget over de brugere som havde lavet flest poster i forummet.&#60;/p&#62;
&#60;p&#62;Tak for svarene.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Gode bbpress widgets/plugins"</title>
			<link>http://wp-danmark.dk/forum/topic/gode-bbpress-widgetsplugins#post-59338</link>
			<pubDate>fre, 17 okt 2014 19:26:00 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">59338@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hvis ikke de medfølgende widgets er tilstrækkelige, så findes der nogle udvidelser her:&#60;br /&#62;
&#60;a href=&#34;https://bbpress.org/plugins/&#34; rel=&#34;nofollow&#34;&#62;https://bbpress.org/plugins/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bensen om "Gode bbpress widgets/plugins"</title>
			<link>http://wp-danmark.dk/forum/topic/gode-bbpress-widgetsplugins#post-59337</link>
			<pubDate>fre, 17 okt 2014 18:21:57 +0000</pubDate>
			<dc:creator>bensen</dc:creator>
			<guid isPermaLink="false">59337@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hvis du angiver din side, og hvilket forum du kører, så får du nok langt flere svar :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ulrik om "Gode bbpress widgets/plugins"</title>
			<link>http://wp-danmark.dk/forum/topic/gode-bbpress-widgetsplugins#post-59334</link>
			<pubDate>fre, 17 okt 2014 14:44:28 +0000</pubDate>
			<dc:creator>Ulrik</dc:creator>
			<guid isPermaLink="false">59334@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Er der nogen som kender til nogle widgets som kan vise:&#60;/p&#62;
&#60;p&#62;1) De seneste poster i forummet, men uddrag af, hvad personen har skrevet.&#60;/p&#62;
&#60;p&#62;2) De mest aktive i forummet - en slags top ti over flest kommenater, tråde oprettelse eller ligende.&#60;/p&#62;
&#60;p&#62;Jeg håber der er nogen som har nogle bud.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "WP-Forum"</title>
			<link>http://wp-danmark.dk/forum/topic/wp-forum#post-57976</link>
			<pubDate>fre, 27 jun 2014 12:35:45 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">57976@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hvis det er denne: &#60;a href=&#34;http://wordpress.org/plugins/forum-server/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/plugins/forum-server/&#60;/a&#62; der er tale om, så bemærk at det kun er testet kompatibel op til WP 3.3.2
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FHL om "WP-Forum"</title>
			<link>http://wp-danmark.dk/forum/topic/wp-forum#post-57975</link>
			<pubDate>fre, 27 jun 2014 10:38:15 +0000</pubDate>
			<dc:creator>FHL</dc:creator>
			<guid isPermaLink="false">57975@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;vill den her video ikke kunne vise dig hvad det system kan &#60;a href=&#34;http://www.youtube.com/watch?v=3Uu1EX4bWp0&#34;&#62;http://www.youtube.com/watch?v=3Uu1EX4bWp0&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JanAnd om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54502</link>
			<pubDate>fre, 17 jan 2014 11:49:01 +0000</pubDate>
			<dc:creator>JanAnd</dc:creator>
			<guid isPermaLink="false">54502@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Tak for oplysningen - nu er jeg meget klogere.&#60;/p&#62;
&#60;p&#62;Jeg har i øvrigt kopieret al teksten (med koder) til en ny side side, og så lade den være forside.&#60;br /&#62;
Så nu er alt ok igen&#60;/p&#62;
&#60;p&#62;Mange tak for hjælpen til jer alle&#60;/p&#62;
&#60;p&#62;I må forsat have en god dag
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54497</link>
			<pubDate>fre, 17 jan 2014 09:45:37 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">54497@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;&#60;blockquote&#62;Jeg kan se på dit eksempel at der står den samme besked (øverst i den gule linie) som jeg har fået. Ved du hvad det betyder? &#60;/blockquote&#62;&#60;br /&#62;
Det der står - at du redigerer på den side, som du har valg som forsiden. Det er themaet, der fortæller, hvor du er.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JanAnd om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54493</link>
			<pubDate>fre, 17 jan 2014 09:36:51 +0000</pubDate>
			<dc:creator>JanAnd</dc:creator>
			<guid isPermaLink="false">54493@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej Henning&#60;/p&#62;
&#60;p&#62;Tak for info, som jeg er bekendt med (jeg har prøvet at ændre disse parametre uden held.&#60;/p&#62;
&#60;p&#62;Jeg kan se på dit eksempel at der står den samme besked (øverst i den gule linie) som jeg har fået. Ved du hvad det betyder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54444</link>
			<pubDate>tors, 16 jan 2014 16:42:29 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">54444@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Du kan ikke hente en kopi af siden fra databasen.&#60;br /&#62;
Tjek jf dette: &#60;a href=&#34;http://www.hmnielsen.dk/?p=1520&#34; rel=&#34;nofollow&#34;&#62;http://www.hmnielsen.dk/?p=1520&#60;/a&#62; hvilken sidebar-layout du har på siden.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JanAnd om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54443</link>
			<pubDate>tors, 16 jan 2014 16:26:16 +0000</pubDate>
			<dc:creator>JanAnd</dc:creator>
			<guid isPermaLink="false">54443@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej John&#60;/p&#62;
&#60;p&#62;Jeg ved ikke om det er full width, men jeg har ikke ændret på bredden (det har jo virket tidligere!!)&#60;/p&#62;
&#60;p&#62;Hvad er stien til databasen?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Henning om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54442</link>
			<pubDate>tors, 16 jan 2014 16:25:07 +0000</pubDate>
			<dc:creator>Henning</dc:creator>
			<guid isPermaLink="false">54442@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;WP's kontrolpanel &#38;gt; Indstillinger &#38;gt; Læsning !!&#60;br /&#62;
Der kan du bestemme hvilken side der skal være forsiden (statisk) og hvilken side, der skal være din indlægsside.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54441</link>
			<pubDate>tors, 16 jan 2014 16:15:39 +0000</pubDate>
			<dc:creator>John</dc:creator>
			<guid isPermaLink="false">54441@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Du har vel sat forsiden til fullwith ?&#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;Et andet spørgsmål: hvor gemmes de sider man opretter i WP?&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;I Databasen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JanAnd om "Mangler widgets på forsiden"</title>
			<link>http://wp-danmark.dk/forum/topic/mangler-widgets-pa-forsiden#post-54439</link>
			<pubDate>tors, 16 jan 2014 16:05:11 +0000</pubDate>
			<dc:creator>JanAnd</dc:creator>
			<guid isPermaLink="false">54439@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg har været ved at ændre baggrund på hjemmesiden, og efterfølgende manglede widgets i højre side af forsiden&#60;/p&#62;
&#60;p&#62;Når jeg editerer forsiden er der denne information:&#60;/p&#62;
&#60;p&#62;Information: This page has been set to serve as your front page in the Dashboard:Settings:Reading 'Front page:' option. &#60;/p&#62;
&#60;p&#62;Jeg ved ikke hvad det betyder - er der nogen der kan hjælpe??&#60;/p&#62;
&#60;p&#62;Jeg har forsøgt at rette tilbage men, informationen står der stadig, og mine widgets mangler. Det drejer sig om 4 widgets og META (som er logn til siden)&#60;/p&#62;
&#60;p&#62;Jeg vil utroligt gerne have min forside tilbage til oprindelig - hvis ikke er det så muligt at lave en ny kopi og sætte den ind som startside? - hvordan?&#60;/p&#62;
&#60;p&#62;Jeg bruger temaet Weaver II Pro og hjemmesideadressen er &#60;a href=&#34;http://norddjursarkiver.dk&#34; rel=&#34;nofollow&#34;&#62;http://norddjursarkiver.dk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please hjælp - tak&#60;/p&#62;
&#60;p&#62;Et andet spørgsmål:  hvor gemmes de sider man opretter i WP?&#60;/p&#62;
&#60;p&#62;På forhånd tak
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stffn om "Sidebar widgets er forskellige"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebar-widgets-er-forskellige#post-53062</link>
			<pubDate>tirs, 03 dec 2013 11:12:45 +0000</pubDate>
			<dc:creator>stffn</dc:creator>
			<guid isPermaLink="false">53062@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Er det links du selv har lagt på?&#60;br /&#62;
Kan Vi få siden at se?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CLK om "Sidebar widgets er forskellige"</title>
			<link>http://wp-danmark.dk/forum/topic/sidebar-widgets-er-forskellige#post-53059</link>
			<pubDate>tirs, 03 dec 2013 10:48:01 +0000</pubDate>
			<dc:creator>CLK</dc:creator>
			<guid isPermaLink="false">53059@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg har netop oprettet en hjemmeside i twenty-thirteen, hvor jeg lige nu har én sidebar. Den vises på nuværende tidspunkt på alle sider der er oprettet. Men de links der er i widgets'ene, virker kun fra 'hovedsiden'. Hvis jeg går ind under én af undersiderne og klikker på et link i en widget kommer der en fejlmeddelelse frem. Hvordan får jeg widgets'ene til at linke til den samme side uanset hvilken side man er på?
&#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>

	</channel>
</rss>
