﻿================
HOSTMARKS THEME
================
Copyright (c) 2013 by WP Dev Shed (https://wpdevshed.com/)
This Theme is distributed under the terms of the GNU GPL.

===========
ABOUT Theme
=========== 
Hostmarks is a very clean and simple blog theme. It features a clean layout with contemporary typography, and the ability to customize all the principle theme colors right from the customization menu. Of course it is fully responsive, supports custom menus and widgets and comes with an alternative blog page template as well as a plain full page template for static content.

This theme is compatible with Wordpress Version 3.4 and above and it supports the new theme customization API (https://codex.wordpress.org/Theme_Customization_API).

All the image graphics and icons bundled with this theme are created by the author and licensed under the GPL.

Supported browsers: Firefox, Opera, Chrome, Safari and IE8+

For free themes support, please contact us https://wpdevshed.com/contact/


============================================
This theme uses Toolbox as a theme backbone
============================================
 * Toolbox (http://wordpress.org/extend/themes/toolbox)
 * Copyright (c) Automattic (http://automattic.com)
 * Available under the terms of GNU GPL.
 
 
======================================
This theme uses Bones as a design tool
======================================
 * Bones (http://themble.com/bones)
 * Copyright (c) Eddie Machado (http://eddiemachado.com/)
 * This is totally free and under WTFPL license (Please read http://themble.com/bones/ for more information)


=====================================
This theme is bundled with Modernizr 
=====================================
 * Modernizr v2.6.2 (www.modernizr.com)
 * Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.
 * Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
 * Available under the BSD and MIT licenses: www.modernizr.com/license/
 
 
=================================
CHANGELOG
=================================

Version 1.5
 * Updated footer links with nofollow attribute

Version 1.3
 * fixed style.css, alt_blog_mason.php, functions.php, footer.php, header.php, alt_blog_template.php, content-alt_blog.php, content-mason.php
 * updated logo customizer

Version 1.2
 * fixes on function.php


Version 1.1
 * edit property style on style.css line 1033 - line 1045
   - 	#full-width-content p {
		color:#fff;
		margin-top:20px;
	}
	#content, #full-width-content {
		width: 96%;
		margin: 0 auto;
		padding: 0 2%;
		max-width: 1044px; /* for ie8 & below */
		max-width: 104.4rem;
		padding-bottom: 1px; /* for ie8 & below */
		padding-bottom: 0.1rem;
	}
 * Added Alt Full Width Template
   - alt_full_with_template.php
 * - add functions on function.php

Version 1.0.3
 * removed a function that sometimes causes all the images in the media library to not display at all when setting a featured image
 * replaced the screenshot with 880x660 size
 
Version 1.0.2
 * Added an Alt_Homepage template w/c features a masonry layout for posts.
 
Version 1.0.1
 * Added a theme customizer option to display the Footer widget section on all pages
 * Removed the "Full-width, w/ footer widgets" page template
 * Added a banner spot/section on top of the right sidebar, can be set through Appearance > Customize
 * Some css fixes
 * Updated screenshot and readme

Version 1.0
 * First public release