/**
 * Copyright: 2007-2013, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */

/**
 * Global Styles
 *
 * These are default styles.  Any of these styles may be fully overridden
 * in Theme, Layout, and Color stylesheets.  The purpose of these default
 * styles is to provide a look of consistency among our sites for elements
 * that do not have specific overrides in any of the theme files.
 */

html
{
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-size: 12px;*/
}

h1, h2, h3, h4, h5
{
	/* Headings should have a different font from regular text. */
	/*font-family: 'Fjalla One';*/
}

/*
.button, .button-other
{
	Common button styles
}
*/